Trace number 3350024

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.15 1300.11

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1002.78
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

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-3350024-1304973840/watcher-3350024-1304973840 -o /tmp/evaluation-result-3350024-1304973840/solver-3350024-1304973840 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350024-1304973840.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: 4.01 3.64 3.37 4/376 19461
/proc/meminfo: memFree=22705980/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=20752 CPUtime=0.01 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 816 0 0 0 1 0 0 0 22 0 1 0 589800118 21250048 734 33554432000 4194304 4300056 140735154246192 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 5188 734 219 26 0 1820 0

[startup+0.104429 s]
/proc/loadavg: 4.01 3.64 3.37 4/376 19461
/proc/meminfo: memFree=22705980/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=30988 CPUtime=0.1 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 4558 0 0 0 10 0 0 0 22 0 1 0 589800118 31731712 3964 33554432000 4194304 4300056 140735154246192 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 7747 3965 220 26 0 4379 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30988

[startup+0.200411 s]
/proc/loadavg: 4.01 3.64 3.37 4/376 19461
/proc/meminfo: memFree=22705980/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=47676 CPUtime=0.19 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 8543 0 0 0 18 1 0 0 23 0 1 0 589800118 48820224 7255 33554432000 4194304 4300056 140735154246192 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 11919 7256 220 26 0 8551 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 47676

[startup+0.300403 s]
/proc/loadavg: 4.01 3.64 3.37 4/376 19461
/proc/meminfo: memFree=22705980/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=58348 CPUtime=0.29 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 12634 0 0 0 27 2 0 0 23 0 1 0 589800118 59748352 10706 33554432000 4194304 4300056 140735154246192 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 14587 10707 220 26 0 11219 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58348

[startup+0.700319 s]
/proc/loadavg: 4.01 3.64 3.37 4/376 19461
/proc/meminfo: memFree=22705980/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=116632 CPUtime=0.69 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 28587 0 0 0 64 5 0 0 25 0 1 0 589800118 119431168 24188 33554432000 4194304 4300056 140735154246192 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 29158 24190 220 26 0 25790 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116632

[startup+1.50019 s]
/proc/loadavg: 4.01 3.64 3.37 5/377 19462
/proc/meminfo: memFree=22558668/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=241472 CPUtime=1.49 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 59125 0 0 0 138 11 0 0 25 0 1 0 589800118 247267328 49449 33554432000 4194304 4300056 140735154246192 18446744073709551615 264726102119 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 60368 49450 220 26 0 57000 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 241472

[startup+3.10088 s]
/proc/loadavg: 4.01 3.64 3.37 5/377 19462
/proc/meminfo: memFree=22385804/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=450380 CPUtime=3.09 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 120748 0 0 0 287 22 0 0 25 0 1 0 589800118 461189120 99646 33554432000 4194304 4300056 140735154246192 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 112595 99646 220 26 0 109227 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 450380

[startup+6.30027 s]
/proc/loadavg: 4.09 3.66 3.38 5/377 19462
/proc/meminfo: memFree=22222372/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=595416 CPUtime=6.29 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 143343 0 0 0 603 26 0 0 25 0 1 0 589800118 609705984 120871 33554432000 4194304 4300056 140735154246192 18446744073709551615 4255488 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 148854 120871 227 26 0 145486 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 595416

[startup+12.7011 s]
/proc/loadavg: 4.08 3.66 3.38 5/377 19462
/proc/meminfo: memFree=22222132/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=595416 CPUtime=12.69 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 143343 0 0 0 1243 26 0 0 25 0 1 0 589800118 609705984 120871 33554432000 4194304 4300056 140735154246192 18446744073709551615 4255116 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 148854 120871 227 26 0 145486 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 595416

[startup+25.5007 s]
/proc/loadavg: 4.13 3.70 3.40 5/377 19463
/proc/meminfo: memFree=22212932/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=600028 CPUtime=25.5 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 145811 0 0 0 2523 27 0 0 25 0 1 0 589800118 614428672 123278 33554432000 4194304 4300056 140735154246192 18446744073709551615 4226472 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 150007 123278 228 26 0 146639 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 600028

[startup+51.1008 s]
/proc/loadavg: 4.09 3.72 3.41 5/377 19463
/proc/meminfo: memFree=22192212/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=613948 CPUtime=51.09 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 151196 0 0 0 5082 27 0 0 25 0 1 0 589800118 628682752 128445 33554432000 4194304 4300056 140735154246192 18446744073709551615 4226482 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 153487 128445 228 26 0 150119 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 613948

[startup+102.301 s]
/proc/loadavg: 4.13 3.79 3.45 5/377 19492
/proc/meminfo: memFree=21333256/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=585584 CPUtime=102.3 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 195368 0 0 0 10191 39 0 0 25 0 1 0 589800118 599638016 118826 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 146396 118826 247 26 0 143028 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 585584

[startup+162.301 s]
/proc/loadavg: 4.05 3.83 3.48 5/377 19493
/proc/meminfo: memFree=21229988/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=585584 CPUtime=162.29 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 210114 0 0 0 16187 42 0 0 25 0 1 0 589800118 599638016 133398 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256042 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 146396 133398 247 26 0 143028 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 585584

[startup+222.314 s]
/proc/loadavg: 4.07 3.87 3.52 5/377 19495
/proc/meminfo: memFree=21221264/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=717844 CPUtime=222.31 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 229591 0 0 0 22184 47 0 0 25 0 1 0 589800118 735072256 152697 33554432000 4194304 4300056 140735154246192 18446744073709551615 4251324 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 179461 152697 247 26 0 176093 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 717844

[startup+282.301 s]
/proc/loadavg: 4.15 3.94 3.56 5/377 19496
/proc/meminfo: memFree=21054572/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=932768 CPUtime=282.29 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 257319 0 0 0 28177 52 0 0 25 0 1 0 589800118 955154432 180266 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 233192 180266 247 26 0 229824 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 932768

[startup+342.301 s]
/proc/loadavg: 4.09 3.96 3.59 5/377 19498
/proc/meminfo: memFree=20889992/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=932768 CPUtime=342.3 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 285549 0 0 0 34171 59 0 0 25 0 1 0 589800118 955154432 208290 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 233192 208290 247 26 0 229824 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 932768

[startup+402.3 s]
/proc/loadavg: 4.09 3.98 3.62 5/377 19500
/proc/meminfo: memFree=20694516/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=1282016 CPUtime=402.3 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 318654 0 0 0 40165 65 0 0 25 0 1 0 589800118 1312784384 241220 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256511 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 320504 241220 247 26 0 317136 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1282016

[startup+462.301 s]
/proc/loadavg: 4.03 3.98 3.64 5/377 19501
/proc/meminfo: memFree=20532172/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=1287740 CPUtime=462.31 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 334592 0 0 0 46162 69 0 0 25 0 1 0 589800118 1318645760 257019 33554432000 4194304 4300056 140735154246192 18446744073709551615 4254009 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 321935 257019 247 26 0 318567 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1287740

[startup+522.301 s]
/proc/loadavg: 4.17 4.01 3.67 5/377 19503
/proc/meminfo: memFree=20332628/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=1295208 CPUtime=522.31 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 358311 0 0 0 52157 74 0 0 25 0 1 0 589800118 1326292992 280635 33554432000 4194304 4300056 140735154246192 18446744073709551615 4251676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 323802 280635 247 26 0 320434 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1295208

[startup+582.3 s]
/proc/loadavg: 4.13 4.02 3.69 5/377 19504
/proc/meminfo: memFree=20125752/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=1295208 CPUtime=582.31 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 384286 0 0 0 58152 79 0 0 25 0 1 0 589800118 1326292992 306460 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 323802 306460 247 26 0 320434 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1295208

[startup+642.301 s]
/proc/loadavg: 4.05 4.02 3.71 5/377 19506
/proc/meminfo: memFree=19993416/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=1875528 CPUtime=642.31 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 406790 0 0 0 64148 83 0 0 25 0 1 0 589800118 1920540672 328869 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 468882 328869 247 26 0 465514 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1875528

[startup+702.301 s]
/proc/loadavg: 4.02 4.01 3.73 5/377 19508
/proc/meminfo: memFree=19823748/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=1875528 CPUtime=702.31 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 426323 0 0 0 70144 87 0 0 25 0 1 0 589800118 1920540672 348316 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 468882 348316 247 26 0 465514 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1875528

[startup+762.3 s]
/proc/loadavg: 4.08 4.02 3.74 5/377 19509
/proc/meminfo: memFree=19632752/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=1881060 CPUtime=762.33 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 452457 0 0 0 76141 92 0 0 25 0 1 0 589800118 1926205440 374325 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 470265 374325 247 26 0 466897 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1881060

[startup+822.301 s]
/proc/loadavg: 3.80 3.97 3.74 4/371 19529
/proc/meminfo: memFree=19378476/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=1885304 CPUtime=822.32 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 504556 0 0 0 82129 103 0 0 25 0 1 0 589800118 1930551296 426237 33554432000 4194304 4300056 140735154246192 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 471326 426237 247 26 0 467958 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1885304

[startup+882.314 s]
/proc/loadavg: 3.29 3.79 3.69 4/371 19530
/proc/meminfo: memFree=19065336/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=2819432 CPUtime=882.33 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 551938 0 0 0 88120 113 0 0 25 0 1 0 589800118 2887098368 473463 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 704858 473463 247 26 0 701490 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 2819432

[startup+942.3 s]
/proc/loadavg: 3.17 3.67 3.65 4/371 19532
/proc/meminfo: memFree=18819900/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=2828280 CPUtime=942.32 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 568153 0 0 0 94116 116 0 0 25 0 1 0 589800118 2896158720 489587 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 707070 489587 247 26 0 703702 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 2828280

[startup+1002.3 s]
/proc/loadavg: 3.09 3.56 3.62 4/371 19534
/proc/meminfo: memFree=18514828/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=2841436 CPUtime=1002.32 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 588875 0 0 0 100111 121 0 0 25 0 1 0 589800118 2909630464 510213 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 710359 510213 247 26 0 706991 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 2841436

[startup+1062.3 s]
/proc/loadavg: 2.40 3.27 3.51 3/365 19562
/proc/meminfo: memFree=18420456/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=2843260 CPUtime=1062.33 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 603643 0 0 0 106109 124 0 0 25 0 1 0 589800118 2911498240 524886 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 710815 524886 247 26 0 707447 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 2843260

[startup+1122.3 s]
/proc/loadavg: 2.19 3.05 3.42 3/365 19564
/proc/meminfo: memFree=18189152/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=2848036 CPUtime=1122.33 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 641385 0 0 0 112101 132 0 0 25 0 1 0 589800118 2916388864 562503 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 712009 562503 247 26 0 708641 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 2848036

[startup+1182.3 s]
/proc/loadavg: 2.07 2.86 3.33 3/365 19565
/proc/meminfo: memFree=18058172/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=2854220 CPUtime=1182.33 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 658648 0 0 0 118096 137 0 0 25 0 1 0 589800118 2922721280 579689 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 713555 579689 247 26 0 710187 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 2854220

[startup+1242.3 s]
/proc/loadavg: 2.02 2.70 3.24 3/365 19567
/proc/meminfo: memFree=17932644/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=2856496 CPUtime=1242.33 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 676446 0 0 0 124093 140 0 0 25 0 1 0 589800118 2925051904 597397 33554432000 4194304 4300056 140735154246192 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 714124 597397 247 26 0 710756 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2856496



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.01 2.57 3.16 3/365 19569
/proc/meminfo: memFree=17800040/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=2862568 CPUtime=1300.04 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 690170 0 0 0 129861 143 0 0 25 0 1 0 589800118 2931269632 611045 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 715642 611045 247 26 0 712274 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 2862568

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: 2.01 2.57 3.16 3/365 19569
/proc/meminfo: memFree=17800040/32951124 swapFree=66341944/67111528
[pid=19461] ppid=19459 vsize=2862568 CPUtime=1300.04 cores=4,6
/proc/19461/stat : 19461 (lr_gl_shr) R 19459 19461 18431 0 -1 4202496 690170 0 0 0 129861 143 0 0 25 0 1 0 589800118 2931269632 611045 33554432000 4194304 4300056 140735154246192 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19461/statm: 715642 611045 247 26 0 712274 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 2862568

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.11
CPU time (s): 1300.15
CPU user time (s): 1298.62
CPU system time (s): 1.53477
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2862568

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

runsolver used 4.92925 second user time and 10.4514 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-09 22:44:05
IDJOB=3350024
IDBENCH=85005
IDSOLVER=1815
FILE ID=node141/3350024-1304973840
RUNJOBID= node141-1304973347-19218
PBS_JOBID= 13285609
Free space on /tmp= 49148 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350024-1304973840/watcher-3350024-1304973840 -o /tmp/evaluation-result-3350024-1304973840/solver-3350024-1304973840 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350024-1304973840.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=175201311

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      22706012 kB
Buffers:        147132 kB
Cached:        4550236 kB
SwapCached:      22608 kB
Active:        2770396 kB
Inactive:      7257292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22706012 kB
SwapTotal:    67111528 kB
SwapFree:     66341944 kB
Dirty:          156736 kB
Writeback:         156 kB
AnonPages:     5313832 kB
Mapped:          19804 kB
Slab:           114528 kB
PageTables:      38660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86413436 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= 48944 MiB
End job on node141 at 2011-05-09 23:05:47