Trace number 298097

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

General information on the benchmark

Namerandom/OnTreshold/3SAT/v500/
unif-k3-r4.26-v500-c2130-S1212545732-02.UNSAT.shuffled.cnf
MD5SUMc19b938c6cf4650d8039fc9c59375167
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 variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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/298097-1171850226/instance-298097-1171850226.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/node26/watcher-298097-1171850226 -o ROOT/results/node26/solver-298097-1171850226 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298097-1171850226/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/298097-1171850226/instance-298097-1171850226.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.91 0.97 0.99 3/77 15011
/proc/meminfo: memFree=796784/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=1528 CPUtime=0
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 204976283 1564672 179 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 382 179 128 302 0 77 0

[startup+0.107379 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 15011
/proc/meminfo: memFree=796784/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=1784 CPUtime=0.1
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 291 0 0 0 10 0 0 0 18 0 1 0 204976283 1826816 275 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 446 275 140 302 0 141 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1784

[startup+0.515449 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 15011
/proc/meminfo: memFree=796784/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=2556 CPUtime=0.51
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 481 0 0 0 50 1 0 0 21 0 1 0 204976283 2617344 465 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 639 465 140 302 0 334 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2556

[startup+1.33759 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 15012
/proc/meminfo: memFree=794600/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=3592 CPUtime=1.32
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 737 0 0 0 131 1 0 0 25 0 1 0 204976283 3678208 721 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 898 721 140 302 0 593 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3592

[startup+2.97588 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 15012
/proc/meminfo: memFree=793448/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=5024 CPUtime=2.96
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 1083 0 0 0 294 2 0 0 25 0 1 0 204976283 5144576 1067 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 1256 1067 140 302 0 951 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5024

[startup+6.25245 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 15012
/proc/meminfo: memFree=791336/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=6860 CPUtime=6.24
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 1554 0 0 0 620 4 0 0 25 0 1 0 204976283 7024640 1505 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 1715 1505 140 302 0 1410 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6860

[startup+12.7116 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 15012
/proc/meminfo: memFree=788584/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=9344 CPUtime=12.69
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 2179 0 0 0 1262 7 0 0 25 0 1 0 204976283 9568256 2130 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 2336 2130 140 302 0 2031 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9344

[startup+25.5138 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 15012
/proc/meminfo: memFree=784936/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=13276 CPUtime=25.5
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 3180 0 0 0 2538 12 0 0 25 0 1 0 204976283 13594624 3066 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 3319 3066 140 302 0 3014 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 13276

[startup+51.1292 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 15012
/proc/meminfo: memFree=779560/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=18572 CPUtime=51.1
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 4503 0 0 0 5092 18 0 0 25 0 1 0 204976283 19017728 4389 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 4643 4389 140 302 0 4338 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 18572

[startup+102.354 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 15012
/proc/meminfo: memFree=771816/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=26904 CPUtime=102.31
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 6575 0 0 0 10202 29 0 0 25 0 1 0 204976283 27549696 6332 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 6726 6332 140 302 0 6421 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 26904

[startup+162.393 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 15012
/proc/meminfo: memFree=764840/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=33976 CPUtime=162.33
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 8293 0 0 0 16194 39 0 0 25 0 1 0 204976283 34791424 8050 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 8494 8050 140 302 0 8189 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 33976

[startup+222.426 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 15012
/proc/meminfo: memFree=759528/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=39352 CPUtime=222.34
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 9610 0 0 0 22187 47 0 0 25 0 1 0 204976283 40296448 9367 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 9838 9367 140 302 0 9533 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 39352

[startup+282.483 s]
/proc/loadavg: 0.99 0.97 0.99 2/84 15128
/proc/meminfo: memFree=753656/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=44792 CPUtime=282.31
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 11008 0 0 0 28176 55 0 0 25 0 1 0 204976283 45867008 10508 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 11198 10508 140 302 0 10893 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 44792

[startup+342.54 s]
/proc/loadavg: 1.10 1.00 1.00 2/78 15210
/proc/meminfo: memFree=750056/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=49752 CPUtime=342.3
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 12174 0 0 0 34168 62 0 0 25 0 1 0 204976283 50946048 11674 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 12438 11674 140 302 0 12133 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 49752

[startup+402.573 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 15210
/proc/meminfo: memFree=746472/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=53388 CPUtime=402.31
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 13052 0 0 0 40163 68 0 0 25 0 1 0 204976283 54669312 12552 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 13347 12552 140 302 0 13042 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 53388

[startup+462.607 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 15210
/proc/meminfo: memFree=743464/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=56368 CPUtime=462.33
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 13822 0 0 0 46160 73 0 0 25 0 1 0 204976283 57720832 13322 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 14092 13322 140 302 0 13787 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 56368

[startup+522.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15210
/proc/meminfo: memFree=740392/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=59404 CPUtime=522.33
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 14605 0 0 0 52154 79 0 0 25 0 1 0 204976283 60829696 14105 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 14851 14105 140 302 0 14546 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 59404

[startup+582.674 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15210
/proc/meminfo: memFree=737192/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=62736 CPUtime=582.35
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 15399 0 0 0 58150 85 0 0 25 0 1 0 204976283 64241664 14899 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 15684 14899 140 302 0 15379 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 62736

[startup+642.708 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15210
/proc/meminfo: memFree=734312/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=65628 CPUtime=642.36
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 16130 0 0 0 64145 91 0 0 25 0 1 0 204976283 67203072 15630 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 16407 15630 140 302 0 16102 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 65628

[startup+702.74 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15210
/proc/meminfo: memFree=731368/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=68608 CPUtime=702.38
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 16860 0 0 0 70142 96 0 0 25 0 1 0 204976283 70254592 16360 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 17152 16360 140 302 0 16847 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 68608

[startup+762.771 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15210
/proc/meminfo: memFree=728552/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=71436 CPUtime=762.38
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 17567 0 0 0 76137 101 0 0 25 0 1 0 204976283 73150464 17067 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 17859 17067 140 302 0 17554 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 71436

[startup+822.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15210
/proc/meminfo: memFree=725800/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=74156 CPUtime=822.41
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 18246 0 0 0 82134 107 0 0 25 0 1 0 204976283 75935744 17746 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 18539 17746 140 302 0 18234 0
Current children cumulated CPU time (s) 822.41
Current children cumulated vsize (KiB) 74156

[startup+882.841 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15210
/proc/meminfo: memFree=723048/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=76900 CPUtime=882.41
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 18941 0 0 0 88132 109 0 0 25 0 1 0 204976283 78745600 18441 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 19225 18441 140 302 0 18920 0
Current children cumulated CPU time (s) 882.41
Current children cumulated vsize (KiB) 76900

[startup+942.899 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15210
/proc/meminfo: memFree=720552/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=81704 CPUtime=942.45
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 20058 0 0 0 94131 114 0 0 25 0 1 0 204976283 83664896 19045 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 20426 19045 140 302 0 20121 0
Current children cumulated CPU time (s) 942.45
Current children cumulated vsize (KiB) 81704

[startup+1002.93 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15210
/proc/meminfo: memFree=718376/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=84044 CPUtime=1002.45
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 20630 0 0 0 100127 118 0 0 25 0 1 0 204976283 86061056 19617 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 21011 19617 140 302 0 20706 0
Current children cumulated CPU time (s) 1002.45
Current children cumulated vsize (KiB) 84044

[startup+1062.97 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15210
/proc/meminfo: memFree=716072/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=86468 CPUtime=1062.47
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 21205 0 0 0 106125 122 0 0 25 0 1 0 204976283 88543232 20192 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 21617 20192 140 302 0 21312 0
Current children cumulated CPU time (s) 1062.47
Current children cumulated vsize (KiB) 86468

[startup+1123 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15210
/proc/meminfo: memFree=713832/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=88936 CPUtime=1122.48
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 21755 0 0 0 112121 127 0 0 25 0 1 0 204976283 91070464 20742 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 22234 20742 140 302 0 21929 0
Current children cumulated CPU time (s) 1122.48
Current children cumulated vsize (KiB) 88936

[startup+1183.03 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15210
/proc/meminfo: memFree=711592/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=91188 CPUtime=1182.5
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 22320 0 0 0 118118 132 0 0 25 0 1 0 204976283 93376512 21307 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 22797 21307 140 302 0 22492 0
Current children cumulated CPU time (s) 1182.5
Current children cumulated vsize (KiB) 91188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15210
/proc/meminfo: memFree=710824/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=91828 CPUtime=1200.02
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 22490 0 0 0 119869 133 0 0 25 0 1 0 204976283 94031872 21477 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 22957 21477 140 302 0 22652 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 91828

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

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

[startup+1200.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15210
/proc/meminfo: memFree=710824/2055920 swapFree=4131780/4192956
[pid=15011] ppid=15009 vsize=91828 CPUtime=1200.02
/proc/15011/stat : 15011 (Spear-32) R 15009 15011 12475 0 -1 4194304 22490 0 0 0 119869 133 0 0 25 0 1 0 204976283 94031872 21477 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/15011/statm: 22957 21477 140 302 0 22652 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 91828

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.57
CPU time (s): 1200.04
CPU user time (s): 1198.69
CPU system time (s): 1.34979
CPU usage (%): 99.9558
Max. virtual memory (cumulated for all children) (KiB): 91828

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

runsolver used 1.3348 second user time and 2.93255 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Mon Feb 19 01:57:06 UTC 2007

IDJOB= 298097
IDBENCH= 19977
IDSOLVER= 132
FILE ID= node26/298097-1171850226

PBS_JOBID= 3839657

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v500/unif-k3-r4.26-v500-c2130-S1212545732-02.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298097-1171850226/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/298097-1171850226/instance-298097-1171850226.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-298097-1171850226 -o ROOT/results/node26/solver-298097-1171850226 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298097-1171850226/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/298097-1171850226/instance-298097-1171850226.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c19b938c6cf4650d8039fc9c59375167

RANDOM SEED= 161817626

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.279
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.279
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:        797192 kB
Buffers:         44216 kB
Cached:        1072580 kB
SwapCached:      40904 kB
Active:         799084 kB
Inactive:       368988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        797192 kB
SwapTotal:     4192956 kB
SwapFree:      4131780 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          30352 kB
Slab:            76288 kB
Committed_AS:   608812 kB
PageTables:       1684 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= 66562 MiB

End job on node26 on Mon Feb 19 02:17:09 UTC 2007