Trace number 302279

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.11 1200.61

General information on the benchmark

Namerandom/LargeSize/5SAT/v900/
unif-k5-r20-v900-c18000-S1175862975-06.cnf
MD5SUM98a928e73ef4b410b81c1ce8d0720be9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark492.15
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses18000
Sum of the clauses size90000
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 518000
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/302279-1172008092/instance-302279-1172008092.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/node30/watcher-302279-1172008092 -o ROOT/results/node30/solver-302279-1172008092 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302279-1172008092/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/302279-1172008092/instance-302279-1172008092.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: 0.92 0.98 1.20 2/77 13352
/proc/meminfo: memFree=1600608/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=1548 CPUtime=0
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 201 0 0 0 0 0 0 0 18 0 1 0 194573266 1585152 185 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 387 185 129 302 0 82 0

[startup+0.106693 s]
/proc/loadavg: 0.92 0.98 1.20 2/77 13352
/proc/meminfo: memFree=1600608/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=2856 CPUtime=0.09
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 542 0 0 0 9 0 0 0 18 0 1 0 194573266 2924544 526 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 714 526 140 302 0 409 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2856

[startup+0.514752 s]
/proc/loadavg: 0.92 0.98 1.20 2/77 13352
/proc/meminfo: memFree=1600608/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=4520 CPUtime=0.5
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 965 0 0 0 49 1 0 0 21 0 1 0 194573266 4628480 949 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 1163 949 140 302 0 858 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4520

[startup+1.33487 s]
/proc/loadavg: 0.92 0.98 1.20 2/78 13353
/proc/meminfo: memFree=1595224/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=7316 CPUtime=1.32
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 1649 0 0 0 130 2 0 0 25 0 1 0 194573266 7491584 1633 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 1829 1633 140 302 0 1524 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7316

[startup+2.9711 s]
/proc/loadavg: 0.92 0.98 1.20 2/78 13353
/proc/meminfo: memFree=1591832/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=11780 CPUtime=2.96
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 2738 0 0 0 293 3 0 0 25 0 1 0 194573266 12062720 2722 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 2945 2722 140 302 0 2640 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 11780

[startup+6.25057 s]
/proc/loadavg: 0.93 0.98 1.20 2/78 13353
/proc/meminfo: memFree=1584472/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=18536 CPUtime=6.24
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 4453 0 0 0 618 6 0 0 25 0 1 0 194573266 18980864 4437 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 4634 4437 140 302 0 4329 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 18536

[startup+12.7045 s]
/proc/loadavg: 0.93 0.98 1.20 2/78 13353
/proc/meminfo: memFree=1573272/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=28836 CPUtime=12.69
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 7048 0 0 0 1259 10 0 0 25 0 1 0 194573266 29528064 6999 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 7209 6999 140 302 0 6904 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28836

[startup+25.5093 s]
/proc/loadavg: 0.95 0.98 1.20 2/78 13353
/proc/meminfo: memFree=1558104/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=44616 CPUtime=25.49
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 10996 0 0 0 2533 16 0 0 25 0 1 0 194573266 45686784 10882 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 11154 10882 140 302 0 10849 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44616

[startup+51.1219 s]
/proc/loadavg: 0.96 0.98 1.19 2/78 13353
/proc/meminfo: memFree=1534104/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=67880 CPUtime=51.09
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 16850 0 0 0 5083 26 0 0 25 0 1 0 194573266 69509120 16736 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 16970 16736 140 302 0 16665 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 67880

[startup+102.344 s]
/proc/loadavg: 0.98 0.98 1.18 2/78 13353
/proc/meminfo: memFree=1501976/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=100644 CPUtime=102.3
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 25079 0 0 0 10190 40 0 0 25 0 1 0 194573266 103059456 24836 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 25161 24836 140 302 0 24856 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 100644

[startup+162.376 s]
/proc/loadavg: 0.99 0.98 1.16 2/78 13353
/proc/meminfo: memFree=1472152/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=129844 CPUtime=162.31
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 32396 0 0 0 16176 55 0 0 25 0 1 0 194573266 132960256 32153 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 32461 32153 140 302 0 32156 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 129844

[startup+222.407 s]
/proc/loadavg: 1.05 1.00 1.16 2/78 13353
/proc/meminfo: memFree=1447832/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=154144 CPUtime=222.32
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 38486 0 0 0 22164 68 0 0 25 0 1 0 194573266 157843456 38243 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 38536 38243 140 302 0 38231 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 154144

[startup+282.433 s]
/proc/loadavg: 1.02 1.00 1.15 2/78 13353
/proc/meminfo: memFree=1428440/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=174472 CPUtime=282.32
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 43579 0 0 0 28154 78 0 0 25 0 1 0 194573266 178659328 43079 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 43618 43079 140 302 0 43313 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 174472

[startup+342.461 s]
/proc/loadavg: 1.00 1.00 1.13 2/78 13353
/proc/meminfo: memFree=1409048/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=193988 CPUtime=342.34
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 48446 0 0 0 34146 88 0 0 25 0 1 0 194573266 198643712 47946 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 48497 47946 140 302 0 48192 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 193988

[startup+402.497 s]
/proc/loadavg: 1.00 1.00 1.12 2/78 13353
/proc/meminfo: memFree=1390552/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=212128 CPUtime=402.36
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 52992 0 0 0 40138 98 0 0 25 0 1 0 194573266 217219072 52492 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 53032 52492 140 302 0 52727 0
Current children cumulated CPU time (s) 402.36
Current children cumulated vsize (KiB) 212128

[startup+462.53 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 13353
/proc/meminfo: memFree=1375320/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=227572 CPUtime=462.36
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 56854 0 0 0 46129 107 0 0 25 0 1 0 194573266 233033728 56354 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 56893 56354 140 302 0 56588 0
Current children cumulated CPU time (s) 462.36
Current children cumulated vsize (KiB) 227572

[startup+522.559 s]
/proc/loadavg: 1.00 1.00 1.10 2/78 13353
/proc/meminfo: memFree=1360728/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=242100 CPUtime=522.38
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 60503 0 0 0 52122 116 0 0 25 0 1 0 194573266 247910400 60003 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 60525 60003 140 302 0 60220 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 242100

[startup+582.583 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 13353
/proc/meminfo: memFree=1347288/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=255524 CPUtime=582.38
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 63808 0 0 0 58115 123 0 0 25 0 1 0 194573266 261656576 63308 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 63881 63308 140 302 0 63576 0
Current children cumulated CPU time (s) 582.38
Current children cumulated vsize (KiB) 255524

[startup+642.61 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 13353
/proc/meminfo: memFree=1335000/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=267852 CPUtime=642.39
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 66886 0 0 0 64106 133 0 0 25 0 1 0 194573266 274280448 66386 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 66963 66386 140 302 0 66658 0
Current children cumulated CPU time (s) 642.39
Current children cumulated vsize (KiB) 267852

[startup+702.639 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 13353
/proc/meminfo: memFree=1320984/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=281864 CPUtime=702.39
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 70391 0 0 0 70100 139 0 0 25 0 1 0 194573266 288628736 69891 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 70466 69891 140 302 0 70161 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 281864

[startup+762.672 s]
/proc/loadavg: 1.00 1.00 1.07 2/78 13353
/proc/meminfo: memFree=1307160/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=295732 CPUtime=762.41
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 73840 0 0 0 76093 148 0 0 25 0 1 0 194573266 302829568 73340 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 73933 73340 140 302 0 73628 0
Current children cumulated CPU time (s) 762.41
Current children cumulated vsize (KiB) 295732

[startup+822.733 s]
/proc/loadavg: 1.00 1.00 1.07 2/84 13475
/proc/meminfo: memFree=1292904/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=308564 CPUtime=822.39
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 77065 0 0 0 82083 156 0 0 25 0 1 0 194573266 315969536 76565 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 77141 76565 140 302 0 76836 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 308564

[startup+882.783 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 13551
/proc/meminfo: memFree=1281240/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=321440 CPUtime=882.38
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 80270 0 0 0 88074 164 0 0 25 0 1 0 194573266 329154560 79770 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 80360 79770 140 302 0 80055 0
Current children cumulated CPU time (s) 882.38
Current children cumulated vsize (KiB) 321440

[startup+942.808 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 13551
/proc/meminfo: memFree=1268760/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=335984 CPUtime=942.38
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 83893 0 0 0 94066 172 0 0 25 0 1 0 194573266 344047616 82880 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 83996 82880 140 302 0 83691 0
Current children cumulated CPU time (s) 942.38
Current children cumulated vsize (KiB) 335984

[startup+1002.84 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 13551
/proc/meminfo: memFree=1257816/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=346952 CPUtime=1002.39
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 86634 0 0 0 100059 180 0 0 25 0 1 0 194573266 355278848 85621 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 86738 85621 140 302 0 86433 0
Current children cumulated CPU time (s) 1002.39
Current children cumulated vsize (KiB) 346952

[startup+1062.87 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 13551
/proc/meminfo: memFree=1247448/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=357224 CPUtime=1062.41
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 89202 0 0 0 106054 187 0 0 25 0 1 0 194573266 365797376 88189 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 89306 88189 140 302 0 89001 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 357224

[startup+1122.9 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 13551
/proc/meminfo: memFree=1237592/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=366940 CPUtime=1122.41
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 91652 0 0 0 112048 193 0 0 25 0 1 0 194573266 375746560 90639 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 91735 90639 140 302 0 91430 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 366940

[startup+1182.93 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 13551
/proc/meminfo: memFree=1228440/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=376108 CPUtime=1182.42
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 93977 0 0 0 118043 199 0 0 25 0 1 0 194573266 385134592 92964 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 94027 92964 140 302 0 93722 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 376108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.55 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 13551
/proc/meminfo: memFree=1225624/2055920 swapFree=4145568/4192956
[pid=13352] ppid=13350 vsize=378928 CPUtime=1200.05
/proc/13352/stat : 13352 (Spear-32) R 13350 13352 12575 0 -1 4194304 94637 0 0 0 119803 202 0 0 25 0 1 0 194573266 388022272 93624 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13352/statm: 94732 93624 140 302 0 94427 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 378928

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.61
CPU time (s): 1200.11
CPU user time (s): 1198.04
CPU system time (s): 2.07768
CPU usage (%): 99.9584
Max. virtual memory (cumulated for all children) (KiB): 378928

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

runsolver used 1.35379 second user time and 2.90756 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Tue Feb 20 21:48:12 UTC 2007

IDJOB= 302279
IDBENCH= 20079
IDSOLVER= 132
FILE ID= node30/302279-1172008092

PBS_JOBID= 3892646

Free space on /tmp= 66561 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v900/unif-k5-r20-v900-c18000-S1175862975-06.cnf
COMMAND LINE= /tmp/evaluation/302279-1172008092/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/302279-1172008092/instance-302279-1172008092.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-302279-1172008092 -o ROOT/results/node30/solver-302279-1172008092 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302279-1172008092/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/302279-1172008092/instance-302279-1172008092.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  98a928e73ef4b410b81c1ce8d0720be9

RANDOM SEED= 732121908

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.270
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.270
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:       1601016 kB
Buffers:         46908 kB
Cached:         318400 kB
SwapCached:      15424 kB
Active:         206860 kB
Inactive:       183000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1601016 kB
SwapTotal:     4192956 kB
SwapFree:      4145568 kB
Dirty:            1976 kB
Writeback:           0 kB
Mapped:          29860 kB
Slab:            50444 kB
Committed_AS:   648720 kB
PageTables:       1884 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 node30 on Tue Feb 20 22:08:15 UTC 2007