Trace number 333680

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.06 1200.42

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.cnf
MD5SUM4e736dbc376aed9798860699ef195d83
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.001998
Satisfiable
(Un)Satisfiability was proved
Number of variables87
Number of clauses232
Sum of the clauses size696
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3232
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/333680-1173525528/instance-333680-1173525528.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node11/watcher-333680-1173525528 -o ROOT/results/node11/solver-333680-1173525528 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333680-1173525528/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/333680-1173525528/instance-333680-1173525528.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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/77 15547
/proc/meminfo: memFree=1413368/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=1396 CPUtime=0
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 372507313 1429504 167 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 349 167 140 302 0 44 0

[startup+0.105814 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 15547
/proc/meminfo: memFree=1413368/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=1916 CPUtime=0.09
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 298 0 0 0 9 0 0 0 18 0 1 0 372507313 1961984 282 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 479 282 140 302 0 174 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1916

[startup+0.201825 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 15547
/proc/meminfo: memFree=1413368/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=2176 CPUtime=0.19
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 370 0 0 0 18 1 0 0 18 0 1 0 372507313 2228224 354 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 544 354 140 302 0 239 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2176

[startup+0.301836 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 15547
/proc/meminfo: memFree=1413368/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=2436 CPUtime=0.29
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 440 0 0 0 28 1 0 0 19 0 1 0 372507313 2494464 424 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 609 424 140 302 0 304 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2436

[startup+0.701884 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 15547
/proc/meminfo: memFree=1413368/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=3088 CPUtime=0.69
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 615 0 0 0 67 2 0 0 22 0 1 0 372507313 3162112 599 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 772 599 140 302 0 467 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3088

[startup+1.50198 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1411056/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=3996 CPUtime=1.49
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 816 0 0 0 146 3 0 0 25 0 1 0 372507313 4091904 800 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 999 800 140 302 0 694 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3996

[startup+3.10117 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1409968/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=5356 CPUtime=3.09
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 1149 0 0 0 304 5 0 0 25 0 1 0 372507313 5484544 1100 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 1339 1100 140 302 0 1034 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5356

[startup+6.30255 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1407792/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=7352 CPUtime=6.29
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 1660 0 0 0 621 8 0 0 25 0 1 0 372507313 7528448 1611 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 1838 1611 140 302 0 1533 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7352

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1404848/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=10100 CPUtime=12.69
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 2317 0 0 0 1257 12 0 0 25 0 1 0 372507313 10342400 2203 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 2525 2203 140 302 0 2220 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10100

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1401648/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=13384 CPUtime=25.48
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 3099 0 0 0 2531 17 0 0 25 0 1 0 372507313 13705216 2985 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 3346 2985 140 302 0 3041 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13384

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1397936/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=17844 CPUtime=51.07
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 4177 0 0 0 5084 23 0 0 25 0 1 0 372507313 18272256 3934 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 4461 3934 140 302 0 4156 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17844

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1391664/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=24368 CPUtime=102.27
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 5706 0 0 0 10194 33 0 0 25 0 1 0 372507313 24952832 5463 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 6092 5463 140 302 0 5787 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 24368

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1388400/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=27588 CPUtime=162.24
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 6545 0 0 0 16185 39 0 0 25 0 1 0 372507313 28250112 6302 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 6897 6302 140 302 0 6592 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 27588

[startup+222.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1385712/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=31064 CPUtime=222.23
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 7448 0 0 0 22176 47 0 0 25 0 1 0 372507313 31809536 6948 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 7766 6948 140 302 0 7461 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 31064

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1382256/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=35188 CPUtime=282.21
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 8312 0 0 0 28168 53 0 0 25 0 1 0 372507313 36032512 7812 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 8797 7812 140 302 0 8492 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 35188

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1379696/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=38016 CPUtime=342.19
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 8947 0 0 0 34160 59 0 0 25 0 1 0 372507313 38928384 8447 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 9504 8447 140 302 0 9199 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 38016

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1377584/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=40204 CPUtime=402.17
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 9464 0 0 0 40153 64 0 0 25 0 1 0 372507313 41168896 8964 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 10051 8964 140 302 0 9746 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 40204

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1375728/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=41912 CPUtime=462.16
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 9918 0 0 0 46146 70 0 0 25 0 1 0 372507313 42917888 9418 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 10478 9418 140 302 0 10173 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 41912

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1374256/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=43328 CPUtime=522.14
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 10321 0 0 0 52140 74 0 0 25 0 1 0 372507313 44367872 9821 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 10832 9821 140 302 0 10527 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 43328

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1372656/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=44992 CPUtime=582.11
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 10713 0 0 0 58133 78 0 0 25 0 1 0 372507313 46071808 10213 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 11248 10213 140 302 0 10943 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 44992

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1370480/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=47308 CPUtime=642.1
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 11260 0 0 0 64127 83 0 0 25 0 1 0 372507313 48443392 10760 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 11827 10760 140 302 0 11522 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 47308

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1368560/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=49404 CPUtime=702.09
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 11734 0 0 0 70121 88 0 0 25 0 1 0 372507313 50589696 11234 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 12351 11234 140 302 0 12046 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 49404

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1365808/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=52232 CPUtime=762.07
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 12402 0 0 0 76113 94 0 0 25 0 1 0 372507313 53485568 11902 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 13058 11902 140 302 0 12753 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 52232

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1364208/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=54288 CPUtime=822.05
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 12825 0 0 0 82105 100 0 0 25 0 1 0 372507313 55590912 12325 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 13572 12325 140 302 0 13267 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 54288

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1362416/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=55956 CPUtime=882.04
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 13247 0 0 0 88099 105 0 0 25 0 1 0 372507313 57298944 12747 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 13989 12747 140 302 0 13684 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 55956

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1360752/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=60188 CPUtime=942.01
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 14194 0 0 0 94092 109 0 0 25 0 1 0 372507313 61632512 13181 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 15047 13181 140 302 0 14742 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 60188

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1359088/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=61732 CPUtime=1002
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 14614 0 0 0 100084 116 0 0 25 0 1 0 372507313 63213568 13601 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 15433 13601 140 302 0 15128 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 61732

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1357680/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=63144 CPUtime=1061.98
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 14974 0 0 0 106077 121 0 0 25 0 1 0 372507313 64659456 13961 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 15786 13961 140 302 0 15481 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 63144

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1355632/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=65968 CPUtime=1121.95
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 15469 0 0 0 112070 125 0 0 25 0 1 0 372507313 67551232 14456 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 16492 14456 140 302 0 16187 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 65968

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1354160/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=67280 CPUtime=1181.94
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 15843 0 0 0 118065 129 0 0 25 0 1 0 372507313 68894720 14830 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 16820 14830 140 302 0 16515 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 67280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1353776/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=67536 CPUtime=1200.04
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 15928 0 0 0 119874 130 0 0 25 0 1 0 372507313 69156864 14915 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 16884 14915 140 302 0 16579 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 67536

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

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

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15548
/proc/meminfo: memFree=1353776/2055920 swapFree=4169972/4192956
[pid=15547] ppid=15545 vsize=67536 CPUtime=1200.04
/proc/15547/stat : 15547 (Spear-32) R 15545 15547 14606 0 -1 4194304 15928 0 0 0 119874 130 0 0 25 0 1 0 372507313 69156864 14915 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15547/statm: 16884 14915 140 302 0 16579 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 67536

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.06
CPU user time (s): 1198.75
CPU system time (s): 1.3118
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 67536

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

runsolver used 1.25081 second user time and 3.12453 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sat Mar 10 11:18:48 UTC 2007

IDJOB= 333680
IDBENCH= 24609
IDSOLVER= 132
FILE ID= node11/333680-1173525528

PBS_JOBID= 4101133

Free space on /tmp= 66351 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/jarvisalo/mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333680-1173525528/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/333680-1173525528/instance-333680-1173525528.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-333680-1173525528 -o ROOT/results/node11/solver-333680-1173525528 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333680-1173525528/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/333680-1173525528/instance-333680-1173525528.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4e736dbc376aed9798860699ef195d83

RANDOM SEED= 346592788

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1413840 kB
Buffers:         52300 kB
Cached:         499516 kB
SwapCached:       2248 kB
Active:         227800 kB
Inactive:       346988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413840 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:            1560 kB
Writeback:           0 kB
Mapped:          30972 kB
Slab:            52852 kB
Committed_AS:  1170184 kB
PageTables:       1756 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= 66351 MiB

End job on node11 on Sat Mar 10 11:38:50 UTC 2007