Trace number 307362

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 FHS 1.0? (TO) 1200.13 1200.46

General information on the benchmark

Namerandom/LargeSize/3SAT/v19000/
unif-k3-r4.2-v19000-c79800-S1330787624-15.cnf
MD5SUMeb155c81f20e69e23b4896a7d3630770
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables19000
Number of clauses79800
Sum of the clauses size239400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 379800
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/307362-1172118778/instance-307362-1172118778.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/node77/watcher-307362-1172118778 -o ROOT/results/node77/solver-307362-1172118778 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307362-1172118778/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307362-1172118778/instance-307362-1172118778.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.20 3/67 14393
/proc/meminfo: memFree=1844992/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=1932 CPUtime=0
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 6745384 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 483 249 126 302 0 178 0

[startup+0.106954 s]
/proc/loadavg: 1.00 1.00 1.20 3/67 14393
/proc/meminfo: memFree=1844992/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=5928 CPUtime=0.1
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 1468 0 0 0 9 1 0 0 21 0 1 0 6745384 6070272 1111 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 1482 1111 129 302 0 1177 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5928

[startup+0.515001 s]
/proc/loadavg: 1.00 1.00 1.20 3/67 14393
/proc/meminfo: memFree=1844992/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=9328 CPUtime=0.5
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 2389 0 0 0 49 1 0 0 25 0 1 0 6745384 9551872 1934 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 2332 1934 140 302 0 2027 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9328

[startup+1.3351 s]
/proc/loadavg: 1.00 1.00 1.20 2/68 14394
/proc/meminfo: memFree=1836664/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=11036 CPUtime=1.32
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 2792 0 0 0 130 2 0 0 25 0 1 0 6745384 11300864 2337 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 2759 2337 140 302 0 2454 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 11036

[startup+2.97129 s]
/proc/loadavg: 1.00 1.00 1.20 2/68 14394
/proc/meminfo: memFree=1833976/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=14416 CPUtime=2.96
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 3637 0 0 0 293 3 0 0 25 0 1 0 6745384 14761984 3182 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 3604 3182 140 302 0 3299 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 14416

[startup+6.24768 s]
/proc/loadavg: 1.00 1.00 1.20 2/68 14394
/proc/meminfo: memFree=1827208/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=21036 CPUtime=6.24
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 5298 0 0 0 619 5 0 0 25 0 1 0 6745384 21540864 4843 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 5259 4843 140 302 0 4954 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 21036

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.20 2/68 14394
/proc/meminfo: memFree=1814600/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=32880 CPUtime=12.68
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 8248 0 0 0 1260 8 0 0 25 0 1 0 6745384 33669120 7793 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 8220 7793 140 302 0 7915 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32880

[startup+25.503 s]
/proc/loadavg: 1.00 1.00 1.20 2/68 14394
/proc/meminfo: memFree=1793352/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=54768 CPUtime=25.49
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 13730 0 0 0 2534 15 0 0 25 0 1 0 6745384 56082432 13242 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 13692 13242 140 302 0 13387 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54768

[startup+51.107 s]
/proc/loadavg: 1.00 1.00 1.19 2/68 14394
/proc/meminfo: memFree=1753416/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=94012 CPUtime=51.08
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 23571 0 0 0 5082 26 0 0 25 0 1 0 6745384 96268288 23083 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 23503 23083 140 302 0 23198 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 94012

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.18 2/68 14394
/proc/meminfo: memFree=1686856/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=161124 CPUtime=102.27
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 40393 0 0 0 10181 46 0 0 25 0 1 0 6745384 164990976 39840 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 40281 39840 140 302 0 39976 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 161124

[startup+162.318 s]
/proc/loadavg: 1.00 1.00 1.16 2/68 14394
/proc/meminfo: memFree=1619528/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=227564 CPUtime=162.26
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 57038 0 0 0 16159 67 0 0 25 0 1 0 6745384 233025536 56356 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 56891 56356 140 302 0 56586 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 227564

[startup+222.328 s]
/proc/loadavg: 1.00 1.00 1.15 2/68 14394
/proc/meminfo: memFree=1560840/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=286316 CPUtime=222.26
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 71759 0 0 0 22139 87 0 0 25 0 1 0 6745384 293187584 71077 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 71579 71077 140 302 0 71274 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 286316

[startup+282.341 s]
/proc/loadavg: 1.00 1.00 1.14 2/68 14394
/proc/meminfo: memFree=1512776/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=334260 CPUtime=282.25
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 83781 0 0 0 28123 102 0 0 25 0 1 0 6745384 342282240 83099 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 83565 83099 140 302 0 83260 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 334260

[startup+342.355 s]
/proc/loadavg: 1.00 1.00 1.13 2/68 14394
/proc/meminfo: memFree=1459784/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=387168 CPUtime=342.25
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 97021 0 0 0 34107 118 0 0 25 0 1 0 6745384 396460032 96339 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 96792 96339 140 302 0 96487 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 387168

[startup+402.371 s]
/proc/loadavg: 1.00 1.00 1.12 2/68 14394
/proc/meminfo: memFree=1420808/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=425288 CPUtime=402.25
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 106570 0 0 0 40096 129 0 0 25 0 1 0 6745384 435494912 105888 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 106322 105888 140 302 0 106017 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 425288

[startup+462.383 s]
/proc/loadavg: 1.00 1.00 1.11 2/68 14394
/proc/meminfo: memFree=1386248/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=460884 CPUtime=462.24
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 115493 0 0 0 46084 140 0 0 25 0 1 0 6745384 471945216 114554 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 115221 114554 140 302 0 114916 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 460884

[startup+522.394 s]
/proc/loadavg: 1.00 1.00 1.09 2/68 14394
/proc/meminfo: memFree=1355208/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=491740 CPUtime=522.24
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 123221 0 0 0 52072 152 0 0 25 0 1 0 6745384 503541760 122282 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 122935 122282 140 302 0 122630 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 491740

[startup+582.404 s]
/proc/loadavg: 1.00 1.00 1.09 2/68 14394
/proc/meminfo: memFree=1312392/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=534108 CPUtime=582.24
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 133836 0 0 0 58058 166 0 0 25 0 1 0 6745384 546926592 132897 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 133527 132897 140 302 0 133222 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 534108

[startup+642.417 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 14394
/proc/meminfo: memFree=1274440/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=572060 CPUtime=642.23
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 143341 0 0 0 64043 180 0 0 25 0 1 0 6745384 585789440 142402 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 143015 142402 140 302 0 142710 0
Current children cumulated CPU time (s) 642.23
Current children cumulated vsize (KiB) 572060

[startup+702.427 s]
/proc/loadavg: 1.00 1.00 1.07 2/68 14394
/proc/meminfo: memFree=1239880/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=606580 CPUtime=702.22
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 151995 0 0 0 70030 192 0 0 25 0 1 0 6745384 621137920 151056 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134561592 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 151645 151056 140 302 0 151340 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 606580

[startup+762.439 s]
/proc/loadavg: 1.00 1.00 1.07 2/68 14394
/proc/meminfo: memFree=1208328/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=638332 CPUtime=762.22
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 159942 0 0 0 76020 202 0 0 25 0 1 0 6745384 653651968 159003 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 159583 159003 140 302 0 159278 0
Current children cumulated CPU time (s) 762.22
Current children cumulated vsize (KiB) 638332

[startup+822.452 s]
/proc/loadavg: 1.00 1.00 1.06 2/68 14394
/proc/meminfo: memFree=1181384/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=664656 CPUtime=822.21
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 166550 0 0 0 82010 211 0 0 25 0 1 0 6745384 680607744 165611 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 166164 165611 140 302 0 165859 0
Current children cumulated CPU time (s) 822.21
Current children cumulated vsize (KiB) 664656

[startup+882.46 s]
/proc/loadavg: 1.00 1.00 1.06 2/68 14394
/proc/meminfo: memFree=1154568/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=691476 CPUtime=882.2
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 173266 0 0 0 88002 218 0 0 25 0 1 0 6745384 708071424 172327 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 172869 172327 140 302 0 172564 0
Current children cumulated CPU time (s) 882.2
Current children cumulated vsize (KiB) 691476

[startup+942.469 s]
/proc/loadavg: 1.00 1.00 1.05 2/68 14394
/proc/meminfo: memFree=1128136/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=717912 CPUtime=942.2
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 179875 0 0 0 93993 227 0 0 25 0 1 0 6745384 735141888 178936 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 179478 178936 140 302 0 179173 0
Current children cumulated CPU time (s) 942.2
Current children cumulated vsize (KiB) 717912

[startup+1002.48 s]
/proc/loadavg: 1.00 1.00 1.05 2/68 14394
/proc/meminfo: memFree=1106120/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=739888 CPUtime=1002.19
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 185361 0 0 0 99986 233 0 0 25 0 1 0 6745384 757645312 184422 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 184972 184422 140 302 0 184667 0
Current children cumulated CPU time (s) 1002.19
Current children cumulated vsize (KiB) 739888

[startup+1062.49 s]
/proc/loadavg: 1.00 1.00 1.04 2/68 14396
/proc/meminfo: memFree=1081800/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=763992 CPUtime=1062.2
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 191417 0 0 0 105978 242 0 0 25 0 1 0 6745384 782327808 190478 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 190998 190478 140 302 0 190693 0
Current children cumulated CPU time (s) 1062.2
Current children cumulated vsize (KiB) 763992

[startup+1122.51 s]
/proc/loadavg: 1.00 1.00 1.03 2/68 14396
/proc/meminfo: memFree=1048520/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=797212 CPUtime=1122.19
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 199724 0 0 0 111966 253 0 0 25 0 1 0 6745384 816345088 198785 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 199303 198785 140 302 0 198998 0
Current children cumulated CPU time (s) 1122.19
Current children cumulated vsize (KiB) 797212

[startup+1182.52 s]
/proc/loadavg: 1.00 1.00 1.03 2/68 14396
/proc/meminfo: memFree=1015176/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=830576 CPUtime=1182.18
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 208104 0 0 0 117956 262 0 0 25 0 1 0 6745384 850509824 207165 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 207644 207165 140 302 0 207339 0
Current children cumulated CPU time (s) 1182.18
Current children cumulated vsize (KiB) 830576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.34 s]
/proc/loadavg: 1.00 1.00 1.03 2/68 14396
/proc/meminfo: memFree=1006088/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=839148 CPUtime=1200
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4194304 210243 0 0 0 119735 265 0 0 25 0 1 0 6745384 859287552 209304 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 209787 209304 140 302 0 209482 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 839148

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

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

[startup+1200.44 s]
/proc/loadavg: 1.00 1.00 1.03 2/68 14396
/proc/meminfo: memFree=1006088/2055892 swapFree=4096420/4096564
[pid=14393] ppid=14391 vsize=0 CPUtime=1200.1
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 12841 0 -1 4195332 210243 0 0 0 119735 275 0 0 25 0 1 0 6745384 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.46
CPU time (s): 1200.13
CPU user time (s): 1197.36
CPU system time (s): 2.77758
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 839148

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

runsolver used 1.04684 second user time and 2.15867 second system time

The end

Launcher Data (download as text)

Begin job on node77 on Thu Feb 22 04:32:58 UTC 2007

IDJOB= 307362
IDBENCH= 20203
IDSOLVER= 131
FILE ID= node77/307362-1172118778

PBS_JOBID= 3892898

Free space on /tmp= 66647 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v19000/unif-k3-r4.2-v19000-c79800-S1330787624-15.cnf
COMMAND LINE= /tmp/evaluation/307362-1172118778/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307362-1172118778/instance-307362-1172118778.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node77/watcher-307362-1172118778 -o ROOT/results/node77/solver-307362-1172118778 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307362-1172118778/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307362-1172118778/instance-307362-1172118778.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  eb155c81f20e69e23b4896a7d3630770

RANDOM SEED= 832637083

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node77.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.239
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	: 6006.15
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.239
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1845400 kB
Buffers:         16136 kB
Cached:         126528 kB
SwapCached:          0 kB
Active:          68720 kB
Inactive:        89808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1845400 kB
SwapTotal:     4096564 kB
SwapFree:      4096420 kB
Dirty:            3080 kB
Writeback:           0 kB
Mapped:          26080 kB
Slab:            38424 kB
Committed_AS:    84780 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66647 MiB

End job on node77 on Thu Feb 22 04:53:01 UTC 2007