Trace number 332923

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear FHS 1.0? (TO) 1200.11 1200.55

General information on the benchmark

Namecrafted/Medium/contest05/pebbling/
unsat-pbl-00200.sat05-1329.reshuffled-07.cnf
MD5SUM2ed4f9474a813c543de526c0ca3729de
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.02384
Satisfiable
(Un)Satisfiability was proved
Number of variables725
Number of clauses22684
Sum of the clauses size194068
Maximum clause length11
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 219
Number of clauses of size 3197
Number of clauses of size 4381
Number of clauses of size 51017
Number of clauses of size over 521068

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/332923-1173496026/instance-332923-1173496026.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/node9/watcher-332923-1173496026 -o ROOT/results/node9/solver-332923-1173496026 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332923-1173496026/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/332923-1173496026/instance-332923-1173496026.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.78 0.95 0.98 3/77 16009
/proc/meminfo: memFree=1632624/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=1548 CPUtime=0
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 198 0 0 0 0 0 0 0 18 0 1 0 369557221 1585152 182 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 387 182 129 302 0 82 0

[startup+0.00878788 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 16009
/proc/meminfo: memFree=1632624/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=1548 CPUtime=0
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 211 0 0 0 0 0 0 0 18 0 1 0 369557221 1585152 195 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 387 195 129 302 0 82 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1548

[startup+0.101805 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 16009
/proc/meminfo: memFree=1632624/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=2960 CPUtime=0.09
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 558 0 0 0 9 0 0 0 18 0 1 0 369557221 3031040 542 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 740 542 129 302 0 435 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2960

[startup+0.301845 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 16009
/proc/meminfo: memFree=1632624/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=5192 CPUtime=0.29
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 1140 0 0 0 28 1 0 0 19 0 1 0 369557221 5316608 1124 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 1298 1124 145 302 0 993 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5192

[startup+0.701921 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 16009
/proc/meminfo: memFree=1632624/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=6888 CPUtime=0.69
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 1553 0 0 0 66 3 0 0 23 0 1 0 369557221 7053312 1537 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 1722 1537 145 302 0 1417 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6888

[startup+1.50108 s]
/proc/loadavg: 0.78 0.95 0.98 2/78 16010
/proc/meminfo: memFree=1623400/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=13052 CPUtime=1.49
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 3016 0 0 0 143 6 0 0 25 0 1 0 369557221 13365248 2967 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 3263 2967 145 302 0 2958 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13052

[startup+3.10238 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 16010
/proc/meminfo: memFree=1619496/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=17372 CPUtime=3.09
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 4112 0 0 0 296 13 0 0 25 0 1 0 369557221 17788928 3998 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 4343 3998 145 302 0 4038 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17372

[startup+6.302 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 16010
/proc/meminfo: memFree=1612712/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=22740 CPUtime=6.29
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 5474 0 0 0 610 19 0 0 25 0 1 0 369557221 23285760 5360 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 5685 5360 145 302 0 5380 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22740

[startup+12.7012 s]
/proc/loadavg: 0.83 0.95 0.98 2/78 16010
/proc/meminfo: memFree=1602608/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=33484 CPUtime=12.68
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 8199 0 0 0 1235 33 0 0 25 0 1 0 369557221 34287616 7956 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 8371 7956 145 302 0 8066 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 33484

[startup+25.5017 s]
/proc/loadavg: 0.85 0.96 0.98 2/78 16010
/proc/meminfo: memFree=1585264/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=50892 CPUtime=25.48
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 12546 0 0 0 2497 51 0 0 25 0 1 0 369557221 52113408 12046 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 12723 12046 145 302 0 12418 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50892

[startup+51.1016 s]
/proc/loadavg: 0.90 0.96 0.98 2/78 16010
/proc/meminfo: memFree=1563248/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=73136 CPUtime=51.07
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 18036 0 0 0 5031 76 0 0 25 0 1 0 369557221 74891264 17536 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 18284 17536 145 302 0 17979 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 73136

[startup+102.306 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 16010
/proc/meminfo: memFree=1535152/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=101136 CPUtime=102.26
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 24941 0 0 0 10117 109 0 0 25 0 1 0 369557221 103563264 24441 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 25284 24441 145 302 0 24979 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 101136

[startup+162.301 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1511792/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=127008 CPUtime=162.23
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 31348 0 0 0 16087 136 0 0 25 0 1 0 369557221 130056192 30335 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 31752 30335 145 302 0 31447 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 127008

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1488880/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=150396 CPUtime=222.2
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 37029 0 0 0 22055 165 0 0 25 0 1 0 369557221 154005504 36016 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 37599 36016 145 302 0 37294 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 150396

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1471024/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=168368 CPUtime=282.19
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 41517 0 0 0 28029 190 0 0 25 0 1 0 369557221 172408832 40504 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 42092 40504 145 302 0 41787 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 168368

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1457008/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=182332 CPUtime=342.16
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 44963 0 0 0 34006 210 0 0 25 0 1 0 369557221 186707968 43950 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 45583 43950 145 302 0 45278 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 182332

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1443504/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=195888 CPUtime=402.15
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 48374 0 0 0 39986 229 0 0 25 0 1 0 369557221 200589312 47361 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 48972 47361 145 302 0 48667 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 195888

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1432624/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=210756 CPUtime=462.12
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 52066 0 0 0 45968 244 0 0 25 0 1 0 369557221 215814144 50028 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 52689 50028 145 302 0 52384 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 210756

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1423088/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=221168 CPUtime=522.09
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 54515 0 0 0 51952 257 0 0 25 0 1 0 369557221 226476032 52477 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 55292 52477 145 302 0 54987 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 221168

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1412784/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=231560 CPUtime=582.07
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 57038 0 0 0 57935 272 0 0 25 0 1 0 369557221 237117440 55000 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 57890 55000 145 302 0 57585 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 231560

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1405232/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=238736 CPUtime=642.05
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 58917 0 0 0 63921 284 0 0 25 0 1 0 369557221 244465664 56879 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 59684 56879 145 302 0 59379 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 238736

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1396976/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=247028 CPUtime=702.03
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 60982 0 0 0 69904 299 0 0 25 0 1 0 369557221 252956672 58944 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 61757 58944 145 302 0 61452 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 247028

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1389936/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=254372 CPUtime=762.01
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 62725 0 0 0 75891 310 0 0 25 0 1 0 369557221 260476928 60687 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 63593 60687 145 302 0 63288 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 254372

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1383600/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=261040 CPUtime=821.98
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 64320 0 0 0 81877 321 0 0 25 0 1 0 369557221 267304960 62282 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 65260 62282 145 302 0 64955 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 261040

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1378160/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=266620 CPUtime=881.96
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 65693 0 0 0 87865 331 0 0 25 0 1 0 369557221 273018880 63655 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 66655 63655 145 302 0 66350 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 266620

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1371824/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=273268 CPUtime=941.94
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 67295 0 0 0 93853 341 0 0 25 0 1 0 369557221 279826432 65257 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 68317 65257 145 302 0 68012 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 273268

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1363120/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=282464 CPUtime=1001.92
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 69448 0 0 0 99841 351 0 0 25 0 1 0 369557221 289243136 67410 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 70616 67410 145 302 0 70311 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 282464

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1356272/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=289284 CPUtime=1061.9
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 71165 0 0 0 105828 362 0 0 25 0 1 0 369557221 296226816 69127 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 72321 69127 145 302 0 72016 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 289284

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1349488/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=296004 CPUtime=1121.88
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 72851 0 0 0 111814 374 0 0 25 0 1 0 369557221 303108096 70813 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 74001 70813 145 302 0 73696 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 296004

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1343792/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=301664 CPUtime=1181.86
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 74273 0 0 0 117802 384 0 0 25 0 1 0 369557221 308903936 72235 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 75416 72235 145 302 0 75111 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 301664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1341744/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=303328 CPUtime=1200.05
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 74758 0 0 0 119620 385 0 0 25 0 1 0 369557221 310607872 72720 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 75832 72720 145 302 0 75527 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 303328

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 16010
/proc/meminfo: memFree=1341744/2055920 swapFree=4152252/4192956
[pid=16009] ppid=16007 vsize=303328 CPUtime=1200.05
/proc/16009/stat : 16009 (Spear-32) R 16007 16009 14687 0 -1 4194304 74758 0 0 0 119620 385 0 0 25 0 1 0 369557221 310607872 72720 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/16009/statm: 75832 72720 145 302 0 75527 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 303328

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.11
CPU user time (s): 1196.2
CPU system time (s): 3.90441
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 303328

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

runsolver used 1.27481 second user time and 3.10153 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sat Mar 10 03:07:06 UTC 2007

IDJOB= 332923
IDBENCH= 24591
IDSOLVER= 131
FILE ID= node9/332923-1173496026

PBS_JOBID= 4101103

Free space on /tmp= 66463 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/pebbling/unsat-pbl-00200.sat05-1329.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332923-1173496026/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/332923-1173496026/instance-332923-1173496026.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-332923-1173496026 -o ROOT/results/node9/solver-332923-1173496026 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332923-1173496026/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/332923-1173496026/instance-332923-1173496026.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  2ed4f9474a813c543de526c0ca3729de

RANDOM SEED= 79895024

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1632968 kB
Buffers:         47408 kB
Cached:         287276 kB
SwapCached:       8784 kB
Active:         165800 kB
Inactive:       191788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632968 kB
SwapTotal:     4192956 kB
SwapFree:      4152252 kB
Dirty:            2604 kB
Writeback:           0 kB
Mapped:          29760 kB
Slab:            50924 kB
Committed_AS:  1472772 kB
PageTables:       1688 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= 66463 MiB

End job on node9 on Sat Mar 10 03:27:09 UTC 2007