Trace number 294325

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 FH 1.0? (TO) 1200.06 1200.39

General information on the benchmark

Namerandom/OnTreshold/5SAT/v130/
unif-k5-r21.3-v130-c2769-S1738460433-02.UNSAT.shuffled.cnf
MD5SUMf83c4477f4cb191188861bfa5f97d580
Bench CategoryRANDOM (random 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 variables130
Number of clauses2769
Sum of the clauses size13845
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52769
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/294325-1171787715/instance-294325-1171787715.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-294325-1171787715 -o ROOT/results/node14/solver-294325-1171787715 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/294325-1171787715/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/294325-1171787715/instance-294325-1171787715.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.92 0.99 0.99 3/77 26221
/proc/meminfo: memFree=1339648/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=1396 CPUtime=0
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 198725958 1429504 169 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 349 170 128 302 0 44 0

[startup+0.107555 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 26221
/proc/meminfo: memFree=1339648/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=1916 CPUtime=0.1
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 310 0 0 0 10 0 0 0 18 0 1 0 198725958 1961984 294 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 479 294 140 302 0 174 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1916

[startup+0.519595 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 26221
/proc/meminfo: memFree=1339648/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=2816 CPUtime=0.51
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 535 0 0 0 50 1 0 0 22 0 1 0 198725958 2883584 519 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 704 519 140 302 0 399 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2816

[startup+1.34167 s]
/proc/loadavg: 0.92 0.99 0.99 2/78 26222
/proc/meminfo: memFree=1337144/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=3988 CPUtime=1.33
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 816 0 0 0 131 2 0 0 25 0 1 0 198725958 4083712 800 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 997 800 140 302 0 692 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3988

[startup+2.97783 s]
/proc/loadavg: 0.92 0.99 0.99 2/78 26222
/proc/meminfo: memFree=1335928/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=5400 CPUtime=2.96
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 1179 0 0 0 293 3 0 0 25 0 1 0 198725958 5529600 1163 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 1350 1163 140 302 0 1045 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5400

[startup+6.25414 s]
/proc/loadavg: 0.93 0.99 0.99 2/78 26222
/proc/meminfo: memFree=1333496/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=7624 CPUtime=6.24
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 1734 0 0 0 620 4 0 0 25 0 1 0 198725958 7806976 1685 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 1906 1685 140 302 0 1601 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7624

[startup+12.7107 s]
/proc/loadavg: 0.93 0.99 0.99 2/78 26222
/proc/meminfo: memFree=1330232/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=10468 CPUtime=12.69
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 2458 0 0 0 1263 6 0 0 25 0 1 0 198725958 10719232 2409 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 2617 2409 140 302 0 2312 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10468

[startup+25.512 s]
/proc/loadavg: 0.95 0.99 0.99 2/78 26222
/proc/meminfo: memFree=1326392/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=14768 CPUtime=25.5
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 3540 0 0 0 2540 10 0 0 25 0 1 0 198725958 15122432 3426 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 3692 3426 140 302 0 3387 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 14768

[startup+51.1254 s]
/proc/loadavg: 0.96 0.99 0.99 2/78 26222
/proc/meminfo: memFree=1320824/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=20124 CPUtime=51.1
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 4875 0 0 0 5095 15 0 0 25 0 1 0 198725958 20606976 4761 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 5031 4761 140 302 0 4726 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 20124

[startup+102.349 s]
/proc/loadavg: 0.98 0.99 0.99 2/78 26222
/proc/meminfo: memFree=1313208/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=28392 CPUtime=102.31
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 6912 0 0 0 10207 24 0 0 25 0 1 0 198725958 29073408 6669 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 7098 6669 140 302 0 6793 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 28392

[startup+162.388 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 26222
/proc/meminfo: memFree=1306296/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=35372 CPUtime=162.33
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 8598 0 0 0 16201 32 0 0 25 0 1 0 198725958 36220928 8355 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 8843 8355 140 302 0 8538 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 35372

[startup+222.423 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 26222
/proc/meminfo: memFree=1300536/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=41208 CPUtime=222.35
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 10056 0 0 0 22194 41 0 0 25 0 1 0 198725958 42196992 9813 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 10302 9813 140 302 0 9997 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 41208

[startup+282.455 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 26224
/proc/meminfo: memFree=1295288/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=47604 CPUtime=282.37
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 11613 0 0 0 28188 49 0 0 25 0 1 0 198725958 48746496 11113 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 11901 11113 140 302 0 11596 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 47604

[startup+342.484 s]
/proc/loadavg: 1.07 1.01 1.00 2/78 26224
/proc/meminfo: memFree=1290296/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=52860 CPUtime=342.38
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 12864 0 0 0 34182 56 0 0 25 0 1 0 198725958 54128640 12364 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 13215 12364 140 302 0 12910 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 52860

[startup+402.522 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 26224
/proc/meminfo: memFree=1286072/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=57032 CPUtime=402.4
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 13920 0 0 0 40178 62 0 0 25 0 1 0 198725958 58400768 13420 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 14258 13420 140 302 0 13953 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 57032

[startup+462.556 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 26224
/proc/meminfo: memFree=1281976/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=61224 CPUtime=462.42
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 14931 0 0 0 46175 67 0 0 25 0 1 0 198725958 62693376 14431 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 15306 14431 140 302 0 15001 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 61224

[startup+522.585 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26224
/proc/meminfo: memFree=1278328/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=65192 CPUtime=522.43
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 15861 0 0 0 52171 72 0 0 25 0 1 0 198725958 66756608 15361 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 16298 15361 140 302 0 15993 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 65192

[startup+582.617 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26224
/proc/meminfo: memFree=1274872/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=68616 CPUtime=582.45
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 16698 0 0 0 58167 78 0 0 25 0 1 0 198725958 70262784 16198 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 17154 16198 140 302 0 16849 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 68616

[startup+642.653 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26224
/proc/meminfo: memFree=1271352/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=72100 CPUtime=642.47
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 17579 0 0 0 64164 83 0 0 25 0 1 0 198725958 73830400 17079 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 18025 17079 140 302 0 17720 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 72100

[startup+702.684 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26224
/proc/meminfo: memFree=1267768/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=75848 CPUtime=702.49
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 18483 0 0 0 70162 87 0 0 25 0 1 0 198725958 77668352 17983 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 18962 17983 140 302 0 18657 0
Current children cumulated CPU time (s) 702.49
Current children cumulated vsize (KiB) 75848

[startup+762.717 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26224
/proc/meminfo: memFree=1264696/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=79136 CPUtime=762.5
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 19234 0 0 0 76159 91 0 0 25 0 1 0 198725958 81035264 18734 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 19784 18734 140 302 0 19479 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 79136

[startup+822.749 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26224
/proc/meminfo: memFree=1261752/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=82104 CPUtime=822.51
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 19946 0 0 0 82156 95 0 0 25 0 1 0 198725958 84074496 19446 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 20526 19446 140 302 0 20221 0
Current children cumulated CPU time (s) 822.51
Current children cumulated vsize (KiB) 82104

[startup+882.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26224
/proc/meminfo: memFree=1258936/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=84964 CPUtime=882.52
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 20651 0 0 0 88153 99 0 0 25 0 1 0 198725958 87003136 20151 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526849 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 21241 20151 140 302 0 20936 0
Current children cumulated CPU time (s) 882.52
Current children cumulated vsize (KiB) 84964

[startup+942.816 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26224
/proc/meminfo: memFree=1256376/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=89492 CPUtime=942.55
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 21803 0 0 0 94150 105 0 0 25 0 1 0 198725958 91639808 20790 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 22373 20790 140 302 0 22068 0
Current children cumulated CPU time (s) 942.55
Current children cumulated vsize (KiB) 89492

[startup+1002.85 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26224
/proc/meminfo: memFree=1253752/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=92080 CPUtime=1002.57
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 22446 0 0 0 100148 109 0 0 25 0 1 0 198725958 94289920 21433 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 23020 21433 140 302 0 22715 0
Current children cumulated CPU time (s) 1002.57
Current children cumulated vsize (KiB) 92080

[startup+1062.89 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26224
/proc/meminfo: memFree=1251064/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=94808 CPUtime=1062.59
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 23118 0 0 0 106146 113 0 0 25 0 1 0 198725958 97083392 22105 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 23702 22105 140 302 0 23397 0
Current children cumulated CPU time (s) 1062.59
Current children cumulated vsize (KiB) 94808

[startup+1122.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26224
/proc/meminfo: memFree=1248568/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=97376 CPUtime=1122.6
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 23753 0 0 0 112143 117 0 0 25 0 1 0 198725958 99713024 22740 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 24344 22740 140 302 0 24039 0
Current children cumulated CPU time (s) 1122.6
Current children cumulated vsize (KiB) 97376

[startup+1182.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26224
/proc/meminfo: memFree=1246072/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=99760 CPUtime=1182.62
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 24362 0 0 0 118141 121 0 0 25 0 1 0 198725958 102154240 23349 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 24940 23349 140 302 0 24635 0
Current children cumulated CPU time (s) 1182.62
Current children cumulated vsize (KiB) 99760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26224
/proc/meminfo: memFree=1245240/2055920 swapFree=4192812/4192956
[pid=26221] ppid=26219 vsize=100660 CPUtime=1200.04
/proc/26221/stat : 26221 (Spear-32) R 26219 26221 25841 0 -1 4194304 24561 0 0 0 119881 123 0 0 25 0 1 0 198725958 103075840 23548 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26221/statm: 25165 23548 140 302 0 24860 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 100660

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.39
CPU time (s): 1200.06
CPU user time (s): 1198.81
CPU system time (s): 1.24881
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 100660

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

runsolver used 1.3128 second user time and 2.95955 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Sun Feb 18 08:35:15 UTC 2007

IDJOB= 294325
IDBENCH= 19885
IDSOLVER= 132
FILE ID= node14/294325-1171787715

PBS_JOBID= 3839306

Free space on /tmp= 66550 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v130/unif-k5-r21.3-v130-c2769-S1738460433-02.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/294325-1171787715/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/294325-1171787715/instance-294325-1171787715.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-294325-1171787715 -o ROOT/results/node14/solver-294325-1171787715 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/294325-1171787715/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/294325-1171787715/instance-294325-1171787715.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  f83c4477f4cb191188861bfa5f97d580

RANDOM SEED= 757468832

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1340056 kB
Buffers:         69920 kB
Cached:         511140 kB
SwapCached:          0 kB
Active:         407604 kB
Inactive:       227396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1340056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1692 kB
Writeback:           0 kB
Mapped:          72844 kB
Slab:            66436 kB
Committed_AS:   704828 kB
PageTables:       1736 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= 66550 MiB

End job on node14 on Sun Feb 18 08:55:18 UTC 2007