Trace number 306666

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.17 1200.62

General information on the benchmark

Namerandom/LargeSize/3SAT/v7000/
unif-k3-r4.2-v7000-c29400-S1312035429-13.cnf
MD5SUMe6653d81a13cfb87c5f3f5bf9150cbf7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark533.937
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses29400
Sum of the clauses size88200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 329400
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/306666-1172103835/instance-306666-1172103835.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/node42/watcher-306666-1172103835 -o ROOT/results/node42/solver-306666-1172103835 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306666-1172103835/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/306666-1172103835/instance-306666-1172103835.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 12860
/proc/meminfo: memFree=1911528/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=1932 CPUtime=0
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 230339577 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135271278 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 483 247 126 302 0 178 0

[startup+0.106475 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12860
/proc/meminfo: memFree=1911528/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=3880 CPUtime=0.09
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 812 0 0 0 9 0 0 0 18 0 1 0 230339577 3973120 770 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 970 770 140 302 0 665 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3880

[startup+0.514552 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12860
/proc/meminfo: memFree=1911528/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=4992 CPUtime=0.51
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 1100 0 0 0 50 1 0 0 21 0 1 0 230339577 5111808 1058 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 1248 1058 140 302 0 943 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 4992

[startup+1.33471 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12861
/proc/meminfo: memFree=1906080/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=7324 CPUtime=1.32
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 1664 0 0 0 131 1 0 0 25 0 1 0 230339577 7499776 1622 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 1831 1622 140 302 0 1526 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7324

[startup+2.97102 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12861
/proc/meminfo: memFree=1903072/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=11440 CPUtime=2.96
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 2683 0 0 0 293 3 0 0 25 0 1 0 230339577 11714560 2641 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 2860 2641 140 302 0 2555 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 11440

[startup+6.25064 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1895648/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=18288 CPUtime=6.23
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 4415 0 0 0 618 5 0 0 25 0 1 0 230339577 18726912 4373 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 4572 4373 140 302 0 4267 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 18288

[startup+12.7039 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1883112/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=30032 CPUtime=12.69
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 7349 0 0 0 1260 9 0 0 25 0 1 0 230339577 30752768 7274 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 7508 7274 140 302 0 7203 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30032

[startup+25.5063 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1863784/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=50028 CPUtime=25.49
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 12373 0 0 0 2531 18 0 0 25 0 1 0 230339577 51228672 12298 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 12507 12298 140 302 0 12202 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50028

[startup+51.1132 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1832360/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=80668 CPUtime=51.08
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 20083 0 0 0 5079 29 0 0 25 0 1 0 230339577 82604032 19943 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526745 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 20167 19943 140 302 0 19862 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 80668

[startup+102.323 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1788392/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=125364 CPUtime=102.27
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 31279 0 0 0 10178 49 0 0 25 0 1 0 230339577 128372736 31010 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 31341 31010 140 302 0 31036 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 125364

[startup+162.345 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1746472/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=166236 CPUtime=162.28
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 41552 0 0 0 16160 68 0 0 25 0 1 0 230339577 170225664 41283 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 41559 41283 140 302 0 41254 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 166236

[startup+222.366 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1708904/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=203700 CPUtime=222.27
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 50932 0 0 0 22143 84 0 0 25 0 1 0 230339577 208588800 50663 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 50925 50663 140 302 0 50620 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 203700

[startup+282.388 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1682728/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=230860 CPUtime=282.27
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 57749 0 0 0 28130 97 0 0 25 0 1 0 230339577 236400640 57223 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 57715 57223 140 302 0 57410 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 230860

[startup+342.408 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1661672/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=251736 CPUtime=342.27
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 62993 0 0 0 34120 107 0 0 25 0 1 0 230339577 257777664 62467 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 62934 62467 140 302 0 62629 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 251736

[startup+402.426 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1627880/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=284992 CPUtime=402.27
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 71342 0 0 0 40105 122 0 0 25 0 1 0 230339577 291831808 70816 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 71248 70816 140 302 0 70943 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 284992

[startup+462.444 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1600232/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=312832 CPUtime=462.26
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 78278 0 0 0 46094 132 0 0 25 0 1 0 230339577 320339968 77752 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 78208 77752 140 302 0 77903 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 312832

[startup+522.463 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1575336/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=337700 CPUtime=522.26
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 84514 0 0 0 52081 145 0 0 25 0 1 0 230339577 345804800 83988 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 84425 83988 140 302 0 84120 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 337700

[startup+582.489 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1553576/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=359260 CPUtime=582.27
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 89926 0 0 0 58071 156 0 0 25 0 1 0 230339577 367882240 89400 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 89815 89400 140 302 0 89510 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 359260

[startup+642.513 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1533416/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=379544 CPUtime=642.26
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 94980 0 0 0 64062 164 0 0 25 0 1 0 230339577 388653056 94454 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 94886 94454 140 302 0 94581 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 379544

[startup+702.532 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1516200/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=396576 CPUtime=702.25
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 99249 0 0 0 70053 172 0 0 25 0 1 0 230339577 406093824 98723 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 99144 98723 140 302 0 98839 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 396576

[startup+762.555 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1489192/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=423680 CPUtime=762.26
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 106036 0 0 0 76040 186 0 0 25 0 1 0 230339577 433848320 105510 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 105920 105510 140 302 0 105615 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 423680

[startup+822.578 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1464872/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=447400 CPUtime=822.26
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 111999 0 0 0 82028 198 0 0 25 0 1 0 230339577 458137600 111473 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526665 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 111850 111473 140 302 0 111545 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 447400

[startup+882.603 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1443560/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=468860 CPUtime=882.27
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 117357 0 0 0 88020 207 0 0 25 0 1 0 230339577 480112640 116831 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 117215 116831 140 302 0 116910 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 468860

[startup+942.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12861
/proc/meminfo: memFree=1423784/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=490540 CPUtime=942.26
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 122809 0 0 0 94009 217 0 0 25 0 1 0 230339577 502312960 121770 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 122635 121770 140 302 0 122330 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 490540

[startup+1002.64 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 12862
/proc/meminfo: memFree=1405864/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=508460 CPUtime=1002.25
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 127303 0 0 0 99999 226 0 0 25 0 1 0 230339577 520663040 126264 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 127115 126264 140 302 0 126810 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 508460

[startup+1062.66 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 12863
/proc/meminfo: memFree=1388264/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=525736 CPUtime=1062.25
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 131625 0 0 0 105990 235 0 0 25 0 1 0 230339577 538353664 130586 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 131434 130586 140 302 0 131129 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 525736

[startup+1122.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12863
/proc/meminfo: memFree=1372456/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=541592 CPUtime=1122.25
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 135594 0 0 0 111982 243 0 0 25 0 1 0 230339577 554590208 134555 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 135398 134555 140 302 0 135093 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 541592

[startup+1182.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12863
/proc/meminfo: memFree=1357352/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=556580 CPUtime=1182.25
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 139357 0 0 0 117975 250 0 0 25 0 1 0 230339577 569937920 138318 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 139145 138318 140 302 0 138840 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 556580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12863
/proc/meminfo: memFree=1353384/2055920 swapFree=4183984/4192956
[pid=12860] ppid=12858 vsize=560384 CPUtime=1200.07
/proc/12860/stat : 12860 (Spear-32) R 12858 12860 12073 0 -1 4194304 140303 0 0 0 119755 252 0 0 25 0 1 0 230339577 573833216 139264 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12860/statm: 140096 139264 140 302 0 139791 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 560384

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.62
CPU time (s): 1200.17
CPU user time (s): 1197.56
CPU system time (s): 2.6146
CPU usage (%): 99.9628
Max. virtual memory (cumulated for all children) (KiB): 560384

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

runsolver used 0.736887 second user time and 2.48362 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Thu Feb 22 00:23:55 UTC 2007

IDJOB= 306666
IDBENCH= 20186
IDSOLVER= 132
FILE ID= node42/306666-1172103835

PBS_JOBID= 3892889

Free space on /tmp= 66557 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v7000/unif-k3-r4.2-v7000-c29400-S1312035429-13.cnf
COMMAND LINE= /tmp/evaluation/306666-1172103835/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/306666-1172103835/instance-306666-1172103835.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-306666-1172103835 -o ROOT/results/node42/solver-306666-1172103835 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306666-1172103835/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/306666-1172103835/instance-306666-1172103835.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  e6653d81a13cfb87c5f3f5bf9150cbf7

RANDOM SEED= 942861840

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.261
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.261
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:       1912000 kB
Buffers:         12300 kB
Cached:          77604 kB
SwapCached:       3256 kB
Active:          52600 kB
Inactive:        47392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1912000 kB
SwapTotal:     4192956 kB
SwapFree:      4183984 kB
Dirty:            2060 kB
Writeback:           0 kB
Mapped:          15792 kB
Slab:            30004 kB
Committed_AS:   880624 kB
PageTables:       1408 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= 66557 MiB

End job on node42 on Thu Feb 22 00:43:58 UTC 2007