Trace number 1729743

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
glucose 1.0UNSAT 198.684 198.774

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
MD5SUM92c8b4fc23a7c22313979a2d9b3b5a58
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark72.8839
Satisfiable
(Un)Satisfiability was proved
Number of variables1691
Number of clauses9177
Sum of the clauses size77698
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31389
Number of clauses of size 4171
Number of clauses of size 5960
Number of clauses of size over 56335

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    8918    76263 |    2675       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    7397    64229 |      --       0       --      -- |     --   | -633/-7045
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1505   #clauses: 7397   #literals: 64229
0.00/0.06	c CPU time:   0.06199 s
0.00/0.06	c ==============================================================================
0.00/0.08	c
0.00/0.08	c Starting glucose
0.00/0.08	c
0.00/0.08	
0.00/0.08	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.08	
0.00/0.08	c ============================[ Problem Statistics ]=============================
0.00/0.08	c |                                                                             |
0.00/0.08	c |  Number of variables:  1505                                                 |
0.00/0.08	c |  Number of clauses:    7397                                                 |
0.00/0.09	c |  Parsing time:         0.01         s                                       |
198.60/198.76	c restarts              : 26
198.60/198.76	c nb ReduceDB           : 33
198.60/198.76	c nb learnts DL2        : 779
198.60/198.76	c nb learnts size 2     : 361
198.60/198.76	c nb learnts size 1     : 16
198.60/198.76	c conflicts             : 724916         (3651 /sec)
198.60/198.76	c decisions             : 1179190        (1.92 % random) (5939 /sec)
198.60/198.76	c propagations          : 27408116       (138035 /sec)
198.60/198.76	c conflict literals     : 19550819       (37.54 % deleted)
198.60/198.76	c Memory used           : 16.16 MB
198.60/198.76	c CPU time              : 198.56 s
198.60/198.76	
198.60/198.76	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1729743-1240753291/watcher-1729743-1240753291 -o /tmp/evaluation-result-1729743-1240753291/solver-1729743-1240753291 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1729743-1240753291.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 31096
/proc/meminfo: memFree=1794504/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 103362798 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 236 195 169 0 51 0
[pid=31097] ppid=31096 vsize=1360 CPUtime=0
/proc/31097/stat : 31097 (SatELite_releas) R 31096 31096 30906 0 -1 4194304 171 0 0 0 0 0 0 0 19 0 1 0 103362798 1392640 155 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31097/statm: 340 155 51 174 0 163 0

[startup+0.010736 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 31096
/proc/meminfo: memFree=1794504/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 103362798 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 236 195 169 0 51 0
[pid=31097] ppid=31096 vsize=1492 CPUtime=0
/proc/31097/stat : 31097 (SatELite_releas) R 31096 31096 30906 0 -1 4194304 232 0 0 0 0 0 0 0 19 0 1 0 103362798 1527808 216 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31097/statm: 373 216 51 174 0 196 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6852

[startup+0.101747 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 31096
/proc/meminfo: memFree=1794504/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.301766 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 31096
/proc/meminfo: memFree=1794504/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.701806 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 31096
/proc/meminfo: memFree=1794504/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+1.50188 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 31099
/proc/meminfo: memFree=1791160/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
[pid=31099] ppid=31096 vsize=4560 CPUtime=1.4
/proc/31099/stat : 31099 (glucose_static) R 31096 31096 30906 0 -1 4194304 873 0 0 0 140 0 0 0 25 0 1 0 103362807 4669440 859 1992294400 134512640 135217611 4294956304 18446744073709551615 134538835 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31099/statm: 1140 859 76 172 0 965 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9920

[startup+3.10103 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 31099
/proc/meminfo: memFree=1790392/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
[pid=31099] ppid=31096 vsize=5148 CPUtime=3
/proc/31099/stat : 31099 (glucose_static) R 31096 31096 30906 0 -1 4194304 1019 0 0 0 300 0 0 0 25 0 1 0 103362807 5271552 1005 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31099/statm: 1287 1005 76 172 0 1112 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10508

[startup+6.30133 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 31099
/proc/meminfo: memFree=1789176/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
[pid=31099] ppid=31096 vsize=6244 CPUtime=6.19
/proc/31099/stat : 31099 (glucose_static) R 31096 31096 30906 0 -1 4194304 1281 0 0 0 619 0 0 0 25 0 1 0 103362807 6393856 1267 1992294400 134512640 135217611 4294956304 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31099/statm: 1561 1267 76 172 0 1386 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11604

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 31099
/proc/meminfo: memFree=1788024/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
[pid=31099] ppid=31096 vsize=7324 CPUtime=12.6
/proc/31099/stat : 31099 (glucose_static) R 31096 31096 30906 0 -1 4194304 1530 0 0 0 1259 1 0 0 25 0 1 0 103362807 7499776 1516 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31099/statm: 1831 1516 76 172 0 1656 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12684

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 31099
/proc/meminfo: memFree=1786232/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
[pid=31099] ppid=31096 vsize=9016 CPUtime=25.39
/proc/31099/stat : 31099 (glucose_static) R 31096 31096 30906 0 -1 4194304 1946 0 0 0 2538 1 0 0 25 0 1 0 103362807 9232384 1932 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31099/statm: 2254 1932 76 172 0 2079 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14376

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 31099
/proc/meminfo: memFree=1784376/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
[pid=31099] ppid=31096 vsize=11148 CPUtime=50.98
/proc/31099/stat : 31099 (glucose_static) R 31096 31096 30906 0 -1 4194304 2474 0 0 0 5096 2 0 0 25 0 1 0 103362807 11415552 2460 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31099/statm: 2787 2460 76 172 0 2612 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 16508

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 31099
/proc/meminfo: memFree=1781688/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
[pid=31099] ppid=31096 vsize=13588 CPUtime=102.16
/proc/31099/stat : 31099 (glucose_static) R 31096 31096 30906 0 -1 4194304 3043 0 0 0 10214 2 0 0 25 0 1 0 103362807 13914112 3029 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31099/statm: 3397 3029 76 172 0 3222 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 18948

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31099
/proc/meminfo: memFree=1779512/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
[pid=31099] ppid=31096 vsize=16032 CPUtime=162.13
/proc/31099/stat : 31099 (glucose_static) R 31096 31096 30906 0 -1 4194304 3577 0 0 0 16211 2 0 0 25 0 1 0 103362807 16416768 3563 1992294400 134512640 135217611 4294956304 18446744073709551615 134532758 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31099/statm: 4008 3563 76 172 0 3833 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 21392

Solver just ended. Dumping a history of the last processes samples

[startup+179.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31099
/proc/meminfo: memFree=1779064/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
[pid=31099] ppid=31096 vsize=16348 CPUtime=178.93
/proc/31099/stat : 31099 (glucose_static) R 31096 31096 30906 0 -1 4194304 3687 0 0 0 17890 3 0 0 25 0 1 0 103362807 16740352 3673 1992294400 134512640 135217611 4294956304 18446744073709551615 134533073 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31099/statm: 4087 3673 76 172 0 3912 0
Current children cumulated CPU time (s) 179.01
Current children cumulated vsize (KiB) 21708

[startup+191.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31099
/proc/meminfo: memFree=1779000/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
[pid=31099] ppid=31096 vsize=16540 CPUtime=191.72
/proc/31099/stat : 31099 (glucose_static) R 31096 31096 30906 0 -1 4194304 3700 0 0 0 19169 3 0 0 25 0 1 0 103362807 16936960 3686 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31099/statm: 4135 3686 76 172 0 3960 0
Current children cumulated CPU time (s) 191.8
Current children cumulated vsize (KiB) 21900

[startup+195.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31099
/proc/meminfo: memFree=1779000/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
[pid=31099] ppid=31096 vsize=16540 CPUtime=194.92
/proc/31099/stat : 31099 (glucose_static) R 31096 31096 30906 0 -1 4194304 3700 0 0 0 19489 3 0 0 25 0 1 0 103362807 16936960 3686 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31099/statm: 4135 3686 76 172 0 3960 0
Current children cumulated CPU time (s) 195
Current children cumulated vsize (KiB) 21900

[startup+196.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31099
/proc/meminfo: memFree=1779000/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
[pid=31099] ppid=31096 vsize=16540 CPUtime=196.52
/proc/31099/stat : 31099 (glucose_static) R 31096 31096 30906 0 -1 4194304 3700 0 0 0 19649 3 0 0 25 0 1 0 103362807 16936960 3686 1992294400 134512640 135217611 4294956304 18446744073709551615 134533273 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31099/statm: 4135 3686 76 172 0 3960 0
Current children cumulated CPU time (s) 196.6
Current children cumulated vsize (KiB) 21900

[startup+197.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31099
/proc/meminfo: memFree=1779000/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
[pid=31099] ppid=31096 vsize=16540 CPUtime=197.32
/proc/31099/stat : 31099 (glucose_static) R 31096 31096 30906 0 -1 4194304 3700 0 0 0 19729 3 0 0 25 0 1 0 103362807 16936960 3686 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31099/statm: 4135 3686 76 172 0 3960 0
Current children cumulated CPU time (s) 197.4
Current children cumulated vsize (KiB) 21900

[startup+198.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31099
/proc/meminfo: memFree=1779000/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
[pid=31099] ppid=31096 vsize=16540 CPUtime=198.12
/proc/31099/stat : 31099 (glucose_static) R 31096 31096 30906 0 -1 4194304 3700 0 0 0 19809 3 0 0 25 0 1 0 103362807 16936960 3686 1992294400 134512640 135217611 4294956304 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31099/statm: 4135 3686 76 172 0 3960 0
Current children cumulated CPU time (s) 198.2
Current children cumulated vsize (KiB) 21900

[startup+198.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31099
/proc/meminfo: memFree=1779000/2055920 swapFree=4188716/4192956
[pid=31096] ppid=31094 vsize=5360 CPUtime=0.08
/proc/31096/stat : 31096 (glucose.sh) S 31094 31096 30906 0 -1 4194304 313 493 0 0 0 0 8 0 17 0 1 0 103362798 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31096/statm: 1340 238 195 169 0 51 0
[pid=31099] ppid=31096 vsize=16540 CPUtime=198.52
/proc/31099/stat : 31099 (glucose_static) R 31096 31096 30906 0 -1 4194304 3700 0 0 0 19849 3 0 0 25 0 1 0 103362807 16936960 3686 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31099/statm: 4135 3686 76 172 0 3960 0
Current children cumulated CPU time (s) 198.6
Current children cumulated vsize (KiB) 21900

Child status: 20
Real time (s): 198.774
CPU time (s): 198.684
CPU user time (s): 198.644
CPU system time (s): 0.039993
CPU usage (%): 99.9546
Max. virtual memory (cumulated for all children) (KiB): 21900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 198.644
system time used= 0.039993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4673
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 635

runsolver used 0.19597 second user time and 0.532918 second system time

The end

Launcher Data

Begin job on node8 at 2009-04-26 15:41:31
IDJOB=1729743
IDBENCH=24714
IDSOLVER=503
FILE ID=node8/1729743-1240753291
PBS_JOBID= 9187070
Free space on /tmp= 65936 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729743-1240753291/watcher-1729743-1240753291 -o /tmp/evaluation-result-1729743-1240753291/solver-1729743-1240753291 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1729743-1240753291.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 92c8b4fc23a7c22313979a2d9b3b5a58
RANDOM SEED=336268726

node8.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1795048 kB
Buffers:         19528 kB
Cached:         173036 kB
SwapCached:       1780 kB
Active:          63436 kB
Inactive:       141604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795048 kB
SwapTotal:     4192956 kB
SwapFree:      4188716 kB
Dirty:            1972 kB
Writeback:           0 kB
Mapped:          21004 kB
Slab:            41736 kB
Committed_AS:   516140 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65932 MiB
End job on node8 at 2009-04-26 15:44:50