Trace number 291905

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.03 1200.43

General information on the benchmark

Namerandom/OnTreshold/5SAT/v80/
unif-k5-r21.3-v80-c1704-S1164089919-15.UNSAT.shuffled.cnf
MD5SUM047e1e0ba93ab34b042ab0c912e1065d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark35.9205
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses1704
Sum of the clauses size8520
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 51704
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/291905-1171748278/instance-291905-1171748278.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/node39/watcher-291905-1171748278 -o ROOT/results/node39/solver-291905-1171748278 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/291905-1171748278/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/291905-1171748278/instance-291905-1171748278.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: 1.00 0.99 0.91 3/64 15241
/proc/meminfo: memFree=1206272/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=1396 CPUtime=0
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 194783675 1429504 166 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134588083 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 349 166 128 302 0 44 0

[startup+0.106904 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 15241
/proc/meminfo: memFree=1206272/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=1804 CPUtime=0.1
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 283 0 0 0 10 0 0 0 18 0 1 0 194783675 1847296 267 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 451 267 140 302 0 146 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1804

[startup+0.514972 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 15241
/proc/meminfo: memFree=1206272/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=2596 CPUtime=0.5
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 477 0 0 0 50 0 0 0 21 0 1 0 194783675 2658304 461 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 649 461 140 302 0 344 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2596

[startup+1.33511 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15242
/proc/meminfo: memFree=1204216/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=3504 CPUtime=1.32
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 699 0 0 0 131 1 0 0 25 0 1 0 194783675 3588096 683 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 876 683 140 302 0 571 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3504

[startup+2.97139 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15242
/proc/meminfo: memFree=1203256/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=4676 CPUtime=2.95
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 979 0 0 0 293 2 0 0 25 0 1 0 194783675 4788224 963 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 1169 963 140 302 0 864 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 4676

[startup+6.24995 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15242
/proc/meminfo: memFree=1201464/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=6368 CPUtime=6.24
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 1421 0 0 0 620 4 0 0 25 0 1 0 194783675 6520832 1372 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 1592 1372 140 302 0 1287 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6368

[startup+12.7031 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15242
/proc/meminfo: memFree=1199248/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=8332 CPUtime=12.69
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 1913 0 0 0 1262 7 0 0 25 0 1 0 194783675 8531968 1864 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 2083 1864 140 302 0 1778 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8332

[startup+25.5062 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15242
/proc/meminfo: memFree=1196504/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=11344 CPUtime=25.49
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 2675 0 0 0 2539 10 0 0 25 0 1 0 194783675 11616256 2561 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 2836 2561 140 302 0 2531 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11344

[startup+51.1136 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15242
/proc/meminfo: memFree=1192472/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=15412 CPUtime=51.08
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 3645 0 0 0 5092 16 0 0 25 0 1 0 194783675 15781888 3531 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 3853 3531 140 302 0 3548 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15412

[startup+102.321 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1186776/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=21820 CPUtime=102.27
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 5186 0 0 0 10203 24 0 0 25 0 1 0 194783675 22343680 4943 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 5455 4943 140 302 0 5150 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 21820

[startup+162.349 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1181528/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=26876 CPUtime=162.28
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 6481 0 0 0 16197 31 0 0 25 0 1 0 194783675 27521024 6238 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 6719 6238 140 302 0 6414 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 26876

[startup+222.371 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1177240/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=31236 CPUtime=222.28
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 7549 0 0 0 22190 38 0 0 25 0 1 0 194783675 31985664 7306 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 7809 7306 140 302 0 7504 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 31236

[startup+282.385 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1173656/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=35856 CPUtime=282.28
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 8714 0 0 0 28184 44 0 0 25 0 1 0 194783675 36716544 8214 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 8964 8214 140 302 0 8659 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 35856

[startup+342.402 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1169688/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=40388 CPUtime=342.27
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 9704 0 0 0 34179 48 0 0 25 0 1 0 194783675 41357312 9204 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 10097 9204 140 302 0 9792 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 40388

[startup+402.425 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1166552/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=43552 CPUtime=402.28
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 10472 0 0 0 40176 52 0 0 25 0 1 0 194783675 44597248 9972 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 10888 9972 140 302 0 10583 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 43552

[startup+462.447 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1163608/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=46636 CPUtime=462.29
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 11198 0 0 0 46172 57 0 0 25 0 1 0 194783675 47755264 10698 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527039 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 11659 10698 140 302 0 11354 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 46636

[startup+522.467 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1160984/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=49488 CPUtime=522.28
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 11869 0 0 0 52167 61 0 0 25 0 1 0 194783675 50675712 11369 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526876 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 12372 11369 140 302 0 12067 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 49488

[startup+582.483 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1158360/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=52452 CPUtime=582.28
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 12513 0 0 0 58162 66 0 0 25 0 1 0 194783675 53710848 12013 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 13113 12013 140 302 0 12808 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 52452

[startup+642.503 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1155992/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=54648 CPUtime=642.28
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 13109 0 0 0 64157 71 0 0 25 0 1 0 194783675 55959552 12609 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 13662 12609 140 302 0 13357 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 54648

[startup+702.522 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1152984/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=58060 CPUtime=702.28
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 13860 0 0 0 70152 76 0 0 25 0 1 0 194783675 59453440 13360 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 14515 13360 140 302 0 14210 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 58060

[startup+762.543 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1150936/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=59872 CPUtime=762.28
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 14354 0 0 0 76148 80 0 0 25 0 1 0 194783675 61308928 13854 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 14968 13854 140 302 0 14663 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 59872

[startup+822.57 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1148952/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=62040 CPUtime=822.29
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 14864 0 0 0 82145 84 0 0 25 0 1 0 194783675 63528960 14364 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 15510 14364 140 302 0 15205 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 62040

[startup+882.587 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1146904/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=64380 CPUtime=882.29
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 15359 0 0 0 88141 88 0 0 25 0 1 0 194783675 65925120 14859 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 16095 14859 140 302 0 15790 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 64380

[startup+942.6 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1144920/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=68364 CPUtime=942.28
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 16359 0 0 0 94138 90 0 0 25 0 1 0 194783675 70004736 15346 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 17091 15346 140 302 0 16786 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 68364

[startup+1002.62 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1143256/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=70160 CPUtime=1002.29
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 16790 0 0 0 100135 94 0 0 25 0 1 0 194783675 71843840 15777 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 17540 15777 140 302 0 17235 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 70160

[startup+1062.65 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1141464/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=71956 CPUtime=1062.29
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 17246 0 0 0 106131 98 0 0 25 0 1 0 194783675 73682944 16233 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 17989 16233 140 302 0 17684 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 71956

[startup+1122.67 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1139864/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=73624 CPUtime=1122.29
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 17678 0 0 0 112128 101 0 0 25 0 1 0 194783675 75390976 16665 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 18406 16665 140 302 0 18101 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 73624

[startup+1182.69 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1137816/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=75696 CPUtime=1182.29
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 18176 0 0 0 118125 104 0 0 25 0 1 0 194783675 77512704 17163 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 18924 17163 140 302 0 18619 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 75696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.41 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1137304/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=76336 CPUtime=1200.01
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 18300 0 0 0 119896 105 0 0 25 0 1 0 194783675 78168064 17287 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 19084 17287 140 302 0 18779 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 76336

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.41 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 15244
/proc/meminfo: memFree=1137304/2055920 swapFree=4165040/4192956
[pid=15241] ppid=15239 vsize=76336 CPUtime=1200.01
/proc/15241/stat : 15241 (Spear-32) R 15239 15241 14754 0 -1 4194304 18300 0 0 0 119896 105 0 0 25 0 1 0 194783675 78168064 17287 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 19084 17287 140 302 0 18779 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 76336

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.03
CPU user time (s): 1198.97
CPU system time (s): 1.06884
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 76336

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

runsolver used 0.898863 second user time and 2.32665 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Feb 17 21:37:58 UTC 2007

IDJOB= 291905
IDBENCH= 19826
IDSOLVER= 131
FILE ID= node39/291905-1171748278

PBS_JOBID= 3839471

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v80/unif-k5-r21.3-v80-c1704-S1164089919-15.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/291905-1171748278/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/291905-1171748278/instance-291905-1171748278.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-291905-1171748278 -o ROOT/results/node39/solver-291905-1171748278 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/291905-1171748278/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/291905-1171748278/instance-291905-1171748278.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  047e1e0ba93ab34b042ab0c912e1065d

RANDOM SEED= 169078137

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.285
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.285
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:       1206744 kB
Buffers:         31704 kB
Cached:         726292 kB
SwapCached:      22168 kB
Active:         638756 kB
Inactive:       147240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1206744 kB
SwapTotal:     4192956 kB
SwapFree:      4165040 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          15232 kB
Slab:            49196 kB
Committed_AS:   484760 kB
PageTables:       1412 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= 66563 MiB

End job on node39 on Sat Feb 17 21:58:00 UTC 2007