Trace number 311503

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.09 1200.52

General information on the benchmark

Namerandom/2+p/p0.8/v2035/
unif2p-p0.8-v2035-c6328-S1703132040-12-SAT.cnf
MD5SUMbf2efd4306c515a6ab821250f31ffa54
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.205967
Satisfiable
(Un)Satisfiability was proved
Number of variables2034
Number of clauses6327
Sum of the clauses size17716
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21265
Number of clauses of size 35062
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/311503-1172571059/instance-311503-1172571059.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/node60/watcher-311503-1172571059 -o ROOT/results/node60/solver-311503-1172571059 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/311503-1172571059/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/311503-1172571059/instance-311503-1172571059.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 0.99 3/64 3539
/proc/meminfo: memFree=1858464/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=1712 CPUtime=0
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 235 0 0 0 0 0 0 0 18 0 1 0 277062759 1753088 219 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134522468 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 428 219 126 302 0 123 0

[startup+0.107915 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3539
/proc/meminfo: memFree=1858464/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=2104 CPUtime=0.1
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 360 0 0 0 10 0 0 0 18 0 1 0 277062759 2154496 344 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 526 344 140 302 0 221 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2104

[startup+0.515985 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3539
/proc/meminfo: memFree=1858464/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=2760 CPUtime=0.51
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 515 0 0 0 50 1 0 0 21 0 1 0 277062759 2826240 499 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 690 499 140 302 0 385 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2760

[startup+1.33613 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 3540
/proc/meminfo: memFree=1856280/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=3660 CPUtime=1.32
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 735 0 0 0 131 1 0 0 25 0 1 0 277062759 3747840 719 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 915 719 140 302 0 610 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3660

[startup+2.97242 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 3540
/proc/meminfo: memFree=1855128/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=5080 CPUtime=2.96
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 1088 0 0 0 293 3 0 0 25 0 1 0 277062759 5201920 1072 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 1270 1072 140 302 0 965 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5080

[startup+6.25001 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 3540
/proc/meminfo: memFree=1852760/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=7020 CPUtime=6.23
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 1592 0 0 0 619 4 0 0 25 0 1 0 277062759 7188480 1576 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 1755 1576 140 302 0 1450 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7020

[startup+12.7022 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 3540
/proc/meminfo: memFree=1849448/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=10244 CPUtime=12.69
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 2411 0 0 0 1261 8 0 0 25 0 1 0 277062759 10489856 2362 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 2561 2362 140 302 0 2256 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10244

[startup+25.5055 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 3540
/proc/meminfo: memFree=1845096/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=14988 CPUtime=25.49
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 3617 0 0 0 2537 12 0 0 25 0 1 0 277062759 15347712 3503 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 3747 3503 140 302 0 3442 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14988

[startup+51.11 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 3540
/proc/meminfo: memFree=1838120/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=21716 CPUtime=51.08
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 5329 0 0 0 5090 18 0 0 25 0 1 0 277062759 22237184 5215 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 5429 5215 140 302 0 5124 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21716

[startup+102.317 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 3540
/proc/meminfo: memFree=1827944/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=32316 CPUtime=102.27
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 7997 0 0 0 10199 28 0 0 25 0 1 0 277062759 33091584 7754 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 8079 7754 140 302 0 7774 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 32316

[startup+162.336 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3540
/proc/meminfo: memFree=1820008/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=40168 CPUtime=162.27
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 9945 0 0 0 16191 36 0 0 25 0 1 0 277062759 41132032 9702 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 10042 9702 140 302 0 9737 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 40168

[startup+222.357 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3540
/proc/meminfo: memFree=1814248/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=45740 CPUtime=222.27
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 11376 0 0 0 22184 43 0 0 25 0 1 0 277062759 46837760 11133 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 11435 11133 140 302 0 11130 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 45740

[startup+282.377 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3540
/proc/meminfo: memFree=1809064/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=52032 CPUtime=282.27
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 12919 0 0 0 28176 51 0 0 25 0 1 0 277062759 53280768 12419 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 13008 12419 140 302 0 12703 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 52032

[startup+342.394 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 3540
/proc/meminfo: memFree=1803816/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=57452 CPUtime=342.27
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 14233 0 0 0 34169 58 0 0 25 0 1 0 277062759 58830848 13733 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 14363 13733 140 302 0 14058 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 57452

[startup+402.416 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 3540
/proc/meminfo: memFree=1798632/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=62416 CPUtime=402.26
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 15502 0 0 0 40163 63 0 0 25 0 1 0 277062759 63913984 15002 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 15604 15002 140 302 0 15299 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 62416

[startup+462.435 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3540
/proc/meminfo: memFree=1793768/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=67364 CPUtime=462.26
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 16708 0 0 0 46157 69 0 0 25 0 1 0 277062759 68980736 16208 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 16841 16208 140 302 0 16536 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 67364

[startup+522.452 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3540
/proc/meminfo: memFree=1789160/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=71980 CPUtime=522.25
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 17843 0 0 0 52150 75 0 0 25 0 1 0 277062759 73707520 17343 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527033 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 17995 17343 140 302 0 17690 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 71980

[startup+582.475 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3540
/proc/meminfo: memFree=1785128/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=76012 CPUtime=582.26
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 18849 0 0 0 58145 81 0 0 25 0 1 0 277062759 77836288 18349 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 19003 18349 140 302 0 18698 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 76012

[startup+642.497 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3540
/proc/meminfo: memFree=1781352/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=80032 CPUtime=642.25
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 19794 0 0 0 64139 86 0 0 25 0 1 0 277062759 81952768 19294 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 20008 19294 140 302 0 19703 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 80032

[startup+702.513 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3540
/proc/meminfo: memFree=1777448/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=83876 CPUtime=702.25
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 20757 0 0 0 70133 92 0 0 25 0 1 0 277062759 85889024 20257 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 20969 20257 140 302 0 20664 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 83876

[startup+762.533 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3540
/proc/meminfo: memFree=1774376/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=86856 CPUtime=762.25
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 21536 0 0 0 76130 95 0 0 25 0 1 0 277062759 88940544 21036 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 21714 21036 140 302 0 21409 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 86856

[startup+822.559 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3540
/proc/meminfo: memFree=1771176/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=90048 CPUtime=822.25
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 22314 0 0 0 82126 99 0 0 25 0 1 0 277062759 92209152 21814 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 22512 21814 140 302 0 22207 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 90048

[startup+882.58 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3540
/proc/meminfo: memFree=1767848/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=93416 CPUtime=882.26
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 23133 0 0 0 88122 104 0 0 25 0 1 0 277062759 95657984 22633 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 23354 22633 140 302 0 23049 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 93416

[startup+942.597 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3540
/proc/meminfo: memFree=1764392/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=97068 CPUtime=942.25
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 24024 0 0 0 94116 109 0 0 25 0 1 0 277062759 99397632 23524 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 24267 23524 140 302 0 23962 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 97068

[startup+1002.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3540
/proc/meminfo: memFree=1761128/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=102432 CPUtime=1002.24
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 25356 0 0 0 100111 113 0 0 25 0 1 0 277062759 104890368 24343 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527001 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 25608 24343 140 302 0 25303 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 102432

[startup+1062.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3540
/proc/meminfo: memFree=1757544/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=105968 CPUtime=1062.25
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 26235 0 0 0 106106 119 0 0 25 0 1 0 277062759 108511232 25222 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 26492 25222 140 302 0 26187 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 105968

[startup+1122.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3540
/proc/meminfo: memFree=1754472/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=108888 CPUtime=1122.24
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 26997 0 0 0 112101 123 0 0 25 0 1 0 277062759 111501312 25984 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526992 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 27222 25984 140 302 0 26917 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 108888

[startup+1182.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3540
/proc/meminfo: memFree=1751272/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=112372 CPUtime=1182.24
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 27825 0 0 0 118097 127 0 0 25 0 1 0 277062759 115068928 26812 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 28093 26812 140 302 0 27788 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 112372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3540
/proc/meminfo: memFree=1750184/2055920 swapFree=4179680/4192956
[pid=3539] ppid=3537 vsize=113396 CPUtime=1200.06
/proc/3539/stat : 3539 (Spear-32) R 3537 3539 2847 0 -1 4194304 28074 0 0 0 119877 129 0 0 25 0 1 0 277062759 116117504 27061 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/3539/statm: 28349 27061 140 302 0 28044 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 113396

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.52
CPU time (s): 1200.09
CPU user time (s): 1198.78
CPU system time (s): 1.3108
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 113396

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

runsolver used 0.754885 second user time and 2.46162 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Tue Feb 27 10:10:59 UTC 2007

IDJOB= 311503
IDBENCH= 20315
IDSOLVER= 131
FILE ID= node60/311503-1172571059

PBS_JOBID= 3971892

Free space on /tmp= 66554 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v2035/unif2p-p0.8-v2035-c6328-S1703132040-12-SAT.cnf
COMMAND LINE= /tmp/evaluation/311503-1172571059/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/311503-1172571059/instance-311503-1172571059.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-311503-1172571059 -o ROOT/results/node60/solver-311503-1172571059 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/311503-1172571059/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/311503-1172571059/instance-311503-1172571059.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  bf2efd4306c515a6ab821250f31ffa54

RANDOM SEED= 145373942

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:       1858872 kB
Buffers:         21352 kB
Cached:         124256 kB
SwapCached:       7528 kB
Active:          69312 kB
Inactive:        89984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858872 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:          15388 kB
Slab:            23704 kB
Committed_AS:   805384 kB
PageTables:       1464 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= 66554 MiB

End job on node60 on Tue Feb 27 10:31:02 UTC 2007