Trace number 3439890

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.18 5000

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2102.85
Satisfiable
(Un)Satisfiability was proved
Number of variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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-3439890-1306900490/watcher-3439890-1306900490 -o /tmp/evaluation-result-3439890-1306900490/solver-3439890-1306900490 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3439890-1306900490.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: 2.01 1.94 1.84 3/515 24294
/proc/meminfo: memFree=5374232/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=32792 CPUtime=0 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 3288 0 0 0 0 0 0 0 23 0 1 0 880279744 33579008 3226 33554432000 4194304 4300056 140735536573536 18446744073709551615 4284721 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 8198 3228 220 26 0 4830 0

[startup+0.091272 s]
/proc/loadavg: 2.01 1.94 1.84 3/515 24294
/proc/meminfo: memFree=5374232/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=56124 CPUtime=0.08 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 8252 0 0 0 7 1 0 0 23 0 1 0 880279744 57470976 7984 33554432000 4194304 4300056 140735536573536 18446744073709551615 256415391488 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 14031 7985 220 26 0 10663 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56124

[startup+0.100269 s]
/proc/loadavg: 2.01 1.94 1.84 3/515 24294
/proc/meminfo: memFree=5374232/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=57048 CPUtime=0.09 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 8558 0 0 0 8 1 0 0 23 0 1 0 880279744 58417152 8290 33554432000 4194304 4300056 140735536573536 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 14262 8291 220 26 0 10894 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57048

[startup+0.300228 s]
/proc/loadavg: 2.01 1.94 1.84 3/515 24294
/proc/meminfo: memFree=5374232/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=76996 CPUtime=0.29 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 14638 0 0 0 27 2 0 0 25 0 1 0 880279744 78843904 13727 33554432000 4194304 4300056 140735536573536 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 19249 13727 220 26 0 15881 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76996

[startup+0.701155 s]
/proc/loadavg: 2.01 1.94 1.84 3/515 24294
/proc/meminfo: memFree=5374232/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=109796 CPUtime=0.69 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 23158 0 0 0 66 3 0 0 25 0 1 0 880279744 112431104 21025 33554432000 4194304 4300056 140735536573536 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 27449 21027 220 26 0 24081 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 109796

[startup+1.501 s]
/proc/loadavg: 2.01 1.94 1.84 3/516 24295
/proc/meminfo: memFree=5255808/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=145900 CPUtime=1.49 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 33899 0 0 0 143 6 0 0 25 0 1 0 880279744 149401600 30393 33554432000 4194304 4300056 140735536573536 18446744073709551615 4217712 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 36475 30393 227 26 0 33107 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 145900

[startup+3.1007 s]
/proc/loadavg: 2.01 1.94 1.84 3/516 24295
/proc/meminfo: memFree=5231084/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=135836 CPUtime=3.09 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 43598 0 0 0 301 8 0 0 25 0 1 0 880279744 139096064 28142 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 33959 28142 246 26 0 30591 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 135836

[startup+6.3011 s]
/proc/loadavg: 2.01 1.94 1.84 3/516 24295
/proc/meminfo: memFree=5257132/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=135836 CPUtime=6.29 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 44050 0 0 0 621 8 0 0 25 0 1 0 880279744 139096064 28590 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 33959 28590 246 26 0 30591 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 135836

[startup+12.7009 s]
/proc/loadavg: 2.01 1.94 1.84 3/516 24295
/proc/meminfo: memFree=5250496/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=147512 CPUtime=12.69 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 44764 0 0 0 1261 8 0 0 25 0 1 0 880279744 151052288 29297 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 36878 29297 246 26 0 33510 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 147512

[startup+25.5005 s]
/proc/loadavg: 2.01 1.95 1.84 3/516 24295
/proc/meminfo: memFree=5236456/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=147512 CPUtime=25.49 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 46462 0 0 0 2540 9 0 0 25 0 1 0 880279744 151052288 30989 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 36878 30989 246 26 0 33510 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 147512

[startup+51.1006 s]
/proc/loadavg: 2.00 1.95 1.85 3/516 24296
/proc/meminfo: memFree=5206280/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=166480 CPUtime=51.09 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 50310 0 0 0 5100 9 0 0 25 0 1 0 880279744 170475520 34813 33554432000 4194304 4300056 140735536573536 18446744073709551615 4254772 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 41620 34813 246 26 0 38252 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 166480

[startup+102.32 s]
/proc/loadavg: 2.00 1.95 1.85 3/516 24297
/proc/meminfo: memFree=5149744/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=197300 CPUtime=102.32 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 58621 0 0 0 10220 12 0 0 25 0 1 0 880279744 202035200 43095 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 49325 43095 246 26 0 45957 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 197300

[startup+162.301 s]
/proc/loadavg: 2.00 1.96 1.86 3/516 24299
/proc/meminfo: memFree=5080516/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=247388 CPUtime=162.3 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 68848 0 0 0 16216 14 0 0 25 0 1 0 880279744 253325312 53291 33554432000 4194304 4300056 140735536573536 18446744073709551615 4262820 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 61847 53291 246 26 0 58479 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 247388

[startup+222.301 s]
/proc/loadavg: 2.00 1.96 1.86 3/516 24300
/proc/meminfo: memFree=5013244/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=328776 CPUtime=222.3 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 79188 0 0 0 22212 18 0 0 25 0 1 0 880279744 336666624 63612 33554432000 4194304 4300056 140735536573536 18446744073709551615 4254711 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 82194 63612 246 26 0 78826 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 328776

[startup+282.301 s]
/proc/loadavg: 2.00 1.97 1.87 3/516 24302
/proc/meminfo: memFree=4951072/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=328776 CPUtime=282.3 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 89219 0 0 0 28209 21 0 0 25 0 1 0 880279744 336666624 73615 33554432000 4194304 4300056 140735536573536 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 82194 73615 246 26 0 78826 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 328776

[startup+342.3 s]
/proc/loadavg: 2.12 2.00 1.88 3/516 24304
/proc/meminfo: memFree=4884796/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=462272 CPUtime=342.3 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 99366 0 0 0 34207 23 0 0 25 0 1 0 880279744 473366528 83738 33554432000 4194304 4300056 140735536573536 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 115568 83738 246 26 0 112200 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 462272

[startup+402.301 s]
/proc/loadavg: 2.18 2.04 1.91 3/516 24314
/proc/meminfo: memFree=4825708/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=464672 CPUtime=402.31 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 108836 0 0 0 40204 27 0 0 25 0 1 0 880279744 475824128 93184 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 116168 93184 246 26 0 112800 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 464672

[startup+462.301 s]
/proc/loadavg: 2.06 2.03 1.91 3/516 24316
/proc/meminfo: memFree=4764388/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=466608 CPUtime=462.31 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 118209 0 0 0 46201 30 0 0 25 0 1 0 880279744 477806592 102543 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 116652 102543 246 26 0 113284 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 466608

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 1.91 3/516 24317
/proc/meminfo: memFree=4706164/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=468384 CPUtime=522.31 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 127157 0 0 0 52199 32 0 0 25 0 1 0 880279744 479625216 111475 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 117096 111475 246 26 0 113728 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 468384

[startup+582.301 s]
/proc/loadavg: 2.01 2.02 1.91 3/516 24319
/proc/meminfo: memFree=4652528/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=685056 CPUtime=582.31 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 135264 0 0 0 58197 34 0 0 25 0 1 0 880279744 701497344 119569 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 171264 119569 246 26 0 167896 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 685056

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.21 2.08 2.02 3/516 24481
/proc/meminfo: memFree=3169616/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2585500 CPUtime=4062.46 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 456801 0 0 0 406093 153 0 0 25 0 1 0 880279744 2647552000 440481 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 646375 440481 246 26 0 643007 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 2585500

[startup+4122.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/516 24482
/proc/meminfo: memFree=3097264/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2586520 CPUtime=4122.44 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 460888 0 0 0 412090 154 0 0 25 0 1 0 880279744 2648596480 444557 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 646630 444557 246 26 0 643262 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 2586520

[startup+4182.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/516 24484
/proc/meminfo: memFree=3032716/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2587920 CPUtime=4182.44 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 465542 0 0 0 418089 155 0 0 25 0 1 0 880279744 2650030080 449207 33554432000 4194304 4300056 140735536573536 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 646980 449207 246 26 0 643612 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 2587920

[startup+4242.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/516 24486
/proc/meminfo: memFree=2975624/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2588348 CPUtime=4242.44 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 470363 0 0 0 424087 157 0 0 25 0 1 0 880279744 2650468352 454019 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 647087 454019 246 26 0 643719 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 2588348

[startup+4302.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/516 24487
/proc/meminfo: memFree=2920504/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2589944 CPUtime=4302.44 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 473121 0 0 0 430085 159 0 0 25 0 1 0 880279744 2652102656 456772 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 647486 456772 246 26 0 644118 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 2589944

[startup+4362.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/516 24489
/proc/meminfo: memFree=2853736/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2590208 CPUtime=4362.45 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 477296 0 0 0 436084 161 0 0 25 0 1 0 880279744 2652372992 460940 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 647552 460940 246 26 0 644184 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 2590208

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 24490
/proc/meminfo: memFree=2779652/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2591136 CPUtime=4422.45 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 481164 0 0 0 442083 162 0 0 25 0 1 0 880279744 2653323264 464805 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 647784 464805 246 26 0 644416 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 2591136

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 24492
/proc/meminfo: memFree=2722928/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2591292 CPUtime=4482.45 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 485530 0 0 0 448081 164 0 0 25 0 1 0 880279744 2653483008 469161 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 647823 469161 246 26 0 644455 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 2591292

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 24494
/proc/meminfo: memFree=2648344/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2592044 CPUtime=4542.45 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 490064 0 0 0 454079 166 0 0 25 0 1 0 880279744 2654253056 473685 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 648011 473685 246 26 0 644643 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 2592044

[startup+4602.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/516 24495
/proc/meminfo: memFree=2574616/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2593144 CPUtime=4602.47 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 493081 0 0 0 460081 166 0 0 25 0 1 0 880279744 2655379456 476694 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 648286 476694 246 26 0 644918 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 2593144

[startup+4662.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/516 24497
/proc/meminfo: memFree=2505852/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2593928 CPUtime=4662.45 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 496557 0 0 0 466078 167 0 0 25 0 1 0 880279744 2656182272 480164 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 648482 480164 246 26 0 645114 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 2593928

[startup+4722.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/516 24498
/proc/meminfo: memFree=2443800/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2593928 CPUtime=4722.47 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 499904 0 0 0 472079 168 0 0 25 0 1 0 880279744 2656182272 483503 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 648482 483503 246 26 0 645114 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 2593928

[startup+4782.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/516 24500
/proc/meminfo: memFree=2380632/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2594388 CPUtime=4782.46 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 502930 0 0 0 478077 169 0 0 25 0 1 0 880279744 2656653312 486521 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 648597 486521 246 26 0 645229 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 2594388

[startup+4842.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/516 24502
/proc/meminfo: memFree=2313996/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2595684 CPUtime=4842.47 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 505592 0 0 0 484077 170 0 0 25 0 1 0 880279744 2657980416 489176 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 648921 489176 246 26 0 645553 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 2595684

[startup+4902.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/516 24503
/proc/meminfo: memFree=2242640/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2601152 CPUtime=4902.46 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 511307 0 0 0 490075 171 0 0 25 0 1 0 880279744 2663579648 494885 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 650288 494885 246 26 0 646920 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 2601152

[startup+4962.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/516 24505
/proc/meminfo: memFree=2183324/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2601152 CPUtime=4962.46 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 514487 0 0 0 496073 173 0 0 25 0 1 0 880279744 2663579648 498059 33554432000 4194304 4300056 140735536573536 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 650288 498059 246 26 0 646920 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 2601152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 24506
/proc/meminfo: memFree=2153524/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2601152 CPUtime=5000.08 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 516926 0 0 0 499834 174 0 0 25 0 1 0 880279744 2663579648 500493 33554432000 4194304 4300056 140735536573536 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 650288 500493 246 26 0 646920 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 2601152

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 24506
/proc/meminfo: memFree=2153524/32950928 swapFree=61513528/67111528
[pid=24294] ppid=24292 vsize=2601152 CPUtime=5000.08 cores=0,2,4,6
/proc/24294/stat : 24294 (lr_gl_shr) R 24292 24294 22922 0 -1 4202496 516926 0 0 0 499834 174 0 0 25 0 1 0 880279744 2663579648 500493 33554432000 4194304 4300056 140735536573536 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24294/statm: 650288 500493 246 26 0 646920 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 2601152

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000
CPU time (s): 5000.18
CPU user time (s): 4998.35
CPU system time (s): 1.82572
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 2601152

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

runsolver used 27.4538 second user time and 58.8631 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-01 05:54:51
IDJOB=3439890
IDBENCH=71055
IDSOLVER=1938
FILE ID=node115/3439890-1306900490
RUNJOBID= node115-1306899876-24149
PBS_JOBID= 13488461
Free space on /tmp= 9004 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p1.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439890-1306900490/watcher-3439890-1306900490 -o /tmp/evaluation-result-3439890-1306900490/solver-3439890-1306900490 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3439890-1306900490.cnf -verb=0 -model

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=294204781

node115.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.811
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.62
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.811
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.811
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.75
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.811
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.811
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.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:       5374512 kB
Buffers:         89916 kB
Cached:       14591704 kB
SwapCached:       5172 kB
Active:       18665628 kB
Inactive:      8281216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5374512 kB
SwapTotal:    67111528 kB
SwapFree:     61513528 kB
Dirty:           26704 kB
Writeback:           0 kB
AnonPages:    12263276 kB
Mapped:          33804 kB
Slab:           482980 kB
PageTables:      76492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 152284420 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= 8876 MiB
End job on node115 at 2011-06-01 07:18:13