Trace number 291906

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.07 1200.47

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/291906-1171748308/instance-291906-1171748308.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/node44/watcher-291906-1171748308 -o ROOT/results/node44/solver-291906-1171748308 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/291906-1171748308/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/291906-1171748308/instance-291906-1171748308.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 1.00 0.92 3/64 29187
/proc/meminfo: memFree=1003120/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=1396 CPUtime=0
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 194786969 1429504 167 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 349 167 128 302 0 44 0

[startup+0.106446 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 29187
/proc/meminfo: memFree=1003120/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=1804 CPUtime=0.09
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 283 0 0 0 9 0 0 0 18 0 1 0 194786969 1847296 267 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 451 267 140 302 0 146 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1804

[startup+0.51452 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 29187
/proc/meminfo: memFree=1003120/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=2596 CPUtime=0.5
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 477 0 0 0 49 1 0 0 21 0 1 0 194786969 2658304 461 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 649 461 140 302 0 344 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2596

[startup+1.33467 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 29188
/proc/meminfo: memFree=1001064/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=3636 CPUtime=1.32
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 716 0 0 0 130 2 0 0 25 0 1 0 194786969 3723264 700 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 909 700 140 302 0 604 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3636

[startup+2.97097 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 29188
/proc/meminfo: memFree=1000040/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=4676 CPUtime=2.96
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 991 0 0 0 293 3 0 0 25 0 1 0 194786969 4788224 975 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 1169 975 140 302 0 864 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4676

[startup+6.24957 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 29188
/proc/meminfo: memFree=998184/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=6368 CPUtime=6.24
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 1431 0 0 0 619 5 0 0 25 0 1 0 194786969 6520832 1382 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 1592 1382 140 302 0 1287 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6368

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 29188
/proc/meminfo: memFree=995952/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=8332 CPUtime=12.69
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 1916 0 0 0 1262 7 0 0 25 0 1 0 194786969 8531968 1867 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 2083 1867 140 302 0 1778 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8332

[startup+25.5391 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 29188
/proc/meminfo: memFree=993200/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=11344 CPUtime=25.52
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 2679 0 0 0 2541 11 0 0 25 0 1 0 194786969 11616256 2565 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 2836 2565 140 302 0 2531 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 11344

[startup+51.1458 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 29188
/proc/meminfo: memFree=989168/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=15412 CPUtime=51.11
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 3648 0 0 0 5097 14 0 0 25 0 1 0 194786969 15781888 3534 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 3853 3534 140 302 0 3548 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 15412

[startup+102.357 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 29190
/proc/meminfo: memFree=983600/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=21820 CPUtime=102.31
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 5189 0 0 0 10208 23 0 0 25 0 1 0 194786969 22343680 4946 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 5455 4946 140 302 0 5150 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 21820

[startup+162.383 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 29190
/proc/meminfo: memFree=978288/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=27004 CPUtime=162.32
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 6483 0 0 0 16201 31 0 0 25 0 1 0 194786969 27652096 6240 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 6751 6240 140 302 0 6446 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 27004

[startup+222.402 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 29190
/proc/meminfo: memFree=974000/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=31236 CPUtime=222.32
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 7551 0 0 0 22193 39 0 0 25 0 1 0 194786969 31985664 7308 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 7809 7308 140 302 0 7504 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 31236

[startup+282.421 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 29190
/proc/meminfo: memFree=970352/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=35984 CPUtime=282.31
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 8717 0 0 0 28185 46 0 0 25 0 1 0 194786969 36847616 8217 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 8996 8217 140 302 0 8691 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 35984

[startup+342.439 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 29190
/proc/meminfo: memFree=966448/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=40388 CPUtime=342.31
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 9706 0 0 0 34180 51 0 0 25 0 1 0 194786969 41357312 9206 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 10097 9206 140 302 0 9792 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 40388

[startup+402.462 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 29190
/proc/meminfo: memFree=963376/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=43552 CPUtime=402.31
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 10475 0 0 0 40174 57 0 0 25 0 1 0 194786969 44597248 9975 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 10888 9975 140 302 0 10583 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 43552

[startup+462.484 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 29190
/proc/meminfo: memFree=960432/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=46768 CPUtime=462.32
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 11201 0 0 0 46169 63 0 0 25 0 1 0 194786969 47890432 10701 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 11692 10701 140 302 0 11387 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 46768

[startup+522.507 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 29190
/proc/meminfo: memFree=957808/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=49488 CPUtime=522.32
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 11874 0 0 0 52164 68 0 0 25 0 1 0 194786969 50675712 11374 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 12372 11374 140 302 0 12067 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 49488

[startup+582.521 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 29190
/proc/meminfo: memFree=955184/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=52452 CPUtime=582.31
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 12516 0 0 0 58158 73 0 0 25 0 1 0 194786969 53710848 12016 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 13113 12016 140 302 0 12808 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 52452

[startup+642.544 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 29190
/proc/meminfo: memFree=952752/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=54648 CPUtime=642.32
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 13114 0 0 0 64154 78 0 0 25 0 1 0 194786969 55959552 12614 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 13662 12614 140 302 0 13357 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 54648

[startup+702.565 s]
/proc/loadavg: 1.03 1.01 0.93 2/65 29190
/proc/meminfo: memFree=949744/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=58060 CPUtime=702.31
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 13863 0 0 0 70150 81 0 0 25 0 1 0 194786969 59453440 13363 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 14515 13363 140 302 0 14210 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 58060

[startup+762.586 s]
/proc/loadavg: 1.01 1.01 0.93 2/65 29190
/proc/meminfo: memFree=947824/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=59872 CPUtime=762.32
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 14357 0 0 0 76147 85 0 0 25 0 1 0 194786969 61308928 13857 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 14968 13857 140 302 0 14663 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 59872

[startup+822.616 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 29190
/proc/meminfo: memFree=945712/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=62040 CPUtime=822.33
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 14870 0 0 0 82145 88 0 0 25 0 1 0 194786969 63528960 14370 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 15510 14370 140 302 0 15205 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 62040

[startup+882.631 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 29190
/proc/meminfo: memFree=943792/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=64380 CPUtime=882.32
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 15364 0 0 0 88140 92 0 0 25 0 1 0 194786969 65925120 14864 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 16095 14864 140 302 0 15790 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 64380

[startup+942.649 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 29190
/proc/meminfo: memFree=941808/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=68620 CPUtime=942.32
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 16363 0 0 0 94135 97 0 0 25 0 1 0 194786969 70266880 15350 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 17155 15350 140 302 0 16850 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 68620

[startup+1002.67 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 29190
/proc/meminfo: memFree=940080/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=70160 CPUtime=1002.32
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 16793 0 0 0 100131 101 0 0 25 0 1 0 194786969 71843840 15780 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 17540 15780 140 302 0 17235 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 70160

[startup+1062.7 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 29190
/proc/meminfo: memFree=938160/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=71956 CPUtime=1062.33
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 17250 0 0 0 106129 104 0 0 25 0 1 0 194786969 73682944 16237 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 17989 16237 140 302 0 17684 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 71956

[startup+1122.72 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 29190
/proc/meminfo: memFree=936496/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=73624 CPUtime=1122.33
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 17683 0 0 0 112125 108 0 0 25 0 1 0 194786969 75390976 16670 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527082 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 18406 16670 140 302 0 18101 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 73624

[startup+1182.73 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 29190
/proc/meminfo: memFree=934448/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=75696 CPUtime=1182.32
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 18179 0 0 0 118120 112 0 0 25 0 1 0 194786969 77512704 17166 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 18924 17166 140 302 0 18619 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 75696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.45 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 29190
/proc/meminfo: memFree=933936/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=76336 CPUtime=1200.04
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 18305 0 0 0 119890 114 0 0 25 0 1 0 194786969 78168064 17292 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 19084 17292 140 302 0 18779 0
Current children cumulated CPU time (s) 1200.04
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.45 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 29190
/proc/meminfo: memFree=933936/2055920 swapFree=4183224/4192956
[pid=29187] ppid=29185 vsize=76336 CPUtime=1200.04
/proc/29187/stat : 29187 (Spear-32) R 29185 29187 28718 0 -1 4194304 18305 0 0 0 119890 114 0 0 25 0 1 0 194786969 78168064 17292 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 19084 17292 140 302 0 18779 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 76336

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.47
CPU time (s): 1200.07
CPU user time (s): 1198.91
CPU system time (s): 1.15882
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 76336

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

runsolver used 0.886865 second user time and 2.33864 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Sat Feb 17 21:38:28 UTC 2007

IDJOB= 291906
IDBENCH= 19826
IDSOLVER= 132
FILE ID= node44/291906-1171748308

PBS_JOBID= 3839466

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 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/291906-1171748308/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/291906-1171748308/instance-291906-1171748308.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-291906-1171748308 -o ROOT/results/node44/solver-291906-1171748308 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/291906-1171748308/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/291906-1171748308/instance-291906-1171748308.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  047e1e0ba93ab34b042ab0c912e1065d

RANDOM SEED= 993260945

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.261
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.261
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:       1003528 kB
Buffers:         40196 kB
Cached:         918208 kB
SwapCached:       4476 kB
Active:         748872 kB
Inactive:       219792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1003528 kB
SwapTotal:     4192956 kB
SwapFree:      4183224 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:          15392 kB
Slab:            69708 kB
Committed_AS:   417680 kB
PageTables:       1396 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 node44 on Sat Feb 17 21:58:31 UTC 2007