Trace number 3310067

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
glueminisat 2.2.5? (TO) 5000.01 4999.91

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.63029
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3310067-1304002393/watcher-3310067-1304002393 -o /tmp/evaluation-result-3310067-1304002393/solver-3310067-1304002393 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3310067-1304002393.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.00 1.28 3/172 17067
/proc/meminfo: memFree=15928776/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=20732 CPUtime=0 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 989 0 0 0 0 0 0 0 22 0 1 0 511838909 21229568 929 33554432000 4194304 4309791 140737470975072 18446744073709551615 274664469189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 5183 930 217 29 0 1812 0

[startup+0.045161 s]
/proc/loadavg: 0.92 1.00 1.28 3/172 17067
/proc/meminfo: memFree=15928776/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=25176 CPUtime=0.04 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 2709 0 0 0 4 0 0 0 22 0 1 0 511838909 25780224 2456 33554432000 4194304 4309791 140737470975072 18446744073709551615 4200962 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 6294 2457 217 29 0 2923 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25176

[startup+0.10122 s]
/proc/loadavg: 0.92 1.00 1.28 3/172 17067
/proc/meminfo: memFree=15928776/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=31328 CPUtime=0.09 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 5207 0 0 0 9 0 0 0 22 0 1 0 511838909 32079872 4615 33554432000 4194304 4309791 140737470975072 18446744073709551615 4216240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 7832 4615 220 29 0 4461 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31328

[startup+0.30119 s]
/proc/loadavg: 0.92 1.00 1.28 3/172 17067
/proc/meminfo: memFree=15928776/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=31328 CPUtime=0.29 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 5208 0 0 0 29 0 0 0 23 0 1 0 511838909 32079872 4616 33554432000 4194304 4309791 140737470975072 18446744073709551615 4227005 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 7832 4616 221 29 0 4461 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31328

[startup+0.701103 s]
/proc/loadavg: 0.92 1.00 1.28 3/172 17067
/proc/meminfo: memFree=15928776/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=39688 CPUtime=0.69 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 7210 0 0 0 68 1 0 0 25 0 1 0 511838909 40640512 6618 33554432000 4194304 4309791 140737470975072 18446744073709551615 4226931 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 9922 6618 225 29 0 6551 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39688

[startup+1.50097 s]
/proc/loadavg: 0.92 1.00 1.28 3/176 17074
/proc/meminfo: memFree=15879276/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=38300 CPUtime=1.49 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 8797 0 0 0 148 1 0 0 25 0 1 0 511838909 39219200 5824 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259895 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 9575 5824 241 29 0 6204 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38300

[startup+3.10069 s]
/proc/loadavg: 0.92 1.00 1.28 3/176 17074
/proc/meminfo: memFree=15880520/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=38300 CPUtime=3.09 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 9201 0 0 0 308 1 0 0 25 0 1 0 511838909 39219200 6213 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 9575 6213 243 29 0 6204 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38300

[startup+6.33339 s]
/proc/loadavg: 1.01 1.02 1.28 3/176 17074
/proc/meminfo: memFree=15877916/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=38328 CPUtime=6.34 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 11436 0 0 0 633 1 0 0 25 0 1 0 511838909 39247872 6056 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 9582 6083 243 29 0 6211 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 38328

[startup+12.701 s]
/proc/loadavg: 1.09 1.03 1.29 3/176 17074
/proc/meminfo: memFree=15862732/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=49824 CPUtime=12.7 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 14677 0 0 0 1268 2 0 0 25 0 1 0 511838909 51019776 8983 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259874 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 12456 8983 243 29 0 9085 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 49824

[startup+25.5008 s]
/proc/loadavg: 1.29 1.08 1.30 3/176 17074
/proc/meminfo: memFree=15832732/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=54716 CPUtime=25.48 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 19037 0 0 0 2546 2 0 0 25 0 1 0 511838909 56029184 9955 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 13679 9955 243 29 0 10308 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54716

[startup+51.1003 s]
/proc/loadavg: 2.08 1.27 1.35 3/176 17101
/proc/meminfo: memFree=15477816/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=73392 CPUtime=51.09 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 23715 0 0 0 5105 4 0 0 25 0 1 0 511838909 75153408 14259 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 18348 14259 243 29 0 14977 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73392

[startup+102.3 s]
/proc/loadavg: 2.65 1.58 1.46 3/176 17102
/proc/meminfo: memFree=15495584/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=73392 CPUtime=102.29 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 29724 0 0 0 10223 6 0 0 25 0 1 0 511838909 75153408 15097 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 18348 15097 244 29 0 14977 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 73392

[startup+162.301 s]
/proc/loadavg: 2.27 1.67 1.49 3/176 17104
/proc/meminfo: memFree=15463876/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=92248 CPUtime=162.29 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 34779 0 0 0 16222 7 0 0 25 0 1 0 511838909 94461952 19767 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259463 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 23062 19767 244 29 0 19691 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 92248

[startup+222.301 s]
/proc/loadavg: 2.10 1.73 1.52 3/176 17106
/proc/meminfo: memFree=15476632/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=92248 CPUtime=222.3 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 34779 0 0 0 22223 7 0 0 25 0 1 0 511838909 94461952 19767 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 23062 19767 244 29 0 19691 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 92248

[startup+282.3 s]
/proc/loadavg: 2.08 1.79 1.55 3/176 17107
/proc/meminfo: memFree=15462124/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=92248 CPUtime=282.29 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 34779 0 0 0 28222 7 0 0 25 0 1 0 511838909 94461952 19767 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 23062 19767 244 29 0 19691 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 92248

[startup+342.307 s]
/proc/loadavg: 2.31 1.90 1.60 3/176 17109
/proc/meminfo: memFree=15433952/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=105428 CPUtime=342.3 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 45810 0 0 0 34221 9 0 0 25 0 1 0 511838909 107958272 22551 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 26357 22551 244 29 0 22986 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 105428

[startup+402.3 s]
/proc/loadavg: 2.11 1.92 1.63 3/176 17110
/proc/meminfo: memFree=15412492/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=105428 CPUtime=402.29 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 55134 0 0 0 40219 10 0 0 25 0 1 0 511838909 107958272 23107 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 26357 23107 244 29 0 22986 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 105428

[startup+462.301 s]
/proc/loadavg: 2.04 1.93 1.65 3/176 17112
/proc/meminfo: memFree=15392016/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=154748 CPUtime=462.29 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 71824 0 0 0 46217 12 0 0 25 0 1 0 511838909 158461952 30988 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 38687 30988 244 29 0 35316 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 154748

[startup+522.301 s]
/proc/loadavg: 2.01 1.94 1.66 3/176 17123
/proc/meminfo: memFree=15395224/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=154748 CPUtime=522.3 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 81122 0 0 0 52216 14 0 0 25 0 1 0 511838909 158461952 30797 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 38687 30797 244 29 0 35316 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 154748

[startup+582.301 s]
/proc/loadavg: 2.05 1.96 1.69 3/176 17124
/proc/meminfo: memFree=15425720/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=105428 CPUtime=582.3 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 83705 0 0 0 58215 15 0 0 25 0 1 0 511838909 107958272 23113 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 26357 23113 244 29 0 22986 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 105428

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/176 17218
/proc/meminfo: memFree=15284308/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=204376 CPUtime=4002.38 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 410458 0 0 0 400137 101 0 0 25 0 1 0 511838909 209281024 38980 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 51094 38980 244 29 0 47723 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 204376

[startup+4062.3 s]
/proc/loadavg: 2.03 2.02 1.94 3/176 17220
/proc/meminfo: memFree=15221796/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=204376 CPUtime=4062.38 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 413242 0 0 0 406136 102 0 0 25 0 1 0 511838909 209281024 41698 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 51094 41698 244 29 0 47723 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 204376

[startup+4122.31 s]
/proc/loadavg: 2.01 2.01 1.94 3/176 17231
/proc/meminfo: memFree=15434260/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=124236 CPUtime=4122.37 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 414342 0 0 0 412135 102 0 0 25 0 1 0 511838909 127217664 23541 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 31059 23541 244 29 0 27688 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 124236

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/176 17232
/proc/meminfo: memFree=15330716/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=173556 CPUtime=4182.37 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 425381 0 0 0 418133 104 0 0 25 0 1 0 511838909 177721344 34499 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259381 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 43389 34499 244 29 0 40018 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 173556

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17234
/proc/meminfo: memFree=15264984/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=204376 CPUtime=4242.38 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 428765 0 0 0 424132 106 0 0 25 0 1 0 511838909 209281024 37784 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259471 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 51094 37784 244 29 0 47723 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 204376

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17235
/proc/meminfo: memFree=15202360/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=204376 CPUtime=4302.38 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 431807 0 0 0 430131 107 0 0 25 0 1 0 511838909 209281024 40757 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 51094 40757 244 29 0 47723 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 204376

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17239
/proc/meminfo: memFree=15417368/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=124236 CPUtime=4362.37 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 433873 0 0 0 436129 108 0 0 25 0 1 0 511838909 127217664 23588 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 31059 23588 244 29 0 27688 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 124236

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17242
/proc/meminfo: memFree=15322452/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=173556 CPUtime=4422.38 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 443669 0 0 0 442128 110 0 0 25 0 1 0 511838909 177721344 33330 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 43389 33330 244 29 0 40018 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 173556

[startup+4482.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17243
/proc/meminfo: memFree=15250772/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=204376 CPUtime=4482.39 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 447206 0 0 0 448127 112 0 0 25 0 1 0 511838909 209281024 36761 33554432000 4194304 4309791 140737470975072 18446744073709551615 4253890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 51094 36761 244 29 0 47723 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 204376

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17245
/proc/meminfo: memFree=15184912/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=204376 CPUtime=4542.38 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 450349 0 0 0 454125 113 0 0 25 0 1 0 511838909 209281024 39822 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259463 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 51094 39822 244 29 0 47723 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 204376

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17246
/proc/meminfo: memFree=15338404/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=204376 CPUtime=4602.38 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 453150 0 0 0 460124 114 0 0 25 0 1 0 511838909 209281024 42539 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 51094 42539 244 29 0 47723 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 204376

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17248
/proc/meminfo: memFree=15357620/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=124236 CPUtime=4662.38 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 454271 0 0 0 466123 115 0 0 25 0 1 0 511838909 127217664 23936 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 31059 23936 244 29 0 27688 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 124236

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17250
/proc/meminfo: memFree=15259036/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=173556 CPUtime=4722.39 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 465062 0 0 0 472121 118 0 0 25 0 1 0 511838909 177721344 34657 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 43389 34657 244 29 0 40018 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 173556

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17251
/proc/meminfo: memFree=15198644/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=204376 CPUtime=4782.39 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 468619 0 0 0 478119 120 0 0 25 0 1 0 511838909 209281024 38141 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 51094 38141 244 29 0 47723 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 204376

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17253
/proc/meminfo: memFree=15333032/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=204376 CPUtime=4842.38 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 471457 0 0 0 484118 120 0 0 25 0 1 0 511838909 209281024 40915 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 51094 40915 244 29 0 47723 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 204376

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17254
/proc/meminfo: memFree=15263460/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=204376 CPUtime=4902.39 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 474171 0 0 0 490117 122 0 0 25 0 1 0 511838909 209281024 43567 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 51094 43567 244 29 0 47723 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 204376

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17256
/proc/meminfo: memFree=15260700/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=173556 CPUtime=4962.39 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 482530 0 0 0 496116 123 0 0 25 0 1 0 511838909 177721344 31786 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 43389 31786 244 29 0 40018 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 173556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17257
/proc/meminfo: memFree=15221140/32951132 swapFree=67111528/67111528
[pid=17067] ppid=17065 vsize=173556 CPUtime=5000 cores=0,2,4,6
/proc/17067/stat : 17067 (glueminisat) R 17065 17067 16391 0 -1 4202496 485136 0 0 0 499875 125 0 0 25 0 1 0 511838909 177721344 34325 33554432000 4194304 4309791 140737470975072 18446744073709551615 4259848 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17067/statm: 43389 34325 244 29 0 40018 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 173556

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): 4999.91
CPU time (s): 5000.01
CPU user time (s): 4998.76
CPU system time (s): 1.25681
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 254464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.76
system time used= 1.25681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 485136
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= 10
involuntary context switches= 4194

runsolver used 9.05162 second user time and 18.1192 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-28 16:53:13
IDJOB=3310067
IDBENCH=88062
IDSOLVER=1694
FILE ID=node131/3310067-1304002393
RUNJOBID= node131-1304002392-17053
PBS_JOBID= 13168743
Free space on /tmp= 71380 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310067-1304002393/watcher-3310067-1304002393 -o /tmp/evaluation-result-3310067-1304002393/solver-3310067-1304002393 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3310067-1304002393.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=1293023356

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      15929072 kB
Buffers:       1026428 kB
Cached:       15405732 kB
SwapCached:          0 kB
Active:        6627320 kB
Inactive:      9875160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15929072 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6944 kB
Writeback:           8 kB
AnonPages:       69124 kB
Mapped:          14712 kB
Slab:           456284 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   192264 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71292 MiB
End job on node131 at 2011-04-28 18:16:35