Trace number 3362513

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.14 1300.15

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark752.735
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

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

running on 2 cores: 1,3

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.00 3.96 3.97 5/370 22361
/proc/meminfo: memFree=22827076/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=23224 CPUtime=0 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 1481 0 0 0 0 0 0 0 21 0 1 0 642292181 23781376 1422 33554432000 4194304 4291037 140734215589008 18446744073709551615 4201019 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 5806 1422 216 24 0 2440 0

[startup+0.015206 s]
/proc/loadavg: 4.00 3.96 3.97 5/370 22361
/proc/meminfo: memFree=22827076/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=23224 CPUtime=0.01 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 1481 0 0 0 1 0 0 0 21 0 1 0 642292181 23781376 1422 33554432000 4194304 4291037 140734215589008 18446744073709551615 4200635 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 5806 1422 216 24 0 2440 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23224

[startup+0.100183 s]
/proc/loadavg: 4.00 3.96 3.97 5/370 22361
/proc/meminfo: memFree=22827076/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=41716 CPUtime=0.09 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 5436 0 0 0 8 1 0 0 21 0 1 0 642292181 42717184 5335 33554432000 4194304 4291037 140734215589008 18446744073709551615 4221493 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 10429 5358 216 24 0 7063 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41716

[startup+0.301159 s]
/proc/loadavg: 4.00 3.96 3.97 5/370 22361
/proc/meminfo: memFree=22827076/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=84596 CPUtime=0.29 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 17735 0 0 0 26 3 0 0 22 0 1 0 642292181 86626304 15955 33554432000 4194304 4291037 140734215589008 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 21149 15956 216 24 0 17783 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84596

[startup+0.701086 s]
/proc/loadavg: 4.00 3.96 3.97 5/370 22361
/proc/meminfo: memFree=22827076/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=181180 CPUtime=0.69 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 40939 0 0 0 62 7 0 0 23 0 1 0 642292181 185528320 37449 33554432000 4194304 4291037 140734215589008 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 45295 37450 216 24 0 41929 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 181180

[startup+1.77888 s]
/proc/loadavg: 4.00 3.96 3.97 5/370 22361
/proc/meminfo: memFree=22827076/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=432956 CPUtime=1.76 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 105118 0 0 0 158 18 0 0 25 0 1 0 642292181 443346944 94320 33554432000 4194304 4291037 140734215589008 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 108239 94320 216 24 0 104873 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 432956

[startup+3.11364 s]
/proc/loadavg: 4.08 3.97 3.97 5/371 22362
/proc/meminfo: memFree=22214264/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=707700 CPUtime=3.1 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 176459 0 0 0 281 29 0 0 25 0 1 0 642292181 724684800 160466 33554432000 4194304 4291037 140734215589008 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 176925 160468 216 24 0 173559 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 707700

[startup+6.30106 s]
/proc/loadavg: 4.08 3.97 3.97 5/371 22363
/proc/meminfo: memFree=22154016/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=840036 CPUtime=6.3 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 182224 0 0 0 600 30 0 0 25 0 1 0 642292181 860196864 166231 33554432000 4194304 4291037 140734215589008 18446744073709551615 4230004 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 210009 166231 238 24 0 206643 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 840036

[startup+12.7009 s]
/proc/loadavg: 4.07 3.97 3.97 5/371 22390
/proc/meminfo: memFree=22676672/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=845352 CPUtime=12.69 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 184840 0 0 0 1238 31 0 0 25 0 1 0 642292181 865640448 168847 33554432000 4194304 4291037 140734215589008 18446744073709551615 4230281 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 211338 168848 239 24 0 207972 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 845352

[startup+25.5006 s]
/proc/loadavg: 4.22 4.01 3.98 5/371 22390
/proc/meminfo: memFree=22504760/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=911488 CPUtime=25.49 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 206694 0 0 0 2516 33 0 0 25 0 1 0 642292181 933363712 190601 33554432000 4194304 4291037 140734215589008 18446744073709551615 4230272 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 227872 190601 239 24 0 224506 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 911488

[startup+51.1009 s]
/proc/loadavg: 4.14 4.00 3.98 5/371 22391
/proc/meminfo: memFree=22476588/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=745864 CPUtime=51.05 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 247150 0 0 0 5067 38 0 0 25 0 1 0 642292181 763764736 167335 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22361/statm: 186466 167335 259 24 0 183100 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 745864

[startup+102.301 s]
/proc/loadavg: 4.06 4.00 3.98 5/371 22392
/proc/meminfo: memFree=22081464/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=959512 CPUtime=102.25 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 271135 0 0 0 10183 42 0 0 25 0 1 0 642292181 982540288 191307 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248574 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 239878 191307 259 24 0 236512 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 959512

[startup+162.301 s]
/proc/loadavg: 4.02 4.00 3.98 5/371 22394
/proc/meminfo: memFree=21654236/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=1174436 CPUtime=162.25 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 304638 0 0 0 16179 46 0 0 25 0 1 0 642292181 1202622464 224803 33554432000 4194304 4291037 140734215589008 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 293609 224803 259 24 0 290243 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1174436

[startup+222.301 s]
/proc/loadavg: 4.05 4.01 3.99 5/371 22395
/proc/meminfo: memFree=21152868/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=1174436 CPUtime=222.25 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 340184 0 0 0 22174 51 0 0 25 0 1 0 642292181 1202622464 260338 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248574 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 293609 260338 259 24 0 290243 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1174436

[startup+282.301 s]
/proc/loadavg: 4.02 4.01 3.99 5/371 22397
/proc/meminfo: memFree=20767560/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=1523684 CPUtime=282.26 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 363430 0 0 0 28172 54 0 0 25 0 1 0 642292181 1560252416 283579 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 380921 283579 259 24 0 377555 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 1523684

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.99 5/371 22398
/proc/meminfo: memFree=20299784/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=1523684 CPUtime=342.26 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 401150 0 0 0 34168 58 0 0 25 0 1 0 642292181 1560252416 321289 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 380921 321289 259 24 0 377555 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 1523684

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.99 5/371 22400
/proc/meminfo: memFree=19847764/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=1523684 CPUtime=402.27 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 432499 0 0 0 40166 61 0 0 25 0 1 0 642292181 1560252416 352626 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 380921 352626 259 24 0 377555 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 1523684

[startup+462.301 s]
/proc/loadavg: 4.13 4.03 4.00 5/371 22402
/proc/meminfo: memFree=19407040/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=2091212 CPUtime=462.26 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 471748 0 0 0 46160 66 0 0 25 0 1 0 642292181 2141401088 391861 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248448 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 522803 391861 259 24 0 519437 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 2091212

[startup+522.314 s]
/proc/loadavg: 4.05 4.02 4.00 5/371 22403
/proc/meminfo: memFree=19006964/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=2091212 CPUtime=522.28 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 498168 0 0 0 52158 70 0 0 25 0 1 0 642292181 2141401088 418275 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 522803 418275 259 24 0 519437 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 2091212

[startup+582.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/371 22405
/proc/meminfo: memFree=18566724/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=2091212 CPUtime=582.27 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 532007 0 0 0 58153 74 0 0 25 0 1 0 642292181 2141401088 452101 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 522803 452101 259 24 0 519437 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 2091212

[startup+642.3 s]
/proc/loadavg: 4.06 4.04 4.00 5/371 22406
/proc/meminfo: memFree=18096096/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=2091212 CPUtime=642.27 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 572675 0 0 0 64148 79 0 0 25 0 1 0 642292181 2141401088 492759 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 522803 492759 259 24 0 519437 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 2091212

[startup+702.3 s]
/proc/loadavg: 4.16 4.06 4.01 5/371 22408
/proc/meminfo: memFree=17688960/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=3013448 CPUtime=702.27 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 606811 0 0 0 70143 84 0 0 25 0 1 0 642292181 3085770752 526884 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 753362 526884 259 24 0 749996 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 3013448

[startup+762.301 s]
/proc/loadavg: 4.11 4.06 4.01 5/371 22410
/proc/meminfo: memFree=17217104/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=3013448 CPUtime=762.27 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 648833 0 0 0 76139 88 0 0 25 0 1 0 642292181 3085770752 568897 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248413 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 753362 568897 259 24 0 749996 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 3013448

[startup+822.301 s]
/proc/loadavg: 4.04 4.05 4.00 5/371 22411
/proc/meminfo: memFree=16692040/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=3013448 CPUtime=822.27 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 699887 0 0 0 82132 95 0 0 25 0 1 0 642292181 3085770752 619932 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 753362 619932 259 24 0 749996 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 3013448

[startup+882.301 s]
/proc/loadavg: 4.01 4.04 4.00 5/371 22413
/proc/meminfo: memFree=16200832/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=3013448 CPUtime=882.28 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 742352 0 0 0 88127 101 0 0 25 0 1 0 642292181 3085770752 662388 33554432000 4194304 4291037 140734215589008 18446744073709551615 4262059 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 753362 662388 259 24 0 749996 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 3013448

[startup+942.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/371 22414
/proc/meminfo: memFree=15794932/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=3013448 CPUtime=942.28 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 769125 0 0 0 94125 103 0 0 25 0 1 0 642292181 3085770752 689153 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248591 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 753362 689153 259 24 0 749996 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 3013448

[startup+1002.3 s]
/proc/loadavg: 4.08 4.04 4.01 5/371 22416
/proc/meminfo: memFree=15373420/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=3013448 CPUtime=1002.28 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 800376 0 0 0 100122 106 0 0 25 0 1 0 642292181 3085770752 720391 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 753362 720391 259 24 0 749996 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 3013448

[startup+1062.3 s]
/proc/loadavg: 4.10 4.06 4.01 5/371 22418
/proc/meminfo: memFree=14914340/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=4512080 CPUtime=1062.29 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 841989 0 0 0 106119 110 0 0 25 0 1 0 642292181 4620369920 761993 33554432000 4194304 4291037 140734215589008 18446744073709551615 4261894 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 1128020 761993 259 24 0 1124654 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 4512080

[startup+1122.3 s]
/proc/loadavg: 4.04 4.04 4.00 5/371 22419
/proc/meminfo: memFree=14471748/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=4512080 CPUtime=1122.29 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 872491 0 0 0 112114 115 0 0 25 0 1 0 642292181 4620369920 792491 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248399 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 1128020 792491 259 24 0 1124654 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 4512080

[startup+1182.31 s]
/proc/loadavg: 4.05 4.05 4.00 5/371 22421
/proc/meminfo: memFree=14013892/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=4512080 CPUtime=1182.3 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 896537 0 0 0 118111 119 0 0 25 0 1 0 642292181 4620369920 816532 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 1128020 816532 259 24 0 1124654 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 4512080

[startup+1242.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/371 22478
/proc/meminfo: memFree=19134740/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=4512080 CPUtime=1242.28 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 911791 0 0 0 124108 120 0 0 25 0 1 0 642292181 4620369920 831784 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248574 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 1128020 831784 259 24 0 1124654 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 4512080



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 4.20 4.08 4.01 5/371 22480
/proc/meminfo: memFree=18922876/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=4512080 CPUtime=1300.01 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4202496 937636 0 0 0 129877 124 0 0 25 0 1 0 642292181 4620369920 857623 33554432000 4194304 4291037 140734215589008 18446744073709551615 4248416 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22361/statm: 1128020 857623 259 24 0 1124654 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 4512080

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.20 4.08 4.01 5/371 22480
/proc/meminfo: memFree=18922876/32951124 swapFree=56449224/67111528
[pid=22361] ppid=22359 vsize=0 CPUtime=1300.1 cores=1,3
/proc/22361/stat : 22361 (minisat_release) R 22359 22361 22218 0 -1 4203524 937636 0 0 0 129877 133 0 0 25 0 1 0 642292181 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/22361/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.15
CPU time (s): 1300.14
CPU user time (s): 1298.78
CPU system time (s): 1.36679
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 4512080

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

runsolver used 4.54131 second user time and 10.7624 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-13 19:15:18
IDJOB=3362513
IDBENCH=82388
IDSOLVER=1840
FILE ID=node106/3362513-1305306912
RUNJOBID= node106-1305306823-22238
PBS_JOBID= 13321483
Free space on /tmp= 45436 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362513-1305306912/watcher-3362513-1305306912 -o /tmp/evaluation-result-3362513-1305306912/solver-3362513-1305306912 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362513-1305306912.cnf

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=953152136

node106.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.830
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.66
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.830
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	: 5226.20
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.830
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.75
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.830
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.82
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.830
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.74
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.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22827348 kB
Buffers:        212024 kB
Cached:        5858396 kB
SwapCached:      27544 kB
Active:        2101800 kB
Inactive:      7784676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22827348 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:          398080 kB
Writeback:           0 kB
AnonPages:     3796712 kB
Mapped:          10544 kB
Slab:           121016 kB
PageTables:      50592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76370028 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= 45668 MiB
End job on node106 at 2011-05-13 19:37:00