Trace number 334981

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.16 1200.56

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-all.used-as.sat04-986.sat05-4198.reshuffled-07.cnf
MD5SUM73bcef7c584867538ae0bed90374a7ab
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 variables61649
Number of clauses3157120
Sum of the clauses size6361883
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23150117
Number of clauses of size 31
Number of clauses of size 413
Number of clauses of size 58
Number of clauses of size over 56981

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/334981-1173602781/instance-334981-1173602781.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/node18/watcher-334981-1173602781 -o ROOT/results/node18/solver-334981-1173602781 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334981-1173602781/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/334981-1173602781/instance-334981-1173602781.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.09 1.02 1.01 3/77 30113
/proc/meminfo: memFree=1368496/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=1932 CPUtime=0
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 380233393 1978368 247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135255956 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 483 247 126 302 0 178 0

[startup+0.054814 s]
/proc/loadavg: 1.09 1.02 1.01 3/77 30113
/proc/meminfo: memFree=1368496/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=5008 CPUtime=0.05
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 1371 0 0 0 4 1 0 0 18 0 1 0 380233393 5128192 1013 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 1252 1013 126 302 0 947 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5008

[startup+0.102818 s]
/proc/loadavg: 1.09 1.02 1.01 3/77 30113
/proc/meminfo: memFree=1368496/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=8260 CPUtime=0.09
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 2483 0 0 0 7 2 0 0 18 0 1 0 380233393 8458240 1707 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 2065 1707 126 302 0 1760 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8260

[startup+0.301837 s]
/proc/loadavg: 1.09 1.02 1.01 3/77 30113
/proc/meminfo: memFree=1368496/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=13068 CPUtime=0.29
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 3850 0 0 0 25 4 0 0 19 0 1 0 380233393 13381632 2976 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 3267 2977 129 302 0 2962 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13068

[startup+0.702875 s]
/proc/loadavg: 1.09 1.02 1.01 3/77 30113
/proc/meminfo: memFree=1368496/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=22392 CPUtime=0.69
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 6380 0 0 0 64 5 0 0 23 0 1 0 380233393 22929408 5120 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 5598 5120 129 302 0 5293 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22392

[startup+1.50199 s]
/proc/loadavg: 1.09 1.02 1.01 2/78 30114
/proc/meminfo: memFree=1341992/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=40280 CPUtime=1.49
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 11191 0 0 0 141 8 0 0 25 0 1 0 380233393 41246720 9418 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135270857 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 10070 9418 129 302 0 9765 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40280

[startup+3.10111 s]
/proc/loadavg: 1.09 1.02 1.01 2/78 30114
/proc/meminfo: memFree=1318120/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=75924 CPUtime=3.09
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 20828 0 0 0 296 13 0 0 25 0 1 0 380233393 77746176 18030 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 18981 18030 129 302 0 18676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75924

[startup+6.30142 s]
/proc/loadavg: 1.09 1.02 1.00 2/78 30114
/proc/meminfo: memFree=1245992/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=147872 CPUtime=6.29
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 40290 0 0 0 605 24 0 0 25 0 1 0 380233393 151420928 35443 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 36968 35443 129 302 0 36663 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 147872

[startup+12.701 s]
/proc/loadavg: 1.08 1.02 1.00 2/78 30114
/proc/meminfo: memFree=1177000/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=196364 CPUtime=12.68
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 52797 0 0 0 1232 36 0 0 25 0 1 0 380233393 201076736 47857 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 49091 47857 145 302 0 48786 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 196364

[startup+25.5013 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 30114
/proc/meminfo: memFree=1176424/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=197404 CPUtime=25.49
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 53034 0 0 0 2504 45 0 0 25 0 1 0 380233393 202141696 48061 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 49351 48061 145 302 0 49046 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 197404

[startup+51.1017 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 30114
/proc/meminfo: memFree=1171688/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=202284 CPUtime=51.08
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 54300 0 0 0 5044 64 0 0 25 0 1 0 380233393 207138816 49294 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 50571 49294 145 302 0 50266 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 202284

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 30114
/proc/meminfo: memFree=1163048/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=210828 CPUtime=102.27
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 56492 0 0 0 10139 88 0 0 25 0 1 0 380233393 215887872 51421 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 52707 51421 145 302 0 52402 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 210828

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30114
/proc/meminfo: memFree=1154216/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=220084 CPUtime=162.25
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 58836 0 0 0 16116 109 0 0 25 0 1 0 380233393 225366016 53636 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 55021 53636 145 302 0 54716 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 220084

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30114
/proc/meminfo: memFree=1146088/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=227960 CPUtime=222.23
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 60839 0 0 0 22093 130 0 0 25 0 1 0 380233393 233431040 55639 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 56990 55639 145 302 0 56685 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 227960

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30114
/proc/meminfo: memFree=1138984/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=234996 CPUtime=282.22
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 62623 0 0 0 28077 145 0 0 25 0 1 0 380233393 240635904 57423 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 58749 57423 145 302 0 58444 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 234996

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30114
/proc/meminfo: memFree=1131048/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=242680 CPUtime=342.2
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 64582 0 0 0 34061 159 0 0 25 0 1 0 380233393 248504320 59382 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 60670 59382 145 302 0 60365 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 242680

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30114
/proc/meminfo: memFree=1124264/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=249492 CPUtime=402.19
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 66295 0 0 0 40046 173 0 0 25 0 1 0 380233393 255479808 61095 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 62373 61095 145 302 0 62068 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 249492

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30114
/proc/meminfo: memFree=1117032/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=257556 CPUtime=462.17
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 68339 0 0 0 46032 185 0 0 25 0 1 0 380233393 263737344 62882 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 64389 62882 145 302 0 64084 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 257556

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30114
/proc/meminfo: memFree=1110184/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=264348 CPUtime=522.16
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 70064 0 0 0 52017 199 0 0 25 0 1 0 380233393 270692352 64607 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 66087 64607 145 302 0 65782 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 264348

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30114
/proc/meminfo: memFree=1102952/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=271376 CPUtime=582.14
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 71839 0 0 0 58004 210 0 0 25 0 1 0 380233393 277889024 66382 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 67844 66382 145 302 0 67539 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 271376

[startup+642.303 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 30114
/proc/meminfo: memFree=1095848/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=278380 CPUtime=642.14
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 73611 0 0 0 63992 222 0 0 25 0 1 0 380233393 285061120 68154 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 69595 68154 145 302 0 69290 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 278380

[startup+702.303 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 30114
/proc/meminfo: memFree=1088360/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=285896 CPUtime=702.12
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 75482 0 0 0 69980 232 0 0 25 0 1 0 380233393 292757504 70025 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 71474 70025 145 302 0 71169 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 285896

[startup+762.306 s]
/proc/loadavg: 1.06 1.03 1.00 2/78 30114
/proc/meminfo: memFree=1081000/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=293100 CPUtime=762.11
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 77316 0 0 0 75969 242 0 0 25 0 1 0 380233393 300134400 71859 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 73275 71859 145 302 0 72970 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 293100

[startup+822.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 30114
/proc/meminfo: memFree=1074088/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=300120 CPUtime=822.09
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 79067 0 0 0 81958 251 0 0 25 0 1 0 380233393 307322880 73610 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 75030 73610 145 302 0 74725 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 300120

[startup+882.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/84 30186
/proc/meminfo: memFree=1065784/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=307152 CPUtime=882.05
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 80833 0 0 0 87946 259 0 0 25 0 1 0 380233393 314523648 75376 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 76788 75376 145 302 0 76483 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 307152

[startup+942.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/84 30284
/proc/meminfo: memFree=1058360/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=314412 CPUtime=941.98
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 82674 0 0 0 93931 267 0 0 25 0 1 0 380233393 321957888 77217 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 78603 77217 145 302 0 78298 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 314412

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 30312
/proc/meminfo: memFree=1050472/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=323288 CPUtime=1001.94
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 84901 0 0 0 99920 274 0 0 25 0 1 0 380233393 331046912 79444 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526730 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 80822 79444 145 302 0 80517 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 323288

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30312
/proc/meminfo: memFree=1044008/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=329864 CPUtime=1061.92
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 86579 0 0 0 105910 282 0 0 25 0 1 0 380233393 337780736 81122 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 82466 81122 145 302 0 82161 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 329864

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30312
/proc/meminfo: memFree=1036712/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=337032 CPUtime=1121.91
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 88381 0 0 0 111903 288 0 0 25 0 1 0 380233393 345120768 82924 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 84258 82924 145 302 0 83953 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 337032

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30312
/proc/meminfo: memFree=1029352/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=344568 CPUtime=1181.89
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 90252 0 0 0 117892 297 0 0 25 0 1 0 380233393 352837632 84795 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 86142 84795 145 302 0 85837 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 344568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30312
/proc/meminfo: memFree=1026792/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=346888 CPUtime=1200.09
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 90851 0 0 0 119710 299 0 0 25 0 1 0 380233393 355213312 85394 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 86722 85394 145 302 0 86417 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 346888

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: 1.00 1.00 1.00 2/78 30312
/proc/meminfo: memFree=1026792/2055920 swapFree=4153284/4192956
[pid=30113] ppid=30111 vsize=346888 CPUtime=1200.09
/proc/30113/stat : 30113 (Spear-32) R 30111 30113 29487 0 -1 4194304 90851 0 0 0 119710 299 0 0 25 0 1 0 380233393 355213312 85394 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/30113/statm: 86722 85394 145 302 0 86417 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 346888

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.16
CPU user time (s): 1197.11
CPU system time (s): 3.04854
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 346888

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

runsolver used 1.24981 second user time and 3.12752 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Sun Mar 11 08:46:28 UTC 2007

IDJOB= 334981
IDBENCH= 24640
IDSOLVER= 131
FILE ID= node18/334981-1173602781

PBS_JOBID= 4101240

Free space on /tmp= 66468 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-all.used-as.sat04-986.sat05-4198.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334981-1173602781/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/334981-1173602781/instance-334981-1173602781.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-334981-1173602781 -o ROOT/results/node18/solver-334981-1173602781 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334981-1173602781/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/334981-1173602781/instance-334981-1173602781.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  73bcef7c584867538ae0bed90374a7ab

RANDOM SEED= 59006410

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1368968 kB
Buffers:         47904 kB
Cached:         557140 kB
SwapCached:       3080 kB
Active:         344780 kB
Inactive:       283484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1368968 kB
SwapTotal:     4192956 kB
SwapFree:      4153284 kB
Dirty:           47248 kB
Writeback:           0 kB
Mapped:          30124 kB
Slab:            44372 kB
Committed_AS:  1273408 kB
PageTables:       1668 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= 66468 MiB

End job on node18 on Sun Mar 11 09:06:31 UTC 2007