Trace number 312037

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.03 1200.58

General information on the benchmark

Namerandom/2+p/p0.8/v2405/
unif2p-p0.8-v2405-c7479-S476496922-18-SAT.cnf
MD5SUM7aa5e97b8e61908955474a79af64353f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.248961
Satisfiable
(Un)Satisfiability was proved
Number of variables2405
Number of clauses7478
Sum of the clauses size20939
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21495
Number of clauses of size 35983
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/312037-1172580710/instance-312037-1172580710.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-312037-1172580710 -o ROOT/results/node60/solver-312037-1172580710 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/312037-1172580710/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/312037-1172580710/instance-312037-1172580710.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.99 0.98 0.99 3/64 4418
/proc/meminfo: memFree=1851472/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=1932 CPUtime=0
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 278027882 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 483 247 126 302 0 178 0

[startup+0.107406 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4418
/proc/meminfo: memFree=1851472/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=2320 CPUtime=0.09
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 392 0 0 0 9 0 0 0 18 0 1 0 278027882 2375680 376 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 580 376 140 302 0 275 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2320

[startup+0.516478 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4418
/proc/meminfo: memFree=1851472/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=3088 CPUtime=0.51
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 574 0 0 0 50 1 0 0 22 0 1 0 278027882 3162112 558 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 772 558 140 302 0 467 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3088

[startup+1.33663 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4419
/proc/meminfo: memFree=1848904/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=4116 CPUtime=1.32
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 854 0 0 0 131 1 0 0 25 0 1 0 278027882 4214784 838 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 1029 838 140 302 0 724 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4116

[startup+2.97292 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4419
/proc/meminfo: memFree=1847496/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=5912 CPUtime=2.96
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 1276 0 0 0 293 3 0 0 25 0 1 0 278027882 6053888 1260 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 1478 1260 140 302 0 1173 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5912

[startup+6.2505 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4419
/proc/meminfo: memFree=1844616/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=8360 CPUtime=6.24
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 1912 0 0 0 620 4 0 0 25 0 1 0 278027882 8560640 1896 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 2090 1896 140 302 0 1785 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 8360

[startup+12.7037 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4419
/proc/meminfo: memFree=1840392/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=12476 CPUtime=12.69
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 2931 0 0 0 1262 7 0 0 25 0 1 0 278027882 12775424 2882 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526920 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 3119 2882 140 302 0 2814 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12476

[startup+25.5059 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4419
/proc/meminfo: memFree=1835208/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=17872 CPUtime=25.49
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 4304 0 0 0 2537 12 0 0 25 0 1 0 278027882 18300928 4190 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 4468 4190 140 302 0 4163 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17872

[startup+51.1135 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4419
/proc/meminfo: memFree=1827400/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=25548 CPUtime=51.08
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 6238 0 0 0 5090 18 0 0 25 0 1 0 278027882 26161152 6124 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 6387 6124 140 302 0 6082 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25548

[startup+102.323 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4419
/proc/meminfo: memFree=1815752/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=37560 CPUtime=102.28
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 9269 0 0 0 10198 30 0 0 25 0 1 0 278027882 38461440 9026 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 9390 9026 140 302 0 9085 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 37560

[startup+162.342 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4419
/proc/meminfo: memFree=1805000/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=48032 CPUtime=162.28
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 11898 0 0 0 16188 40 0 0 25 0 1 0 278027882 49184768 11655 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 12008 11655 140 302 0 11703 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 48032

[startup+222.362 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4419
/proc/meminfo: memFree=1796040/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=56960 CPUtime=222.27
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 14131 0 0 0 22179 48 0 0 25 0 1 0 278027882 58327040 13888 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 14240 13888 140 302 0 13935 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 56960

[startup+282.38 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 4419
/proc/meminfo: memFree=1788552/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=65556 CPUtime=282.27
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 16248 0 0 0 28171 56 0 0 25 0 1 0 278027882 67129344 15748 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 16389 15748 140 302 0 16084 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 65556

[startup+342.399 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 4419
/proc/meminfo: memFree=1781576/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=72556 CPUtime=342.26
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 17997 0 0 0 34163 63 0 0 25 0 1 0 278027882 74297344 17497 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 18139 17497 140 302 0 17834 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 72556

[startup+402.422 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4419
/proc/meminfo: memFree=1775496/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=78812 CPUtime=402.27
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 19497 0 0 0 40156 71 0 0 25 0 1 0 278027882 80703488 18997 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526716 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 19703 18997 140 302 0 19398 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 78812

[startup+462.445 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4419
/proc/meminfo: memFree=1769480/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=84692 CPUtime=462.27
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 20974 0 0 0 46150 77 0 0 25 0 1 0 278027882 86724608 20474 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 21173 20474 140 302 0 20868 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 84692

[startup+522.459 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 4419
/proc/meminfo: memFree=1764296/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=90060 CPUtime=522.26
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 22259 0 0 0 52143 83 0 0 25 0 1 0 278027882 92221440 21759 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 22515 21759 140 302 0 22210 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 90060

[startup+582.495 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 4525
/proc/meminfo: memFree=1758416/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=94748 CPUtime=582.23
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 23393 0 0 0 58135 88 0 0 25 0 1 0 278027882 97021952 22893 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526876 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 23687 22893 140 302 0 23382 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 94748

[startup+642.546 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4617
/proc/meminfo: memFree=1754760/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=99296 CPUtime=642.19
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 24557 0 0 0 64125 94 0 0 25 0 1 0 278027882 101679104 24057 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 24824 24057 140 302 0 24519 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 99296

[startup+702.566 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4617
/proc/meminfo: memFree=1750536/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=103708 CPUtime=702.18
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 25608 0 0 0 70119 99 0 0 25 0 1 0 278027882 106196992 25108 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 25927 25108 140 302 0 25622 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 103708

[startup+762.589 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4617
/proc/meminfo: memFree=1746696/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=107692 CPUtime=762.19
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 26589 0 0 0 76113 106 0 0 25 0 1 0 278027882 110276608 26089 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526943 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 26923 26089 140 302 0 26618 0
Current children cumulated CPU time (s) 762.19
Current children cumulated vsize (KiB) 107692

[startup+822.611 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4617
/proc/meminfo: memFree=1742984/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=111276 CPUtime=822.19
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 27504 0 0 0 82108 111 0 0 25 0 1 0 278027882 113946624 27004 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 27819 27004 140 302 0 27514 0
Current children cumulated CPU time (s) 822.19
Current children cumulated vsize (KiB) 111276

[startup+882.628 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4617
/proc/meminfo: memFree=1739272/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=115176 CPUtime=882.19
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 28459 0 0 0 88102 117 0 0 25 0 1 0 278027882 117940224 27959 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 28794 27959 140 302 0 28489 0
Current children cumulated CPU time (s) 882.19
Current children cumulated vsize (KiB) 115176

[startup+942.647 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 4617
/proc/meminfo: memFree=1735240/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=121296 CPUtime=942.18
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 29969 0 0 0 94096 122 0 0 25 0 1 0 278027882 124207104 28956 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 30324 28956 140 302 0 30019 0
Current children cumulated CPU time (s) 942.18
Current children cumulated vsize (KiB) 121296

[startup+1002.67 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 4617
/proc/meminfo: memFree=1731208/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=125140 CPUtime=1002.18
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 30994 0 0 0 100090 128 0 0 25 0 1 0 278027882 128143360 29981 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 31285 29981 140 302 0 30980 0
Current children cumulated CPU time (s) 1002.18
Current children cumulated vsize (KiB) 125140

[startup+1062.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4617
/proc/meminfo: memFree=1726856/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=129344 CPUtime=1062.19
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 32063 0 0 0 106085 134 0 0 25 0 1 0 278027882 132448256 31050 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 32336 31050 140 302 0 32031 0
Current children cumulated CPU time (s) 1062.19
Current children cumulated vsize (KiB) 129344

[startup+1122.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4617
/proc/meminfo: memFree=1722952/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=133216 CPUtime=1122.18
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 33041 0 0 0 112079 139 0 0 25 0 1 0 278027882 136413184 32028 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 33304 32028 140 302 0 32999 0
Current children cumulated CPU time (s) 1122.18
Current children cumulated vsize (KiB) 133216

[startup+1182.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4617
/proc/meminfo: memFree=1719240/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=137216 CPUtime=1182.18
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 33966 0 0 0 118074 144 0 0 25 0 1 0 278027882 140509184 32953 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 34304 32953 140 302 0 33999 0
Current children cumulated CPU time (s) 1182.18
Current children cumulated vsize (KiB) 137216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4617
/proc/meminfo: memFree=1718088/2055920 swapFree=4179680/4192956
[pid=4418] ppid=4416 vsize=138240 CPUtime=1200
/proc/4418/stat : 4418 (Spear-32) R 4416 4418 4231 0 -1 4194304 34250 0 0 0 119854 146 0 0 25 0 1 0 278027882 141557760 33237 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4418/statm: 34560 33237 140 302 0 34255 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 138240

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.58
CPU time (s): 1200.03
CPU user time (s): 1198.55
CPU system time (s): 1.48777
CPU usage (%): 99.9544
Max. virtual memory (cumulated for all children) (KiB): 138240

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

runsolver used 0.793879 second user time and 2.50362 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Tue Feb 27 12:51:50 UTC 2007

IDJOB= 312037
IDBENCH= 20330
IDSOLVER= 132
FILE ID= node60/312037-1172580710

PBS_JOBID= 3971922

Free space on /tmp= 66554 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v2405/unif2p-p0.8-v2405-c7479-S476496922-18-SAT.cnf
COMMAND LINE= /tmp/evaluation/312037-1172580710/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/312037-1172580710/instance-312037-1172580710.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-312037-1172580710 -o ROOT/results/node60/solver-312037-1172580710 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/312037-1172580710/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/312037-1172580710/instance-312037-1172580710.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  7aa5e97b8e61908955474a79af64353f

RANDOM SEED= 415122860

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:       1851896 kB
Buffers:         23564 kB
Cached:         129116 kB
SwapCached:       7528 kB
Active:          77544 kB
Inactive:        88800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851896 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:          15384 kB
Slab:            23640 kB
Committed_AS:   810364 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 13:11:53 UTC 2007