Trace number 292766

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.12 1200.96

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S744612847-12.SAT.shuffled.cnf
MD5SUM583105bb99125ba4df9ed1b1c73b5664
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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/292766-1171758797/instance-292766-1171758797.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/node6/watcher-292766-1171758797 -o ROOT/results/node6/solver-292766-1171758797 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292766-1171758797/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292766-1171758797/instance-292766-1171758797.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 0.97 3/77 2928
/proc/meminfo: memFree=1349688/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=1396 CPUtime=0
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 195834451 1429504 171 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 349 171 128 302 0 44 0

[startup+0.10761 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 2928
/proc/meminfo: memFree=1349688/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=1920 CPUtime=0.1
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 305 0 0 0 10 0 0 0 18 0 1 0 195834451 1966080 289 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 480 289 140 302 0 175 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1920

[startup+0.51569 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 2928
/proc/meminfo: memFree=1349688/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=2756 CPUtime=0.5
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 515 0 0 0 50 0 0 0 22 0 1 0 195834451 2822144 499 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 689 499 140 302 0 384 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2756

[startup+1.33585 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 2929
/proc/meminfo: memFree=1347376/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=3924 CPUtime=1.33
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 785 0 0 0 132 1 0 0 25 0 1 0 195834451 4018176 769 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 981 769 140 302 0 676 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3924

[startup+2.97218 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 2929
/proc/meminfo: memFree=1346224/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=5116 CPUtime=2.95
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 1091 0 0 0 293 2 0 0 25 0 1 0 195834451 5238784 1075 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/2928/statm: 1279 1075 140 302 0 974 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 5116

[startup+6.25282 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 2929
/proc/meminfo: memFree=1344240/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=6936 CPUtime=6.23
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 1554 0 0 0 619 4 0 0 25 0 1 0 195834451 7102464 1505 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 1734 1505 140 302 0 1429 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 6936

[startup+12.7101 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 2929
/proc/meminfo: memFree=1341744/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=9204 CPUtime=12.68
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 2130 0 0 0 1262 6 0 0 25 0 1 0 195834451 9424896 2081 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 2301 2081 140 302 0 1996 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9204

[startup+25.5177 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 2929
/proc/meminfo: memFree=1338800/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=12580 CPUtime=25.48
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 2955 0 0 0 2538 10 0 0 25 0 1 0 195834451 12881920 2841 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 3145 2841 140 302 0 2840 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12580

[startup+51.1407 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 2929
/proc/meminfo: memFree=1333936/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=17452 CPUtime=51.09
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 4154 0 0 0 5094 15 0 0 25 0 1 0 195834451 17870848 4040 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 4363 4040 140 302 0 4058 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17452

[startup+102.381 s]
/proc/loadavg: 1.04 1.01 0.98 2/78 2929
/proc/meminfo: memFree=1327088/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=24856 CPUtime=102.29
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 5974 0 0 0 10206 23 0 0 25 0 1 0 195834451 25452544 5731 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 6214 5731 140 302 0 5909 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 24856

[startup+162.439 s]
/proc/loadavg: 1.01 1.01 0.98 2/78 2929
/proc/meminfo: memFree=1321264/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=30692 CPUtime=162.31
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 7391 0 0 0 16200 31 0 0 25 0 1 0 195834451 31428608 7148 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 7673 7148 140 302 0 7368 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 30692

[startup+222.498 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2929
/proc/meminfo: memFree=1316336/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=35616 CPUtime=222.33
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 8646 0 0 0 22193 40 0 0 25 0 1 0 195834451 36470784 8403 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 8904 8403 140 302 0 8599 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 35616

[startup+282.545 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2929
/proc/meminfo: memFree=1311792/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=41404 CPUtime=282.33
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 10030 0 0 0 28186 47 0 0 25 0 1 0 195834451 42397696 9530 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 10351 9530 140 302 0 10046 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 41404

[startup+342.597 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2929
/proc/meminfo: memFree=1307632/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=45828 CPUtime=342.35
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 11065 0 0 0 34181 54 0 0 25 0 1 0 195834451 46927872 10565 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 11457 10565 140 302 0 11152 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 45828

[startup+402.652 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2931
/proc/meminfo: memFree=1304304/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=49136 CPUtime=402.37
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 11843 0 0 0 40178 59 0 0 25 0 1 0 195834451 50315264 11343 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527004 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 12284 11343 140 302 0 11979 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 49136

[startup+462.702 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2931
/proc/meminfo: memFree=1301488/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=52184 CPUtime=462.38
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 12578 0 0 0 46174 64 0 0 25 0 1 0 195834451 53436416 12078 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/2928/statm: 13046 12078 140 302 0 12741 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 52184

[startup+522.752 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2931
/proc/meminfo: memFree=1298544/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=55568 CPUtime=522.39
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 13334 0 0 0 52170 69 0 0 25 0 1 0 195834451 56901632 12834 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 13892 12834 140 302 0 13587 0
Current children cumulated CPU time (s) 522.39
Current children cumulated vsize (KiB) 55568

[startup+582.799 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2931
/proc/meminfo: memFree=1295920/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=58176 CPUtime=582.41
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 14005 0 0 0 58167 74 0 0 25 0 1 0 195834451 59572224 13505 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 14544 13505 140 302 0 14239 0
Current children cumulated CPU time (s) 582.41
Current children cumulated vsize (KiB) 58176

[startup+642.862 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2931
/proc/meminfo: memFree=1293360/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=60844 CPUtime=642.42
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 14639 0 0 0 64164 78 0 0 25 0 1 0 195834451 62304256 14139 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 15211 14139 140 302 0 14906 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 60844

[startup+702.916 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2931
/proc/meminfo: memFree=1290288/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=63912 CPUtime=702.43
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 15384 0 0 0 70161 82 0 0 25 0 1 0 195834451 65445888 14884 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 15978 14884 140 302 0 15673 0
Current children cumulated CPU time (s) 702.43
Current children cumulated vsize (KiB) 63912

[startup+762.965 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2931
/proc/meminfo: memFree=1287664/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=66752 CPUtime=762.44
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 16035 0 0 0 76158 86 0 0 25 0 1 0 195834451 68354048 15535 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 16688 15535 140 302 0 16383 0
Current children cumulated CPU time (s) 762.44
Current children cumulated vsize (KiB) 66752

[startup+823.022 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2931
/proc/meminfo: memFree=1285360/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=68960 CPUtime=822.45
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 16606 0 0 0 82156 89 0 0 25 0 1 0 195834451 70615040 16106 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 17240 16106 140 302 0 16935 0
Current children cumulated CPU time (s) 822.45
Current children cumulated vsize (KiB) 68960

[startup+883.072 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2931
/proc/meminfo: memFree=1283312/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=71144 CPUtime=882.46
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 17143 0 0 0 88152 94 0 0 25 0 1 0 195834451 72851456 16643 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 17786 16643 140 302 0 17481 0
Current children cumulated CPU time (s) 882.46
Current children cumulated vsize (KiB) 71144

[startup+943.123 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2931
/proc/meminfo: memFree=1281136/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=73228 CPUtime=942.47
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 17690 0 0 0 94148 99 0 0 25 0 1 0 195834451 74985472 17190 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 18307 17190 140 302 0 18002 0
Current children cumulated CPU time (s) 942.47
Current children cumulated vsize (KiB) 73228

[startup+1003.18 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2931
/proc/meminfo: memFree=1279024/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=78000 CPUtime=1002.48
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 18738 0 0 0 100145 103 0 0 25 0 1 0 195834451 79872000 17725 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 19500 17725 140 302 0 19195 0
Current children cumulated CPU time (s) 1002.48
Current children cumulated vsize (KiB) 78000

[startup+1063.24 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2931
/proc/meminfo: memFree=1276976/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=79876 CPUtime=1062.49
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 19239 0 0 0 106144 105 0 0 25 0 1 0 195834451 81793024 18226 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 19969 18226 140 302 0 19664 0
Current children cumulated CPU time (s) 1062.49
Current children cumulated vsize (KiB) 79876

[startup+1123.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2931
/proc/meminfo: memFree=1274864/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=81960 CPUtime=1122.51
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 19765 0 0 0 112142 109 0 0 25 0 1 0 195834451 83927040 18752 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 20490 18752 140 302 0 20185 0
Current children cumulated CPU time (s) 1122.51
Current children cumulated vsize (KiB) 81960

[startup+1183.32 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2931
/proc/meminfo: memFree=1272880/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=84076 CPUtime=1182.48
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 20271 0 0 0 118135 113 0 0 25 0 1 0 195834451 86093824 19258 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 21019 19258 140 302 0 20714 0
Current children cumulated CPU time (s) 1182.48
Current children cumulated vsize (KiB) 84076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.94 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2931
/proc/meminfo: memFree=1272304/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=84600 CPUtime=1200.1
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 20404 0 0 0 119896 114 0 0 25 0 1 0 195834451 86630400 19391 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 21150 19391 140 302 0 20845 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 84600

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

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

[startup+1200.94 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2931
/proc/meminfo: memFree=1272304/2055924 swapFree=4192812/4192956
[pid=2928] ppid=2926 vsize=84600 CPUtime=1200.1
/proc/2928/stat : 2928 (Spear-32) R 2926 2928 2783 0 -1 4194304 20404 0 0 0 119896 114 0 0 25 0 1 0 195834451 86630400 19391 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 0 0 0
/proc/2928/statm: 21150 19391 140 302 0 20845 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 84600

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.96
CPU time (s): 1200.12
CPU user time (s): 1198.96
CPU system time (s): 1.16082
CPU usage (%): 99.9301
Max. virtual memory (cumulated for all children) (KiB): 84600

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

runsolver used 1.10983 second user time and 3.16252 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Feb 18 00:33:17 UTC 2007

IDJOB= 292766
IDBENCH= 19847
IDSOLVER= 131
FILE ID= node6/292766-1171758797

PBS_JOBID= 3839273

Free space on /tmp= 66551 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S744612847-12.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292766-1171758797/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292766-1171758797/instance-292766-1171758797.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-292766-1171758797 -o ROOT/results/node6/solver-292766-1171758797 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292766-1171758797/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292766-1171758797/instance-292766-1171758797.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  583105bb99125ba4df9ed1b1c73b5664

RANDOM SEED= 814537407

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1350160 kB
Buffers:         65792 kB
Cached:         507856 kB
SwapCached:          0 kB
Active:         332400 kB
Inactive:       297388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1350160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          75072 kB
Slab:            61636 kB
Committed_AS:   690004 kB
PageTables:       1744 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= 66551 MiB

End job on node6 on Sun Feb 18 00:53:20 UTC 2007