Trace number 337669

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

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen8-n320-02-S1127428711.sat05-484.reshuffled-07.cnf
MD5SUM6a0d1029e840b2624bac287c335e4e2c
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 variables260
Number of clauses492
Sum of the clauses size1114
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2427
Number of clauses of size 30
Number of clauses of size 465
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/337669-1173671922/instance-337669-1173671922.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/node33/watcher-337669-1173671922 -o ROOT/results/node33/solver-337669-1173671922 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337669-1173671922/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/337669-1173671922/instance-337669-1173671922.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.99 0.98 0.99 3/64 32368
/proc/meminfo: memFree=1792680/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=1396 CPUtime=0
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 93148598 1429504 178 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 349 178 140 302 0 44 0

[startup+0.09556 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32368
/proc/meminfo: memFree=1792680/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=1780 CPUtime=0.08
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 291 0 0 0 8 0 0 0 18 0 1 0 93148598 1822720 275 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 445 275 140 302 0 140 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780

[startup+0.101559 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32368
/proc/meminfo: memFree=1792680/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=1908 CPUtime=0.09
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 296 0 0 0 9 0 0 0 18 0 1 0 93148598 1953792 280 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 477 280 140 302 0 172 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1908

[startup+0.301583 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32368
/proc/meminfo: memFree=1792680/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=2424 CPUtime=0.29
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 448 0 0 0 29 0 0 0 19 0 1 0 93148598 2482176 432 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 606 432 140 302 0 301 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2424

[startup+0.701633 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32368
/proc/meminfo: memFree=1792680/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=3324 CPUtime=0.69
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 656 0 0 0 68 1 0 0 22 0 1 0 93148598 3403776 640 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 831 640 140 302 0 526 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3324

[startup+1.50173 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32369
/proc/meminfo: memFree=1790240/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=4488 CPUtime=1.49
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 964 0 0 0 148 1 0 0 25 0 1 0 93148598 4595712 948 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 1122 948 140 302 0 817 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4488

[startup+3.10193 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32369
/proc/meminfo: memFree=1788576/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=6440 CPUtime=3.09
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 1423 0 0 0 307 2 0 0 25 0 1 0 93148598 6594560 1407 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 1610 1407 140 302 0 1305 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6440

[startup+6.30233 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32369
/proc/meminfo: memFree=1785632/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=8828 CPUtime=6.29
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 2038 0 0 0 624 5 0 0 25 0 1 0 93148598 9039872 1989 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 2207 1989 140 302 0 1902 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8828

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32369
/proc/meminfo: memFree=1782048/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=11924 CPUtime=12.69
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 2832 0 0 0 1261 8 0 0 25 0 1 0 93148598 12210176 2783 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 2981 2783 140 302 0 2676 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11924

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32369
/proc/meminfo: memFree=1776928/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=17260 CPUtime=25.48
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 4143 0 0 0 2536 12 0 0 25 0 1 0 93148598 17674240 4029 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 4315 4029 140 302 0 4010 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17260

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32369
/proc/meminfo: memFree=1769760/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=24356 CPUtime=51.08
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 5927 0 0 0 5090 18 0 0 25 0 1 0 93148598 24940544 5813 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 6089 5813 140 302 0 5784 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24356

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32369
/proc/meminfo: memFree=1759712/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=35112 CPUtime=102.27
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 8542 0 0 0 10200 27 0 0 25 0 1 0 93148598 35954688 8299 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 8778 8299 140 302 0 8473 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 35112

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 32471
/proc/meminfo: memFree=1749088/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=44512 CPUtime=162.19
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 10846 0 0 0 16185 34 0 0 25 0 1 0 93148598 45580288 10603 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 11128 10603 140 302 0 10823 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 44512

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 32547
/proc/meminfo: memFree=1741728/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=52012 CPUtime=222.12
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 12684 0 0 0 22170 42 0 0 25 0 1 0 93148598 53260288 12441 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 13003 12441 140 302 0 12698 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 52012

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32567
/proc/meminfo: memFree=1736864/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=59104 CPUtime=282.09
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 14457 0 0 0 28160 49 0 0 25 0 1 0 93148598 60522496 13957 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 14776 13957 140 302 0 14471 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 59104

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32567
/proc/meminfo: memFree=1731232/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=64988 CPUtime=342.07
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 15851 0 0 0 34151 56 0 0 25 0 1 0 93148598 66547712 15351 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527163 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 16247 15351 140 302 0 15942 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 64988

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32567
/proc/meminfo: memFree=1726816/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=69412 CPUtime=402.05
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 16958 0 0 0 40144 61 0 0 25 0 1 0 93148598 71077888 16458 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 17353 16458 140 302 0 17048 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 69412

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32567
/proc/meminfo: memFree=1722592/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=73568 CPUtime=462.03
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 17997 0 0 0 46137 66 0 0 25 0 1 0 93148598 75333632 17497 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 18392 17497 140 302 0 18087 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 73568

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32567
/proc/meminfo: memFree=1718496/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=78004 CPUtime=522.02
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 19020 0 0 0 52132 70 0 0 25 0 1 0 93148598 79876096 18520 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 19501 18520 140 302 0 19196 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 78004

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32567
/proc/meminfo: memFree=1714912/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=81824 CPUtime=582
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 19947 0 0 0 58126 74 0 0 25 0 1 0 93148598 83787776 19447 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 20456 19447 140 302 0 20151 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 81824

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32567
/proc/meminfo: memFree=1711328/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=85424 CPUtime=641.99
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 20819 0 0 0 64122 77 0 0 25 0 1 0 93148598 87474176 20319 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 21356 20319 140 302 0 21051 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 85424

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32567
/proc/meminfo: memFree=1707808/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=89192 CPUtime=701.97
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 21719 0 0 0 70115 82 0 0 25 0 1 0 93148598 91332608 21219 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 22298 21219 140 302 0 21993 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 89192

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32567
/proc/meminfo: memFree=1703840/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=93292 CPUtime=761.96
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 22716 0 0 0 76109 87 0 0 25 0 1 0 93148598 95531008 22216 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 23323 22216 140 302 0 23018 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 93292

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32567
/proc/meminfo: memFree=1700256/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=96900 CPUtime=821.94
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 23586 0 0 0 82103 91 0 0 25 0 1 0 93148598 99225600 23086 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 24225 23086 140 302 0 23920 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 96900

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32567
/proc/meminfo: memFree=1696672/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=100416 CPUtime=881.92
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 24480 0 0 0 88097 95 0 0 25 0 1 0 93148598 102825984 23980 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 25104 23980 140 302 0 24799 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 100416

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32567
/proc/meminfo: memFree=1693088/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=103936 CPUtime=941.91
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 25362 0 0 0 94092 99 0 0 25 0 1 0 93148598 106430464 24862 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 25984 24862 140 302 0 25679 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 103936

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32567
/proc/meminfo: memFree=1689568/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=107412 CPUtime=1001.89
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 26242 0 0 0 100086 103 0 0 25 0 1 0 93148598 109989888 25742 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 26853 25742 140 302 0 26548 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 107412

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32567
/proc/meminfo: memFree=1686816/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=112308 CPUtime=1061.87
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 27447 0 0 0 106079 108 0 0 25 0 1 0 93148598 115003392 26434 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526742 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 28077 26434 140 302 0 27772 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 112308

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32567
/proc/meminfo: memFree=1684128/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=114964 CPUtime=1121.86
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 28106 0 0 0 112075 111 0 0 25 0 1 0 93148598 117723136 27093 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 28741 27093 140 302 0 28436 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 114964

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32569
/proc/meminfo: memFree=1681760/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=117328 CPUtime=1181.84
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 28699 0 0 0 118070 114 0 0 25 0 1 0 93148598 120143872 27686 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 29332 27686 140 302 0 29027 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 117328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32569
/proc/meminfo: memFree=1680928/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=118240 CPUtime=1200.04
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 28896 0 0 0 119889 115 0 0 25 0 1 0 93148598 121077760 27883 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 29560 27883 140 302 0 29255 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 118240

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.98 0.99 2/65 32569
/proc/meminfo: memFree=1680928/2055920 swapFree=4177824/4192956
[pid=32368] ppid=32366 vsize=118240 CPUtime=1200.04
/proc/32368/stat : 32368 (Spear-32) R 32366 32368 31508 0 -1 4194304 28896 0 0 0 119889 115 0 0 25 0 1 0 93148598 121077760 27883 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 29560 27883 140 302 0 29255 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 118240

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.06
CPU user time (s): 1198.89
CPU system time (s): 1.16982
CPU usage (%): 99.9617
Max. virtual memory (cumulated for all children) (KiB): 118240

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

runsolver used 0.897863 second user time and 2.47462 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Mon Mar 12 03:58:42 UTC 2007

IDJOB= 337669
IDBENCH= 24704
IDSOLVER= 131
FILE ID= node33/337669-1173671922

PBS_JOBID= 4101459

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/looksrandom/hgen8-n320-02-S1127428711.sat05-484.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337669-1173671922/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/337669-1173671922/instance-337669-1173671922.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-337669-1173671922 -o ROOT/results/node33/solver-337669-1173671922 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337669-1173671922/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/337669-1173671922/instance-337669-1173671922.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  6a0d1029e840b2624bac287c335e4e2c

RANDOM SEED= 631546942

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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:       1793152 kB
Buffers:         25120 kB
Cached:         184268 kB
SwapCached:       9436 kB
Active:          85252 kB
Inactive:       140252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793152 kB
SwapTotal:     4192956 kB
SwapFree:      4177824 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:          15392 kB
Slab:            23284 kB
Committed_AS:   116832 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66562 MiB

End job on node33 on Mon Mar 12 04:18:45 UTC 2007