Trace number 295637

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.09 1200.44

General information on the benchmark

Namerandom/OnTreshold/7SAT/v70/
unif-k7-r89-v70-c6230-S1084572666-19.SAT.shuffled.cnf
MD5SUMea6c3c02564fa25b13cb9c95b3e90ee5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.68074
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 56230

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/295637-1171808898/instance-295637-1171808898.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/node13/watcher-295637-1171808898 -o ROOT/results/node13/solver-295637-1171808898 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/295637-1171808898/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/295637-1171808898/instance-295637-1171808898.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: 2.00 1.86 1.46 3/77 18257
/proc/meminfo: memFree=788080/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=1396 CPUtime=0
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 200844323 1429504 164 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 349 164 128 302 0 44 0

[startup+0.106981 s]
/proc/loadavg: 2.00 1.86 1.46 3/77 18257
/proc/meminfo: memFree=788080/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=2060 CPUtime=0.09
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 345 0 0 0 9 0 0 0 18 0 1 0 200844323 2109440 329 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 515 329 140 302 0 210 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2060

[startup+0.515036 s]
/proc/loadavg: 2.00 1.86 1.46 3/77 18257
/proc/meminfo: memFree=788080/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=2832 CPUtime=0.5
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 538 0 0 0 49 1 0 0 21 0 1 0 200844323 2899968 522 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 708 522 140 302 0 403 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2832

[startup+1.33614 s]
/proc/loadavg: 2.00 1.86 1.46 2/78 18258
/proc/meminfo: memFree=785704/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=3784 CPUtime=1.32
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 789 0 0 0 130 2 0 0 25 0 1 0 200844323 3874816 773 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 946 773 140 302 0 641 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3784

[startup+2.97937 s]
/proc/loadavg: 2.00 1.86 1.46 2/78 18258
/proc/meminfo: memFree=784488/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=5208 CPUtime=2.96
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 1130 0 0 0 293 3 0 0 25 0 1 0 200844323 5332992 1114 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 1302 1114 140 302 0 997 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5208

[startup+6.25581 s]
/proc/loadavg: 1.92 1.85 1.46 2/78 18258
/proc/meminfo: memFree=782312/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=7184 CPUtime=6.25
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 1630 0 0 0 620 5 0 0 25 0 1 0 200844323 7356416 1581 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527019 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 1796 1581 140 302 0 1491 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 7184

[startup+12.7117 s]
/proc/loadavg: 1.85 1.83 1.45 2/78 18258
/proc/meminfo: memFree=779432/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=9812 CPUtime=12.7
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 2285 0 0 0 1263 7 0 0 25 0 1 0 200844323 10047488 2236 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 2453 2236 140 302 0 2148 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9812

[startup+25.5134 s]
/proc/loadavg: 1.66 1.79 1.45 2/78 18258
/proc/meminfo: memFree=776104/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=13524 CPUtime=25.49
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 3223 0 0 0 2539 10 0 0 25 0 1 0 200844323 13848576 3109 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 3381 3109 140 302 0 3076 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13524

[startup+51.1268 s]
/proc/loadavg: 1.43 1.73 1.43 2/78 18258
/proc/meminfo: memFree=770920/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=18664 CPUtime=51.1
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 4476 0 0 0 5093 17 0 0 25 0 1 0 200844323 19111936 4362 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 4666 4362 140 302 0 4361 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 18664

[startup+102.353 s]
/proc/loadavg: 1.19 1.61 1.41 2/78 18258
/proc/meminfo: memFree=763752/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=26732 CPUtime=102.31
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 6403 0 0 0 10205 26 0 0 25 0 1 0 200844323 27373568 6160 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527046 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 6683 6160 140 302 0 6378 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 26732

[startup+162.391 s]
/proc/loadavg: 1.07 1.50 1.38 2/78 18258
/proc/meminfo: memFree=757608/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=33100 CPUtime=162.33
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 7910 0 0 0 16199 34 0 0 25 0 1 0 200844323 33894400 7667 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 8275 7667 140 302 0 7970 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 33100

[startup+222.425 s]
/proc/loadavg: 1.02 1.40 1.35 2/78 18258
/proc/meminfo: memFree=752168/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=38596 CPUtime=222.35
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 9270 0 0 0 22194 41 0 0 25 0 1 0 200844323 39522304 9027 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 9649 9027 140 302 0 9344 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 38596

[startup+282.461 s]
/proc/loadavg: 1.01 1.33 1.33 2/78 18258
/proc/meminfo: memFree=747432/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=44404 CPUtime=282.37
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 10707 0 0 0 28188 49 0 0 25 0 1 0 200844323 45469696 10207 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 11101 10207 140 302 0 10796 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 44404

[startup+342.494 s]
/proc/loadavg: 1.00 1.27 1.31 2/78 18258
/proc/meminfo: memFree=742952/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=49016 CPUtime=342.38
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 11819 0 0 0 34182 56 0 0 25 0 1 0 200844323 50192384 11319 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 12254 11319 140 302 0 11949 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 49016

[startup+402.529 s]
/proc/loadavg: 1.00 1.22 1.28 2/78 18258
/proc/meminfo: memFree=738984/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=52948 CPUtime=402.4
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 12789 0 0 0 40176 64 0 0 25 0 1 0 200844323 54218752 12289 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527163 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 13237 12289 140 302 0 12932 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 52948

[startup+462.563 s]
/proc/loadavg: 1.00 1.17 1.26 2/78 18258
/proc/meminfo: memFree=735400/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=56560 CPUtime=462.42
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 13681 0 0 0 46172 70 0 0 25 0 1 0 200844323 57917440 13181 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 14140 13181 140 302 0 13835 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 56560

[startup+522.599 s]
/proc/loadavg: 1.00 1.14 1.25 2/78 18258
/proc/meminfo: memFree=732072/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=59996 CPUtime=522.43
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 14521 0 0 0 52167 76 0 0 25 0 1 0 200844323 61435904 14021 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 14999 14021 140 302 0 14694 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 59996

[startup+582.636 s]
/proc/loadavg: 1.00 1.11 1.23 2/78 18258
/proc/meminfo: memFree=728872/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=63176 CPUtime=582.46
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 15319 0 0 0 58164 82 0 0 25 0 1 0 200844323 64692224 14819 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 15794 14819 140 302 0 15489 0
Current children cumulated CPU time (s) 582.46
Current children cumulated vsize (KiB) 63176

[startup+642.674 s]
/proc/loadavg: 1.00 1.09 1.21 2/78 18258
/proc/meminfo: memFree=725800/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=66524 CPUtime=642.47
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 16087 0 0 0 64161 86 0 0 25 0 1 0 200844323 68120576 15587 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 16631 15587 140 302 0 16326 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 66524

[startup+702.706 s]
/proc/loadavg: 1.00 1.07 1.19 2/78 18258
/proc/meminfo: memFree=722024/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=71156 CPUtime=702.49
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 17028 0 0 0 70159 90 0 0 25 0 1 0 200844323 72863744 16528 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 17789 16528 140 302 0 17484 0
Current children cumulated CPU time (s) 702.49
Current children cumulated vsize (KiB) 71156

[startup+762.744 s]
/proc/loadavg: 1.00 1.05 1.18 2/78 18260
/proc/meminfo: memFree=719464/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=73728 CPUtime=762.51
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 17667 0 0 0 76157 94 0 0 25 0 1 0 200844323 75497472 17167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 18432 17167 140 302 0 18127 0
Current children cumulated CPU time (s) 762.51
Current children cumulated vsize (KiB) 73728

[startup+822.786 s]
/proc/loadavg: 1.00 1.04 1.17 2/78 18260
/proc/meminfo: memFree=717160/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=75820 CPUtime=822.54
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 18227 0 0 0 82155 99 0 0 25 0 1 0 200844323 77639680 17727 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 18955 17727 140 302 0 18650 0
Current children cumulated CPU time (s) 822.54
Current children cumulated vsize (KiB) 75820

[startup+882.82 s]
/proc/loadavg: 1.00 1.03 1.15 2/78 18260
/proc/meminfo: memFree=714920/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=78184 CPUtime=882.55
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 18815 0 0 0 88153 102 0 0 25 0 1 0 200844323 80060416 18315 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526997 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 19546 18315 140 302 0 19241 0
Current children cumulated CPU time (s) 882.55
Current children cumulated vsize (KiB) 78184

[startup+942.857 s]
/proc/loadavg: 1.00 1.02 1.14 2/78 18260
/proc/meminfo: memFree=712552/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=82680 CPUtime=942.58
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 19886 0 0 0 94151 107 0 0 25 0 1 0 200844323 84664320 18873 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 20670 18873 140 302 0 20365 0
Current children cumulated CPU time (s) 942.58
Current children cumulated vsize (KiB) 82680

[startup+1002.89 s]
/proc/loadavg: 1.00 1.02 1.13 2/78 18260
/proc/meminfo: memFree=710568/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=84744 CPUtime=1002.59
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 20412 0 0 0 100148 111 0 0 25 0 1 0 200844323 86777856 19399 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 21186 19399 140 302 0 20881 0
Current children cumulated CPU time (s) 1002.59
Current children cumulated vsize (KiB) 84744

[startup+1062.93 s]
/proc/loadavg: 1.00 1.01 1.12 3/78 18260
/proc/meminfo: memFree=708328/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=87032 CPUtime=1062.61
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 20973 0 0 0 106146 115 0 0 25 0 1 0 200844323 89120768 19960 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 21758 19960 140 302 0 21453 0
Current children cumulated CPU time (s) 1062.61
Current children cumulated vsize (KiB) 87032

[startup+1122.96 s]
/proc/loadavg: 1.06 1.03 1.12 2/78 18260
/proc/meminfo: memFree=706344/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=89272 CPUtime=1122.63
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 21464 0 0 0 112144 119 0 0 25 0 1 0 200844323 91414528 20451 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 22318 20451 140 302 0 22013 0
Current children cumulated CPU time (s) 1122.63
Current children cumulated vsize (KiB) 89272

[startup+1183 s]
/proc/loadavg: 1.02 1.03 1.11 2/78 18260
/proc/meminfo: memFree=704424/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=91088 CPUtime=1182.65
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 21946 0 0 0 118142 123 0 0 25 0 1 0 200844323 93274112 20933 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 22772 20933 140 302 0 22467 0
Current children cumulated CPU time (s) 1182.65
Current children cumulated vsize (KiB) 91088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.42 s]
/proc/loadavg: 1.01 1.02 1.10 2/78 18260
/proc/meminfo: memFree=703784/2055920 swapFree=4192812/4192956
[pid=18257] ppid=18255 vsize=91600 CPUtime=1200.06
/proc/18257/stat : 18257 (Spear-32) R 18255 18257 17009 0 -1 4194304 22091 0 0 0 119882 124 0 0 25 0 1 0 200844323 93798400 21078 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527052 0 0 4096 0 0 0 0 17 1 0 0
/proc/18257/statm: 22900 21078 140 302 0 22595 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 91600

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.44
CPU time (s): 1200.09
CPU user time (s): 1198.83
CPU system time (s): 1.26381
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 91600

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

runsolver used 1.38979 second user time and 2.87356 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Feb 18 14:28:18 UTC 2007

IDJOB= 295637
IDBENCH= 19917
IDSOLVER= 132
FILE ID= node13/295637-1171808898

PBS_JOBID= 3839331

Free space on /tmp= 66541 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v70/unif-k7-r89-v70-c6230-S1084572666-19.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/295637-1171808898/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/295637-1171808898/instance-295637-1171808898.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-295637-1171808898 -o ROOT/results/node13/solver-295637-1171808898 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/295637-1171808898/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/295637-1171808898/instance-295637-1171808898.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ea6c3c02564fa25b13cb9c95b3e90ee5

RANDOM SEED= 16573687

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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:        788488 kB
Buffers:         68744 kB
Cached:        1063116 kB
SwapCached:          0 kB
Active:         608588 kB
Inactive:       578152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        788488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:          73752 kB
Slab:            66240 kB
Committed_AS:   844588 kB
PageTables:       1744 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= 66541 MiB

End job on node13 on Sun Feb 18 14:48:21 UTC 2007