Trace number 337209

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

General information on the benchmark

Namecrafted/Hard/contest03/others/
hwb-n32-01-S1491788039.sat05-497.reshuffled-07.cnf
MD5SUMc528b705716be41ea2448c50a45c52a8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables226
Number of clauses1078
Sum of the clauses size3624
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 226
Number of clauses of size 3636
Number of clauses of size 4416
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/337209-1173662471/instance-337209-1173662471.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/node4/watcher-337209-1173662471 -o ROOT/results/node4/solver-337209-1173662471 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337209-1173662471/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/337209-1173662471/instance-337209-1173662471.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.01 1.03 1.11 3/77 5443
/proc/meminfo: memFree=1466336/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=1396 CPUtime=0
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 386201986 1429504 179 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 349 179 140 302 0 44 0

[startup+0.049416 s]
/proc/loadavg: 1.01 1.03 1.11 3/77 5443
/proc/meminfo: memFree=1466336/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=1652 CPUtime=0.04
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 233 0 0 0 4 0 0 0 18 0 1 0 386201986 1691648 217 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 413 217 141 302 0 108 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1652

[startup+0.101421 s]
/proc/loadavg: 1.01 1.03 1.11 3/77 5443
/proc/meminfo: memFree=1466336/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=1780 CPUtime=0.09
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 265 0 0 0 9 0 0 0 18 0 1 0 386201986 1822720 249 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 445 249 141 302 0 140 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780

[startup+0.301441 s]
/proc/loadavg: 1.01 1.03 1.11 3/77 5443
/proc/meminfo: memFree=1466336/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=2164 CPUtime=0.29
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 372 0 0 0 29 0 0 0 19 0 1 0 386201986 2215936 356 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 541 356 141 302 0 236 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2164

[startup+0.701478 s]
/proc/loadavg: 1.01 1.03 1.11 3/77 5443
/proc/meminfo: memFree=1466336/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=2936 CPUtime=0.69
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 548 0 0 0 68 1 0 0 22 0 1 0 386201986 3006464 532 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 734 532 141 302 0 429 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2936

[startup+1.50156 s]
/proc/loadavg: 1.01 1.03 1.11 2/78 5444
/proc/meminfo: memFree=1464472/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=3844 CPUtime=1.49
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 776 0 0 0 147 2 0 0 25 0 1 0 386201986 3936256 760 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 961 760 141 302 0 656 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3844

[startup+3.10171 s]
/proc/loadavg: 1.01 1.03 1.11 2/78 5444
/proc/meminfo: memFree=1463256/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=5144 CPUtime=3.09
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 1097 0 0 0 306 3 0 0 25 0 1 0 386201986 5267456 1081 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 1286 1081 141 302 0 981 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5144

[startup+6.30201 s]
/proc/loadavg: 1.01 1.03 1.11 2/78 5444
/proc/meminfo: memFree=1460824/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=7120 CPUtime=6.29
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 1581 0 0 0 624 5 0 0 25 0 1 0 386201986 7290880 1532 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 1780 1532 141 302 0 1475 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7120

[startup+12.7016 s]
/proc/loadavg: 1.00 1.03 1.11 2/78 5444
/proc/meminfo: memFree=1458200/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=9556 CPUtime=12.69
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 2198 0 0 0 1262 7 0 0 25 0 1 0 386201986 9785344 2149 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 2389 2149 141 302 0 2084 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9556

[startup+25.5019 s]
/proc/loadavg: 1.00 1.02 1.11 2/78 5444
/proc/meminfo: memFree=1454552/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=13388 CPUtime=25.48
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 3134 0 0 0 2538 10 0 0 25 0 1 0 386201986 13709312 3020 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 3347 3020 141 302 0 3042 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13388

[startup+51.1013 s]
/proc/loadavg: 1.00 1.02 1.10 2/78 5444
/proc/meminfo: memFree=1449496/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=18564 CPUtime=51.08
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 4408 0 0 0 5091 17 0 0 25 0 1 0 386201986 19009536 4294 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 4641 4294 141 302 0 4336 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18564

[startup+102.305 s]
/proc/loadavg: 1.00 1.02 1.09 2/78 5444
/proc/meminfo: memFree=1441688/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=27012 CPUtime=102.27
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 6457 0 0 0 10201 26 0 0 25 0 1 0 386201986 27660288 6214 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 6753 6214 141 302 0 6448 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 27012

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.08 3/78 5444
/proc/meminfo: memFree=1435160/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=34040 CPUtime=162.25
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 8090 0 0 0 16190 35 0 0 25 0 1 0 386201986 34856960 7847 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 8510 7847 141 302 0 8205 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 34040

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 5444
/proc/meminfo: memFree=1429656/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=39940 CPUtime=222.23
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 9447 0 0 0 22180 43 0 0 25 0 1 0 386201986 40898560 9204 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 9985 9204 141 302 0 9680 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 39940

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/78 5444
/proc/meminfo: memFree=1425304/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=45416 CPUtime=282.21
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 10793 0 0 0 28171 50 0 0 25 0 1 0 386201986 46505984 10293 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 11354 10293 141 302 0 11049 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 45416

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/78 5444
/proc/meminfo: memFree=1420056/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=51960 CPUtime=342.19
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 12091 0 0 0 34163 56 0 0 25 0 1 0 386201986 53207040 11591 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 12990 11591 141 302 0 12685 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 51960

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 5444
/proc/meminfo: memFree=1415960/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=55720 CPUtime=402.18
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 13117 0 0 0 40156 62 0 0 25 0 1 0 386201986 57057280 12617 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 13930 12617 141 302 0 13625 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 55720

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 5444
/proc/meminfo: memFree=1411928/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=60236 CPUtime=462.16
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 14114 0 0 0 46149 67 0 0 25 0 1 0 386201986 61681664 13614 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 15059 13614 141 302 0 14754 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 60236

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 5444
/proc/meminfo: memFree=1408856/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=63308 CPUtime=522.15
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 14891 0 0 0 52142 73 0 0 25 0 1 0 386201986 64827392 14391 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 15827 14391 141 302 0 15522 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 63308

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 5444
/proc/meminfo: memFree=1404952/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=67024 CPUtime=582.13
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 15854 0 0 0 58136 77 0 0 25 0 1 0 386201986 68632576 15354 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 16756 15354 141 302 0 16451 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 67024

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 5444
/proc/meminfo: memFree=1402264/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=69588 CPUtime=642.12
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 16519 0 0 0 64132 80 0 0 25 0 1 0 386201986 71258112 16019 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 17397 16019 141 302 0 17092 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 69588

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 5444
/proc/meminfo: memFree=1398232/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=74380 CPUtime=702.1
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 17558 0 0 0 70125 85 0 0 25 0 1 0 386201986 76165120 17058 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 18595 17058 141 302 0 18290 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 74380

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 5444
/proc/meminfo: memFree=1394456/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=78224 CPUtime=762.08
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 18485 0 0 0 76118 90 0 0 25 0 1 0 386201986 80101376 17985 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 19556 17985 141 302 0 19251 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 78224

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 5444
/proc/meminfo: memFree=1391768/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=80920 CPUtime=822.06
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 19163 0 0 0 82111 95 0 0 25 0 1 0 386201986 82862080 18663 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 20230 18663 141 302 0 19925 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 80920

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 5444
/proc/meminfo: memFree=1389080/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=83640 CPUtime=882.05
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 19818 0 0 0 88104 101 0 0 25 0 1 0 386201986 85647360 19318 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 20910 19318 141 302 0 20605 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 83640

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 5444
/proc/meminfo: memFree=1386328/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=86224 CPUtime=942.03
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 20507 0 0 0 94098 105 0 0 25 0 1 0 386201986 88293376 20007 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 21556 20007 141 302 0 21251 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 86224

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5444
/proc/meminfo: memFree=1383384/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=91484 CPUtime=1002.01
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 21784 0 0 0 100092 109 0 0 25 0 1 0 386201986 93679616 20771 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 22871 20771 141 302 0 22566 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 91484

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5444
/proc/meminfo: memFree=1380952/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=93792 CPUtime=1062
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 22370 0 0 0 106087 113 0 0 25 0 1 0 386201986 96043008 21357 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 23448 21357 141 302 0 23143 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 93792

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5444
/proc/meminfo: memFree=1378712/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=96024 CPUtime=1121.99
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 22931 0 0 0 112082 117 0 0 25 0 1 0 386201986 98328576 21918 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 24006 21918 141 302 0 23701 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 96024

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5444
/proc/meminfo: memFree=1376472/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=98208 CPUtime=1181.97
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 23484 0 0 0 118075 122 0 0 25 0 1 0 386201986 100564992 22471 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 24552 22471 141 302 0 24247 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 98208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5444
/proc/meminfo: memFree=1375896/2055920 swapFree=4153224/4192956
[pid=5443] ppid=5441 vsize=98720 CPUtime=1200.07
/proc/5443/stat : 5443 (Spear-32) R 5441 5443 4386 0 -1 4194304 23631 0 0 0 119883 124 0 0 25 0 1 0 386201986 101089280 22618 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/5443/statm: 24680 22618 141 302 0 24375 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 98720

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.42
CPU time (s): 1200.09
CPU user time (s): 1198.84
CPU system time (s): 1.25581
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 98720

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

runsolver used 1.27981 second user time and 3.09653 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Mon Mar 12 01:21:11 UTC 2007

IDJOB= 337209
IDBENCH= 24693
IDSOLVER= 133
FILE ID= node4/337209-1173662471

PBS_JOBID= 4101415

Free space on /tmp= 66482 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/others/hwb-n32-01-S1491788039.sat05-497.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337209-1173662471/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/337209-1173662471/instance-337209-1173662471.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-337209-1173662471 -o ROOT/results/node4/solver-337209-1173662471 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337209-1173662471/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/337209-1173662471/instance-337209-1173662471.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c528b705716be41ea2448c50a45c52a8

RANDOM SEED= 962693351

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.231
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.231
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:       1466872 kB
Buffers:         50904 kB
Cached:         455840 kB
SwapCached:       2984 kB
Active:         138736 kB
Inactive:       391956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1466872 kB
SwapTotal:     4192956 kB
SwapFree:      4153224 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          30432 kB
Slab:            43868 kB
Committed_AS:  1349332 kB
PageTables:       1768 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= 66482 MiB

End job on node4 on Mon Mar 12 01:41:14 UTC 2007