Trace number 1775394

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.1 10003.8

General information on the benchmark

Namemizh-sha0-36-2.cnf
MD5SUM82bf685774b76ba263c886940c3aa94d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark279.243
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210239
Sum of the clauses size628391
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286996
Number of clauses of size 338042
Number of clauses of size 485024
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.00/0.18	c ==============================================================================
0.00/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.18	c ==============================================================================
0.00/0.18	c |         0 |  180234   522030 |   54070       0        0     nan |  0.000 % |
0.00/0.75	c |         0 |  120270   407842 |      --       0       --      -- |     --   | -57282/-106232
0.00/0.75	c ==============================================================================
0.00/0.75	c Result  :   #vars: 20559   #clauses: 120270   #literals: 407842
0.00/0.75	c CPU time:   0.702893 s
0.00/0.75	c ==============================================================================
0.00/0.90	c
0.00/0.90	c Starting glucose
0.00/0.90	c
0.00/0.90	
0.00/0.90	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.90	
0.00/0.90	c ============================[ Problem Statistics ]=============================
0.00/0.90	c |                                                                             |
0.00/0.90	c |  Number of variables:  20559                                                |
0.00/0.90	c |  Number of clauses:    120270                                               |
0.00/0.99	c |  Parsing time:         0.08         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-1775394-1241271107/watcher-1775394-1241271107 -o /tmp/evaluation-result-1775394-1241271107/solver-1775394-1241271107 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775394-1241271107.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.92 0.98 0.99 3/64 29532
/proc/meminfo: memFree=1202544/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=1964 CPUtime=0
/proc/29532/stat : 29532 (glucose.sh) R 29530 29532 29495 0 -1 4194304 50 0 0 0 0 0 0 0 19 0 1 0 155139270 2011136 34 1992294400 4194304 4889804 548682068816 18446744073709551615 213113697673 0 0 4096 0 0 0 0 17 0 0 0
/proc/29532/statm: 751 37 28 169 0 9 0

[startup+0.0311951 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29532
/proc/meminfo: memFree=1202544/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 155139270 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29532/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101206 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29532
/proc/meminfo: memFree=1202544/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 155139270 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29532/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301244 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29532
/proc/meminfo: memFree=1202544/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 155139270 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29532/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701319 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29532
/proc/meminfo: memFree=1202544/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 155139270 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29532/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50147 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 29535
/proc/meminfo: memFree=1187680/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=12704 CPUtime=0.58
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 2902 0 0 0 57 1 0 0 22 0 1 0 155139361 13008896 2888 1992294400 134512640 135217611 4294956288 18446744073709551615 134532895 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 3176 2888 77 172 0 3001 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 18064

[startup+3.10177 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 29535
/proc/meminfo: memFree=1184864/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=14948 CPUtime=2.18
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 3473 0 0 0 217 1 0 0 25 0 1 0 155139361 15306752 3459 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 3737 3459 77 172 0 3562 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 20308

[startup+6.30137 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 29535
/proc/meminfo: memFree=1182432/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=16488 CPUtime=5.38
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 3830 0 0 0 537 1 0 0 25 0 1 0 155139361 16883712 3816 1992294400 134512640 135217611 4294956288 18446744073709551615 134526190 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 4122 3816 77 172 0 3947 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 21848

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 29535
/proc/meminfo: memFree=1181032/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=17676 CPUtime=11.78
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 4151 0 0 0 1176 2 0 0 25 0 1 0 155139361 18100224 4137 1992294400 134512640 135217611 4294956288 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 4419 4137 77 172 0 4244 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23036

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 29535
/proc/meminfo: memFree=1178408/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=20268 CPUtime=24.57
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 4804 0 0 0 2454 3 0 0 25 0 1 0 155139361 20754432 4790 1992294400 134512640 135217611 4294956288 18446744073709551615 134526356 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 5067 4790 77 172 0 4892 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 25628

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 29535
/proc/meminfo: memFree=1175592/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=23292 CPUtime=50.15
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 5536 0 0 0 5012 3 0 0 25 0 1 0 155139361 23851008 5522 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 5823 5522 77 172 0 5648 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 28652

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 29535
/proc/meminfo: memFree=1171944/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=26856 CPUtime=101.34
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 6452 0 0 0 10129 5 0 0 25 0 1 0 155139361 27500544 6438 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 6714 6438 77 172 0 6539 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 32216

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29535
/proc/meminfo: memFree=1170216/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=28796 CPUtime=161.31
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 6881 0 0 0 16126 5 0 0 25 0 1 0 155139361 29487104 6867 1992294400 134512640 135217611 4294956288 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 7199 6867 77 172 0 7024 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 34156

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29535
/proc/meminfo: memFree=1167976/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=30908 CPUtime=221.29
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 7428 0 0 0 22124 5 0 0 25 0 1 0 155139361 31649792 7414 1992294400 134512640 135217611 4294956288 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 7727 7414 77 172 0 7552 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 36268

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29535
/proc/meminfo: memFree=1167080/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=31832 CPUtime=281.26
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 7654 0 0 0 28121 5 0 0 25 0 1 0 155139361 32595968 7640 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 7958 7640 77 172 0 7783 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 37192

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29535
/proc/meminfo: memFree=1164712/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=34076 CPUtime=341.25
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 8228 0 0 0 34119 6 0 0 25 0 1 0 155139361 34893824 8214 1992294400 134512640 135217611 4294956288 18446744073709551615 134532656 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 8519 8214 77 172 0 8344 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 39436

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29535
/proc/meminfo: memFree=1163176/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=35528 CPUtime=401.23
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 8609 0 0 0 40116 7 0 0 25 0 1 0 155139361 36380672 8595 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 8882 8595 77 172 0 8707 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 40888

[startup+462.301 s]

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

/proc/29535/statm: 25670 25343 77 172 0 25495 0
Current children cumulated CPU time (s) 9338.83
Current children cumulated vsize (KiB) 108040

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29559
/proc/meminfo: memFree=1095016/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=103340 CPUtime=9397.92
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 25524 0 0 0 939762 30 0 0 25 0 1 0 155139361 105820160 25510 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 25835 25510 77 172 0 25660 0
Current children cumulated CPU time (s) 9398.81
Current children cumulated vsize (KiB) 108700

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29559
/proc/meminfo: memFree=1095080/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=103340 CPUtime=9457.9
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 25524 0 0 0 945760 30 0 0 25 0 1 0 155139361 105820160 25510 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 25835 25510 77 172 0 25660 0
Current children cumulated CPU time (s) 9458.79
Current children cumulated vsize (KiB) 108700

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29559
/proc/meminfo: memFree=1095016/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=103340 CPUtime=9517.87
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 25524 0 0 0 951757 30 0 0 25 0 1 0 155139361 105820160 25510 1992294400 134512640 135217611 4294956288 18446744073709551615 134526335 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 25835 25510 77 172 0 25660 0
Current children cumulated CPU time (s) 9518.76
Current children cumulated vsize (KiB) 108700

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29559
/proc/meminfo: memFree=1095016/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=103340 CPUtime=9577.85
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 25526 0 0 0 957755 30 0 0 25 0 1 0 155139361 105820160 25512 1992294400 134512640 135217611 4294956288 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 25835 25512 77 172 0 25660 0
Current children cumulated CPU time (s) 9578.74
Current children cumulated vsize (KiB) 108700

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29559
/proc/meminfo: memFree=1095016/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=103340 CPUtime=9637.83
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 25526 0 0 0 963753 30 0 0 25 0 1 0 155139361 105820160 25512 1992294400 134512640 135217611 4294956288 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 25835 25512 77 172 0 25660 0
Current children cumulated CPU time (s) 9638.72
Current children cumulated vsize (KiB) 108700

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29559
/proc/meminfo: memFree=1094952/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=103340 CPUtime=9697.81
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 25526 0 0 0 969751 30 0 0 25 0 1 0 155139361 105820160 25512 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 25835 25512 77 172 0 25660 0
Current children cumulated CPU time (s) 9698.7
Current children cumulated vsize (KiB) 108700

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29559
/proc/meminfo: memFree=1094120/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=104264 CPUtime=9757.78
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 25755 0 0 0 975748 30 0 0 25 0 1 0 155139361 106766336 25741 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 26066 25741 77 172 0 25891 0
Current children cumulated CPU time (s) 9758.67
Current children cumulated vsize (KiB) 109624

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29559
/proc/meminfo: memFree=1094120/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=104264 CPUtime=9817.76
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 25755 0 0 0 981746 30 0 0 25 0 1 0 155139361 106766336 25741 1992294400 134512640 135217611 4294956288 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 26066 25741 77 172 0 25891 0
Current children cumulated CPU time (s) 9818.65
Current children cumulated vsize (KiB) 109624

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29559
/proc/meminfo: memFree=1094056/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=104264 CPUtime=9877.74
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 25755 0 0 0 987744 30 0 0 25 0 1 0 155139361 106766336 25741 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 26066 25741 77 172 0 25891 0
Current children cumulated CPU time (s) 9878.63
Current children cumulated vsize (KiB) 109624

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29559
/proc/meminfo: memFree=1092648/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=105716 CPUtime=9937.72
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 26119 0 0 0 993741 31 0 0 25 0 1 0 155139361 108253184 26105 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 26429 26105 77 172 0 26254 0
Current children cumulated CPU time (s) 9938.61
Current children cumulated vsize (KiB) 111076

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29559
/proc/meminfo: memFree=1092712/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=105716 CPUtime=9997.7
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 26119 0 0 0 999739 31 0 0 25 0 1 0 155139361 108253184 26105 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 26429 26105 77 172 0 26254 0
Current children cumulated CPU time (s) 9998.59
Current children cumulated vsize (KiB) 111076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29559
/proc/meminfo: memFree=1092712/2055920 swapFree=4181168/4192956
[pid=29532] ppid=29530 vsize=5360 CPUtime=0.89
/proc/29532/stat : 29532 (glucose.sh) S 29530 29532 29495 0 -1 4194304 313 7999 0 0 0 0 83 6 16 0 1 0 155139270 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1340 238 195 169 0 51 0
[pid=29535] ppid=29532 vsize=105716 CPUtime=9999.2
/proc/29535/stat : 29535 (glucose_static) R 29532 29532 29495 0 -1 4194304 26119 0 0 0 999889 31 0 0 25 0 1 0 155139361 108253184 26105 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/29535/statm: 26429 26105 77 172 0 26254 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 111076

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 29532 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=839872
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=62990
# CPU time returned by wait4() is 0.902862
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10003.8
CPU time (s): 10000.1
CPU user time (s): 9999.72
CPU system time (s): 0.37
CPU usage (%): 99.9628
Max. virtual memory (cumulated for all children) (KiB): 111076

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

runsolver used 12.0622 second user time and 24.3223 second system time

The end

Launcher Data

Begin job on node37 at 2009-05-02 15:31:47
IDJOB=1775394
IDBENCH=71748
IDSOLVER=610
FILE ID=node37/1775394-1241271107
PBS_JOBID= 9224997
Free space on /tmp= 66540 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/mizh-sha0-36-2.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775394-1241271107/watcher-1775394-1241271107 -o /tmp/evaluation-result-1775394-1241271107/solver-1775394-1241271107 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775394-1241271107.cnf

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

MD5SUM BENCH= 82bf685774b76ba263c886940c3aa94d
RANDOM SEED=887037721

node37.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.259
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.259
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:       1203096 kB
Buffers:         75120 kB
Cached:         683728 kB
SwapCached:       5608 kB
Active:          67436 kB
Inactive:       699168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1203096 kB
SwapTotal:     4192956 kB
SwapFree:      4181168 kB
Dirty:            5836 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            72460 kB
Committed_AS:   808284 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= 66536 MiB
End job on node37 at 2009-05-02 18:18:33