Trace number 3349995

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_NOSHR 2011-03-02? (TO) 1300.05 1300.02

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

running on 2 cores: 4,6

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.09 2.63 3.40 4/294 12380
/proc/meminfo: memFree=26210788/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=19748 CPUtime=0 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 517 0 0 0 0 0 0 0 23 0 1 0 589816131 20221952 451 33554432000 4194304 4300056 140735943357072 18446744073709551615 4286350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 4937 451 218 26 0 1569 0

[startup+0.100254 s]
/proc/loadavg: 1.09 2.63 3.40 4/294 12380
/proc/meminfo: memFree=26210788/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=27796 CPUtime=0.09 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 4041 0 0 0 9 0 0 0 23 0 1 0 589816131 28463104 3457 33554432000 4194304 4300056 140735943357072 18446744073709551615 4230509 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 6949 3457 226 26 0 3581 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27796

[startup+0.200236 s]
/proc/loadavg: 1.09 2.63 3.40 4/294 12380
/proc/meminfo: memFree=26210788/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=27796 CPUtime=0.19 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 4055 0 0 0 19 0 0 0 24 0 1 0 589816131 28463104 3471 33554432000 4194304 4300056 140735943357072 18446744073709551615 4230227 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 6949 3471 226 26 0 3581 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 27796

[startup+0.300221 s]
/proc/loadavg: 1.09 2.63 3.40 4/294 12380
/proc/meminfo: memFree=26210788/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=27944 CPUtime=0.29 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 4082 0 0 0 29 0 0 0 25 0 1 0 589816131 28614656 3498 33554432000 4194304 4300056 140735943357072 18446744073709551615 4230341 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 6986 3498 226 26 0 3618 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27944

[startup+0.701169 s]
/proc/loadavg: 1.09 2.63 3.40 4/294 12380
/proc/meminfo: memFree=26210788/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=27132 CPUtime=0.69 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 4923 0 0 0 68 1 0 0 25 0 1 0 589816131 27783168 3119 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 6783 3119 243 26 0 3415 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27132

[startup+1.50102 s]
/proc/loadavg: 1.33 2.66 3.41 5/298 12387
/proc/meminfo: memFree=26101656/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=29852 CPUtime=1.49 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 5475 0 0 0 148 1 0 0 25 0 1 0 589816131 30568448 3660 33554432000 4194304 4300056 140735943357072 18446744073709551615 4251348 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 7463 3660 244 26 0 4095 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29852

[startup+3.10073 s]
/proc/loadavg: 1.33 2.66 3.41 5/298 12387
/proc/meminfo: memFree=26008432/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=34272 CPUtime=3.09 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 6368 0 0 0 307 2 0 0 25 0 1 0 589816131 35094528 4523 33554432000 4194304 4300056 140735943357072 18446744073709551615 4262409 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 8568 4523 244 26 0 5200 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34272

[startup+6.30112 s]
/proc/loadavg: 1.33 2.66 3.41 5/304 12399
/proc/meminfo: memFree=25347944/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=42156 CPUtime=6.29 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 8031 0 0 0 625 4 0 0 25 0 1 0 589816131 43167744 6156 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 10539 6156 244 26 0 7171 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42156

[startup+12.7009 s]
/proc/loadavg: 2.03 2.76 3.43 6/304 12399
/proc/meminfo: memFree=25339732/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=56256 CPUtime=12.69 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 11054 0 0 0 1263 6 0 0 25 0 1 0 589816131 57606144 9107 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 14064 9107 244 26 0 10696 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56256

[startup+25.5006 s]
/proc/loadavg: 2.33 2.80 3.44 5/304 12399
/proc/meminfo: memFree=25229808/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=79076 CPUtime=25.5 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 15589 0 0 0 2542 8 0 0 25 0 1 0 589816131 80973824 13554 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 19769 13554 244 26 0 16401 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 79076

[startup+51.1009 s]
/proc/loadavg: 2.90 2.90 3.45 5/301 12403
/proc/meminfo: memFree=25582300/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=83316 CPUtime=51.09 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 28018 0 0 0 5098 11 0 0 25 0 1 0 589816131 85315584 15286 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 20829 15286 244 26 0 17461 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83316

[startup+102.3 s]
/proc/loadavg: 3.56 3.08 3.48 6/304 12456
/proc/meminfo: memFree=25970784/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=89940 CPUtime=102.29 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 52058 0 0 0 10212 17 0 0 25 0 1 0 589816131 92098560 16637 33554432000 4194304 4300056 140735943357072 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 22485 16637 244 26 0 19117 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 89940

[startup+162.3 s]
/proc/loadavg: 3.87 3.26 3.52 6/304 12511
/proc/meminfo: memFree=25985228/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=98424 CPUtime=162.29 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 77708 0 0 0 16205 24 0 0 25 0 1 0 589816131 100786176 17243 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 24606 17243 244 26 0 21238 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 98424

[startup+222.311 s]
/proc/loadavg: 4.02 3.41 3.55 5/304 12513
/proc/meminfo: memFree=25939272/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=83816 CPUtime=222.3 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 101813 0 0 0 22202 28 0 0 25 0 1 0 589816131 85827584 15805 33554432000 4194304 4300056 140735943357072 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 20954 15805 244 26 0 17586 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 83816

[startup+282.3 s]
/proc/loadavg: 4.04 3.53 3.58 5/304 12514
/proc/meminfo: memFree=25945324/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=138212 CPUtime=282.3 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 121766 0 0 0 28197 33 0 0 25 0 1 0 589816131 141529088 23440 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 34553 23440 246 26 0 31185 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 138212

[startup+342.301 s]
/proc/loadavg: 4.01 3.61 3.60 5/304 12516
/proc/meminfo: memFree=25908184/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=111856 CPUtime=342.29 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 147371 0 0 0 34190 39 0 0 25 0 1 0 589816131 114540544 22099 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 27964 22099 246 26 0 24596 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 111856

[startup+402.301 s]
/proc/loadavg: 4.00 3.68 3.63 5/304 12517
/proc/meminfo: memFree=25896628/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=100416 CPUtime=402.3 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 170782 0 0 0 40184 46 0 0 25 0 1 0 589816131 102825984 18507 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 25104 18507 246 26 0 21736 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 100416

[startup+462.301 s]
/proc/loadavg: 4.00 3.74 3.65 6/304 12519
/proc/meminfo: memFree=25886264/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=122584 CPUtime=462.3 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 190504 0 0 0 46178 52 0 0 25 0 1 0 589816131 125526016 24289 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256538 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 30646 24289 246 26 0 27278 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 122584

[startup+522.301 s]
/proc/loadavg: 4.00 3.78 3.66 5/304 12521
/proc/meminfo: memFree=25915484/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=126584 CPUtime=522.3 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 214927 0 0 0 52174 56 0 0 25 0 1 0 589816131 129622016 22859 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 31646 22859 246 26 0 28278 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 126584

[startup+582.301 s]
/proc/loadavg: 4.00 3.82 3.68 6/304 12522
/proc/meminfo: memFree=25884672/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=99808 CPUtime=582.31 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 238174 0 0 0 58168 63 0 0 25 0 1 0 589816131 102203392 20199 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 24952 20199 246 26 0 21584 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 99808

[startup+642.301 s]
/proc/loadavg: 4.10 3.88 3.71 6/304 12524
/proc/meminfo: memFree=25834532/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=135144 CPUtime=642.31 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 259033 0 0 0 64163 68 0 0 25 0 1 0 589816131 138387456 27793 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 33786 27793 246 26 0 30418 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 135144

[startup+702.301 s]
/proc/loadavg: 4.04 3.90 3.73 6/304 12525
/proc/meminfo: memFree=25851092/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=120028 CPUtime=702.3 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 282326 0 0 0 70158 72 0 0 25 0 1 0 589816131 122908672 23217 33554432000 4194304 4300056 140735943357072 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 30007 23217 246 26 0 26639 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 120028

[startup+762.301 s]
/proc/loadavg: 4.01 3.91 3.74 6/304 12527
/proc/meminfo: memFree=25792272/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=142400 CPUtime=762.31 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 302489 0 0 0 76155 76 0 0 25 0 1 0 589816131 145817600 30168 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 35600 30168 246 26 0 32232 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 142400

[startup+822.301 s]
/proc/loadavg: 4.08 3.96 3.76 6/304 12529
/proc/meminfo: memFree=25790364/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=145256 CPUtime=822.31 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 326598 0 0 0 82149 82 0 0 25 0 1 0 589816131 148742144 28790 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 36314 28790 246 26 0 32946 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 145256

[startup+882.312 s]
/proc/loadavg: 4.03 3.96 3.77 6/304 12539
/proc/meminfo: memFree=25803908/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=148524 CPUtime=882.32 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 344995 0 0 0 88146 86 0 0 25 0 1 0 589816131 152088576 31810 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 37131 31810 246 26 0 33763 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 148524

[startup+942.301 s]
/proc/loadavg: 4.01 3.97 3.79 6/304 12541
/proc/meminfo: memFree=25832744/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=131920 CPUtime=942.31 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 368808 0 0 0 94140 91 0 0 25 0 1 0 589816131 135086080 27583 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 32980 27583 246 26 0 29612 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 131920

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.80 6/304 12543
/proc/meminfo: memFree=25772408/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=153668 CPUtime=1002.31 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 388195 0 0 0 100135 96 0 0 25 0 1 0 589816131 157356032 32780 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 38417 32780 246 26 0 35049 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 153668

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.81 6/304 12544
/proc/meminfo: memFree=25777212/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=137488 CPUtime=1062.31 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 412123 0 0 0 106130 101 0 0 25 0 1 0 589816131 140787712 29052 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 34372 29052 246 26 0 31004 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 137488

[startup+1122.3 s]
/proc/loadavg: 4.13 4.00 3.83 5/304 12546
/proc/meminfo: memFree=25732524/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=189300 CPUtime=1122.31 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 432084 0 0 0 112124 107 0 0 25 0 1 0 589816131 193843200 34908 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 47325 34908 246 26 0 43957 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 189300

[startup+1182.3 s]
/proc/loadavg: 4.13 4.02 3.84 6/304 12547
/proc/meminfo: memFree=25792392/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=159988 CPUtime=1182.31 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 455729 0 0 0 118118 113 0 0 25 0 1 0 589816131 163827712 30749 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256545 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 39997 30749 246 26 0 36629 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 159988

[startup+1242.3 s]
/proc/loadavg: 4.04 4.01 3.85 5/304 12549
/proc/meminfo: memFree=25793084/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=193020 CPUtime=1242.31 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 474673 0 0 0 124113 118 0 0 25 0 1 0 589816131 197652480 35865 33554432000 4194304 4300056 140735943357072 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 48255 35865 246 26 0 44887 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 193020



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.02 3.86 6/304 12550
/proc/meminfo: memFree=25753116/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=197704 CPUtime=1300.03 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 493762 0 0 0 129880 123 0 0 25 0 1 0 589816131 202448896 38726 33554432000 4194304 4300056 140735943357072 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 49426 38726 246 26 0 46058 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 197704

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

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

[startup+1300 s]
/proc/loadavg: 4.10 4.02 3.86 6/304 12550
/proc/meminfo: memFree=25753116/32951124 swapFree=63485424/67111528
[pid=12380] ppid=12378 vsize=197704 CPUtime=1300.03 cores=4,6
/proc/12380/stat : 12380 (lr_gl_shr) R 12378 12380 9758 0 -1 4202496 493762 0 0 0 129880 123 0 0 25 0 1 0 589816131 202448896 38726 33554432000 4194304 4300056 140735943357072 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12380/statm: 49426 38726 246 26 0 46058 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 197704

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1298.81
CPU system time (s): 1.23881
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 204864

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

runsolver used 3.75743 second user time and 8.07277 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-09 22:46:42
IDJOB=3349995
IDBENCH=85965
IDSOLVER=1815
FILE ID=node147/3349995-1304974002
RUNJOBID= node147-1304974002-12357
PBS_JOBID= 13285603
Free space on /tmp= 52868 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 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 -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349995-1304974002/watcher-3349995-1304974002 -o /tmp/evaluation-result-3349995-1304974002/solver-3349995-1304974002 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349995-1304974002.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=1964539274

node147.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.836
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.67
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.836
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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
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.82
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.836
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.76
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.836
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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26211192 kB
Buffers:        168092 kB
Cached:        3335820 kB
SwapCached:      12852 kB
Active:         784216 kB
Inactive:      5760124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26211192 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           11756 kB
Writeback:          16 kB
AnonPages:     3035676 kB
Mapped:          14352 kB
Slab:           104336 kB
PageTables:      29296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 44838876 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= 52864 MiB
End job on node147 at 2011-05-09 23:08:24