Trace number 3440097

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_GL_SHR 2011-03-02? (TO) 5000.09 4999.93

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: 977)

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-3440097-1306944304/watcher-3440097-1306944304 -o /tmp/evaluation-result-3440097-1306944304/solver-3440097-1306944304 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3440097-1306944304.cnf -verb=0 -model 

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: 1.97 2.02 2.00 2/443 2944
/proc/meminfo: memFree=30070544/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/2944/stat : 2944 (runsolver) R 2941 2944 1816 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 884661106 12079104 51 33554432000 4194304 5432328 140736267266496 18446744073709551615 4881591 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/2944/statm: 2949 51 31 303 0 2643 0

[startup+0.110152 s]
/proc/loadavg: 1.97 2.02 2.00 2/443 2944
/proc/meminfo: memFree=30070544/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=28568 CPUtime=0.08 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 3696 0 0 0 8 0 0 0 25 0 1 0 884661106 29253632 3309 33554432000 4194304 4300056 140735144642496 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 7142 3311 220 26 0 3774 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28568

[startup+0.201135 s]
/proc/loadavg: 1.97 2.02 2.00 2/443 2944
/proc/meminfo: memFree=30070544/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=30184 CPUtime=0.17 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 4914 0 0 0 17 0 0 0 25 0 1 0 884661106 30908416 4322 33554432000 4194304 4300056 140735144642496 18446744073709551615 4230407 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 7546 4322 226 26 0 4178 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 30184

[startup+0.301118 s]
/proc/loadavg: 1.97 2.02 2.00 2/443 2944
/proc/meminfo: memFree=30070544/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=30184 CPUtime=0.27 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 4914 0 0 0 27 0 0 0 25 0 1 0 884661106 30908416 4322 33554432000 4194304 4300056 140735144642496 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 7546 4322 226 26 0 4178 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 30184

[startup+0.701044 s]
/proc/loadavg: 1.97 2.02 2.00 2/443 2944
/proc/meminfo: memFree=30070544/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=38592 CPUtime=0.67 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 6931 0 0 0 67 0 0 0 25 0 1 0 884661106 39518208 6339 33554432000 4194304 4300056 140735144642496 18446744073709551615 4230341 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 9648 6339 228 26 0 6280 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 38592

[startup+1.50089 s]
/proc/loadavg: 1.97 2.02 2.00 3/444 2945
/proc/meminfo: memFree=30048348/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=37204 CPUtime=1.47 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 8538 0 0 0 147 0 0 0 25 0 1 0 884661106 38096896 5567 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 9301 5567 244 26 0 5933 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 37204

[startup+3.10059 s]
/proc/loadavg: 1.97 2.02 2.00 3/444 2945
/proc/meminfo: memFree=30046844/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=37204 CPUtime=3.07 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 8932 0 0 0 307 0 0 0 25 0 1 0 884661106 38096896 5951 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 9301 5951 244 26 0 5933 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 37204

[startup+6.30099 s]
/proc/loadavg: 2.05 2.03 2.00 3/444 2945
/proc/meminfo: memFree=30043740/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=41624 CPUtime=6.28 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 9584 0 0 0 627 1 0 0 25 0 1 0 884661106 42622976 6592 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 10406 6592 244 26 0 7038 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41624

[startup+12.7008 s]
/proc/loadavg: 2.05 2.03 2.00 3/444 2945
/proc/meminfo: memFree=30037740/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=49516 CPUtime=12.68 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 10935 0 0 0 1267 1 0 0 25 0 1 0 884661106 50704384 7912 33554432000 4194304 4300056 140735144642496 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 12379 7912 244 26 0 9011 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 49516

[startup+25.5004 s]
/proc/loadavg: 2.04 2.03 2.00 3/444 2946
/proc/meminfo: memFree=30026820/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=64852 CPUtime=25.48 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 13651 0 0 0 2546 2 0 0 25 0 1 0 884661106 66408448 10583 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256027 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 16213 10583 247 26 0 12845 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 64852

[startup+51.1006 s]
/proc/loadavg: 2.02 2.03 2.00 3/444 2946
/proc/meminfo: memFree=30010096/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=89960 CPUtime=51.08 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 17958 0 0 0 5105 3 0 0 25 0 1 0 884661106 92119040 14823 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 22490 14823 247 26 0 19122 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 89960

[startup+102.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/444 2948
/proc/meminfo: memFree=29987116/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=97828 CPUtime=102.28 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 23731 0 0 0 10223 5 0 0 25 0 1 0 884661106 100175872 20486 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 24457 20486 247 26 0 21089 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 97828

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 2949
/proc/meminfo: memFree=29964740/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=135916 CPUtime=162.28 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 29179 0 0 0 16221 7 0 0 25 0 1 0 884661106 139177984 25841 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 33979 25841 247 26 0 30611 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 135916

[startup+222.317 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 2951
/proc/meminfo: memFree=29915696/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=141456 CPUtime=222.3 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 33379 0 0 0 22221 9 0 0 25 0 1 0 884661106 144850944 29979 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 35364 29979 247 26 0 31996 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 141456

[startup+282.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/444 2952
/proc/meminfo: memFree=29933748/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=196960 CPUtime=282.29 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 37481 0 0 0 28219 10 0 0 25 0 1 0 884661106 201687040 34001 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 49240 34001 247 26 0 45872 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 196960

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/444 2954
/proc/meminfo: memFree=29976100/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=123316 CPUtime=342.29 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 48374 0 0 0 34217 12 0 0 25 0 1 0 884661106 126275584 23326 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 30829 23326 247 26 0 27461 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 123316

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 2957
/proc/meminfo: memFree=29959308/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=154136 CPUtime=402.29 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 52686 0 0 0 40215 14 0 0 25 0 1 0 884661106 157835264 27517 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 38534 27517 247 26 0 35166 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 154136

[startup+462.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/444 2958
/proc/meminfo: memFree=29944868/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=154136 CPUtime=462.29 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 56221 0 0 0 46214 15 0 0 25 0 1 0 884661106 157835264 30979 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 38534 30979 247 26 0 35166 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 154136

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/444 2960
/proc/meminfo: memFree=29934532/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=154136 CPUtime=522.29 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 58941 0 0 0 52213 16 0 0 25 0 1 0 884661106 157835264 33624 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256132 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 38534 33624 247 26 0 35166 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 154136

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/444 2961
/proc/meminfo: memFree=29923576/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=204224 CPUtime=582.29 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 61690 0 0 0 58212 17 0 0 25 0 1 0 884661106 209125376 36300 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 51056 36300 247 26 0 47688 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 204224

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.07 1.03 1.09 2/438 3087
/proc/meminfo: memFree=30056640/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=216400 CPUtime=4002.42 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 258608 0 0 0 400152 90 0 0 25 0 1 0 884661106 221593600 42899 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 54100 42899 247 26 0 50732 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 216400

[startup+4062.3 s]
/proc/loadavg: 1.06 1.03 1.09 2/438 3088
/proc/meminfo: memFree=30046276/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=216400 CPUtime=4062.43 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 261161 0 0 0 406151 92 0 0 25 0 1 0 884661106 221593600 45407 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 54100 45407 247 26 0 50732 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 216400

[startup+4122.3 s]
/proc/loadavg: 1.02 1.02 1.08 2/438 3090
/proc/meminfo: memFree=30034200/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=216400 CPUtime=4122.42 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 264275 0 0 0 412150 92 0 0 25 0 1 0 884661106 221593600 48462 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 54100 48462 247 26 0 50732 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 216400

[startup+4182.32 s]
/proc/loadavg: 1.00 1.02 1.08 2/438 3091
/proc/meminfo: memFree=30023716/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=266488 CPUtime=4182.44 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 266886 0 0 0 418151 93 0 0 25 0 1 0 884661106 272883712 50991 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 66622 50991 247 26 0 63254 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 266488

[startup+4242.3 s]
/proc/loadavg: 1.00 1.01 1.07 2/438 3093
/proc/meminfo: memFree=30015588/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=266488 CPUtime=4242.43 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 269088 0 0 0 424149 94 0 0 25 0 1 0 884661106 272883712 53112 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 66622 53112 247 26 0 63254 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 266488

[startup+4302.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/438 3095
/proc/meminfo: memFree=30007328/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=266488 CPUtime=4302.43 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 271119 0 0 0 430148 95 0 0 25 0 1 0 884661106 272883712 55084 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 66622 55084 247 26 0 63254 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 266488

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/438 3096
/proc/meminfo: memFree=30000072/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=266488 CPUtime=4362.43 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 273061 0 0 0 436147 96 0 0 25 0 1 0 884661106 272883712 56976 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 66622 56976 247 26 0 63254 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 266488

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/438 3099
/proc/meminfo: memFree=29992572/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=266488 CPUtime=4422.44 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 274896 0 0 0 442146 98 0 0 25 0 1 0 884661106 272883712 58785 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 66622 58785 247 26 0 63254 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 266488

[startup+4482.3 s]
/proc/loadavg: 1.05 1.01 1.05 2/438 3100
/proc/meminfo: memFree=29985184/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=266488 CPUtime=4482.44 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 276955 0 0 0 448145 99 0 0 25 0 1 0 884661106 272883712 60799 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 66622 60799 247 26 0 63254 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 266488

[startup+4542.3 s]
/proc/loadavg: 1.07 1.02 1.05 2/438 3102
/proc/meminfo: memFree=29978540/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=266488 CPUtime=4542.44 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 278448 0 0 0 454144 100 0 0 25 0 1 0 884661106 272883712 62258 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 66622 62258 247 26 0 63254 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 266488

[startup+4602.3 s]
/proc/loadavg: 1.02 1.02 1.04 2/438 3104
/proc/meminfo: memFree=29972892/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=347876 CPUtime=4602.44 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 279978 0 0 0 460144 100 0 0 25 0 1 0 884661106 356225024 63753 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 86969 63753 247 26 0 83601 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 347876

[startup+4662.3 s]
/proc/loadavg: 1.01 1.01 1.04 2/438 3105
/proc/meminfo: memFree=29966000/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=347876 CPUtime=4662.44 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 281356 0 0 0 466144 100 0 0 25 0 1 0 884661106 356225024 65097 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256260 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 86969 65097 247 26 0 83601 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 347876

[startup+4722.3 s]
/proc/loadavg: 1.00 1.01 1.03 2/438 3107
/proc/meminfo: memFree=29960868/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=347876 CPUtime=4722.45 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 282987 0 0 0 472144 101 0 0 25 0 1 0 884661106 356225024 66686 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 86969 66686 247 26 0 83601 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 347876

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/438 3108
/proc/meminfo: memFree=30071408/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=173880 CPUtime=4782.45 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 292796 0 0 0 478141 104 0 0 25 0 1 0 884661106 178053120 39122 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 43470 39122 247 26 0 40102 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 173880

[startup+4842.32 s]
/proc/loadavg: 1.00 1.00 1.02 2/438 3112
/proc/meminfo: memFree=30052120/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=192848 CPUtime=4842.47 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 297639 0 0 0 484141 106 0 0 25 0 1 0 884661106 197476352 43833 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 48212 43833 247 26 0 44844 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 192848

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/438 3114
/proc/meminfo: memFree=30039532/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=223668 CPUtime=4902.46 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 300936 0 0 0 490138 108 0 0 25 0 1 0 884661106 229036032 47044 33554432000 4194304 4300056 140735144642496 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 55917 47044 247 26 0 52549 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 223668

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/438 3115
/proc/meminfo: memFree=30025456/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=223668 CPUtime=4962.46 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 304561 0 0 0 496137 109 0 0 25 0 1 0 884661106 229036032 50562 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 55917 50562 247 26 0 52549 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 223668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.01 2/438 3117
/proc/meminfo: memFree=30017476/32950928 swapFree=52246700/67111528
[pid=2944] ppid=2941 vsize=273756 CPUtime=5000.06 cores=0,2,4,6
/proc/2944/stat : 2944 (lr_gl_shr) R 2941 2944 1816 0 -1 4202496 306527 0 0 0 499897 109 0 0 25 0 1 0 884661106 280326144 52476 33554432000 4194304 4300056 140735144642496 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2944/statm: 68439 52476 247 26 0 65071 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 273756

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.93
CPU time (s): 5000.09
CPU user time (s): 4998.98
CPU system time (s): 1.10883
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 355144

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

runsolver used 23.3764 second user time and 48.0967 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-01 18:05:04
IDJOB=3440097
IDBENCH=88062
IDSOLVER=1938
FILE ID=node114/3440097-1306944304
RUNJOBID= node114-1306941275-2593
PBS_JOBID= 13488563
Free space on /tmp= 73648 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 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
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3440097-1306944304/watcher-3440097-1306944304 -o /tmp/evaluation-result-3440097-1306944304/solver-3440097-1306944304 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3440097-1306944304.cnf -verb=0 -model

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=1684758931

node114.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.848
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.69
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.848
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	: 5226.15
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.848
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.74
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.848
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.73
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.848
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.75
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.848
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.848
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.848
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:     32950928 kB
MemFree:      30070824 kB
Buffers:        183000 kB
Cached:         235304 kB
SwapCached:      10660 kB
Active:        2328984 kB
Inactive:       283576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30070824 kB
SwapTotal:    67111528 kB
SwapFree:     52246700 kB
Dirty:            3884 kB
Writeback:           0 kB
AnonPages:     2191704 kB
Mapped:          21052 kB
Slab:           135468 kB
PageTables:      62320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108339116 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73648 MiB
End job on node114 at 2011-06-01 19:28:26