Trace number 312283

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.1 1200.56

General information on the benchmark

Namerandom/2+p/p0.8/v1665/
unif2p-p0.8-v1665-c5178-S1386858597-08-SAT.cnf
MD5SUMd278f0ab23fc6647da28c17830cf2da7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.261959
Satisfiable
(Un)Satisfiability was proved
Number of variables1665
Number of clauses5177
Sum of the clauses size14496
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21035
Number of clauses of size 34142
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/312283-1172584510/instance-312283-1172584510.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/node76/watcher-312283-1172584510 -o ROOT/results/node76/solver-312283-1172584510 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/312283-1172584510/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/312283-1172584510/instance-312283-1172584510.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.95 0.97 3/69 6768
/proc/meminfo: memFree=1847800/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=1716 CPUtime=0
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 230 0 0 0 0 0 0 0 20 0 1 0 278409282 1757184 215 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 429 215 126 302 0 124 0

[startup+0.106594 s]
/proc/loadavg: 0.91 0.95 0.97 3/69 6768
/proc/meminfo: memFree=1847800/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=2004 CPUtime=0.1
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 340 0 0 0 10 0 0 0 21 0 1 0 278409282 2052096 325 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 501 325 140 302 0 196 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2004

[startup+0.514641 s]
/proc/loadavg: 0.91 0.95 0.97 3/69 6768
/proc/meminfo: memFree=1847800/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=2656 CPUtime=0.51
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 500 0 0 0 50 1 0 0 25 0 1 0 278409282 2719744 485 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 664 485 140 302 0 359 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2656

[startup+1.33474 s]
/proc/loadavg: 0.91 0.95 0.97 2/70 6769
/proc/meminfo: memFree=1845680/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=3608 CPUtime=1.32
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 739 0 0 0 131 1 0 0 25 0 1 0 278409282 3694592 724 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 902 724 140 302 0 597 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3608

[startup+2.97092 s]
/proc/loadavg: 0.91 0.95 0.97 2/70 6769
/proc/meminfo: memFree=1844528/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=5020 CPUtime=2.96
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 1055 0 0 0 294 2 0 0 25 0 1 0 278409282 5140480 1040 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 1255 1040 140 302 0 950 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5020

[startup+6.2513 s]
/proc/loadavg: 0.92 0.95 0.97 2/70 6769
/proc/meminfo: memFree=1842352/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=6948 CPUtime=6.24
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 1564 0 0 0 620 4 0 0 25 0 1 0 278409282 7114752 1549 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 1737 1549 140 302 0 1432 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6948

[startup+12.7061 s]
/proc/loadavg: 0.93 0.95 0.97 2/70 6769
/proc/meminfo: memFree=1839168/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=9920 CPUtime=12.7
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 2313 0 0 0 1263 7 0 0 25 0 1 0 278409282 10158080 2265 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 2480 2265 140 302 0 2175 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9920

[startup+25.6055 s]
/proc/loadavg: 0.94 0.96 0.97 2/70 6769
/proc/meminfo: memFree=1834944/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=14416 CPUtime=25.59
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 3455 0 0 0 2548 11 0 0 25 0 1 0 278409282 14761984 3342 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558753 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 3604 3342 140 302 0 3299 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 14416

[startup+51.2115 s]
/proc/loadavg: 0.96 0.96 0.97 2/70 6769
/proc/meminfo: memFree=1828672/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=20576 CPUtime=51.19
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 4988 0 0 0 5103 16 0 0 25 0 1 0 278409282 21069824 4875 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 5144 4875 140 302 0 4839 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 20576

[startup+102.42 s]
/proc/loadavg: 1.02 0.98 0.98 2/70 6769
/proc/meminfo: memFree=1820672/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=29256 CPUtime=102.38
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 7122 0 0 0 10213 25 0 0 25 0 1 0 278409282 29958144 6880 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 7314 6880 140 302 0 7009 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 29256

[startup+162.441 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6769
/proc/meminfo: memFree=1812544/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=37168 CPUtime=162.38
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 9112 0 0 0 16206 32 0 0 25 0 1 0 278409282 38060032 8870 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 9292 8870 140 302 0 8987 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 37168

[startup+222.46 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6769
/proc/meminfo: memFree=1806400/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=43044 CPUtime=222.38
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 10640 0 0 0 22199 39 0 0 25 0 1 0 278409282 44077056 10398 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 10761 10398 140 302 0 10456 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 43044

[startup+282.477 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6769
/proc/meminfo: memFree=1800384/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=50228 CPUtime=282.38
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 12412 0 0 0 28192 46 0 0 25 0 1 0 278409282 51433472 11913 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 12557 11913 140 302 0 12252 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 50228

[startup+342.497 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6769
/proc/meminfo: memFree=1794112/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=56676 CPUtime=342.39
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 13966 0 0 0 34187 52 0 0 25 0 1 0 278409282 58036224 13467 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 14169 13467 140 302 0 13864 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 56676

[startup+402.551 s]
/proc/loadavg: 1.00 0.98 0.98 2/76 6891
/proc/meminfo: memFree=1787536/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=62152 CPUtime=402.35
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 15309 0 0 0 40175 60 0 0 25 0 1 0 278409282 63643648 14810 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 15538 14810 140 302 0 15233 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 62152

[startup+462.59 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6967
/proc/meminfo: memFree=1783936/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=66828 CPUtime=462.34
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 16465 0 0 0 46168 66 0 0 25 0 1 0 278409282 68431872 15966 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 16707 15966 140 302 0 16402 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 66828

[startup+522.605 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6967
/proc/meminfo: memFree=1779328/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=71736 CPUtime=522.34
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 17612 0 0 0 52162 72 0 0 25 0 1 0 278409282 73457664 17113 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 17934 17113 140 302 0 17629 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 71736

[startup+582.628 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6967
/proc/meminfo: memFree=1774848/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=76252 CPUtime=582.34
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 18710 0 0 0 58159 75 0 0 25 0 1 0 278409282 78082048 18211 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 19063 18211 140 302 0 18758 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 76252

[startup+642.648 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6967
/proc/meminfo: memFree=1770240/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=80820 CPUtime=642.34
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 19874 0 0 0 64153 81 0 0 25 0 1 0 278409282 82759680 19375 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 20205 19375 140 302 0 19900 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 80820

[startup+702.668 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6967
/proc/meminfo: memFree=1765952/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=84812 CPUtime=702.35
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 20917 0 0 0 70146 89 0 0 25 0 1 0 278409282 86847488 20418 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 21203 20418 140 302 0 20898 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 84812

[startup+762.684 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6967
/proc/meminfo: memFree=1761344/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=89512 CPUtime=762.35
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 22062 0 0 0 76140 95 0 0 25 0 1 0 278409282 91660288 21563 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 22378 21563 140 302 0 22073 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 89512

[startup+822.706 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6967
/proc/meminfo: memFree=1757824/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=95156 CPUtime=822.36
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 23455 0 0 0 82135 101 0 0 25 0 1 0 278409282 97439744 22443 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526761 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 23789 22443 140 302 0 23484 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 95156

[startup+882.725 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6967
/proc/meminfo: memFree=1753920/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=99012 CPUtime=882.35
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 24413 0 0 0 88128 107 0 0 25 0 1 0 278409282 101388288 23401 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 24753 23401 140 302 0 24448 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 99012

[startup+942.74 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6967
/proc/meminfo: memFree=1751296/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=101860 CPUtime=942.35
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 25118 0 0 0 94123 112 0 0 25 0 1 0 278409282 104304640 24106 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 25465 24106 140 302 0 25160 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 101860

[startup+1002.76 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6967
/proc/meminfo: memFree=1748032/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=105328 CPUtime=1002.36
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 25915 0 0 0 100119 117 0 0 25 0 1 0 278409282 107855872 24903 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 26332 24903 140 302 0 26027 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 105328

[startup+1062.78 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6967
/proc/meminfo: memFree=1745024/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=108424 CPUtime=1062.36
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 26656 0 0 0 106115 121 0 0 25 0 1 0 278409282 111026176 25644 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 27106 25644 140 302 0 26801 0
Current children cumulated CPU time (s) 1062.36
Current children cumulated vsize (KiB) 108424

[startup+1122.8 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6967
/proc/meminfo: memFree=1742336/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=110964 CPUtime=1122.37
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 27332 0 0 0 112113 124 0 0 25 0 1 0 278409282 113627136 26320 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 27741 26320 140 302 0 27436 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 110964

[startup+1182.82 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6967
/proc/meminfo: memFree=1739712/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=113692 CPUtime=1182.35
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 27989 0 0 0 118107 128 0 0 25 0 1 0 278409282 116420608 26977 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 28423 26977 140 302 0 28118 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 113692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.53 s]
/proc/loadavg: 1.00 0.98 0.98 2/70 6967
/proc/meminfo: memFree=1739008/2055888 swapFree=4086404/4096564
[pid=6768] ppid=6766 vsize=114460 CPUtime=1200.07
/proc/6768/stat : 6768 (Spear-32) R 6766 6768 6217 0 -1 4194304 28174 0 0 0 119878 129 0 0 25 0 1 0 278409282 117207040 27162 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526721 0 0 4096 0 0 0 0 17 1 0 0
/proc/6768/statm: 28615 27162 140 302 0 28310 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 114460

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.56
CPU time (s): 1200.1
CPU user time (s): 1198.79
CPU system time (s): 1.3158
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 114460

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

runsolver used 0.98085 second user time and 2.31665 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Tue Feb 27 13:55:10 UTC 2007

IDJOB= 312283
IDBENCH= 20337
IDSOLVER= 132
FILE ID= node76/312283-1172584510

PBS_JOBID= 3971934

Free space on /tmp= 66645 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v1665/unif2p-p0.8-v1665-c5178-S1386858597-08-SAT.cnf
COMMAND LINE= /tmp/evaluation/312283-1172584510/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/312283-1172584510/instance-312283-1172584510.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-312283-1172584510 -o ROOT/results/node76/solver-312283-1172584510 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/312283-1172584510/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/312283-1172584510/instance-312283-1172584510.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d278f0ab23fc6647da28c17830cf2da7

RANDOM SEED= 69378098

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1848344 kB
Buffers:         26504 kB
Cached:         135084 kB
SwapCached:       4060 kB
Active:         101204 kB
Inactive:        71332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1848344 kB
SwapTotal:     4096564 kB
SwapFree:      4086404 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          15552 kB
Slab:            21424 kB
Committed_AS:  1060720 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66645 MiB

End job on node76 on Tue Feb 27 14:15:43 UTC 2007