Trace number 3349395

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) 1299.99 1300.04

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_34.renamed-as.sat05-1926.cnf
MD5SUM349e2f9eff952d4e42f8e1caefaa382b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.3457
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

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

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: 1.77 2.34 2.97 5/388 16973
/proc/meminfo: memFree=28321696/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=20192 CPUtime=0 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 646 0 0 0 0 0 0 0 22 0 1 0 609021916 20676608 573 33554432000 4194304 4300056 140735155820352 18446744073709551615 4286350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 5048 573 218 26 0 1680 0

[startup+0.0158549 s]
/proc/loadavg: 1.77 2.34 2.97 5/388 16973
/proc/meminfo: memFree=28321696/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=20324 CPUtime=0 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 711 0 0 0 0 0 0 0 22 0 1 0 609021916 20811776 632 33554432000 4194304 4300056 140735155820352 18446744073709551615 251814240000 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 5081 632 218 26 0 1713 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 20324

[startup+0.100845 s]
/proc/loadavg: 1.77 2.34 2.97 5/388 16973
/proc/meminfo: memFree=28321696/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=27656 CPUtime=0.08 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 4037 0 0 0 8 0 0 0 22 0 1 0 609021916 28319744 3454 33554432000 4194304 4300056 140735155820352 18446744073709551615 4230569 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 6914 3454 226 26 0 3546 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27656

[startup+0.300865 s]
/proc/loadavg: 1.77 2.34 2.97 5/388 16973
/proc/meminfo: memFree=28321696/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=27944 CPUtime=0.28 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 4082 0 0 0 28 0 0 0 23 0 1 0 609021916 28614656 3499 33554432000 4194304 4300056 140735155820352 18446744073709551615 4230665 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 6986 3499 226 26 0 3618 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 27944

[startup+0.700803 s]
/proc/loadavg: 1.77 2.34 2.97 5/388 16973
/proc/meminfo: memFree=28321696/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=27132 CPUtime=0.68 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 4927 0 0 0 68 0 0 0 25 0 1 0 609021916 27783168 3123 33554432000 4194304 4300056 140735155820352 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 6783 3123 243 26 0 3415 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 27132

[startup+1.50067 s]
/proc/loadavg: 1.95 2.37 2.97 5/389 16974
/proc/meminfo: memFree=28181760/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=29852 CPUtime=1.49 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 5387 0 0 0 148 1 0 0 25 0 1 0 609021916 30568448 3572 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 7463 3572 244 26 0 4095 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29852

[startup+3.10034 s]
/proc/loadavg: 1.95 2.37 2.97 5/389 16974
/proc/meminfo: memFree=28043624/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=34272 CPUtime=3.09 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 6099 0 0 0 308 1 0 0 25 0 1 0 609021916 35094528 4265 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 8568 4265 244 26 0 5200 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34272

[startup+6.3008 s]
/proc/loadavg: 1.95 2.37 2.97 5/395 16986
/proc/meminfo: memFree=27266264/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=41676 CPUtime=6.28 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 7273 0 0 0 627 1 0 0 25 0 1 0 609021916 42676224 5403 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 10419 5403 247 26 0 7051 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41676

[startup+12.7007 s]
/proc/loadavg: 2.49 2.47 3.00 5/398 16992
/proc/meminfo: memFree=26601968/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=43552 CPUtime=12.69 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 9468 0 0 0 1267 2 0 0 25 0 1 0 609021916 44597248 7548 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 10888 7548 247 26 0 7520 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43552

[startup+25.5006 s]
/proc/loadavg: 2.72 2.52 3.01 5/398 16992
/proc/meminfo: memFree=26515244/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=59140 CPUtime=25.49 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 13130 0 0 0 2546 3 0 0 25 0 1 0 609021916 60559360 11120 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 14785 11120 247 26 0 11417 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59140

[startup+51.1003 s]
/proc/loadavg: 3.16 2.64 3.03 5/395 17023
/proc/meminfo: memFree=27271468/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=68024 CPUtime=51.07 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 23219 0 0 0 5102 5 0 0 25 0 1 0 609021916 69656576 12344 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256018 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 17006 12344 247 26 0 13638 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 68024

[startup+102.301 s]
/proc/loadavg: 3.66 2.87 3.09 4/395 17064
/proc/meminfo: memFree=27298564/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=93600 CPUtime=102.23 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 37419 0 0 0 10214 9 0 0 25 0 1 0 609021916 95846400 15799 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 23400 15799 247 26 0 20032 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 93600

[startup+162.301 s]
/proc/loadavg: 3.91 3.08 3.15 5/398 17077
/proc/meminfo: memFree=27312432/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=97728 CPUtime=162.23 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 51359 0 0 0 16209 14 0 0 25 0 1 0 609021916 100073472 18182 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 24432 18182 247 26 0 21064 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 97728

[startup+222.301 s]
/proc/loadavg: 3.96 3.25 3.20 6/398 17079
/proc/meminfo: memFree=27268004/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=102304 CPUtime=222.24 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 64422 0 0 0 22205 19 0 0 25 0 1 0 609021916 104759296 18305 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 25576 18305 247 26 0 22208 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 102304

[startup+282.3 s]
/proc/loadavg: 4.06 3.40 3.25 5/398 17081
/proc/meminfo: memFree=27289172/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=108220 CPUtime=282.23 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 79060 0 0 0 28199 24 0 0 25 0 1 0 609021916 110817280 19260 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 27055 19260 247 26 0 23687 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 108220

[startup+342.3 s]
/proc/loadavg: 4.02 3.50 3.29 5/398 17082
/proc/meminfo: memFree=27276604/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=93660 CPUtime=342.23 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 93410 0 0 0 34194 29 0 0 25 0 1 0 609021916 95907840 19655 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256237 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 23415 19655 247 26 0 20047 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 93660

[startup+402.3 s]
/proc/loadavg: 4.01 3.59 3.33 5/398 17083
/proc/meminfo: memFree=27266144/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=80068 CPUtime=402.24 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 105836 0 0 0 40189 35 0 0 25 0 1 0 609021916 81989632 16229 33554432000 4194304 4300056 140735155820352 18446744073709551615 4252579 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 20017 16229 247 26 0 16649 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 80068

[startup+462.3 s]
/proc/loadavg: 4.12 3.71 3.39 5/398 17139
/proc/meminfo: memFree=27313028/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=148712 CPUtime=462.23 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 117291 0 0 0 46185 38 0 0 25 0 1 0 609021916 152281088 27354 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 37178 27354 247 26 0 33810 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 148712

[startup+522.301 s]
/proc/loadavg: 4.12 3.79 3.43 6/398 17195
/proc/meminfo: memFree=27334404/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=117892 CPUtime=522.25 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 128861 0 0 0 52183 42 0 0 25 0 1 0 609021916 120721408 23556 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 29473 23556 247 26 0 26105 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 117892

[startup+582.301 s]
/proc/loadavg: 4.04 3.82 3.47 6/398 17223
/proc/meminfo: memFree=27276028/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=106468 CPUtime=582.24 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 143401 0 0 0 58176 48 0 0 25 0 1 0 609021916 109023232 22247 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 26617 22247 247 26 0 23249 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 106468

[startup+642.315 s]
/proc/loadavg: 4.01 3.85 3.50 6/398 17233
/proc/meminfo: memFree=27202288/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=156256 CPUtime=642.25 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 151914 0 0 0 64173 52 0 0 25 0 1 0 609021916 160006144 30525 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 39064 30525 247 26 0 35696 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 156256

[startup+702.301 s]
/proc/loadavg: 4.00 3.88 3.53 6/398 17235
/proc/meminfo: memFree=27166540/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=125436 CPUtime=702.24 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 164254 0 0 0 70164 60 0 0 25 0 1 0 609021916 128446464 26159 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256160 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 31359 26159 247 26 0 27991 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 125436

[startup+762.301 s]
/proc/loadavg: 4.00 3.90 3.55 5/398 17236
/proc/meminfo: memFree=27189548/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=101732 CPUtime=762.24 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 175632 0 0 0 76157 67 0 0 25 0 1 0 609021916 104173568 20467 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 25433 20467 247 26 0 22065 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 101732

[startup+822.301 s]
/proc/loadavg: 4.00 3.91 3.58 5/398 17240
/proc/meminfo: memFree=27181412/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=163196 CPUtime=822.25 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 185328 0 0 0 82152 73 0 0 25 0 1 0 609021916 167112704 29853 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 40799 29853 247 26 0 37431 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 163196

[startup+882.301 s]
/proc/loadavg: 4.07 3.95 3.61 5/398 17243
/proc/meminfo: memFree=27234760/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=132376 CPUtime=882.24 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 196896 0 0 0 88145 79 0 0 25 0 1 0 609021916 135553024 24922 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 33094 24922 247 26 0 29726 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 132376

[startup+942.3 s]
/proc/loadavg: 4.06 3.97 3.64 5/398 17244
/proc/meminfo: memFree=27124596/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=163196 CPUtime=942.24 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 205076 0 0 0 94140 84 0 0 25 0 1 0 609021916 167112704 32880 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 40799 32880 247 26 0 37431 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 163196

[startup+1002.3 s]
/proc/loadavg: 4.02 3.97 3.66 5/398 17246
/proc/meminfo: memFree=27149736/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=137948 CPUtime=1002.24 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 217937 0 0 0 100135 89 0 0 25 0 1 0 609021916 141258752 27106 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256566 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 34487 27106 247 26 0 31119 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 137948

[startup+1062.3 s]
/proc/loadavg: 3.71 3.91 3.65 4/392 17264
/proc/meminfo: memFree=27255628/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=168768 CPUtime=1062.25 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 225546 0 0 0 106131 94 0 0 25 0 1 0 609021916 172818432 34522 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 42192 34522 247 26 0 38824 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 168768

[startup+1122.3 s]
/proc/loadavg: 3.35 3.77 3.62 5/392 17266
/proc/meminfo: memFree=27281748/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=137948 CPUtime=1122.25 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 236503 0 0 0 112124 101 0 0 25 0 1 0 609021916 141258752 26715 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 34487 26715 247 26 0 31119 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 137948

[startup+1182.3 s]
/proc/loadavg: 3.13 3.63 3.58 5/392 17268
/proc/meminfo: memFree=27243256/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=168768 CPUtime=1182.26 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 244387 0 0 0 118121 105 0 0 25 0 1 0 609021916 172818432 34365 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 42192 34365 247 26 0 38824 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 168768

[startup+1242.3 s]
/proc/loadavg: 3.05 3.51 3.54 5/392 17269
/proc/meminfo: memFree=27259708/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=145108 CPUtime=1242.25 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 256624 0 0 0 124113 112 0 0 25 0 1 0 609021916 148590592 28114 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 36277 28114 247 26 0 32909 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 145108



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.62 3.33 3.47 3/386 17287
/proc/meminfo: memFree=28078060/32950928 swapFree=44388816/67111528
[pid=16973] ppid=16971 vsize=175928 CPUtime=1299.97 cores=5,7
/proc/16973/stat : 16973 (lr_gl_shr) R 16971 16973 15673 0 -1 4202496 263007 0 0 0 129881 116 0 0 25 0 1 0 609021916 180150272 34295 33554432000 4194304 4300056 140735155820352 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16973/statm: 43982 34295 247 26 0 40614 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 175928

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.04
CPU time (s): 1299.99
CPU user time (s): 1298.82
CPU system time (s): 1.17482
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 175928

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

runsolver used 4.68329 second user time and 11.8772 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-09 22:50:32
IDJOB=3349395
IDBENCH=85965
IDSOLVER=1813
FILE ID=node126/3349395-1304974232
RUNJOBID= node126-1304974232-16952
PBS_JOBID= 13285624
Free space on /tmp= 50708 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_34.renamed-as.sat05-1926.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349395-1304974232/watcher-3349395-1304974232 -o /tmp/evaluation-result-3349395-1304974232/solver-3349395-1304974232 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349395-1304974232.cnf -verb=0 -model

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=740518366

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.80
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.783
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28321984 kB
Buffers:        147372 kB
Cached:        1294592 kB
SwapCached:      92124 kB
Active:         350108 kB
Inactive:      4060512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28321984 kB
SwapTotal:    67111528 kB
SwapFree:     44388816 kB
Dirty:           45508 kB
Writeback:           0 kB
AnonPages:     2889108 kB
Mapped:          14832 kB
Slab:            76892 kB
PageTables:      76300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88103444 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= 50744 MiB
End job on node126 at 2011-05-09 23:12:14