Trace number 319915

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, and are wall clock time (not CPU 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
Spear FH 1.0? (TO) 1200.07 1200.64

General information on the benchmark

Nameindustrial/grieu/
vmpc_31.cnf
MD5SUMe9d9fc0e7d6d0176942c54e1a7f7ef59
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark239.644
Satisfiable
(Un)Satisfiability was proved
Number of variables961
Number of clauses146909
Sum of the clauses size384710
Maximum clause length31
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 257753
Number of clauses of size 389094
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 562

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/319915-1173037776/instance-319915-1173037776.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node45/watcher-319915-1173037776 -o ROOT/results/node45/solver-319915-1173037776 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319915-1173037776/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/319915-1173037776/instance-319915-1173037776.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3520
/proc/meminfo: memFree=1223024/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=1548 CPUtime=0
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 202 0 0 0 0 0 0 0 18 0 1 0 29753384 1585152 186 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 387 186 128 302 0 82 0

[startup+0.019041 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3520
/proc/meminfo: memFree=1223024/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=2004 CPUtime=0.01
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 304 0 0 0 1 0 0 0 18 0 1 0 29753384 2052096 288 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 501 289 129 302 0 196 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2004

[startup+0.102056 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3520
/proc/meminfo: memFree=1223024/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=4112 CPUtime=0.09
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 882 0 0 0 9 0 0 0 18 0 1 0 29753384 4210688 833 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 1028 833 129 302 0 723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4112

[startup+0.302091 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3520
/proc/meminfo: memFree=1223024/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=9632 CPUtime=0.29
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 2354 0 0 0 28 1 0 0 19 0 1 0 29753384 9863168 2111 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 2408 2111 140 302 0 2103 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9632

[startup+0.701164 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3520
/proc/meminfo: memFree=1223024/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=10536 CPUtime=0.69
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 2565 0 0 0 68 1 0 0 23 0 1 0 29753384 10788864 2322 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 2634 2322 140 302 0 2329 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10536

[startup+1.50131 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3521
/proc/meminfo: memFree=1213736/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=11812 CPUtime=1.49
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 2896 0 0 0 147 2 0 0 25 0 1 0 29753384 12095488 2653 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 2953 2653 140 302 0 2648 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11812

[startup+3.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3521
/proc/meminfo: memFree=1211816/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=13596 CPUtime=3.09
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 3337 0 0 0 306 3 0 0 25 0 1 0 29753384 13922304 3094 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 3399 3094 140 302 0 3094 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13596

[startup+6.30118 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3521
/proc/meminfo: memFree=1209392/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=15520 CPUtime=6.29
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 3829 0 0 0 624 5 0 0 25 0 1 0 29753384 15892480 3586 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 3880 3586 140 302 0 3575 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15520

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3521
/proc/meminfo: memFree=1205944/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=19000 CPUtime=12.69
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 4692 0 0 0 1261 8 0 0 25 0 1 0 29753384 19456000 4416 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 4750 4416 140 302 0 4445 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19000

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3521
/proc/meminfo: memFree=1199992/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=24688 CPUtime=25.48
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 6128 0 0 0 2533 15 0 0 25 0 1 0 29753384 25280512 5852 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 6172 5852 140 302 0 5867 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24688

[startup+51.1023 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3521
/proc/meminfo: memFree=1189624/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=35672 CPUtime=51.07
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 8838 0 0 0 5081 26 0 0 25 0 1 0 29753384 36528128 8497 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 8918 8497 140 302 0 8613 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 35672

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3521
/proc/meminfo: memFree=1173368/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=51980 CPUtime=102.24
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 12929 0 0 0 10181 43 0 0 25 0 1 0 29753384 53227520 12459 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 12995 12459 140 302 0 12690 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 51980

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3521
/proc/meminfo: memFree=1158904/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=66436 CPUtime=162.22
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 16571 0 0 0 16165 57 0 0 25 0 1 0 29753384 68030464 16101 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 16609 16101 140 302 0 16304 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 66436

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3521
/proc/meminfo: memFree=1146424/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=79632 CPUtime=222.2
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 19869 0 0 0 22150 70 0 0 25 0 1 0 29753384 81543168 19142 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 19908 19142 140 302 0 19603 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 79632

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3521
/proc/meminfo: memFree=1136056/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=90308 CPUtime=282.17
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 22538 0 0 0 28137 80 0 0 25 0 1 0 29753384 92475392 21811 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 22577 21811 140 302 0 22272 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 90308

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3521
/proc/meminfo: memFree=1125816/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=100776 CPUtime=342.16
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 25071 0 0 0 34125 91 0 0 25 0 1 0 29753384 103194624 24344 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 25194 24344 140 302 0 24889 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 100776

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3521
/proc/meminfo: memFree=1116472/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=110120 CPUtime=402.14
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 27421 0 0 0 40112 102 0 0 25 0 1 0 29753384 112762880 26694 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 27530 26694 140 302 0 27225 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 110120

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3521
/proc/meminfo: memFree=1108728/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=117656 CPUtime=462.11
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 29336 0 0 0 46100 111 0 0 25 0 1 0 29753384 120479744 28609 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 29414 28609 140 302 0 29109 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 117656

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3521
/proc/meminfo: memFree=1099000/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=127424 CPUtime=522.09
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 31768 0 0 0 52087 122 0 0 25 0 1 0 29753384 130482176 31041 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 31856 31041 140 302 0 31551 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 127424

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3521
/proc/meminfo: memFree=1092664/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=133788 CPUtime=582.07
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 33332 0 0 0 58078 129 0 0 25 0 1 0 29753384 136998912 32605 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 33447 32605 140 302 0 33142 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 133788

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3521
/proc/meminfo: memFree=1085944/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=140588 CPUtime=642.06
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 35011 0 0 0 64067 139 0 0 25 0 1 0 29753384 143962112 34284 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 35147 34284 140 302 0 34842 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 140588

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 3603
/proc/meminfo: memFree=1078320/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=146864 CPUtime=701.98
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 36608 0 0 0 70053 145 0 0 25 0 1 0 29753384 150388736 35881 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 36716 35881 140 302 0 36411 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 146864

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 3695
/proc/meminfo: memFree=1070720/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=156596 CPUtime=761.9
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 39023 0 0 0 76038 152 0 0 25 0 1 0 29753384 160354304 37783 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 39149 37783 140 302 0 38844 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 156596

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3719
/proc/meminfo: memFree=1065080/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=163664 CPUtime=821.86
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 40715 0 0 0 82027 159 0 0 25 0 1 0 29753384 167591936 39475 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 40916 39475 140 302 0 40611 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 163664

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3719
/proc/meminfo: memFree=1058744/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=169740 CPUtime=881.84
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 42266 0 0 0 88018 166 0 0 25 0 1 0 29753384 173813760 41026 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 42435 41026 140 302 0 42130 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 169740

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3719
/proc/meminfo: memFree=1051896/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=176684 CPUtime=941.82
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 43988 0 0 0 94010 172 0 0 25 0 1 0 29753384 180924416 42748 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 44171 42748 140 302 0 43866 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 176684

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3719
/proc/meminfo: memFree=1045176/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=183592 CPUtime=1001.79
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 45646 0 0 0 100000 179 0 0 25 0 1 0 29753384 187998208 44406 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 45898 44406 140 302 0 45593 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 183592

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3719
/proc/meminfo: memFree=1040376/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=188920 CPUtime=1061.77
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 46875 0 0 0 105993 184 0 0 25 0 1 0 29753384 193454080 45635 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 47230 45635 140 302 0 46925 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 188920

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3719
/proc/meminfo: memFree=1034744/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=194956 CPUtime=1121.75
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 48260 0 0 0 111985 190 0 0 25 0 1 0 29753384 199634944 47020 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 48739 47020 140 302 0 48434 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 194956

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3719
/proc/meminfo: memFree=1028856/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=201304 CPUtime=1181.73
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 49726 0 0 0 117976 197 0 0 25 0 1 0 29753384 206135296 48486 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 50326 48486 140 302 0 50021 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 201304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3719
/proc/meminfo: memFree=1027064/2055920 swapFree=4192956/4192956
[pid=3520] ppid=3518 vsize=203004 CPUtime=1200.03
/proc/3520/stat : 3520 (Spear-32) R 3518 3520 2514 0 -1 4194304 50158 0 0 0 119804 199 0 0 25 0 1 0 29753384 207876096 48918 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3520/statm: 50751 48918 140 302 0 50446 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 203004

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)
Real time (s): 1200.64
CPU time (s): 1200.07
CPU user time (s): 1198.04
CPU system time (s): 2.02669
CPU usage (%): 99.9527
Max. virtual memory (cumulated for all children) (KiB): 203004

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

runsolver used 0.949855 second user time and 2.43063 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Sun Mar  4 19:49:36 UTC 2007

IDJOB= 319915
IDBENCH= 20490
IDSOLVER= 132
FILE ID= node45/319915-1173037776

PBS_JOBID= 4012472

Free space on /tmp= 66561 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/grieu/vmpc_31.cnf
COMMAND LINE= /tmp/evaluation/319915-1173037776/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/319915-1173037776/instance-319915-1173037776.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-319915-1173037776 -o ROOT/results/node45/solver-319915-1173037776 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319915-1173037776/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/319915-1173037776/instance-319915-1173037776.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  e9d9fc0e7d6d0176942c54e1a7f7ef59

RANDOM SEED= 233003736

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.265
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.265
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:       1223432 kB
Buffers:         38416 kB
Cached:         695984 kB
SwapCached:          0 kB
Active:         206556 kB
Inactive:       546556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1223432 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3576 kB
Writeback:           0 kB
Mapped:          28908 kB
Slab:            65432 kB
Committed_AS:    91864 kB
PageTables:       1404 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= 66561 MiB

End job on node45 on Sun Mar  4 20:09:39 UTC 2007