Trace number 3349498

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) 1300.19 1300.15

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-SAT.cnf
MD5SUM0176f3dd09fed1b561c875e1d6538c8d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark133.041
Satisfiable
(Un)Satisfiability was proved
Number of variables723130
Number of clauses3869060
Sum of the clauses size9210860
Maximum clause length502
Minimum clause length1
Number of clauses of size 1380
Number of clauses of size 23824280
Number of clauses of size 31440
Number of clauses of size 41440
Number of clauses of size 5360
Number of clauses of size over 541160

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-3349498-1304971066/watcher-3349498-1304971066 -o /tmp/evaluation-result-3349498-1304971066/solver-3349498-1304971066 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349498-1304971066.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: 0.87 2.01 2.95 4/364 32681
/proc/meminfo: memFree=7742756/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=21092 CPUtime=0.01 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 738 0 0 0 1 0 0 0 21 0 1 0 589522366 21598208 682 33554432000 4194304 4300056 140736722755712 18446744073709551615 228095450880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 5273 682 222 26 0 1905 0

[startup+0.111445 s]
/proc/loadavg: 0.87 2.01 2.95 4/364 32681
/proc/meminfo: memFree=7742756/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=33776 CPUtime=0.1 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 4213 0 0 0 10 0 0 0 22 0 1 0 589522366 34586624 3887 33554432000 4194304 4300056 140736722755712 18446744073709551615 228095450880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 8580 3898 222 26 0 5212 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 33776

[startup+0.20042 s]
/proc/loadavg: 0.87 2.01 2.95 4/364 32681
/proc/meminfo: memFree=7742756/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=49516 CPUtime=0.19 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 8517 0 0 0 18 1 0 0 22 0 1 0 589522366 50704384 7720 33554432000 4194304 4300056 140736722755712 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 12379 7721 222 26 0 9011 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 49516

[startup+0.30041 s]
/proc/loadavg: 0.87 2.01 2.95 4/364 32681
/proc/meminfo: memFree=7742756/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=72788 CPUtime=0.29 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 13535 0 0 0 27 2 0 0 22 0 1 0 589522366 74534912 11978 33554432000 4194304 4300056 140736722755712 18446744073709551615 228095494279 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 17741 11978 222 26 0 14373 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72788

[startup+0.700324 s]
/proc/loadavg: 0.87 2.01 2.95 4/364 32681
/proc/meminfo: memFree=7742756/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=145344 CPUtime=0.69 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 31481 0 0 0 64 5 0 0 23 0 1 0 589522366 148832256 28214 33554432000 4194304 4300056 140736722755712 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 36336 28216 222 26 0 32968 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 145344

[startup+1.50018 s]
/proc/loadavg: 0.87 2.01 2.95 5/365 32682
/proc/meminfo: memFree=7523312/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=268600 CPUtime=1.49 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 67591 0 0 0 137 12 0 0 25 0 1 0 589522366 275046400 60478 33554432000 4194304 4300056 140736722755712 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 67150 60479 222 26 0 63782 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 268600

[startup+3.10088 s]
/proc/loadavg: 1.12 2.04 2.95 6/365 32682
/proc/meminfo: memFree=7337896/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=381372 CPUtime=3.09 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 89680 0 0 0 294 15 0 0 25 0 1 0 589522366 390524928 79104 33554432000 4194304 4300056 140736722755712 18446744073709551615 4230547 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 95343 79104 226 26 0 91975 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 381372

[startup+6.3003 s]
/proc/loadavg: 1.12 2.04 2.95 5/368 32688
/proc/meminfo: memFree=7135576/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=408780 CPUtime=6.29 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 99489 0 0 0 613 16 0 0 25 0 1 0 589522366 418590720 88883 33554432000 4194304 4300056 140736722755712 18446744073709551615 4216507 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 102195 88883 228 26 0 98827 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 408780

[startup+12.7011 s]
/proc/loadavg: 1.71 2.14 2.97 5/368 32688
/proc/meminfo: memFree=6611440/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=373256 CPUtime=12.69 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 118570 0 0 0 1250 19 0 0 25 0 1 0 589522366 382214144 76735 33554432000 4194304 4300056 140736722755712 18446744073709551615 4276352 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 93314 76735 245 26 0 89946 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 373256

[startup+25.5008 s]
/proc/loadavg: 2.06 2.20 2.98 5/368 32716
/proc/meminfo: memFree=6338500/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=423344 CPUtime=25.49 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 127574 0 0 0 2529 20 0 0 25 0 1 0 589522366 433504256 85727 33554432000 4194304 4300056 140736722755712 18446744073709551615 4254744 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 105836 85727 246 26 0 102468 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 423344

[startup+51.1011 s]
/proc/loadavg: 2.72 2.34 3.01 5/368 32743
/proc/meminfo: memFree=6832104/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=504732 CPUtime=51.09 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 147522 0 0 0 5085 24 0 0 25 0 1 0 589522366 516845568 105657 33554432000 4194304 4300056 140736722755712 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 126183 105657 246 26 0 122815 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 504732

[startup+102.301 s]
/proc/loadavg: 3.49 2.62 3.06 5/368 32745
/proc/meminfo: memFree=6418988/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=636992 CPUtime=102.3 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 182974 0 0 0 10200 30 0 0 25 0 1 0 589522366 652279808 141086 33554432000 4194304 4300056 140736722755712 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 159248 141086 246 26 0 155880 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 636992

[startup+162.301 s]
/proc/loadavg: 4.00 2.91 3.14 5/368 341
/proc/meminfo: memFree=6262656/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=851916 CPUtime=162.29 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 229318 0 0 0 16192 37 0 0 25 0 1 0 589522366 872361984 187391 33554432000 4194304 4300056 140736722755712 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 212979 187391 246 26 0 209611 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 851916

[startup+222.314 s]
/proc/loadavg: 4.06 3.13 3.19 5/368 468
/proc/meminfo: memFree=5920960/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=1201164 CPUtime=222.31 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 266795 0 0 0 22187 44 0 0 25 0 1 0 589522366 1229991936 224836 33554432000 4194304 4300056 140736722755712 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 300291 224836 246 26 0 296923 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 1201164

[startup+282.301 s]
/proc/loadavg: 4.02 3.28 3.24 5/368 472
/proc/meminfo: memFree=5537684/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=1201164 CPUtime=282.3 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 313707 0 0 0 28177 53 0 0 25 0 1 0 589522366 1229991936 271715 33554432000 4194304 4300056 140736722755712 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 300291 271715 246 26 0 296923 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1201164

[startup+342.301 s]
/proc/loadavg: 4.01 3.41 3.29 5/368 473
/proc/meminfo: memFree=5183312/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=1768692 CPUtime=342.3 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 355924 0 0 0 34168 62 0 0 25 0 1 0 589522366 1811140608 313907 33554432000 4194304 4300056 140736722755712 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 442173 313907 246 26 0 438805 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1768692

[startup+402.301 s]
/proc/loadavg: 4.00 3.51 3.32 5/368 475
/proc/meminfo: memFree=4913140/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=1768692 CPUtime=402.3 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 396127 0 0 0 40162 68 0 0 25 0 1 0 589522366 1811140608 354077 33554432000 4194304 4300056 140736722755712 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 442173 354077 246 26 0 438805 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1768692

[startup+462.301 s]
/proc/loadavg: 4.00 3.60 3.37 5/368 476
/proc/meminfo: memFree=4575744/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=1770728 CPUtime=462.31 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 440223 0 0 0 46154 77 0 0 25 0 1 0 589522366 1813225472 398133 33554432000 4194304 4300056 140736722755712 18446744073709551615 4252444 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 442682 398133 246 26 0 439314 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1770728

[startup+522.301 s]
/proc/loadavg: 4.09 3.69 3.41 5/368 478
/proc/meminfo: memFree=4400612/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=2701844 CPUtime=522.31 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 481901 0 0 0 52146 85 0 0 25 0 1 0 589522366 2766688256 439778 33554432000 4194304 4300056 140736722755712 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 675461 439778 246 26 0 672093 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2701844

[startup+582.301 s]
/proc/loadavg: 4.08 3.77 3.45 5/368 480
/proc/meminfo: memFree=4058816/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=2710508 CPUtime=582.31 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 524109 0 0 0 58138 93 0 0 25 0 1 0 589522366 2775560192 481960 33554432000 4194304 4300056 140736722755712 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 677627 481960 246 26 0 674259 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2710508

[startup+642.301 s]
/proc/loadavg: 4.03 3.80 3.48 5/368 481
/proc/meminfo: memFree=3683212/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=2718408 CPUtime=642.32 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 571416 0 0 0 64130 102 0 0 25 0 1 0 589522366 2783649792 529234 33554432000 4194304 4300056 140736722755712 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 679602 529234 246 26 0 676234 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 2718408

[startup+702.301 s]
/proc/loadavg: 4.16 3.88 3.53 5/368 483
/proc/meminfo: memFree=3420844/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=2731404 CPUtime=702.31 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 606149 0 0 0 70123 108 0 0 25 0 1 0 589522366 2796957696 563927 33554432000 4194304 4300056 140736722755712 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 682851 563927 246 26 0 679483 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2731404

[startup+762.301 s]
/proc/loadavg: 4.13 3.93 3.56 5/368 484
/proc/meminfo: memFree=3087900/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=2738292 CPUtime=762.33 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 644845 0 0 0 76118 115 0 0 25 0 1 0 589522366 2804011008 602596 33554432000 4194304 4300056 140736722755712 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 684573 602596 246 26 0 681205 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 2738292

[startup+822.301 s]
/proc/loadavg: 4.05 3.94 3.59 5/368 486
/proc/meminfo: memFree=2828428/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=2749304 CPUtime=822.32 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 673983 0 0 0 82109 123 0 0 25 0 1 0 589522366 2815287296 631717 33554432000 4194304 4300056 140736722755712 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 687326 631717 246 26 0 683958 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 2749304

[startup+882.314 s]
/proc/loadavg: 4.02 3.95 3.61 5/368 488
/proc/meminfo: memFree=2531872/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=2757840 CPUtime=882.34 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 708396 0 0 0 88103 131 0 0 25 0 1 0 589522366 2824028160 666103 33554432000 4194304 4300056 140736722755712 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 689460 666103 246 26 0 686092 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 2757840

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.63 5/368 489
/proc/meminfo: memFree=2204396/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=4267208 CPUtime=942.32 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 744164 0 0 0 94094 138 0 0 25 0 1 0 589522366 4369620992 701839 33554432000 4194304 4300056 140736722755712 18446744073709551615 4254701 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 1066802 701839 246 26 0 1063434 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 4267208

[startup+1002.3 s]
/proc/loadavg: 4.00 3.96 3.65 5/368 491
/proc/meminfo: memFree=1871572/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=4272532 CPUtime=1002.32 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 778122 0 0 0 100086 146 0 0 25 0 1 0 589522366 4375072768 735763 33554432000 4194304 4300056 140736722755712 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 1068133 735763 246 26 0 1064765 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 4272532

[startup+1062.3 s]
/proc/loadavg: 4.20 4.01 3.69 5/368 492
/proc/meminfo: memFree=1555976/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=4279664 CPUtime=1062.32 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 813157 0 0 0 106078 154 0 0 25 0 1 0 589522366 4382375936 770768 33554432000 4194304 4300056 140736722755712 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 1069916 770768 246 26 0 1066548 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 4279664

[startup+1122.3 s]
/proc/loadavg: 4.14 4.02 3.71 5/368 494
/proc/meminfo: memFree=1565808/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=4287928 CPUtime=1122.33 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 843988 0 0 0 112069 164 0 0 25 0 1 0 589522366 4390838272 801577 33554432000 4194304 4300056 140736722755712 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 1071982 801577 246 26 0 1068614 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 4287928

[startup+1182.3 s]
/proc/loadavg: 4.05 4.02 3.73 5/368 496
/proc/meminfo: memFree=1215900/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=4296148 CPUtime=1182.33 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 874052 0 0 0 118061 172 0 0 25 0 1 0 589522366 4399255552 831613 33554432000 4194304 4300056 140736722755712 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 1074037 831613 246 26 0 1070669 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 4296148

[startup+1242.3 s]
/proc/loadavg: 4.15 4.06 3.75 5/368 497
/proc/meminfo: memFree=923904/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=4305880 CPUtime=1242.33 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 903468 0 0 0 124052 181 0 0 25 0 1 0 589522366 4409221120 861008 33554432000 4194304 4300056 140736722755712 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 1076470 861009 246 26 0 1073102 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 4305880



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.12 4.06 3.77 5/368 499
/proc/meminfo: memFree=642112/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=4314000 CPUtime=1300.04 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4202496 932233 0 0 0 129816 188 0 0 25 0 1 0 589522366 4417536000 889759 33554432000 4194304 4300056 140736722755712 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32681/statm: 1078500 889759 246 26 0 1075132 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 4314000

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

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

[startup+1300.11 s]
/proc/loadavg: 4.12 4.06 3.77 5/368 499
/proc/meminfo: memFree=642112/32951124 swapFree=65980216/67111528
[pid=32681] ppid=32679 vsize=0 CPUtime=1300.14 cores=5,7
/proc/32681/stat : 32681 (lr_gl_shr) R 32679 32681 32101 0 -1 4203524 932234 0 0 0 129816 198 0 0 25 0 1 0 589522366 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/32681/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.15
CPU time (s): 1300.19
CPU user time (s): 1298.17
CPU system time (s): 2.02269
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 4314000

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

runsolver used 4.47032 second user time and 10.8703 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-09 21:57:49
IDJOB=3349498
IDBENCH=82411
IDSOLVER=1813
FILE ID=node142/3349498-1304971066
RUNJOBID= node142-1304971066-32648
PBS_JOBID= 13285608
Free space on /tmp= 46880 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-SAT.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349498-1304971066/watcher-3349498-1304971066 -o /tmp/evaluation-result-3349498-1304971066/solver-3349498-1304971066 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349498-1304971066.cnf -verb=0 -model

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

MD5SUM BENCH= 0176f3dd09fed1b561c875e1d6538c8d
RANDOM SEED=1513255771

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:       7743160 kB
Buffers:        240372 kB
Cached:       19802732 kB
SwapCached:      11212 kB
Active:       11728768 kB
Inactive:     12710864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7743160 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:          222552 kB
Writeback:           0 kB
AnonPages:     4393880 kB
Mapped:          20564 kB
Slab:           672072 kB
PageTables:      32736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77280504 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= 46892 MiB
End job on node142 at 2011-05-09 22:19:31