Trace number 1784284

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.04 5002.11

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_4vars_11gates_b2_restricted.cnf
MD5SUMa05652854911cfd1b4cd45a296cdc798
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 variables1570
Number of clauses746634
Sum of the clauses size4332883
Maximum clause length34
Minimum clause length1
Number of clauses of size 1398
Number of clauses of size 24712
Number of clauses of size 326183
Number of clauses of size 48465
Number of clauses of size 530979
Number of clauses of size over 5675897

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.28/0.34	c ==============================================================================
0.28/0.34	c |           |     ORIGINAL     |              LEARNT              |          |
0.28/0.34	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.28/0.34	c ==============================================================================
0.28/0.34	c |         0 |   83254   350992 |   24976       0        0     nan |  0.000 % |
0.59/0.64	c |         0 |   41312   202218 |      --       0       --      -- |     --   | -8759/-5248
0.59/0.64	c ==============================================================================
0.59/0.64	c Result  :   #vars: 880   #clauses: 41312   #literals: 202218
0.59/0.64	c CPU time:   0.605907 s
0.59/0.64	c ==============================================================================
0.69/0.70	c
0.69/0.70	c Starting glucose
0.69/0.70	c
0.69/0.70	
0.69/0.70	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.69/0.70	
0.69/0.70	c ============================[ Problem Statistics ]=============================
0.69/0.70	c |                                                                             |
0.69/0.70	c |  Number of variables:  880                                                  |
0.69/0.70	c |  Number of clauses:    41312                                                |
0.69/0.73	c |  Parsing time:         0.03         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-1784284-1241931582/watcher-1784284-1241931582 -o /tmp/evaluation-result-1784284-1241931582/solver-1784284-1241931582 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784284-1241931582.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: 1.02 1.01 1.00 3/65 19540
/proc/meminfo: memFree=1763976/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0
/proc/19540/stat : 19540 (glucose.sh) R 19538 19540 19438 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 221187606 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 230266825375 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/19540/statm: 1340 235 194 169 0 51 0
[pid=19541] ppid=19540 vsize=1008 CPUtime=0
/proc/19541/stat : 19541 (SatELite_releas) R 19540 19540 19438 0 -1 4194304 118 0 0 0 0 0 0 0 18 0 1 0 221187606 1032192 102 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/19541/statm: 252 103 51 174 0 75 0

[startup+0.095079 s]
/proc/loadavg: 1.02 1.01 1.00 3/65 19540
/proc/meminfo: memFree=1763976/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221187606 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19540/statm: 1340 236 195 169 0 51 0
[pid=19541] ppid=19540 vsize=3192 CPUtime=0.09
/proc/19541/stat : 19541 (SatELite_releas) R 19540 19540 19438 0 -1 4194304 637 0 0 0 8 1 0 0 19 0 1 0 221187606 3268608 621 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/19541/statm: 798 621 51 174 0 621 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8552

[startup+0.101078 s]
/proc/loadavg: 1.02 1.01 1.00 3/65 19540
/proc/meminfo: memFree=1763976/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221187606 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19540/statm: 1340 236 195 169 0 51 0
[pid=19541] ppid=19540 vsize=3192 CPUtime=0.09
/proc/19541/stat : 19541 (SatELite_releas) R 19540 19540 19438 0 -1 4194304 651 0 0 0 8 1 0 0 19 0 1 0 221187606 3268608 635 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/19541/statm: 798 635 51 174 0 621 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8552

[startup+0.301099 s]
/proc/loadavg: 1.02 1.01 1.00 3/65 19540
/proc/meminfo: memFree=1763976/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221187606 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19540/statm: 1340 236 195 169 0 51 0
[pid=19541] ppid=19540 vsize=5164 CPUtime=0.28
/proc/19541/stat : 19541 (SatELite_releas) R 19540 19540 19438 0 -1 4194304 1092 0 0 0 26 2 0 0 21 0 1 0 221187606 5287936 1076 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/19541/statm: 1291 1076 51 174 0 1114 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10524

[startup+0.70114 s]
/proc/loadavg: 1.02 1.01 1.00 3/65 19540
/proc/meminfo: memFree=1763976/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221187606 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19540/statm: 1340 236 195 169 0 51 0
[pid=19541] ppid=19540 vsize=8976 CPUtime=0.69
/proc/19541/stat : 19541 (SatELite_releas) R 19540 19540 19438 0 -1 4194304 2371 0 0 0 66 3 0 0 25 0 1 0 221187606 9191424 1942 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19541/statm: 2244 1942 80 174 0 2067 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14336

[startup+1.50123 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 19543
/proc/meminfo: memFree=1757752/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=6232 CPUtime=0.79
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 1409 0 0 0 79 0 0 0 25 0 1 0 221187676 6381568 1395 1992294400 134512640 135217611 4294956304 18446744073709551615 134533061 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 1558 1395 76 172 0 1383 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11592

[startup+3.10139 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 19543
/proc/meminfo: memFree=1756536/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=7516 CPUtime=2.38
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 1713 0 0 0 238 0 0 0 25 0 1 0 221187676 7696384 1699 1992294400 134512640 135217611 4294956304 18446744073709551615 134527820 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 1879 1699 76 172 0 1704 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12876

[startup+6.30173 s]
/proc/loadavg: 1.17 1.04 1.01 2/67 19543
/proc/meminfo: memFree=1754168/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=8400 CPUtime=5.57
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 1944 0 0 0 557 0 0 0 25 0 1 0 221187676 8601600 1930 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 2100 1930 76 172 0 1925 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 13760

[startup+12.7014 s]
/proc/loadavg: 1.32 1.08 1.02 2/67 19543
/proc/meminfo: memFree=1753144/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=9780 CPUtime=11.98
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 2258 0 0 0 1197 1 0 0 25 0 1 0 221187676 10014720 2244 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 2445 2244 76 172 0 2270 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15140

[startup+25.5017 s]
/proc/loadavg: 1.50 1.12 1.04 2/67 19543
/proc/meminfo: memFree=1751224/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=11580 CPUtime=24.77
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 2716 0 0 0 2476 1 0 0 25 0 1 0 221187676 11857920 2702 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 2895 2702 76 172 0 2720 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 16940

[startup+51.1014 s]
/proc/loadavg: 1.54 1.17 1.05 2/67 19543
/proc/meminfo: memFree=1750008/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=13700 CPUtime=50.34
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 3209 0 0 0 5032 2 0 0 25 0 1 0 221187676 14028800 3195 1992294400 134512640 135217611 4294956304 18446744073709551615 134533168 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 3425 3195 76 172 0 3250 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 19060

[startup+102.306 s]
/proc/loadavg: 1.23 1.14 1.05 2/67 19549
/proc/meminfo: memFree=1747000/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=17272 CPUtime=101.52
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 4044 0 0 0 10149 3 0 0 25 0 1 0 221187676 17686528 4030 1992294400 134512640 135217611 4294956304 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 4318 4030 76 172 0 4143 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 22632

[startup+162.301 s]
/proc/loadavg: 1.08 1.11 1.04 2/67 19549
/proc/meminfo: memFree=1744568/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=19728 CPUtime=161.49
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 4646 0 0 0 16145 4 0 0 25 0 1 0 221187676 20201472 4632 1992294400 134512640 135217611 4294956304 18446744073709551615 134533040 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 4932 4632 76 172 0 4757 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 25088

[startup+222.301 s]
/proc/loadavg: 1.03 1.09 1.04 2/67 19549
/proc/meminfo: memFree=1742840/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=21780 CPUtime=221.47
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 5100 0 0 0 22142 5 0 0 25 0 1 0 221187676 22302720 5086 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 5445 5086 76 172 0 5270 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 27140

[startup+282.302 s]
/proc/loadavg: 1.01 1.07 1.03 2/67 19549
/proc/meminfo: memFree=1740856/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=23944 CPUtime=281.44
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 5574 0 0 0 28139 5 0 0 25 0 1 0 221187676 24518656 5560 1992294400 134512640 135217611 4294956304 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 5986 5560 76 172 0 5811 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 29304

[startup+342.302 s]
/proc/loadavg: 1.00 1.06 1.03 2/67 19549
/proc/meminfo: memFree=1739960/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=24988 CPUtime=341.42
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 5791 0 0 0 34137 5 0 0 25 0 1 0 221187676 25587712 5777 1992294400 134512640 135217611 4294956304 18446744073709551615 134533260 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 6247 5777 76 172 0 6072 0
Current children cumulated CPU time (s) 342.11

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

/proc/19543/statm: 15408 14047 76 172 0 15233 0
Current children cumulated CPU time (s) 4360.51
Current children cumulated vsize (KiB) 66992

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19557
/proc/meminfo: memFree=1705592/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=62008 CPUtime=4419.79
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 14139 0 0 0 441962 17 0 0 25 0 1 0 221187676 63496192 14114 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 15502 14114 76 172 0 15327 0
Current children cumulated CPU time (s) 4420.48
Current children cumulated vsize (KiB) 67368

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19557
/proc/meminfo: memFree=1705400/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=62224 CPUtime=4479.77
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 14196 0 0 0 447960 17 0 0 25 0 1 0 221187676 63717376 14171 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 15556 14171 76 172 0 15381 0
Current children cumulated CPU time (s) 4480.46
Current children cumulated vsize (KiB) 67584

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19557
/proc/meminfo: memFree=1704568/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=62884 CPUtime=4539.74
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 14389 0 0 0 453957 17 0 0 25 0 1 0 221187676 64393216 14364 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 15721 14364 76 172 0 15546 0
Current children cumulated CPU time (s) 4540.43
Current children cumulated vsize (KiB) 68244

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19557
/proc/meminfo: memFree=1704248/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=63172 CPUtime=4599.72
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 14448 0 0 0 459955 17 0 0 25 0 1 0 221187676 64688128 14423 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 15793 14423 76 172 0 15618 0
Current children cumulated CPU time (s) 4600.41
Current children cumulated vsize (KiB) 68532

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19557
/proc/meminfo: memFree=1704120/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=63124 CPUtime=4659.69
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 14462 0 0 0 465952 17 0 0 25 0 1 0 221187676 64638976 14437 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 15781 14437 76 172 0 15606 0
Current children cumulated CPU time (s) 4660.38
Current children cumulated vsize (KiB) 68484

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19557
/proc/meminfo: memFree=1703864/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=63448 CPUtime=4719.67
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 14542 0 0 0 471950 17 0 0 25 0 1 0 221187676 64970752 14517 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 15862 14517 76 172 0 15687 0
Current children cumulated CPU time (s) 4720.36
Current children cumulated vsize (KiB) 68808

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19557
/proc/meminfo: memFree=1703608/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=63664 CPUtime=4779.64
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 14590 0 0 0 477947 17 0 0 25 0 1 0 221187676 65191936 14565 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 15916 14565 76 172 0 15741 0
Current children cumulated CPU time (s) 4780.33
Current children cumulated vsize (KiB) 69024

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19557
/proc/meminfo: memFree=1703096/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=64240 CPUtime=4839.62
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 14715 0 0 0 483944 18 0 0 25 0 1 0 221187676 65781760 14690 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 16060 14690 76 172 0 15885 0
Current children cumulated CPU time (s) 4840.31
Current children cumulated vsize (KiB) 69600

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19557
/proc/meminfo: memFree=1703032/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=64240 CPUtime=4899.59
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 14721 0 0 0 489941 18 0 0 25 0 1 0 221187676 65781760 14696 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 16060 14696 76 172 0 15885 0
Current children cumulated CPU time (s) 4900.28
Current children cumulated vsize (KiB) 69600

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19557
/proc/meminfo: memFree=1702648/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=64672 CPUtime=4959.57
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 14824 0 0 0 495939 18 0 0 25 0 1 0 221187676 66224128 14799 1992294400 134512640 135217611 4294956304 18446744073709551615 134536988 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 16168 14799 76 172 0 15993 0
Current children cumulated CPU time (s) 4960.26
Current children cumulated vsize (KiB) 70032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19557
/proc/meminfo: memFree=1702648/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=64672 CPUtime=4999.35
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 14826 0 0 0 499917 18 0 0 25 0 1 0 221187676 66224128 14801 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 16168 14801 76 172 0 15993 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 70032

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

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

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19557
/proc/meminfo: memFree=1702648/2055924 swapFree=4181596/4192956
[pid=19540] ppid=19538 vsize=5360 CPUtime=0.69
/proc/19540/stat : 19540 (glucose.sh) S 19538 19540 19438 0 -1 4194304 313 2371 0 0 0 0 66 3 15 0 1 0 221187606 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19540/statm: 1340 238 195 169 0 51 0
[pid=19543] ppid=19540 vsize=64672 CPUtime=4999.35
/proc/19543/stat : 19543 (glucose_static) R 19540 19540 19438 0 -1 4194304 14826 0 0 0 499917 18 0 0 25 0 1 0 221187676 66224128 14801 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19543/statm: 16168 14801 76 172 0 15993 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 70032

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5002.11
CPU time (s): 5000.04
CPU user time (s): 4999.83
CPU system time (s): 0.21
CPU usage (%): 99.9586
Max. virtual memory (cumulated for all children) (KiB): 70032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.663899
system time used= 0.038994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2684
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= 7

runsolver used 4.28735 second user time and 13.9119 second system time

The end

Launcher Data

Begin job on node83 at 2009-05-10 06:59:43
IDJOB=1784284
IDBENCH=71147
IDSOLVER=610
FILE ID=node83/1784284-1241931582
PBS_JOBID= 9264940
Free space on /tmp= 66144 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_4vars_11gates_b2_restricted.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784284-1241931582/watcher-1784284-1241931582 -o /tmp/evaluation-result-1784284-1241931582/solver-1784284-1241931582 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784284-1241931582.cnf

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

MD5SUM BENCH= a05652854911cfd1b4cd45a296cdc798
RANDOM SEED=1332555884

node83.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.222
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.222
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:      2055924 kB
MemFree:       1764456 kB
Buffers:         46752 kB
Cached:         178872 kB
SwapCached:       5508 kB
Active:         141008 kB
Inactive:        92728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1764456 kB
SwapTotal:     4192956 kB
SwapFree:      4181596 kB
Dirty:           23792 kB
Writeback:           0 kB
Mapped:          13736 kB
Slab:            43668 kB
Committed_AS:   712568 kB
PageTables:       1384 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= 66140 MiB
End job on node83 at 2009-05-10 08:23:07