Trace number 291701

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.46

General information on the benchmark

Namerandom/OnTreshold/5SAT/v80/
unif-k5-r21.3-v80-c1704-S1210495375-04.SAT.shuffled.cnf
MD5SUMfabf0452180c700cfc0cc84c4c12ca08
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.091986
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses1704
Sum of the clauses size8520
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51704
Number of clauses of size over 50

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/291701-1171744953/instance-291701-1171744953.cnf

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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 0.97 0.91 3/77 20150
/proc/meminfo: memFree=990064/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=1396 CPUtime=0
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 194463106 1429504 169 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 349 169 129 302 0 44 0

[startup+0.107686 s]
/proc/loadavg: 1.00 0.97 0.91 3/77 20150
/proc/meminfo: memFree=990064/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=1792 CPUtime=0.1
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 285 0 0 0 10 0 0 0 18 0 1 0 194463106 1835008 269 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 448 269 140 302 0 143 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1792

[startup+0.515722 s]
/proc/loadavg: 1.00 0.97 0.91 3/77 20150
/proc/meminfo: memFree=990064/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=2576 CPUtime=0.51
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 474 0 0 0 50 1 0 0 21 0 1 0 194463106 2637824 458 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 644 458 140 302 0 339 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2576

[startup+1.3358 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=988008/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=3632 CPUtime=1.33
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 712 0 0 0 131 2 0 0 25 0 1 0 194463106 3719168 696 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 908 696 140 302 0 603 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3632

[startup+2.97195 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=986984/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=4656 CPUtime=2.96
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 997 0 0 0 293 3 0 0 25 0 1 0 194463106 4767744 981 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 1164 981 140 302 0 859 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4656

[startup+6.25525 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=985256/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=6268 CPUtime=6.24
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 1404 0 0 0 619 5 0 0 25 0 1 0 194463106 6418432 1355 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 1567 1355 140 302 0 1262 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6268

[startup+12.7128 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=983088/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=8228 CPUtime=12.7
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 1888 0 0 0 1263 7 0 0 25 0 1 0 194463106 8425472 1839 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 2057 1839 140 302 0 1752 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 8228

[startup+25.514 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=980144/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=11412 CPUtime=25.49
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 2683 0 0 0 2538 11 0 0 25 0 1 0 194463106 11685888 2569 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 2853 2569 140 302 0 2548 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11412

[startup+51.1274 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=976112/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=15328 CPUtime=51.1
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 3659 0 0 0 5095 15 0 0 25 0 1 0 194463106 15695872 3545 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 3832 3545 140 302 0 3527 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 15328

[startup+102.347 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=970352/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=21720 CPUtime=102.31
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 5231 0 0 0 10208 23 0 0 25 0 1 0 194463106 22241280 4988 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 5430 4988 140 302 0 5125 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 21720

[startup+162.386 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=965232/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=27032 CPUtime=162.34
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 6469 0 0 0 16203 31 0 0 25 0 1 0 194463106 27680768 6226 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 6758 6226 140 302 0 6453 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 27032

[startup+222.42 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=961072/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=31256 CPUtime=222.35
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 7501 0 0 0 22198 37 0 0 25 0 1 0 194463106 32006144 7258 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 7814 7258 140 302 0 7509 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 31256

[startup+282.454 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=957744/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=36056 CPUtime=282.37
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 8638 0 0 0 28194 43 0 0 25 0 1 0 194463106 36921344 8138 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 9014 8138 140 302 0 8709 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 36056

[startup+342.487 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=954800/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=38884 CPUtime=342.39
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 9366 0 0 0 34189 50 0 0 25 0 1 0 194463106 39817216 8866 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 9721 8866 140 302 0 9416 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 38884

[startup+402.525 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=951664/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=42276 CPUtime=402.42
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 10135 0 0 0 40185 57 0 0 25 0 1 0 194463106 43290624 9635 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 10569 9635 140 302 0 10264 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 42276

[startup+462.558 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=948976/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=45144 CPUtime=462.43
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 10807 0 0 0 46180 63 0 0 25 0 1 0 194463106 46227456 10307 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 11286 10307 140 302 0 10981 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 45144

[startup+522.596 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=946416/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=47524 CPUtime=522.46
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 11453 0 0 0 52177 69 0 0 25 0 1 0 194463106 48664576 10953 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 11881 10953 140 302 0 11576 0
Current children cumulated CPU time (s) 522.46
Current children cumulated vsize (KiB) 47524

[startup+582.63 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=944048/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=49976 CPUtime=582.48
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 12044 0 0 0 58175 73 0 0 25 0 1 0 194463106 51175424 11544 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 12494 11544 140 302 0 12189 0
Current children cumulated CPU time (s) 582.48
Current children cumulated vsize (KiB) 49976

[startup+642.667 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=941680/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=52172 CPUtime=642.5
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 12621 0 0 0 64174 76 0 0 25 0 1 0 194463106 53424128 12121 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 13043 12121 140 302 0 12738 0
Current children cumulated CPU time (s) 642.5
Current children cumulated vsize (KiB) 52172

[startup+702.703 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=938928/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=54868 CPUtime=702.52
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 13326 0 0 0 70172 80 0 0 25 0 1 0 194463106 56184832 12826 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 13717 12826 140 302 0 13412 0
Current children cumulated CPU time (s) 702.52
Current children cumulated vsize (KiB) 54868

[startup+762.737 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=936752/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=57516 CPUtime=762.54
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 13868 0 0 0 76169 85 0 0 25 0 1 0 194463106 58896384 13368 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526772 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 14379 13368 140 302 0 14074 0
Current children cumulated CPU time (s) 762.54
Current children cumulated vsize (KiB) 57516

[startup+822.776 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=934320/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=60244 CPUtime=822.57
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 14457 0 0 0 82168 89 0 0 25 0 1 0 194463106 61689856 13957 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 15061 13957 140 302 0 14756 0
Current children cumulated CPU time (s) 822.57
Current children cumulated vsize (KiB) 60244

[startup+882.813 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=932272/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=62292 CPUtime=882.59
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 14970 0 0 0 88166 93 0 0 25 0 1 0 194463106 63787008 14470 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 15573 14470 140 302 0 15268 0
Current children cumulated CPU time (s) 882.59
Current children cumulated vsize (KiB) 62292

[startup+942.843 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=930416/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=64616 CPUtime=942.6
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 15442 0 0 0 94163 97 0 0 25 0 1 0 194463106 66166784 14942 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526862 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 16154 14942 140 302 0 15849 0
Current children cumulated CPU time (s) 942.6
Current children cumulated vsize (KiB) 64616

[startup+1002.88 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=928624/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=68340 CPUtime=1002.62
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 16406 0 0 0 100162 100 0 0 25 0 1 0 194463106 69980160 15393 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 17085 15393 140 302 0 16780 0
Current children cumulated CPU time (s) 1002.62
Current children cumulated vsize (KiB) 68340

[startup+1062.91 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 20151
/proc/meminfo: memFree=926704/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=70404 CPUtime=1062.64
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 16874 0 0 0 106161 103 0 0 25 0 1 0 194463106 72093696 15861 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 17601 15861 140 302 0 17296 0
Current children cumulated CPU time (s) 1062.64
Current children cumulated vsize (KiB) 70404

[startup+1122.95 s]
/proc/loadavg: 1.00 0.97 0.91 2/84 20225
/proc/meminfo: memFree=923888/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=72012 CPUtime=1122.63
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 17258 0 0 0 112157 106 0 0 25 0 1 0 194463106 73740288 16245 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 18003 16245 140 302 0 17698 0
Current children cumulated CPU time (s) 1122.63
Current children cumulated vsize (KiB) 72012

[startup+1183.02 s]
/proc/loadavg: 1.00 0.97 0.91 2/84 20317
/proc/meminfo: memFree=921784/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=74248 CPUtime=1182.63
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 17785 0 0 0 118153 110 0 0 25 0 1 0 194463106 76029952 16772 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 18562 16772 140 302 0 18257 0
Current children cumulated CPU time (s) 1182.63
Current children cumulated vsize (KiB) 74248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.44 s]
/proc/loadavg: 1.00 0.97 0.91 2/84 20329
/proc/meminfo: memFree=921344/2055920 swapFree=4145060/4192956
[pid=20150] ppid=20148 vsize=74632 CPUtime=1200.05
/proc/20150/stat : 20150 (Spear-32) R 20148 20150 19964 0 -1 4194304 17892 0 0 0 119895 110 0 0 25 0 1 0 194463106 76423168 16879 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/20150/statm: 18658 16879 140 302 0 18353 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 74632

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.46
CPU time (s): 1200.07
CPU user time (s): 1198.95
CPU system time (s): 1.11683
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 74632

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

runsolver used 1.22281 second user time and 3.04954 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Feb 17 20:42:33 UTC 2007

IDJOB= 291701
IDBENCH= 19821
IDSOLVER= 132
FILE ID= node72/291701-1171744953

PBS_JOBID= 3839452

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v80/unif-k5-r21.3-v80-c1704-S1210495375-04.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/291701-1171744953/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/291701-1171744953/instance-291701-1171744953.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-291701-1171744953 -o ROOT/results/node72/solver-291701-1171744953 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/291701-1171744953/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/291701-1171744953/instance-291701-1171744953.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  fabf0452180c700cfc0cc84c4c12ca08

RANDOM SEED= 290849911

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.236
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.236
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:        990536 kB
Buffers:         40832 kB
Cached:         921756 kB
SwapCached:      16408 kB
Active:         591604 kB
Inactive:       395096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        990536 kB
SwapTotal:     4192956 kB
SwapFree:      4145060 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          29808 kB
Slab:            64356 kB
Committed_AS:   471444 kB
PageTables:       1676 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= 66563 MiB

End job on node72 on Sat Feb 17 21:02:36 UTC 2007