Trace number 320406

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.12 1200.58

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-g10nid.cnf
MD5SUMd46e452956bc993f202d3b06fd3e858e
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark208.033
Satisfiable
(Un)Satisfiability was proved
Number of variables217725
Number of clauses646228
Sum of the clauses size1507864
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2430818
Number of clauses of size 3215409
Number of clauses of size 40
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/320406-1173045648/instance-320406-1173045648.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/node38/watcher-320406-1173045648 -o ROOT/results/node38/solver-320406-1173045648 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320406-1173045648/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/320406-1173045648/instance-320406-1173045648.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.97 0.91 3/64 4039
/proc/meminfo: memFree=1333656/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=1536 CPUtime=0
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 207 0 0 0 0 0 0 0 18 0 1 0 324520677 1572864 191 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134587957 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 384 191 128 302 0 79 0

[startup+0.0952521 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 4039
/proc/meminfo: memFree=1333656/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=5196 CPUtime=0.09
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 1189 0 0 0 8 1 0 0 18 0 1 0 324520677 5320704 1034 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 1299 1034 129 302 0 994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5196

[startup+0.101252 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 4039
/proc/meminfo: memFree=1333656/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=5348 CPUtime=0.1
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 1246 0 0 0 9 1 0 0 18 0 1 0 324520677 5476352 1091 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 1337 1092 129 302 0 1032 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5348

[startup+0.301275 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 4039
/proc/meminfo: memFree=1333656/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=13024 CPUtime=0.29
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 3579 0 0 0 26 3 0 0 19 0 1 0 324520677 13336576 2698 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 3256 2698 129 302 0 2951 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13024

[startup+0.701319 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 4039
/proc/meminfo: memFree=1333656/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=26584 CPUtime=0.69
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 7810 0 0 0 62 7 0 0 22 0 1 0 324520677 27222016 5901 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 6646 5901 129 302 0 6341 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26584

[startup+1.50141 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4040
/proc/meminfo: memFree=1299792/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=56004 CPUtime=1.49
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 16628 0 0 0 133 16 0 0 25 0 1 0 324520677 57348096 12283 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 14001 12283 129 302 0 13696 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56004

[startup+3.10159 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4040
/proc/meminfo: memFree=1270736/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=84120 CPUtime=3.09
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 24703 0 0 0 288 21 0 0 25 0 1 0 324520677 86138880 19986 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 21030 19986 145 302 0 20725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84120

[startup+6.30195 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4040
/proc/meminfo: memFree=1226392/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=115540 CPUtime=6.29
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 33506 0 0 0 602 27 0 0 25 0 1 0 324520677 118312960 26940 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 28885 26940 145 302 0 28580 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 115540

[startup+12.7027 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4040
/proc/meminfo: memFree=1223256/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=119132 CPUtime=12.69
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 34412 0 0 0 1231 38 0 0 25 0 1 0 324520677 121991168 27846 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 29783 27846 145 302 0 29478 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119132

[startup+25.5011 s]
/proc/loadavg: 1.07 0.99 0.91 2/71 4114
/proc/meminfo: memFree=1212568/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=128288 CPUtime=25.46
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 36734 0 0 0 2495 51 0 0 25 0 1 0 324520677 131366912 30135 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 32072 30135 145 302 0 31767 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 128288

[startup+51.102 s]
/proc/loadavg: 1.13 1.00 0.92 2/71 4156
/proc/meminfo: memFree=1197528/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=143364 CPUtime=51.02
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 40522 0 0 0 5029 73 0 0 25 0 1 0 324520677 146804736 33858 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 35841 33858 145 302 0 35536 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 143364

[startup+102.306 s]
/proc/loadavg: 1.19 1.03 0.93 2/65 4238
/proc/meminfo: memFree=1162568/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=179704 CPUtime=102.16
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 49631 0 0 0 10099 117 0 0 25 0 1 0 324520677 184016896 42838 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 44926 42838 145 302 0 44621 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 179704

[startup+162.302 s]
/proc/loadavg: 1.20 1.06 0.94 2/65 4238
/proc/meminfo: memFree=1132760/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=210980 CPUtime=162.13
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 57374 0 0 0 16056 157 0 0 25 0 1 0 324520677 216043520 50324 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 52745 50324 145 302 0 52440 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 210980

[startup+222.301 s]
/proc/loadavg: 1.07 1.04 0.94 2/65 4238
/proc/meminfo: memFree=1105048/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=238720 CPUtime=222.12
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 64238 0 0 0 22035 177 0 0 25 0 1 0 324520677 244449280 57188 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 59680 57188 145 302 0 59375 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 238720

[startup+282.301 s]
/proc/loadavg: 1.09 1.05 0.95 2/65 4238
/proc/meminfo: memFree=1082520/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=261868 CPUtime=282.1
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 69902 0 0 0 28001 209 0 0 25 0 1 0 324520677 268152832 62852 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 65467 62852 145 302 0 65162 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 261868

[startup+342.302 s]
/proc/loadavg: 1.06 1.05 0.95 2/65 4238
/proc/meminfo: memFree=1063192/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=283216 CPUtime=342.08
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 75179 0 0 0 33974 234 0 0 25 0 1 0 324520677 290013184 67616 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 70804 67616 145 302 0 70499 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 283216

[startup+402.302 s]
/proc/loadavg: 1.02 1.04 0.95 2/65 4238
/proc/meminfo: memFree=1046936/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=300152 CPUtime=402.06
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 79285 0 0 0 39948 258 0 0 25 0 1 0 324520677 307355648 71722 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 75038 71722 145 302 0 74733 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 300152

[startup+462.301 s]
/proc/loadavg: 1.01 1.03 0.95 2/65 4238
/proc/meminfo: memFree=1033048/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=313644 CPUtime=462.05
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 82704 0 0 0 45925 280 0 0 25 0 1 0 324520677 321171456 75141 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 78411 75141 145 302 0 78106 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 313644

[startup+522.301 s]
/proc/loadavg: 1.00 1.02 0.95 2/65 4238
/proc/meminfo: memFree=1016856/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=330232 CPUtime=522.03
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 86792 0 0 0 51903 300 0 0 25 0 1 0 324520677 338157568 79229 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 82558 79229 145 302 0 82253 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 330232

[startup+582.302 s]
/proc/loadavg: 1.00 1.02 0.95 2/65 4238
/proc/meminfo: memFree=1003480/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=343348 CPUtime=582.01
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 90096 0 0 0 57886 315 0 0 25 0 1 0 324520677 351588352 82533 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 85837 82533 145 302 0 85532 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 343348

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 0.95 2/65 4238
/proc/meminfo: memFree=991576/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=355172 CPUtime=642
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 93043 0 0 0 63872 328 0 0 25 0 1 0 324520677 363696128 85480 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 88793 85480 145 302 0 88488 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 355172

[startup+702.301 s]
/proc/loadavg: 1.00 1.01 0.95 2/65 4238
/proc/meminfo: memFree=979160/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=367912 CPUtime=701.98
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 96174 0 0 0 69859 339 0 0 25 0 1 0 324520677 376741888 88611 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 91978 88611 145 302 0 91673 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 367912

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 4238
/proc/meminfo: memFree=967768/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=379060 CPUtime=761.96
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 98979 0 0 0 75846 350 0 0 25 0 1 0 324520677 388157440 91416 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 94765 91416 145 302 0 94460 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 379060

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 4238
/proc/meminfo: memFree=957656/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=390120 CPUtime=821.94
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 101520 0 0 0 81832 362 0 0 25 0 1 0 324520677 399482880 93957 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 97530 93957 145 302 0 97225 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 390120

[startup+882.302 s]
/proc/loadavg: 1.06 1.02 0.96 2/65 4238
/proc/meminfo: memFree=949976/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=397744 CPUtime=881.92
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 103426 0 0 0 87821 371 0 0 25 0 1 0 324520677 407289856 95863 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 99436 95863 145 302 0 99131 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 397744

[startup+942.301 s]
/proc/loadavg: 1.02 1.01 0.96 2/65 4238
/proc/meminfo: memFree=941720/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=406376 CPUtime=941.91
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 105505 0 0 0 93808 383 0 0 25 0 1 0 324520677 416129024 97942 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 101594 97942 145 302 0 101289 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 406376

[startup+1002.3 s]
/proc/loadavg: 1.01 1.00 0.96 2/65 4238
/proc/meminfo: memFree=933528/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=414420 CPUtime=1001.89
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 107544 0 0 0 99796 393 0 0 25 0 1 0 324520677 424366080 99981 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 103605 99981 145 302 0 103300 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 414420

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 4238
/proc/meminfo: memFree=925720/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=422132 CPUtime=1061.87
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 109514 0 0 0 105784 403 0 0 25 0 1 0 324520677 432263168 101951 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 105533 101951 145 302 0 105228 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 422132

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 4238
/proc/meminfo: memFree=915928/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=431844 CPUtime=1121.86
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 111952 0 0 0 111771 415 0 0 25 0 1 0 324520677 442208256 104389 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 107961 104389 145 302 0 107656 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 431844

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 4238
/proc/meminfo: memFree=900376/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=452128 CPUtime=1181.84
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 116901 0 0 0 117754 430 0 0 25 0 1 0 324520677 462979072 108313 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 113032 108313 145 302 0 112727 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 452128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 4238
/proc/meminfo: memFree=894232/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=457904 CPUtime=1200.04
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 118358 0 0 0 119566 438 0 0 25 0 1 0 324520677 468893696 109770 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 114476 109770 145 302 0 114171 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 457904

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 0.96 2/65 4238
/proc/meminfo: memFree=894232/2055920 swapFree=4183904/4192956
[pid=4039] ppid=4037 vsize=457904 CPUtime=1200.04
/proc/4039/stat : 4039 (Spear-32) R 4037 4039 3802 0 -1 4194304 118358 0 0 0 119566 438 0 0 25 0 1 0 324520677 468893696 109770 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4039/statm: 114476 109770 145 302 0 114171 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 457904

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.12
CPU user time (s): 1195.67
CPU system time (s): 4.45032
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 457904

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

runsolver used 0.921859 second user time and 2.46862 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Sun Mar  4 22:00:48 UTC 2007

IDJOB= 320406
IDBENCH= 20502
IDSOLVER= 131
FILE ID= node38/320406-1173045648

PBS_JOBID= 4012494

Free space on /tmp= 66502 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-g10nid.cnf
COMMAND LINE= /tmp/evaluation/320406-1173045648/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/320406-1173045648/instance-320406-1173045648.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-320406-1173045648 -o ROOT/results/node38/solver-320406-1173045648 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320406-1173045648/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/320406-1173045648/instance-320406-1173045648.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d46e452956bc993f202d3b06fd3e858e

RANDOM SEED= 464064930

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.233
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.233
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:       1334064 kB
Buffers:         39392 kB
Cached:         612696 kB
SwapCached:       3092 kB
Active:         244000 kB
Inactive:       417712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1334064 kB
SwapTotal:     4192956 kB
SwapFree:      4183904 kB
Dirty:           12980 kB
Writeback:           0 kB
Mapped:          15496 kB
Slab:            46048 kB
Committed_AS:   665972 kB
PageTables:       1468 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= 66502 MiB

End job on node38 on Sun Mar  4 22:20:51 UTC 2007