Trace number 3349873

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
minisat hack: LR_NOGL_NOSHR 2011-03-02? (TO) 1300.05 1300.02

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 benchmark5.08123
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: 961)

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-3349873-1304974300/watcher-3349873-1304974300 -o /tmp/evaluation-result-3349873-1304974300/solver-3349873-1304974300 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349873-1304974300.cnf -verb=0 -model -no-shrinking -no-glucose 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.96 1.70 2.80 4/256 1917
/proc/meminfo: memFree=17849000/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=20464 CPUtime=0 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 639 0 0 0 0 0 0 0 21 0 1 0 609027933 20955136 581 33554432000 4194304 4300056 140734277282176 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 5116 583 220 26 0 1748 0

[startup+0.060433 s]
/proc/loadavg: 0.96 1.70 2.80 4/256 1917
/proc/meminfo: memFree=17849000/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=25324 CPUtime=0.05 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 2521 0 0 0 5 0 0 0 21 0 1 0 609027933 25931776 2270 33554432000 4194304 4300056 140734277282176 18446744073709551615 4286350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 6331 2271 220 26 0 2963 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25324

[startup+0.100429 s]
/proc/loadavg: 0.96 1.70 2.80 4/256 1917
/proc/meminfo: memFree=17849000/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=30048 CPUtime=0.09 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 4058 0 0 0 8 1 0 0 21 0 1 0 609027933 30769152 3671 33554432000 4194304 4300056 140734277282176 18446744073709551615 4221877 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 7512 3690 220 26 0 4144 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30048

[startup+0.300393 s]
/proc/loadavg: 0.96 1.70 2.80 4/256 1917
/proc/meminfo: memFree=17849000/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=30184 CPUtime=0.29 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 4914 0 0 0 28 1 0 0 22 0 1 0 609027933 30908416 4322 33554432000 4194304 4300056 140734277282176 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 7546 4322 226 26 0 4178 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30184

[startup+0.70032 s]
/proc/loadavg: 0.96 1.70 2.80 4/256 1917
/proc/meminfo: memFree=17849000/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=38592 CPUtime=0.69 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 6931 0 0 0 68 1 0 0 24 0 1 0 609027933 39518208 6339 33554432000 4194304 4300056 140734277282176 18446744073709551615 4215888 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 9648 6339 228 26 0 6280 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38592

[startup+1.50017 s]
/proc/loadavg: 0.96 1.70 2.80 5/263 1930
/proc/meminfo: memFree=17790300/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=37204 CPUtime=1.49 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 8471 0 0 0 148 1 0 0 25 0 1 0 609027933 38096896 5500 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256545 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 9301 5500 243 26 0 5933 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37204

[startup+3.10089 s]
/proc/loadavg: 0.96 1.70 2.80 5/263 1930
/proc/meminfo: memFree=17791552/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=41624 CPUtime=3.09 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 9023 0 0 0 308 1 0 0 25 0 1 0 609027933 42622976 6039 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256105 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 10406 6039 244 26 0 7038 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41624

[startup+6.30031 s]
/proc/loadavg: 1.12 1.72 2.80 6/263 2037
/proc/meminfo: memFree=17745896/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=41624 CPUtime=6.29 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 9907 0 0 0 627 2 0 0 25 0 1 0 609027933 42622976 6899 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 10406 6899 244 26 0 7038 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41624

[startup+12.7011 s]
/proc/loadavg: 1.35 1.76 2.81 5/263 2037
/proc/meminfo: memFree=17717300/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=49632 CPUtime=12.69 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 11529 0 0 0 1267 2 0 0 25 0 1 0 609027933 50823168 8487 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 12408 8487 244 26 0 9040 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49632

[startup+25.5008 s]
/proc/loadavg: 1.94 1.87 2.83 5/263 2038
/proc/meminfo: memFree=17658924/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=64712 CPUtime=25.49 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 14588 0 0 0 2546 3 0 0 25 0 1 0 609027933 66265088 11483 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 16178 11483 244 26 0 12810 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64712

[startup+51.1012 s]
/proc/loadavg: 2.64 2.04 2.86 5/263 2038
/proc/meminfo: memFree=17608012/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=89812 CPUtime=51.09 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 19355 0 0 0 5104 5 0 0 25 0 1 0 609027933 91967488 16182 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256231 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 22453 16182 244 26 0 19085 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89812

[startup+102.31 s]
/proc/loadavg: 3.47 2.35 2.92 5/263 2066
/proc/meminfo: memFree=17582124/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=127256 CPUtime=102.3 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 25816 0 0 0 10222 8 0 0 25 0 1 0 609027933 130310144 22534 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 31814 22534 244 26 0 28446 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 127256

[startup+162.301 s]
/proc/loadavg: 3.90 2.68 3.00 5/263 2093
/proc/meminfo: memFree=17476896/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=136164 CPUtime=162.3 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 32309 0 0 0 16220 10 0 0 25 0 1 0 609027933 139431936 28920 33554432000 4194304 4300056 140734277282176 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 34041 28920 244 26 0 30673 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 136164

[startup+222.301 s]
/proc/loadavg: 4.16 2.97 3.07 5/263 2121
/proc/meminfo: memFree=16963952/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=192248 CPUtime=222.3 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 37566 0 0 0 22218 12 0 0 25 0 1 0 609027933 196861952 34076 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 48062 34076 244 26 0 44694 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 192248

[startup+282.301 s]
/proc/loadavg: 4.06 3.15 3.13 5/263 2123
/proc/meminfo: memFree=16859024/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=119372 CPUtime=282.3 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 48774 0 0 0 28214 16 0 0 25 0 1 0 609027933 122236928 21772 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 29843 21772 244 26 0 26475 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 119372

[startup+342.3 s]
/proc/loadavg: 4.02 3.30 3.18 5/263 2124
/proc/meminfo: memFree=16543316/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=150192 CPUtime=342.3 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 53957 0 0 0 34211 19 0 0 25 0 1 0 609027933 153796608 26829 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 37548 26829 244 26 0 34180 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 150192

[startup+402.3 s]
/proc/loadavg: 3.44 3.27 3.18 4/257 2143
/proc/meminfo: memFree=16584304/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=150340 CPUtime=402.31 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 58469 0 0 0 40210 21 0 0 25 0 1 0 609027933 153948160 31216 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 37585 31216 244 26 0 34217 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 150340

[startup+462.3 s]
/proc/loadavg: 2.72 3.11 3.13 3/251 2161
/proc/meminfo: memFree=16393156/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=202932 CPUtime=462.3 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 63123 0 0 0 46208 22 0 0 25 0 1 0 609027933 207802368 35755 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 50733 35755 244 26 0 47365 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 202932

[startup+522.3 s]
/proc/loadavg: 2.26 2.91 3.05 3/251 2163
/proc/meminfo: memFree=16240088/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=207036 CPUtime=522.3 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 66895 0 0 0 52207 23 0 0 25 0 1 0 609027933 212004864 39467 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 51759 39467 244 26 0 48391 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 207036

[startup+582.301 s]
/proc/loadavg: 2.13 2.75 2.99 3/251 2174
/proc/meminfo: memFree=16191284/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=107056 CPUtime=582.31 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 76217 0 0 0 58204 27 0 0 25 0 1 0 609027933 109625344 22272 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 26764 22272 244 26 0 23396 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 107056

[startup+642.301 s]
/proc/loadavg: 2.09 2.63 2.93 3/251 2175
/proc/meminfo: memFree=16013208/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=137700 CPUtime=642.31 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 83820 0 0 0 64202 29 0 0 25 0 1 0 609027933 141004800 29693 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 34425 29693 244 26 0 31057 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 137700

[startup+702.301 s]
/proc/loadavg: 2.17 2.55 2.88 3/251 2177
/proc/meminfo: memFree=15881112/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=168520 CPUtime=702.31 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 88978 0 0 0 70198 33 0 0 25 0 1 0 609027933 172564480 34707 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 42130 34707 244 26 0 38762 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 168520

[startup+762.31 s]
/proc/loadavg: 2.13 2.47 2.83 3/251 2180
/proc/meminfo: memFree=15743060/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=218608 CPUtime=762.32 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 93645 0 0 0 76197 35 0 0 25 0 1 0 609027933 223854592 39270 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 54652 39270 244 26 0 51284 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 218608

[startup+822.301 s]
/proc/loadavg: 2.05 2.38 2.78 3/251 2183
/proc/meminfo: memFree=15537440/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=218608 CPUtime=822.32 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 98136 0 0 0 82196 36 0 0 25 0 1 0 609027933 223854592 43670 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 54652 43670 244 26 0 51284 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 218608

[startup+882.301 s]
/proc/loadavg: 2.02 2.31 2.72 3/251 2185
/proc/meminfo: memFree=15307260/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=227832 CPUtime=882.31 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 103152 0 0 0 88194 37 0 0 25 0 1 0 609027933 233299968 48595 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 56958 48595 244 26 0 53590 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 227832

[startup+942.301 s]
/proc/loadavg: 2.00 2.25 2.68 3/251 2186
/proc/meminfo: memFree=15254644/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=124276 CPUtime=942.32 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 110924 0 0 0 94192 40 0 0 25 0 1 0 609027933 127258624 25948 33554432000 4194304 4300056 140734277282176 18446744073709551615 4255970 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 31069 25948 244 26 0 27701 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 124276

[startup+1002.3 s]
/proc/loadavg: 2.00 2.20 2.63 3/251 2188
/proc/meminfo: memFree=15092784/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=154920 CPUtime=1002.32 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 118436 0 0 0 100188 44 0 0 25 0 1 0 609027933 158638080 33280 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 38730 33280 244 26 0 35362 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 154920

[startup+1062.3 s]
/proc/loadavg: 2.00 2.16 2.59 3/251 2189
/proc/meminfo: memFree=14967648/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=185740 CPUtime=1062.32 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 123453 0 0 0 106186 46 0 0 25 0 1 0 609027933 190197760 38184 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 46435 38184 244 26 0 43067 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 185740

[startup+1122.3 s]
/proc/loadavg: 2.00 2.13 2.55 3/251 2191
/proc/meminfo: memFree=14849692/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=235828 CPUtime=1122.32 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 127772 0 0 0 112184 48 0 0 25 0 1 0 609027933 241487872 42409 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 58957 42409 244 26 0 55589 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 235828

[startup+1182.3 s]
/proc/loadavg: 2.00 2.10 2.51 3/251 2193
/proc/meminfo: memFree=14749224/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=235828 CPUtime=1182.33 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 131466 0 0 0 118183 50 0 0 25 0 1 0 609027933 241487872 46005 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 58957 46005 244 26 0 55589 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 235828

[startup+1242.3 s]
/proc/loadavg: 2.04 2.10 2.48 3/251 2194
/proc/meminfo: memFree=14643668/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=235828 CPUtime=1242.33 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 134117 0 0 0 124182 51 0 0 25 0 1 0 609027933 241487872 48587 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 58957 48587 244 26 0 55589 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 235828



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.01 2.08 2.45 3/251 2196
/proc/meminfo: memFree=14548520/32951124 swapFree=67056776/67111528
[pid=1917] ppid=1915 vsize=235828 CPUtime=1300.03 cores=5,7
/proc/1917/stat : 1917 (lr_gl_shr) R 1915 1917 876 0 -1 4202496 137280 0 0 0 129951 52 0 0 25 0 1 0 609027933 241487872 51686 33554432000 4194304 4300056 140734277282176 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1917/statm: 58957 51686 244 26 0 55589 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 235828

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): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.52
CPU system time (s): 0.532918
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 235828

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

runsolver used 2.92955 second user time and 7.2489 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-09 22:51:41
IDJOB=3349873
IDBENCH=88062
IDSOLVER=1814
FILE ID=node133/3349873-1304974300
RUNJOBID= node133-1304974300-1890
PBS_JOBID= 13285617
Free space on /tmp= 43140 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349873-1304974300/watcher-3349873-1304974300 -o /tmp/evaluation-result-3349873-1304974300/solver-3349873-1304974300 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349873-1304974300.cnf -verb=0 -model -no-shrinking -no-glucose

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=1524803812

node133.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.834
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.834
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.834
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.82
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17849528 kB
Buffers:        165288 kB
Cached:        7130688 kB
SwapCached:       8416 kB
Active:        7725452 kB
Inactive:      7003060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17849528 kB
SwapTotal:    67111528 kB
SwapFree:     67056776 kB
Dirty:            7388 kB
Writeback:           0 kB
AnonPages:     7430128 kB
Mapped:          21332 kB
Slab:           288168 kB
PageTables:      23952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19229272 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 43064 MiB
End job on node133 at 2011-05-09 23:13:23