Trace number 3362594

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 reference: minisat 2.2.0? (TO) 1300.2 1300.16

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-two-cities-sequential-15nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.040-SAT.cnf
MD5SUM74e0fa52e4789615985c73d0a8b105b4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark127.054
Satisfiable
(Un)Satisfiability was proved
Number of variables580875
Number of clauses3140965
Sum of the clauses size7465165
Maximum clause length602
Minimum clause length1
Number of clauses of size 1445
Number of clauses of size 23105720
Number of clauses of size 3720
Number of clauses of size 4720
Number of clauses of size 51200
Number of clauses of size over 532160

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-3362594-1305306897/watcher-3362594-1305306897 -o /tmp/evaluation-result-3362594-1305306897/solver-3362594-1305306897 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362594-1305306897.cnf 

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: 3.91 3.93 3.97 5/300 21264
/proc/meminfo: memFree=23909924/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=20668 CPUtime=0 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 942 0 0 0 0 0 0 0 23 0 1 0 623105770 21164032 883 33554432000 4194304 4291037 140736104423296 18446744073709551615 4277473 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 5167 887 216 24 0 1801 0

[startup+0.0872999 s]
/proc/loadavg: 3.91 3.93 3.97 5/300 21264
/proc/meminfo: memFree=23909924/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=37968 CPUtime=0.07 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 4965 0 0 0 7 0 0 0 23 0 1 0 623105770 38879232 4735 33554432000 4194304 4291037 140736104423296 18446744073709551615 220815897633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 9492 4736 216 24 0 6126 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 37968

[startup+0.100296 s]
/proc/loadavg: 3.91 3.93 3.97 5/300 21264
/proc/meminfo: memFree=23909924/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=39580 CPUtime=0.08 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 5470 0 0 0 8 0 0 0 23 0 1 0 623105770 40529920 5239 33554432000 4194304 4291037 140736104423296 18446744073709551615 220815897633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 9895 5239 216 24 0 6529 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39580

[startup+0.30026 s]
/proc/loadavg: 3.91 3.93 3.97 5/300 21264
/proc/meminfo: memFree=23909924/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=90256 CPUtime=0.29 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 18503 0 0 0 27 2 0 0 25 0 1 0 623105770 92422144 17078 33554432000 4194304 4291037 140736104423296 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 22564 17080 216 24 0 19198 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90256

[startup+0.700186 s]
/proc/loadavg: 3.91 3.93 3.97 5/300 21264
/proc/meminfo: memFree=23909924/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=189768 CPUtime=0.68 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 44854 0 0 0 63 5 0 0 25 0 1 0 623105770 194322432 40161 33554432000 4194304 4291037 140736104423296 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 47442 40162 216 24 0 44076 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 189768

[startup+1.50104 s]
/proc/loadavg: 3.91 3.93 3.97 5/301 21265
/proc/meminfo: memFree=23678288/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=264920 CPUtime=1.49 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 66132 0 0 0 141 8 0 0 25 0 1 0 623105770 271278080 59115 33554432000 4194304 4291037 140736104423296 18446744073709551615 4230272 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 66230 59115 238 24 0 62864 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 264920

[startup+3.10075 s]
/proc/loadavg: 3.91 3.93 3.97 5/301 21265
/proc/meminfo: memFree=23662664/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=264920 CPUtime=3.09 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 66133 0 0 0 301 8 0 0 25 0 1 0 623105770 271278080 59116 33554432000 4194304 4291037 140736104423296 18446744073709551615 4255424 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 66230 59116 238 24 0 62864 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 264920

[startup+6.30016 s]
/proc/loadavg: 3.92 3.93 3.97 5/301 21265
/proc/meminfo: memFree=23615048/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=326940 CPUtime=6.29 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 76001 0 0 0 619 10 0 0 25 0 1 0 623105770 334786560 68165 33554432000 4194304 4291037 140736104423296 18446744073709551615 4230272 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 81735 68165 239 24 0 78369 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 326940

[startup+12.701 s]
/proc/loadavg: 3.92 3.93 3.97 6/304 21289
/proc/meminfo: memFree=23609888/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=266448 CPUtime=12.69 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 91355 0 0 0 1257 12 0 0 25 0 1 0 623105770 272842752 60578 33554432000 4194304 4291037 140736104423296 18446744073709551615 4248468 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 66612 60578 259 24 0 63246 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 266448

[startup+25.5006 s]
/proc/loadavg: 4.01 3.95 3.98 5/304 21290
/proc/meminfo: memFree=23526328/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=347356 CPUtime=25.49 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 103110 0 0 0 2535 14 0 0 25 0 1 0 623105770 355692544 72324 33554432000 4194304 4291037 140736104423296 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 86839 72324 259 24 0 83473 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 347356

[startup+51.1009 s]
/proc/loadavg: 4.00 3.95 3.98 5/304 21290
/proc/meminfo: memFree=23505208/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=428744 CPUtime=51.09 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 122091 0 0 0 5091 18 0 0 25 0 1 0 623105770 439033856 91293 33554432000 4194304 4291037 140736104423296 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 107186 91293 259 24 0 103820 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 428744

[startup+102.311 s]
/proc/loadavg: 4.00 3.95 3.98 5/304 21292
/proc/meminfo: memFree=23059624/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=561004 CPUtime=102.3 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 162267 0 0 0 10207 23 0 0 25 0 1 0 623105770 574468096 131455 33554432000 4194304 4291037 140736104423296 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 140251 131455 259 24 0 136885 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 561004

[startup+162.3 s]
/proc/loadavg: 4.06 3.97 3.98 5/304 21293
/proc/meminfo: memFree=22807796/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=775928 CPUtime=162.29 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 195810 0 0 0 16201 28 0 0 25 0 1 0 623105770 794550272 164983 33554432000 4194304 4291037 140736104423296 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 193982 164983 259 24 0 190616 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 775928

[startup+222.3 s]
/proc/loadavg: 4.02 3.97 3.98 5/304 21295
/proc/meminfo: memFree=22254176/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=1125176 CPUtime=222.29 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 254788 0 0 0 22192 37 0 0 25 0 1 0 623105770 1152180224 223933 33554432000 4194304 4291037 140736104423296 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 281294 223933 259 24 0 277928 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1125176

[startup+282.3 s]
/proc/loadavg: 4.00 3.97 3.98 5/304 21297
/proc/meminfo: memFree=21956344/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=1692704 CPUtime=282.3 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 319639 0 0 0 28183 47 0 0 25 0 1 0 623105770 1733328896 288777 33554432000 4194304 4291037 140736104423296 18446744073709551615 4251595 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 423176 288777 259 24 0 419810 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1692704

[startup+342.3 s]
/proc/loadavg: 4.04 3.99 3.99 5/304 21298
/proc/meminfo: memFree=21746692/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=1692704 CPUtime=342.29 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 365199 0 0 0 34175 54 0 0 25 0 1 0 623105770 1733328896 334313 33554432000 4194304 4291037 140736104423296 18446744073709551615 4248448 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 423176 334313 259 24 0 419810 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1692704

[startup+402.3 s]
/proc/loadavg: 4.08 4.01 3.99 5/304 21300
/proc/meminfo: memFree=21218588/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=1692704 CPUtime=402.3 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 428408 0 0 0 40165 65 0 0 25 0 1 0 623105770 1733328896 397501 33554432000 4194304 4291037 140736104423296 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 423176 397501 259 24 0 419810 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1692704

[startup+462.301 s]
/proc/loadavg: 4.03 4.00 3.99 5/304 21301
/proc/meminfo: memFree=20851464/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=2614940 CPUtime=462.3 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 479704 0 0 0 46159 71 0 0 25 0 1 0 623105770 2677698560 448781 33554432000 4194304 4291037 140736104423296 18446744073709551615 4248468 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 653735 448781 259 24 0 650369 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2614940

[startup+522.301 s]
/proc/loadavg: 4.01 4.00 3.99 5/304 21303
/proc/meminfo: memFree=20709008/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=2614940 CPUtime=522.31 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 523942 0 0 0 52153 78 0 0 25 0 1 0 623105770 2677698560 492997 33554432000 4194304 4291037 140736104423296 18446744073709551615 4255586 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 653735 492997 259 24 0 650369 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2614940

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.99 5/304 21305
/proc/meminfo: memFree=20281492/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=2614940 CPUtime=582.31 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 578207 0 0 0 58145 86 0 0 25 0 1 0 623105770 2677698560 547243 33554432000 4194304 4291037 140736104423296 18446744073709551615 4248591 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 653735 547243 259 24 0 650369 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2614940

[startup+642.301 s]
/proc/loadavg: 4.07 4.02 4.00 5/304 21309
/proc/meminfo: memFree=20107756/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=2618508 CPUtime=642.32 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 625725 0 0 0 64139 93 0 0 25 0 1 0 623105770 2681352192 594749 33554432000 4194304 4291037 140736104423296 18446744073709551615 4248528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 654627 594749 259 24 0 651261 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 2618508

[startup+702.301 s]
/proc/loadavg: 4.10 4.03 4.00 5/304 21311
/proc/meminfo: memFree=19602672/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=2624288 CPUtime=702.31 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 674762 0 0 0 70131 100 0 0 25 0 1 0 623105770 2687270912 643766 33554432000 4194304 4291037 140736104423296 18446744073709551615 4248468 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 656072 643766 259 24 0 652706 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2624288

[startup+762.311 s]
/proc/loadavg: 4.04 4.02 4.00 5/304 21312
/proc/meminfo: memFree=19186856/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=4128256 CPUtime=762.32 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 727527 0 0 0 76122 110 0 0 25 0 1 0 623105770 4227334144 696517 33554432000 4194304 4291037 140736104423296 18446744073709551615 4248416 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 1032064 696517 259 24 0 1028698 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 4128256

[startup+822.301 s]
/proc/loadavg: 4.01 4.01 4.00 5/304 21314
/proc/meminfo: memFree=18911040/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=4135392 CPUtime=822.31 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 788516 0 0 0 82111 120 0 0 25 0 1 0 623105770 4234641408 757483 33554432000 4194304 4291037 140736104423296 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 1033848 757483 259 24 0 1030482 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 4135392

[startup+882.301 s]
/proc/loadavg: 4.05 4.03 4.00 5/304 21316
/proc/meminfo: memFree=18473776/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=4141028 CPUtime=882.31 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 841009 0 0 0 88101 130 0 0 25 0 1 0 623105770 4240412672 809958 33554432000 4194304 4291037 140736104423296 18446744073709551615 4250377 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 1035257 809958 259 24 0 1031891 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 4141028

[startup+942.301 s]
/proc/loadavg: 4.02 4.02 4.00 5/304 21317
/proc/meminfo: memFree=18117112/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=4143920 CPUtime=942.31 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 875490 0 0 0 94095 136 0 0 25 0 1 0 623105770 4243374080 844422 33554432000 4194304 4291037 140736104423296 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 1035980 844422 259 24 0 1032614 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 4143920

[startup+1002.3 s]
/proc/loadavg: 4.04 4.03 4.00 5/304 21346
/proc/meminfo: memFree=18094780/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=4144580 CPUtime=1002.32 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 897711 0 0 0 100092 140 0 0 25 0 1 0 623105770 4244049920 866638 33554432000 4194304 4291037 140736104423296 18446744073709551615 4248372 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 1036145 866638 259 24 0 1032779 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 4144580

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/304 21347
/proc/meminfo: memFree=17666000/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=4150512 CPUtime=1062.33 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 949322 0 0 0 106084 149 0 0 25 0 1 0 623105770 4250124288 918221 33554432000 4194304 4291037 140736104423296 18446744073709551615 4255716 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 1037628 918221 259 24 0 1034262 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 4150512

[startup+1122.3 s]
/proc/loadavg: 4.06 4.03 4.00 5/304 21349
/proc/meminfo: memFree=17247472/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=4156884 CPUtime=1122.33 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 1002794 0 0 0 112075 158 0 0 25 0 1 0 623105770 4256649216 971671 33554432000 4194304 4291037 140736104423296 18446744073709551615 4248372 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 1039221 971671 259 24 0 1035855 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 4156884

[startup+1182.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/304 21351
/proc/meminfo: memFree=16922692/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=4162000 CPUtime=1182.32 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 1048117 0 0 0 118067 165 0 0 25 0 1 0 623105770 4261888000 1016974 33554432000 4194304 4291037 140736104423296 18446744073709551615 4248413 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 1040500 1016974 259 24 0 1037134 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 4162000

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/304 21380
/proc/meminfo: memFree=16681756/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=6604536 CPUtime=1242.33 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 1097339 0 0 0 124059 174 0 0 25 0 1 0 623105770 6763044864 1066170 33554432000 4194304 4291037 140736104423296 18446744073709551615 4248416 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 1651134 1066170 259 24 0 1647768 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 6604536



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 4.00 5/304 21382
/proc/meminfo: memFree=16309144/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=6606432 CPUtime=1300.03 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4202496 1130971 0 0 0 129825 178 0 0 25 0 1 0 623105770 6764986368 1099790 33554432000 4194304 4291037 140736104423296 18446744073709551615 4248468 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21264/statm: 1651608 1099790 259 24 0 1648242 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 6606432

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.00 4.01 4.00 5/305 21383
/proc/meminfo: memFree=19303240/32951124 swapFree=63485424/67111528
[pid=21264] ppid=21262 vsize=0 CPUtime=1300.15 cores=5,7
/proc/21264/stat : 21264 (minisat_release) R 21262 21264 21172 0 -1 4203524 1130974 0 0 0 129826 189 0 0 25 0 1 0 623105770 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/21264/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.16
CPU time (s): 1300.2
CPU user time (s): 1298.26
CPU system time (s): 1.9357
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 6606432

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

runsolver used 3.39448 second user time and 8.44572 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-13 19:14:59
IDJOB=3362594
IDBENCH=82386
IDSOLVER=1840
FILE ID=node147/3362594-1305306897
RUNJOBID= node147-1305306805-21193
PBS_JOBID= 13321481
Free space on /tmp= 52168 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-two-cities-sequential-15nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.040-SAT.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362594-1305306897/watcher-3362594-1305306897 -o /tmp/evaluation-result-3362594-1305306897/solver-3362594-1305306897 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362594-1305306897.cnf

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

MD5SUM BENCH= 74e0fa52e4789615985c73d0a8b105b4
RANDOM SEED=436330556

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:      23909956 kB
Buffers:        238284 kB
Cached:        5253044 kB
SwapCached:      13132 kB
Active:        2120348 kB
Inactive:      6687072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23909956 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:          363104 kB
Writeback:           8 kB
AnonPages:     3311452 kB
Mapped:          15628 kB
Slab:           140452 kB
PageTables:      29900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45237452 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= 52408 MiB
End job on node147 at 2011-05-13 19:36:41