Trace number 1774154

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) 10000 10004.8

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-25-s100.cnf
MD5SUMc4b5df05f50ec97b624a18161f6d43b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark362.402
Satisfiable
(Un)Satisfiability was proved
Number of variables31931
Number of clauses96111
Sum of the clauses size226723
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261482
Number of clauses of size 334565
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.04/0.07	c ==============================================================================
0.04/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.04/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.04/0.07	c ==============================================================================
0.04/0.07	c |         0 |   95911   226247 |   28773       0        0     nan |  0.000 % |
1.09/1.13	c |         0 |   59414   177649 |      --       0       --      -- |     --   | -36157/-47622
1.09/1.13	c ==============================================================================
1.09/1.13	c Result  :   #vars: 14275   #clauses: 59414   #literals: 177649
1.09/1.13	c CPU time:   1.09283 s
1.09/1.13	c ==============================================================================
1.09/1.19	c
1.09/1.19	c Starting glucose
1.09/1.19	c
1.09/1.20	
1.09/1.20	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.09/1.20	
1.09/1.20	c ============================[ Problem Statistics ]=============================
1.09/1.20	c |                                                                             |
1.18/1.20	c |  Number of variables:  14275                                                |
1.18/1.20	c |  Number of clauses:    59414                                                |
1.18/1.24	c |  Parsing time:         0.04         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-1774154-1241263751/watcher-1774154-1241263751 -o /tmp/evaluation-result-1774154-1241263751/solver-1774154-1241263751 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774154-1241263751.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.97 1.03 1.00 3/64 28215
/proc/meminfo: memFree=1111416/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=0
/proc/28215/stat : 28215 (glucose.sh) R 28213 28215 28178 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154408350 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848809119 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28215/statm: 1340 235 194 169 0 51 0
[pid=28216] ppid=28215 vsize=1744 CPUtime=0
/proc/28216/stat : 28216 (SatELite_releas) R 28215 28215 28178 0 -1 4194304 294 0 0 0 0 0 0 0 18 0 1 0 154408350 1785856 278 1992294400 134512640 135225430 4294956176 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/28216/statm: 436 280 49 174 0 259 0

[startup+0.0518469 s]
/proc/loadavg: 0.97 1.03 1.00 3/64 28215
/proc/meminfo: memFree=1111416/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=0
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154408350 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28215/statm: 1340 236 195 169 0 51 0
[pid=28216] ppid=28215 vsize=9228 CPUtime=0.04
/proc/28216/stat : 28216 (SatELite_releas) R 28215 28215 28178 0 -1 4194304 2117 0 0 0 3 1 0 0 18 0 1 0 154408350 9449472 2101 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/28216/statm: 2307 2102 51 174 0 2130 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14588

[startup+0.101855 s]
/proc/loadavg: 0.97 1.03 1.00 3/64 28215
/proc/meminfo: memFree=1111416/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=0
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154408350 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28215/statm: 1340 236 195 169 0 51 0
[pid=28216] ppid=28215 vsize=14472 CPUtime=0.09
/proc/28216/stat : 28216 (SatELite_releas) R 28215 28215 28178 0 -1 4194304 3460 0 0 0 7 2 0 0 19 0 1 0 154408350 14819328 3267 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 0 0 0
/proc/28216/statm: 3618 3267 77 174 0 3441 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19832

[startup+0.30189 s]
/proc/loadavg: 0.97 1.03 1.00 3/64 28215
/proc/meminfo: memFree=1111416/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=0
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154408350 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28215/statm: 1340 236 195 169 0 51 0
[pid=28216] ppid=28215 vsize=14860 CPUtime=0.28
/proc/28216/stat : 28216 (SatELite_releas) R 28215 28215 28178 0 -1 4194304 3631 0 0 0 26 2 0 0 21 0 1 0 154408350 15216640 3438 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/28216/statm: 3715 3438 77 174 0 3538 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 20220

[startup+0.701959 s]
/proc/loadavg: 0.97 1.03 1.00 3/64 28215
/proc/meminfo: memFree=1111416/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=0
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154408350 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28215/statm: 1340 236 195 169 0 51 0
[pid=28216] ppid=28215 vsize=15672 CPUtime=0.69
/proc/28216/stat : 28216 (SatELite_releas) R 28215 28215 28178 0 -1 4194304 3820 0 0 0 66 3 0 0 25 0 1 0 154408350 16048128 3627 1992294400 134512640 135225430 4294956176 18446744073709551615 134587241 0 0 4096 3 0 0 0 17 0 0 0
/proc/28216/statm: 3918 3627 77 174 0 3741 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21032

[startup+1.50111 s]
/proc/loadavg: 0.97 1.03 1.00 2/66 28217
/proc/meminfo: memFree=1092712/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 5360

[startup+3.10138 s]
/proc/loadavg: 0.97 1.03 1.00 2/66 28218
/proc/meminfo: memFree=1099688/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=7580 CPUtime=1.88
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 1726 0 0 0 188 0 0 0 25 0 1 0 154408470 7761920 1688 1992294400 134512640 135217611 4294956288 18446744073709551615 134536894 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 1895 1688 75 172 0 1720 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 12940

[startup+6.30198 s]
/proc/loadavg: 0.98 1.02 1.00 2/66 28218
/proc/meminfo: memFree=1099112/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=7844 CPUtime=5.08
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 1782 0 0 0 507 1 0 0 25 0 1 0 154408470 8032256 1744 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 1961 1744 75 172 0 1786 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 13204

[startup+12.7011 s]
/proc/loadavg: 0.98 1.02 1.00 2/66 28218
/proc/meminfo: memFree=1099048/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=8240 CPUtime=11.48
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 1878 0 0 0 1147 1 0 0 25 0 1 0 154408470 8437760 1840 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 2060 1840 75 172 0 1885 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13600

[startup+25.5013 s]
/proc/loadavg: 0.98 1.02 1.00 2/66 28218
/proc/meminfo: memFree=1098280/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=9056 CPUtime=24.28
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 2101 0 0 0 2426 2 0 0 25 0 1 0 154408470 9273344 2063 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 2264 2063 75 172 0 2089 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14416

[startup+51.1018 s]
/proc/loadavg: 0.99 1.02 1.00 2/66 28218
/proc/meminfo: memFree=1097256/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=10124 CPUtime=49.85
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 2360 0 0 0 4983 2 0 0 25 0 1 0 154408470 10366976 2322 1992294400 134512640 135217611 4294956288 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 2531 2322 75 172 0 2356 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 15484

[startup+102.306 s]
/proc/loadavg: 0.99 1.02 1.00 2/66 28218
/proc/meminfo: memFree=1095336/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=11980 CPUtime=101.04
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 2815 0 0 0 10101 3 0 0 25 0 1 0 154408470 12267520 2777 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 2995 2777 75 172 0 2820 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 17340

[startup+162.301 s]
/proc/loadavg: 0.99 1.01 1.00 2/66 28218
/proc/meminfo: memFree=1093928/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=13360 CPUtime=161
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 3173 0 0 0 16097 3 0 0 25 0 1 0 154408470 13680640 3135 1992294400 134512640 135217611 4294956288 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 3340 3135 75 172 0 3165 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 18720

[startup+222.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 28218
/proc/meminfo: memFree=1093160/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=14200 CPUtime=220.98
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 3371 0 0 0 22094 4 0 0 25 0 1 0 154408470 14540800 3333 1992294400 134512640 135217611 4294956288 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 3550 3333 75 172 0 3375 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 19560

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 28218
/proc/meminfo: memFree=1092264/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=15156 CPUtime=280.94
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 3597 0 0 0 28090 4 0 0 25 0 1 0 154408470 15519744 3559 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 3789 3559 75 172 0 3614 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 20516

[startup+342.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 28218
/proc/meminfo: memFree=1091240/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=16236 CPUtime=340.92
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 3858 0 0 0 34087 5 0 0 25 0 1 0 154408470 16625664 3820 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 4059 3820 75 172 0 3884 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 21596

[startup+402.302 s]

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

/proc/28218/statm: 11967 11249 75 172 0 11792 0
Current children cumulated CPU time (s) 9337.84
Current children cumulated vsize (KiB) 53228

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28242
/proc/meminfo: memFree=1060840/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=47868 CPUtime=9396.62
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 11319 0 0 0 939644 18 0 0 25 0 1 0 154408470 49016832 11281 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 11967 11281 75 172 0 11792 0
Current children cumulated CPU time (s) 9397.8
Current children cumulated vsize (KiB) 53228

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28242
/proc/meminfo: memFree=1060776/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=47868 CPUtime=9456.58
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 11319 0 0 0 945640 18 0 0 25 0 1 0 154408470 49016832 11281 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 11967 11281 75 172 0 11792 0
Current children cumulated CPU time (s) 9457.76
Current children cumulated vsize (KiB) 53228

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28242
/proc/meminfo: memFree=1060712/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=48012 CPUtime=9516.55
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 11350 0 0 0 951637 18 0 0 25 0 1 0 154408470 49164288 11312 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 12003 11312 75 172 0 11828 0
Current children cumulated CPU time (s) 9517.73
Current children cumulated vsize (KiB) 53372

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28242
/proc/meminfo: memFree=1060712/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=48012 CPUtime=9576.52
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 11352 0 0 0 957634 18 0 0 25 0 1 0 154408470 49164288 11314 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 12003 11314 75 172 0 11828 0
Current children cumulated CPU time (s) 9577.7
Current children cumulated vsize (KiB) 53372

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 28242
/proc/meminfo: memFree=1060584/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=48228 CPUtime=9636.49
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 11407 0 0 0 963631 18 0 0 25 0 1 0 154408470 49385472 11369 1992294400 134512640 135217611 4294956288 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 12057 11369 75 172 0 11882 0
Current children cumulated CPU time (s) 9637.67
Current children cumulated vsize (KiB) 53588

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28242
/proc/meminfo: memFree=1060136/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=48732 CPUtime=9696.46
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 11505 0 0 0 969627 19 0 0 25 0 1 0 154408470 49901568 11467 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 12183 11467 75 172 0 12008 0
Current children cumulated CPU time (s) 9697.64
Current children cumulated vsize (KiB) 54092

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28242
/proc/meminfo: memFree=1060072/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=48732 CPUtime=9756.44
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 11509 0 0 0 975625 19 0 0 25 0 1 0 154408470 49901568 11471 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 12183 11471 75 172 0 12008 0
Current children cumulated CPU time (s) 9757.62
Current children cumulated vsize (KiB) 54092

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28242
/proc/meminfo: memFree=1060008/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=48884 CPUtime=9816.41
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 11539 0 0 0 981622 19 0 0 25 0 1 0 154408470 50057216 11501 1992294400 134512640 135217611 4294956288 18446744073709551615 134532843 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 12221 11501 75 172 0 12046 0
Current children cumulated CPU time (s) 9817.59
Current children cumulated vsize (KiB) 54244

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28242
/proc/meminfo: memFree=1059944/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=48884 CPUtime=9876.38
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 11550 0 0 0 987619 19 0 0 25 0 1 0 154408470 50057216 11512 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 12221 11512 75 172 0 12046 0
Current children cumulated CPU time (s) 9877.56
Current children cumulated vsize (KiB) 54244

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28242
/proc/meminfo: memFree=1059816/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=49068 CPUtime=9936.35
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 11584 0 0 0 993616 19 0 0 25 0 1 0 154408470 50245632 11546 1992294400 134512640 135217611 4294956288 18446744073709551615 134536950 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 12267 11546 75 172 0 12092 0
Current children cumulated CPU time (s) 9937.53
Current children cumulated vsize (KiB) 54428

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28242
/proc/meminfo: memFree=1059496/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=49380 CPUtime=9996.33
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 11676 0 0 0 999614 19 0 0 25 0 1 0 154408470 50565120 11635 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 12345 11635 75 172 0 12170 0
Current children cumulated CPU time (s) 9997.51
Current children cumulated vsize (KiB) 54740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28242
/proc/meminfo: memFree=1059496/2055920 swapFree=4181908/4192956
[pid=28215] ppid=28213 vsize=5360 CPUtime=1.18
/proc/28215/stat : 28215 (glucose.sh) S 28213 28215 28178 0 -1 4194304 313 4061 0 0 0 0 114 4 16 0 1 0 154408350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28215/statm: 1340 238 195 169 0 51 0
[pid=28218] ppid=28215 vsize=49380 CPUtime=9998.83
/proc/28218/stat : 28218 (glucose_static) R 28215 28215 28178 0 -1 4194304 11676 0 0 0 999864 19 0 0 25 0 1 0 154408470 50565120 11635 1992294400 134512640 135217611 4294956288 18446744073709551615 134527804 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/28218/statm: 12345 11635 75 172 0 12170 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 54740

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 10004.8
CPU time (s): 10000
CPU user time (s): 9999.78
CPU system time (s): 0.23
CPU usage (%): 99.952
Max. virtual memory (cumulated for all children) (KiB): 54740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.14882
system time used= 0.050992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4374
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 8.32273 second user time and 28.0647 second system time

The end

Launcher Data

Begin job on node18 at 2009-05-02 13:29:11
IDJOB=1774154
IDBENCH=70878
IDSOLVER=610
FILE ID=node18/1774154-1241263751
PBS_JOBID= 9224959
Free space on /tmp= 66352 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-25-s100.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774154-1241263751/watcher-1774154-1241263751 -o /tmp/evaluation-result-1774154-1241263751/solver-1774154-1241263751 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774154-1241263751.cnf

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

MD5SUM BENCH= c4b5df05f50ec97b624a18161f6d43b5
RANDOM SEED=1451502616

node18.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.280
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.280
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:       1111960 kB
Buffers:         77584 kB
Cached:         758292 kB
SwapCached:       4876 kB
Active:         134676 kB
Inactive:       708964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1111960 kB
SwapTotal:     4192956 kB
SwapFree:      4181908 kB
Dirty:            3184 kB
Writeback:           0 kB
Mapped:          13932 kB
Slab:            86424 kB
Committed_AS:   728232 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= 66344 MiB
End job on node18 at 2009-05-02 16:15:58