Trace number 297974

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.04 1200.33

General information on the benchmark

Namerandom/OnTreshold/3SAT/v450/
unif-k3-r4.25-v450-c1912-S1168722783-19.UNSAT.shuffled.cnf
MD5SUM4dab682b2baab8325744eab5c8aeca81
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark403.394
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1912
Sum of the clauses size5736
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31912
Number of clauses of size 40
Number of clauses of size 50
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/297974-1171848342/instance-297974-1171848342.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/node41/watcher-297974-1171848342 -o ROOT/results/node41/solver-297974-1171848342 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/297974-1171848342/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/297974-1171848342/instance-297974-1171848342.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 1.00 1.00 3/64 27372
/proc/meminfo: memFree=1204736/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=1528 CPUtime=0
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 204790132 1564672 177 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 382 177 128 302 0 77 0

[startup+0.106691 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27372
/proc/meminfo: memFree=1204736/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=1788 CPUtime=0.1
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 289 0 0 0 10 0 0 0 18 0 1 0 204790132 1830912 273 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 447 273 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.514725 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27372
/proc/meminfo: memFree=1204736/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=2564 CPUtime=0.5
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 479 0 0 0 50 0 0 0 21 0 1 0 204790132 2625536 463 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 641 463 140 302 0 336 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2564

[startup+1.3348 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27373
/proc/meminfo: memFree=1202552/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=3588 CPUtime=1.32
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 737 0 0 0 131 1 0 0 25 0 1 0 204790132 3674112 721 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 897 721 140 302 0 592 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3588

[startup+2.97094 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27373
/proc/meminfo: memFree=1201400/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=4892 CPUtime=2.96
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 1058 0 0 0 293 3 0 0 25 0 1 0 204790132 5009408 1042 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 1223 1043 140 302 0 918 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4892

[startup+6.25122 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27373
/proc/meminfo: memFree=1199160/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=6952 CPUtime=6.24
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 1571 0 0 0 619 5 0 0 25 0 1 0 204790132 7118848 1522 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526952 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 1738 1522 140 302 0 1433 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6952

[startup+12.7008 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27373
/proc/meminfo: memFree=1196280/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=9540 CPUtime=12.69
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 2232 0 0 0 1260 9 0 0 25 0 1 0 204790132 9768960 2183 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 2385 2183 140 302 0 2080 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9540

[startup+25.5059 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27373
/proc/meminfo: memFree=1192568/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=13572 CPUtime=25.49
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 3244 0 0 0 2536 13 0 0 25 0 1 0 204790132 13897728 3130 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 3393 3130 140 302 0 3088 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13572

[startup+51.1131 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 27373
/proc/meminfo: memFree=1187384/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=18604 CPUtime=51.09
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 4507 0 0 0 5092 17 0 0 25 0 1 0 204790132 19050496 4393 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 4651 4393 140 302 0 4346 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 18604

[startup+102.325 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 27373
/proc/meminfo: memFree=1180088/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=26548 CPUtime=102.29
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 6470 0 0 0 10203 26 0 0 25 0 1 0 204790132 27185152 6227 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526837 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 6637 6227 140 302 0 6332 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 26548

[startup+162.347 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 27373
/proc/meminfo: memFree=1173624/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=33168 CPUtime=162.29
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 8060 0 0 0 16197 32 0 0 25 0 1 0 204790132 33964032 7817 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 8292 7817 140 302 0 7987 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 33168

[startup+222.365 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 27373
/proc/meminfo: memFree=1168312/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=38380 CPUtime=222.3
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 9412 0 0 0 22189 41 0 0 25 0 1 0 204790132 39301120 9169 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 9595 9169 140 302 0 9290 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 38380

[startup+282.383 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 27373
/proc/meminfo: memFree=1163576/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=44444 CPUtime=282.31
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 10845 0 0 0 28183 48 0 0 25 0 1 0 204790132 45510656 10345 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 11111 10345 140 302 0 10806 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 44444

[startup+342.403 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 27373
/proc/meminfo: memFree=1159352/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=48664 CPUtime=342.31
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 11894 0 0 0 34177 54 0 0 25 0 1 0 204790132 49831936 11394 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 12166 11394 140 302 0 11861 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 48664

[startup+402.427 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27373
/proc/meminfo: memFree=1155512/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=52556 CPUtime=402.32
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 12833 0 0 0 40171 61 0 0 25 0 1 0 204790132 53817344 12333 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 13139 12333 140 302 0 12834 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 52556

[startup+462.446 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27373
/proc/meminfo: memFree=1151992/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=56148 CPUtime=462.33
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 13713 0 0 0 46167 66 0 0 25 0 1 0 204790132 57495552 13213 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 14037 13213 140 302 0 13732 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 56148

[startup+522.465 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27373
/proc/meminfo: memFree=1148856/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=59108 CPUtime=522.33
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 14508 0 0 0 52162 71 0 0 25 0 1 0 204790132 60526592 14008 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526708 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 14777 14008 140 302 0 14472 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 59108

[startup+582.484 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27373
/proc/meminfo: memFree=1145656/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=62560 CPUtime=582.33
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 15291 0 0 0 58157 76 0 0 25 0 1 0 204790132 64061440 14791 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 15640 14791 140 302 0 15335 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 62560

[startup+642.507 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27373
/proc/meminfo: memFree=1142456/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=65684 CPUtime=642.34
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 16097 0 0 0 64152 82 0 0 25 0 1 0 204790132 67260416 15597 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 16421 15597 140 302 0 16116 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 65684

[startup+702.524 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27373
/proc/meminfo: memFree=1139448/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=68724 CPUtime=702.34
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 16858 0 0 0 70147 87 0 0 25 0 1 0 204790132 70373376 16358 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 17181 16358 140 302 0 16876 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 68724

[startup+762.545 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 27373
/proc/meminfo: memFree=1136568/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=71984 CPUtime=762.35
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 17569 0 0 0 76143 92 0 0 25 0 1 0 204790132 73711616 17069 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 17996 17069 140 302 0 17691 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 71984

[startup+822.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27375
/proc/meminfo: memFree=1133880/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=74564 CPUtime=822.37
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 18240 0 0 0 82140 97 0 0 25 0 1 0 204790132 76353536 17740 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 18641 17740 140 302 0 18336 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 74564

[startup+882.588 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27375
/proc/meminfo: memFree=1131128/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=79276 CPUtime=882.37
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 19429 0 0 0 88135 102 0 0 25 0 1 0 204790132 81178624 18416 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 19819 18416 140 302 0 19514 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 79276

[startup+942.608 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27375
/proc/meminfo: memFree=1128568/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=81916 CPUtime=942.37
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 20070 0 0 0 94130 107 0 0 25 0 1 0 204790132 83881984 19057 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 20479 19057 140 302 0 20174 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 81916

[startup+1002.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27375
/proc/meminfo: memFree=1126072/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=84316 CPUtime=1002.38
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 20694 0 0 0 100127 111 0 0 25 0 1 0 204790132 86339584 19681 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 21079 19681 140 302 0 20774 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 84316

[startup+1062.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27375
/proc/meminfo: memFree=1123576/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=87016 CPUtime=1062.39
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 21326 0 0 0 106122 117 0 0 25 0 1 0 204790132 89104384 20313 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 21754 20313 140 302 0 21449 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 87016

[startup+1122.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27375
/proc/meminfo: memFree=1121208/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=89280 CPUtime=1122.39
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 21913 0 0 0 112118 121 0 0 25 0 1 0 204790132 91422720 20900 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526849 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 22320 20900 140 302 0 22015 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 89280

[startup+1182.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27375
/proc/meminfo: memFree=1118904/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=91632 CPUtime=1182.4
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 22486 0 0 0 118115 125 0 0 25 0 1 0 204790132 93831168 21473 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 22908 21473 140 302 0 22603 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 91632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27375
/proc/meminfo: memFree=1118200/2055920 swapFree=4183936/4192956
[pid=27372] ppid=27370 vsize=92276 CPUtime=1200.02
/proc/27372/stat : 27372 (Spear-32) R 27370 27372 26235 0 -1 4194304 22653 0 0 0 119875 127 0 0 25 0 1 0 204790132 94490624 21640 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/27372/statm: 23069 21640 140 302 0 22764 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 92276

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.33
CPU time (s): 1200.04
CPU user time (s): 1198.75
CPU system time (s): 1.2848
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 92276

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

runsolver used 0.958854 second user time and 2.26565 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Mon Feb 19 01:25:42 UTC 2007

IDJOB= 297974
IDBENCH= 19974
IDSOLVER= 132
FILE ID= node41/297974-1171848342

PBS_JOBID= 3839713

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v450/unif-k3-r4.25-v450-c1912-S1168722783-19.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/297974-1171848342/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/297974-1171848342/instance-297974-1171848342.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-297974-1171848342 -o ROOT/results/node41/solver-297974-1171848342 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/297974-1171848342/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/297974-1171848342/instance-297974-1171848342.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4dab682b2baab8325744eab5c8aeca81

RANDOM SEED= 858789204

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.231
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.231
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:       1205080 kB
Buffers:         43644 kB
Cached:         718032 kB
SwapCached:       3732 kB
Active:         625804 kB
Inactive:       146708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1205080 kB
SwapTotal:     4192956 kB
SwapFree:      4183936 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:          15972 kB
Slab:            64228 kB
Committed_AS:   417804 kB
PageTables:       1480 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 node41 on Mon Feb 19 01:45:44 UTC 2007