Trace number 336243

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 2007-02-12? (TO) 1200.16 1200.66

General information on the benchmark

Namecrafted/Hard/contest05/others/
strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
MD5SUM15ed95b3a35c74d0cc5dd4986376305c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark48.2217
Satisfiable
(Un)Satisfiability was proved
Number of variables11318
Number of clauses316793
Sum of the clauses size640466
Maximum clause length38
Minimum clause length1
Number of clauses of size 161
Number of clauses of size 2314245
Number of clauses of size 3173
Number of clauses of size 42250
Number of clauses of size 50
Number of clauses of size over 564

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/336243-1173642845/instance-336243-1173642845.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/node30/watcher-336243-1173642845 -o ROOT/results/node30/solver-336243-1173642845 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336243-1173642845/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/336243-1173642845/instance-336243-1173642845.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: 1.00 1.00 1.00 3/77 20314
/proc/meminfo: memFree=1680808/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=1932 CPUtime=0
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 20589347 1978368 247 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135257517 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 483 247 126 302 0 178 0

[startup+0.091639 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 20314
/proc/meminfo: memFree=1680808/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=5076 CPUtime=0.08
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 1162 0 0 0 8 0 0 0 18 0 1 0 20589347 5197824 979 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 1269 980 129 302 0 964 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5076

[startup+0.10264 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 20314
/proc/meminfo: memFree=1680808/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=5340 CPUtime=0.09
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 1242 0 0 0 9 0 0 0 18 0 1 0 20589347 5468160 1059 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 1335 1060 129 302 0 1030 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5340

[startup+0.301668 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 20314
/proc/meminfo: memFree=1680808/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=10860 CPUtime=0.29
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 2729 0 0 0 28 1 0 0 19 0 1 0 20589347 11120640 2352 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 2715 2352 129 302 0 2410 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10860

[startup+0.701733 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 20314
/proc/meminfo: memFree=1680808/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=18372 CPUtime=0.69
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 4764 0 0 0 67 2 0 0 23 0 1 0 20589347 18812928 4130 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 4593 4130 141 302 0 4288 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18372

[startup+1.50184 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20315
/proc/meminfo: memFree=1664608/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=18756 CPUtime=1.49
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 4868 0 0 0 147 2 0 0 25 0 1 0 20589347 19206144 4234 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 4689 4234 141 302 0 4384 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18756

[startup+3.10106 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20315
/proc/meminfo: memFree=1664160/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=18884 CPUtime=3.09
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 4890 0 0 0 306 3 0 0 25 0 1 0 20589347 19337216 4256 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134524715 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 4721 4256 141 302 0 4416 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18884

[startup+6.30152 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20315
/proc/meminfo: memFree=1663904/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=19036 CPUtime=6.29
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 4921 0 0 0 626 3 0 0 25 0 1 0 20589347 19492864 4287 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134524715 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 4759 4287 141 302 0 4454 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19036

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20315
/proc/meminfo: memFree=1663392/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=19980 CPUtime=12.69
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 5152 0 0 0 1265 4 0 0 25 0 1 0 20589347 20459520 4518 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 4995 4518 141 302 0 4690 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19980

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20315
/proc/meminfo: memFree=1655392/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=27800 CPUtime=25.48
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 7129 0 0 0 2536 12 0 0 25 0 1 0 20589347 28467200 6462 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 6950 6462 141 302 0 6645 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27800

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20315
/proc/meminfo: memFree=1640224/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=43472 CPUtime=51.07
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 11028 0 0 0 5084 23 0 0 25 0 1 0 20589347 44515328 10296 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 10868 10296 141 302 0 10563 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 43472

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20315
/proc/meminfo: memFree=1610912/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=72988 CPUtime=102.26
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 18407 0 0 0 10182 44 0 0 25 0 1 0 20589347 74739712 17546 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134535697 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 18247 17546 141 302 0 17942 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 72988

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20315
/proc/meminfo: memFree=1589088/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=95104 CPUtime=162.23
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 23879 0 0 0 16161 62 0 0 25 0 1 0 20589347 97386496 23018 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 23776 23018 141 302 0 23471 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 95104

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20315
/proc/meminfo: memFree=1570912/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=114520 CPUtime=222.21
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 28671 0 0 0 22143 78 0 0 25 0 1 0 20589347 117268480 27553 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 28630 27553 141 302 0 28325 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 114520

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20315
/proc/meminfo: memFree=1553376/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=132264 CPUtime=282.19
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 33067 0 0 0 28126 93 0 0 25 0 1 0 20589347 135438336 31949 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 33066 31949 141 302 0 32761 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 132264

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20315
/proc/meminfo: memFree=1537184/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=148488 CPUtime=342.18
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 37086 0 0 0 34115 103 0 0 25 0 1 0 20589347 152051712 35968 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 37122 35968 141 302 0 36817 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 148488

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20315
/proc/meminfo: memFree=1520544/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=165624 CPUtime=402.16
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 41292 0 0 0 40101 115 0 0 25 0 1 0 20589347 169598976 40174 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 41406 40174 141 302 0 41101 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 165624

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 20439
/proc/meminfo: memFree=1501352/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=183156 CPUtime=462.08
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 45730 0 0 0 46082 126 0 0 25 0 1 0 20589347 187551744 44612 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 45789 44612 141 302 0 45484 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 183156

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20513
/proc/meminfo: memFree=1484320/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=201176 CPUtime=522.02
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 50254 0 0 0 52064 138 0 0 25 0 1 0 20589347 206004224 49136 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 50294 49136 141 302 0 49989 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 201176

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20513
/proc/meminfo: memFree=1463264/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=222432 CPUtime=582
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 55502 0 0 0 58051 149 0 0 25 0 1 0 20589347 227770368 54384 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 55608 54384 141 302 0 55303 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 222432

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20513
/proc/meminfo: memFree=1444192/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=241352 CPUtime=641.98
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 60225 0 0 0 64035 163 0 0 25 0 1 0 20589347 247144448 59107 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 60338 59107 141 302 0 60033 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 241352

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20513
/proc/meminfo: memFree=1431968/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=255988 CPUtime=701.96
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 63803 0 0 0 70025 171 0 0 25 0 1 0 20589347 262131712 62172 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 63997 62172 141 302 0 63692 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 255988

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20513
/proc/meminfo: memFree=1419040/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=268972 CPUtime=761.95
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 67013 0 0 0 76014 181 0 0 25 0 1 0 20589347 275427328 65382 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 67243 65382 141 302 0 66938 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 268972

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20513
/proc/meminfo: memFree=1408224/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=279932 CPUtime=821.92
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 69728 0 0 0 82001 191 0 0 25 0 1 0 20589347 286650368 68097 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 69983 68097 141 302 0 69678 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 279932

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20513
/proc/meminfo: memFree=1398752/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=289428 CPUtime=881.9
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 72100 0 0 0 87991 199 0 0 25 0 1 0 20589347 296374272 70469 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526858 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 72357 70469 141 302 0 72052 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 289428

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20513
/proc/meminfo: memFree=1389856/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=299236 CPUtime=941.88
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 74358 0 0 0 93982 206 0 0 25 0 1 0 20589347 306417664 72727 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527015 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 74809 72727 141 302 0 74504 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 299236

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20513
/proc/meminfo: memFree=1378080/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=310976 CPUtime=1001.86
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 77277 0 0 0 99969 217 0 0 25 0 1 0 20589347 318439424 75646 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 77744 75646 141 302 0 77439 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 310976

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20513
/proc/meminfo: memFree=1364640/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=324944 CPUtime=1061.84
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 80638 0 0 0 105959 225 0 0 25 0 1 0 20589347 332742656 79007 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 81236 79007 141 302 0 80931 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 324944

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20513
/proc/meminfo: memFree=1356192/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=333256 CPUtime=1121.83
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 82738 0 0 0 111951 232 0 0 25 0 1 0 20589347 341254144 81107 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 83314 81107 141 302 0 83009 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 333256

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20513
/proc/meminfo: memFree=1345824/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=344380 CPUtime=1181.8
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 85359 0 0 0 117939 241 0 0 25 0 1 0 20589347 352645120 83728 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 86095 83728 141 302 0 85790 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 344380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20513
/proc/meminfo: memFree=1341344/2055920 swapFree=4192956/4192956
[pid=20314] ppid=20312 vsize=348548 CPUtime=1200.1
/proc/20314/stat : 20314 (Spear-32) R 20312 20314 20100 0 -1 4194304 86400 0 0 0 119767 243 0 0 25 0 1 0 20589347 356913152 84769 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20314/statm: 87137 84769 141 302 0 86832 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 348548

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.66
CPU time (s): 1200.16
CPU user time (s): 1197.67
CPU system time (s): 2.48962
CPU usage (%): 99.9589
Max. virtual memory (cumulated for all children) (KiB): 348548

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

runsolver used 1.39279 second user time and 2.97955 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Sun Mar 11 19:54:06 UTC 2007

IDJOB= 336243
IDBENCH= 24670
IDSOLVER= 133
FILE ID= node30/336243-1173642845

PBS_JOBID= 4101356

Free space on /tmp= 66337 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336243-1173642845/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/336243-1173642845/instance-336243-1173642845.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-336243-1173642845 -o ROOT/results/node30/solver-336243-1173642845 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336243-1173642845/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/336243-1173642845/instance-336243-1173642845.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  15ed95b3a35c74d0cc5dd4986376305c

RANDOM SEED= 514484347

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.266
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.266
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:       1681216 kB
Buffers:         41736 kB
Cached:         242028 kB
SwapCached:          0 kB
Active:         250588 kB
Inactive:        77204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681216 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5712 kB
Writeback:           0 kB
Mapped:          62880 kB
Slab:            32548 kB
Committed_AS:   142640 kB
PageTables:       1680 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= 66337 MiB

End job on node30 on Sun Mar 11 20:14:08 UTC 2007