Trace number 1784436

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.07 5002.31

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g5.cnf
MD5SUM5c381a23100991dd5561d3dc572b8883
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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.09/0.13	c ==============================================================================
0.09/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.13	c ==============================================================================
0.09/0.13	c |         0 |  266431   535112 |   79929       0        0     nan |  0.000 % |
1.59/1.68	c |         0 |  264031   899518 |      --       0       --      -- |     --   | -2400/364406
1.59/1.68	c ==============================================================================
1.59/1.68	c Result  :   #vars: 2325   #clauses: 264031   #literals: 899518
1.59/1.68	c CPU time:   1.66275 s
1.59/1.68	c ==============================================================================
1.88/1.94	c
1.88/1.94	c Starting glucose
1.88/1.94	c
1.88/1.94	
1.88/1.94	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.88/1.94	
1.88/1.94	c ============================[ Problem Statistics ]=============================
1.88/1.94	c |                                                                             |
1.88/1.94	c |  Number of variables:  2325                                                 |
1.88/1.94	c |  Number of clauses:    264031                                               |
2.08/2.11	c |  Parsing time:         0.14         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-1784436-1241941475/watcher-1784436-1241941475 -o /tmp/evaluation-result-1784436-1241941475/solver-1784436-1241941475 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784436-1241941475.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.92 0.98 0.99 3/64 32391
/proc/meminfo: memFree=1768560/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=0
/proc/32391/stat : 32391 (glucose.sh) R 32389 32391 32251 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 222180712 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 221236488863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/32391/statm: 1340 235 194 169 0 51 0
[pid=32392] ppid=32391 vsize=1008 CPUtime=0
/proc/32392/stat : 32392 (SatELite_releas) R 32391 32391 32251 0 -1 4194304 135 0 0 0 0 0 0 0 18 0 1 0 222180712 1032192 119 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/32392/statm: 252 119 50 174 0 75 0

[startup+0.0858979 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32391
/proc/meminfo: memFree=1768560/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=0
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222180712 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32391/statm: 1340 236 195 169 0 51 0
[pid=32392] ppid=32391 vsize=9632 CPUtime=0.07
/proc/32392/stat : 32392 (SatELite_releas) R 32391 32391 32251 0 -1 4194304 2176 0 0 0 6 1 0 0 20 0 1 0 222180712 9863168 2160 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/32392/statm: 2408 2161 50 174 0 2231 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14992

[startup+0.1029 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32391
/proc/meminfo: memFree=1768560/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=0
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222180712 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32391/statm: 1340 236 195 169 0 51 0
[pid=32392] ppid=32391 vsize=10952 CPUtime=0.09
/proc/32392/stat : 32392 (SatELite_releas) R 32391 32391 32251 0 -1 4194304 2556 0 0 0 8 1 0 0 20 0 1 0 222180712 11214848 2540 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/32392/statm: 2738 2542 50 174 0 2561 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16312

[startup+0.301922 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32391
/proc/meminfo: memFree=1768560/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=0
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222180712 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32391/statm: 1340 236 195 169 0 51 0
[pid=32392] ppid=32391 vsize=25236 CPUtime=0.29
/proc/32392/stat : 32392 (SatELite_releas) R 32391 32391 32251 0 -1 4194304 5159 0 0 0 27 2 0 0 21 0 1 0 222180712 25841664 5143 1992294400 134512640 135225430 4294956176 18446744073709551615 134602448 0 0 4096 3 0 0 0 17 0 0 0
/proc/32392/statm: 6309 5143 76 174 0 6132 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30596

[startup+0.702964 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32391
/proc/meminfo: memFree=1768560/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=0
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222180712 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32391/statm: 1340 236 195 169 0 51 0
[pid=32392] ppid=32391 vsize=27460 CPUtime=0.69
/proc/32392/stat : 32392 (SatELite_releas) R 32391 32391 32251 0 -1 4194304 5437 0 0 0 67 2 0 0 25 0 1 0 222180712 28119040 5421 1992294400 134512640 135225430 4294956176 18446744073709551615 134586798 0 0 4096 3 0 0 0 17 0 0 0
/proc/32392/statm: 6865 5421 77 174 0 6688 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32820

[startup+1.50205 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 32393
/proc/meminfo: memFree=1746656/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=0
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222180712 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32391/statm: 1340 236 195 169 0 51 0
[pid=32392] ppid=32391 vsize=27460 CPUtime=1.49
/proc/32392/stat : 32392 (SatELite_releas) R 32391 32391 32251 0 -1 4194304 5437 0 0 0 147 2 0 0 25 0 1 0 222180712 28119040 5421 1992294400 134512640 135225430 4294956176 18446744073709551615 134586121 0 0 4096 3 0 0 0 17 0 0 0
/proc/32392/statm: 6865 5421 77 174 0 6688 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32820

[startup+3.10123 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 32394
/proc/meminfo: memFree=1747808/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=20344 CPUtime=1.13
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 4943 0 0 0 112 1 0 0 25 0 1 0 222180906 20832256 4929 1992294400 134512640 135217611 4294956304 18446744073709551615 134533358 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32394/statm: 5086 4929 77 172 0 4911 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 25704

[startup+6.30157 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 32394
/proc/meminfo: memFree=1736672/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=28764 CPUtime=4.33
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 7032 0 0 0 430 3 0 0 25 0 1 0 222180906 29454336 7018 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 7191 7018 77 172 0 7016 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 34124

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 32394
/proc/meminfo: memFree=1732576/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=30820 CPUtime=10.73
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 7559 0 0 0 1069 4 0 0 25 0 1 0 222180906 31559680 7545 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 7705 7545 77 172 0 7530 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 36180

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 32394
/proc/meminfo: memFree=1729568/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=34428 CPUtime=23.53
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 8428 0 0 0 2348 5 0 0 25 0 1 0 222180906 35254272 8414 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 8607 8414 77 172 0 8432 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 39788

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 32394
/proc/meminfo: memFree=1724960/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=38888 CPUtime=49.11
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 9527 0 0 0 4905 6 0 0 25 0 1 0 222180906 39821312 9513 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 9722 9513 77 172 0 9547 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 44248

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 32394
/proc/meminfo: memFree=1721184/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=42484 CPUtime=100.29
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 10435 0 0 0 10022 7 0 0 25 0 1 0 222180906 43503616 10421 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 10621 10421 77 172 0 10446 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 47844

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32394
/proc/meminfo: memFree=1719072/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=44660 CPUtime=160.27
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 10970 0 0 0 16019 8 0 0 25 0 1 0 222180906 45731840 10956 1992294400 134512640 135217611 4294956304 18446744073709551615 134533778 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 11165 10956 77 172 0 10990 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 50020

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32394
/proc/meminfo: memFree=1717600/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=46232 CPUtime=220.24
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 11331 0 0 0 22016 8 0 0 25 0 1 0 222180906 47341568 11317 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 11558 11317 77 172 0 11383 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 51592

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32394
/proc/meminfo: memFree=1714144/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=49680 CPUtime=280.22
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 12200 0 0 0 28013 9 0 0 25 0 1 0 222180906 50872320 12186 1992294400 134512640 135217611 4294956304 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 12420 12186 77 172 0 12245 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 55040

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32394
/proc/meminfo: memFree=1713440/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=50400 CPUtime=340.19
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 12370 0 0 0 34010 9 0 0 25 0 1 0 222180906 51609600 12356 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 12600 12356 77 172 0 12425 0
Current children cumulated CPU time (s) 342.12

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

/proc/32394/statm: 27809 27155 77 172 0 27634 0
Current children cumulated CPU time (s) 4360.33
Current children cumulated vsize (KiB) 116596

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32402
/proc/meminfo: memFree=1650976/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=113768 CPUtime=4418.38
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 27799 0 0 0 441808 30 0 0 25 0 1 0 222180906 116498432 27778 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 28442 27778 77 172 0 28267 0
Current children cumulated CPU time (s) 4420.31
Current children cumulated vsize (KiB) 119128

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32402
/proc/meminfo: memFree=1650720/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=113968 CPUtime=4478.35
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 27857 0 0 0 447805 30 0 0 25 0 1 0 222180906 116703232 27836 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 28492 27836 77 172 0 28317 0
Current children cumulated CPU time (s) 4480.28
Current children cumulated vsize (KiB) 119328

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32402
/proc/meminfo: memFree=1650656/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=114156 CPUtime=4538.33
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 27880 0 0 0 453803 30 0 0 25 0 1 0 222180906 116895744 27859 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 28539 27859 77 172 0 28364 0
Current children cumulated CPU time (s) 4540.26
Current children cumulated vsize (KiB) 119516

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32408
/proc/meminfo: memFree=1649632/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=114996 CPUtime=4598.31
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 28098 0 0 0 459800 31 0 0 25 0 1 0 222180906 117755904 28077 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 28749 28077 77 172 0 28574 0
Current children cumulated CPU time (s) 4600.24
Current children cumulated vsize (KiB) 120356

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32408
/proc/meminfo: memFree=1649120/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=115528 CPUtime=4658.28
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 28215 0 0 0 465797 31 0 0 25 0 1 0 222180906 118300672 28194 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 28882 28194 77 172 0 28707 0
Current children cumulated CPU time (s) 4660.21
Current children cumulated vsize (KiB) 120888

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32408
/proc/meminfo: memFree=1648864/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=115948 CPUtime=4718.26
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 28278 0 0 0 471795 31 0 0 25 0 1 0 222180906 118730752 28257 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 28987 28257 77 172 0 28812 0
Current children cumulated CPU time (s) 4720.19
Current children cumulated vsize (KiB) 121308

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32408
/proc/meminfo: memFree=1648672/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=116248 CPUtime=4778.23
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 28338 0 0 0 477792 31 0 0 25 0 1 0 222180906 119037952 28317 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 29062 28317 77 172 0 28887 0
Current children cumulated CPU time (s) 4780.16
Current children cumulated vsize (KiB) 121608

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32408
/proc/meminfo: memFree=1648352/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=116564 CPUtime=4838.2
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 28413 0 0 0 483789 31 0 0 25 0 1 0 222180906 119361536 28392 1992294400 134512640 135217611 4294956304 18446744073709551615 134532676 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 29141 28392 77 172 0 28966 0
Current children cumulated CPU time (s) 4840.13
Current children cumulated vsize (KiB) 121924

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32408
/proc/meminfo: memFree=1647840/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=117108 CPUtime=4898.17
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 28539 0 0 0 489786 31 0 0 25 0 1 0 222180906 119918592 28518 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 29277 28518 77 172 0 29102 0
Current children cumulated CPU time (s) 4900.1
Current children cumulated vsize (KiB) 122468

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32408
/proc/meminfo: memFree=1647648/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=117408 CPUtime=4958.15
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 28599 0 0 0 495784 31 0 0 25 0 1 0 222180906 120225792 28578 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 29352 28578 77 172 0 29177 0
Current children cumulated CPU time (s) 4960.08
Current children cumulated vsize (KiB) 122768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32408
/proc/meminfo: memFree=1645664/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=119264 CPUtime=4998.14
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 29091 0 0 0 499782 32 0 0 25 0 1 0 222180906 122126336 29070 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 29816 29070 77 172 0 29641 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 124624

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

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

[startup+5002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32408
/proc/meminfo: memFree=1645664/2055920 swapFree=4180160/4192956
[pid=32391] ppid=32389 vsize=5360 CPUtime=1.93
/proc/32391/stat : 32391 (glucose.sh) S 32389 32391 32251 0 -1 4194304 313 5443 0 0 0 0 189 4 16 0 1 0 222180712 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32391/statm: 1340 238 195 169 0 51 0
[pid=32394] ppid=32391 vsize=119264 CPUtime=4998.14
/proc/32394/stat : 32394 (glucose_static) R 32391 32391 32251 0 -1 4194304 29091 0 0 0 499782 32 0 0 25 0 1 0 222180906 122126336 29070 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32394/statm: 29816 29070 77 172 0 29641 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 124624

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5002.31
CPU time (s): 5000.07
CPU user time (s): 4999.71
CPU system time (s): 0.36
CPU usage (%): 99.9552
Max. virtual memory (cumulated for all children) (KiB): 124624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.89671
system time used= 0.048992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5756
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.29035 second user time and 13.9099 second system time

The end

Launcher Data

Begin job on node21 at 2009-05-10 09:44:35
IDJOB=1784436
IDBENCH=71509
IDSOLVER=610
FILE ID=node21/1784436-1241941475
PBS_JOBID= 9264989
Free space on /tmp= 66036 MiB

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

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

MD5SUM BENCH= 5c381a23100991dd5561d3dc572b8883
RANDOM SEED=2136857912

node21.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.233
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.233
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1769040 kB
Buffers:         58192 kB
Cached:         154408 kB
SwapCached:       7040 kB
Active:         109392 kB
Inactive:       113180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769040 kB
SwapTotal:     4192956 kB
SwapFree:      4180160 kB
Dirty:            4988 kB
Writeback:           0 kB
Mapped:          15076 kB
Slab:            50356 kB
Committed_AS:   811968 kB
PageTables:       1380 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= 66032 MiB
End job on node21 at 2009-05-10 11:08:00