Trace number 1784424

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.0? (TO) 5000.1 5002.72

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1375c111739g6.cnf
MD5SUMe4c376965bc8cbd4cdf5b3958d29ec62
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  111739   224743 |   33521       0        0     nan |  0.000 % |
0.39/0.49	c |         0 |  110364   370782 |      --       0       --      -- |     --   | -1375/146039
0.39/0.49	c ==============================================================================
0.39/0.49	c Result  :   #vars: 1320   #clauses: 110364   #literals: 370782
0.39/0.49	c CPU time:   0.476927 s
0.39/0.49	c ==============================================================================
0.49/0.59	c
0.49/0.59	c Starting glucose
0.49/0.59	c
0.49/0.59	
0.49/0.59	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.49/0.59	
0.49/0.59	c ============================[ Problem Statistics ]=============================
0.49/0.59	c |                                                                             |
0.49/0.60	c |  Number of variables:  1320                                                 |
0.49/0.60	c |  Number of clauses:    110364                                               |
0.59/0.66	c |  Parsing time:         0.05         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784424-1241939875/watcher-1784424-1241939875 -o /tmp/evaluation-result-1784424-1241939875/solver-1784424-1241939875 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784424-1241939875.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 22685
/proc/meminfo: memFree=1450800/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222017839 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 236 195 169 0 51 0
[pid=22686] ppid=22685 vsize=1012 CPUtime=0
/proc/22686/stat : 22686 (SatELite_releas) R 22685 22685 22497 0 -1 4194304 126 0 0 0 0 0 0 0 19 0 1 0 222017839 1036288 110 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/22686/statm: 253 111 50 174 0 76 0

[startup+0.00916907 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 22685
/proc/meminfo: memFree=1450800/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222017839 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 236 195 169 0 51 0
[pid=22686] ppid=22685 vsize=1540 CPUtime=0
/proc/22686/stat : 22686 (SatELite_releas) R 22685 22685 22497 0 -1 4194304 260 0 0 0 0 0 0 0 19 0 1 0 222017839 1576960 244 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/22686/statm: 385 244 50 174 0 208 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6900

[startup+0.101188 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 22685
/proc/meminfo: memFree=1450800/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222017839 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 236 195 169 0 51 0
[pid=22686] ppid=22685 vsize=8864 CPUtime=0.09
/proc/22686/stat : 22686 (SatELite_releas) R 22685 22685 22497 0 -1 4194304 1979 0 0 0 8 1 0 0 19 0 1 0 222017839 9076736 1963 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22686/statm: 2216 1963 76 174 0 2039 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14224

[startup+0.301226 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 22685
/proc/meminfo: memFree=1450800/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222017839 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 236 195 169 0 51 0
[pid=22686] ppid=22685 vsize=11320 CPUtime=0.29
/proc/22686/stat : 22686 (SatELite_releas) R 22685 22685 22497 0 -1 4194304 2386 0 0 0 28 1 0 0 21 0 1 0 222017839 11591680 2370 1992294400 134512640 135225430 4294956176 18446744073709551615 134586206 0 0 4096 3 0 0 0 17 0 0 0
/proc/22686/statm: 2830 2370 77 174 0 2653 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16680

[startup+0.701305 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 22685
/proc/meminfo: memFree=1450800/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 5360

[startup+1.50146 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22688
/proc/meminfo: memFree=1439648/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=11412 CPUtime=0.9
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 2709 0 0 0 89 1 0 0 25 0 1 0 222017899 11685888 2695 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 2853 2695 75 172 0 2678 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16772

[startup+3.10177 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22688
/proc/meminfo: memFree=1436000/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=15784 CPUtime=2.49
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 3822 0 0 0 248 1 0 0 25 0 1 0 222017899 16162816 3808 1992294400 134512640 135217611 4294956304 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 3946 3808 77 172 0 3771 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21144

[startup+6.3014 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22688
/proc/meminfo: memFree=1428768/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=20280 CPUtime=5.69
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 4945 0 0 0 566 3 0 0 25 0 1 0 222017899 20766720 4931 1992294400 134512640 135217611 4294956304 18446744073709551615 134533196 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 5070 4931 77 172 0 4895 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25640

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22688
/proc/meminfo: memFree=1426272/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=22856 CPUtime=12.08
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 5578 0 0 0 1205 3 0 0 25 0 1 0 222017899 23404544 5564 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 5714 5564 77 172 0 5539 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 28216

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22688
/proc/meminfo: memFree=1424160/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=25124 CPUtime=24.88
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 6101 0 0 0 2484 4 0 0 25 0 1 0 222017899 25726976 6087 1992294400 134512640 135217611 4294956304 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 6281 6087 77 172 0 6106 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 30484

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22688
/proc/meminfo: memFree=1421856/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=27376 CPUtime=50.47
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 6683 0 0 0 5042 5 0 0 25 0 1 0 222017899 28033024 6669 1992294400 134512640 135217611 4294956304 18446744073709551615 134532766 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 6844 6669 77 172 0 6669 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 32736

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22688
/proc/meminfo: memFree=1419360/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=30016 CPUtime=101.64
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 7294 0 0 0 10159 5 0 0 25 0 1 0 222017899 30736384 7280 1992294400 134512640 135217611 4294956304 18446744073709551615 134539609 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 7504 7280 77 172 0 7329 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 35376

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22688
/proc/meminfo: memFree=1416224/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=33144 CPUtime=161.61
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 8070 0 0 0 16155 6 0 0 25 0 1 0 222017899 33939456 8056 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 8286 8056 77 172 0 8111 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 38504

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22688
/proc/meminfo: memFree=1415328/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=34156 CPUtime=221.57
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 8297 0 0 0 22150 7 0 0 25 0 1 0 222017899 34975744 8283 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 8539 8283 77 172 0 8364 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 39516

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22688
/proc/meminfo: memFree=1413792/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=35856 CPUtime=281.53
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 8691 0 0 0 28146 7 0 0 25 0 1 0 222017899 36716544 8677 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 8964 8677 77 172 0 8789 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 41216

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22688
/proc/meminfo: memFree=1411872/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=37784 CPUtime=341.49
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 9157 0 0 0 34142 7 0 0 25 0 1 0 222017899 38690816 9143 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 9446 9143 77 172 0 9271 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 43144

[startup+402.301 s]

################
# More data... #
################

/proc/22688/statm: 30887 29633 77 172 0 30712 0
Current children cumulated CPU time (s) 4360.03
Current children cumulated vsize (KiB) 128908

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22696
/proc/meminfo: memFree=1329120/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=123692 CPUtime=4419.41
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 29683 0 0 0 441910 31 0 0 25 0 1 0 222017899 126660608 29666 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 30923 29666 77 172 0 30748 0
Current children cumulated CPU time (s) 4420
Current children cumulated vsize (KiB) 129052

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22696
/proc/meminfo: memFree=1328992/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=123836 CPUtime=4479.38
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 29716 0 0 0 447907 31 0 0 25 0 1 0 222017899 126808064 29699 1992294400 134512640 135217611 4294956304 18446744073709551615 134533768 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 30959 29699 77 172 0 30784 0
Current children cumulated CPU time (s) 4479.97
Current children cumulated vsize (KiB) 129196

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22696
/proc/meminfo: memFree=1328992/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=123836 CPUtime=4539.34
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 29722 0 0 0 453903 31 0 0 25 0 1 0 222017899 126808064 29705 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 30959 29705 77 172 0 30784 0
Current children cumulated CPU time (s) 4539.93
Current children cumulated vsize (KiB) 129196

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22696
/proc/meminfo: memFree=1328672/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=124216 CPUtime=4599.31
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 29789 0 0 0 459900 31 0 0 25 0 1 0 222017899 127197184 29772 1992294400 134512640 135217611 4294956304 18446744073709551615 134522531 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 31054 29772 77 172 0 30879 0
Current children cumulated CPU time (s) 4599.9
Current children cumulated vsize (KiB) 129576

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22696
/proc/meminfo: memFree=1328288/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=124552 CPUtime=4659.28
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 29874 0 0 0 465896 32 0 0 25 0 1 0 222017899 127541248 29857 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 31138 29857 77 172 0 30963 0
Current children cumulated CPU time (s) 4659.87
Current children cumulated vsize (KiB) 129912

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22696
/proc/meminfo: memFree=1328096/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=124740 CPUtime=4719.25
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 29922 0 0 0 471893 32 0 0 25 0 1 0 222017899 127733760 29905 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 31185 29905 77 172 0 31010 0
Current children cumulated CPU time (s) 4719.84
Current children cumulated vsize (KiB) 130100

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22696
/proc/meminfo: memFree=1327200/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=125812 CPUtime=4779.21
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 30149 0 0 0 477889 32 0 0 25 0 1 0 222017899 128831488 30132 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 31453 30132 77 172 0 31278 0
Current children cumulated CPU time (s) 4779.8
Current children cumulated vsize (KiB) 131172

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22696
/proc/meminfo: memFree=1326496/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=126664 CPUtime=4839.18
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 30322 0 0 0 483886 32 0 0 25 0 1 0 222017899 129703936 30305 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 31666 30305 77 172 0 31491 0
Current children cumulated CPU time (s) 4839.77
Current children cumulated vsize (KiB) 132024

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22696
/proc/meminfo: memFree=1326112/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=127132 CPUtime=4899.15
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 30421 0 0 0 489883 32 0 0 25 0 1 0 222017899 130183168 30404 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 31783 30404 77 172 0 31608 0
Current children cumulated CPU time (s) 4899.74
Current children cumulated vsize (KiB) 132492

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22696
/proc/meminfo: memFree=1325664/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=127680 CPUtime=4959.12
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 30524 0 0 0 495880 32 0 0 25 0 1 0 222017899 130744320 30507 1992294400 134512640 135217611 4294956304 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 31920 30507 77 172 0 31745 0
Current children cumulated CPU time (s) 4959.71
Current children cumulated vsize (KiB) 133040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22696
/proc/meminfo: memFree=1325344/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=128180 CPUtime=4999.51
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 30626 0 0 0 499919 32 0 0 25 0 1 0 222017899 131256320 30609 1992294400 134512640 135217611 4294956304 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 32045 30609 77 172 0 31870 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 133540

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5002.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22696
/proc/meminfo: memFree=1325344/2055920 swapFree=4180628/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0.59
/proc/22685/stat : 22685 (glucose.sh) S 22683 22685 22497 0 -1 4194304 313 2391 0 0 0 0 57 2 18 0 1 0 222017839 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22685/statm: 1340 238 195 169 0 51 0
[pid=22688] ppid=22685 vsize=128180 CPUtime=4999.51
/proc/22688/stat : 22688 (glucose_static) R 22685 22685 22497 0 -1 4194304 30626 0 0 0 499919 32 0 0 25 0 1 0 222017899 131256320 30609 1992294400 134512640 135217611 4294956304 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/22688/statm: 32045 30609 77 172 0 31870 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 133540

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22685 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=575912
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=22996
# CPU time returned by wait4() is 0.598908
# while last known CPU time is 5000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.72
CPU time (s): 5000.1
CPU user time (s): 4999.76
CPU system time (s): 0.34
CPU usage (%): 99.9477
Max. virtual memory (cumulated for all children) (KiB): 133540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.575912
system time used= 0.022996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2704
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= 5
involuntary context switches= 6

runsolver used 4.64429 second user time and 13.5579 second system time

The end

Launcher Data

Begin job on node77 at 2009-05-10 09:17:55
IDJOB=1784424
IDBENCH=71495
IDSOLVER=610
FILE ID=node77/1784424-1241939875
PBS_JOBID= 9264998
Free space on /tmp= 66248 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v1375c111739g6.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784424-1241939875/watcher-1784424-1241939875 -o /tmp/evaluation-result-1784424-1241939875/solver-1784424-1241939875 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784424-1241939875.cnf

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

MD5SUM BENCH= e4c376965bc8cbd4cdf5b3958d29ec62
RANDOM SEED=975802697

node77.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.270
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.270
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:       1451344 kB
Buffers:         63268 kB
Cached:         457616 kB
SwapCached:       6388 kB
Active:         127080 kB
Inactive:       402328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1451344 kB
SwapTotal:     4192956 kB
SwapFree:      4180628 kB
Dirty:            2928 kB
Writeback:           0 kB
Mapped:          14140 kB
Slab:            61236 kB
Committed_AS:   754812 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66244 MiB
End job on node77 at 2009-05-10 10:41:19