Trace number 3362741

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMc6d3480970bb2819448dd0a800a3cf1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1134832
Number of clauses6175026
Sum of the clauses size14647926
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 26124260
Number of clauses of size 3960
Number of clauses of size 41200
Number of clauses of size 51200
Number of clauses of size over 546560

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

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.97 4.00 4.00 6/362 14422
/proc/meminfo: memFree=6605132/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=23224 CPUtime=0 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 1440 0 0 0 0 0 0 0 23 0 1 0 642334121 23781376 1382 33554432000 4194304 4291037 140736397157344 18446744073709551615 4240897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 5806 1385 216 24 0 2440 0

[startup+0.096786 s]
/proc/loadavg: 3.97 4.00 4.00 6/362 14422
/proc/meminfo: memFree=6605132/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=37388 CPUtime=0.08 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 4986 0 0 0 8 0 0 0 23 0 1 0 642334121 38285312 4873 33554432000 4194304 4291037 140736397157344 18446744073709551615 4276877 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 9347 4875 216 24 0 5981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37388

[startup+1.11658 s]
/proc/loadavg: 3.97 4.00 4.00 6/362 14422
/proc/meminfo: memFree=6605132/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=280212 CPUtime=1.1 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 68141 0 0 0 101 9 0 0 25 0 1 0 642334121 286937088 60378 33554432000 4194304 4291037 140736397157344 18446744073709551615 4276877 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 70086 60381 216 24 0 66720 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 280212

[startup+1.20057 s]
/proc/loadavg: 3.97 4.00 4.00 6/362 14422
/proc/meminfo: memFree=6605132/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=303968 CPUtime=1.19 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 72568 0 0 0 109 10 0 0 25 0 1 0 642334121 311263232 64806 33554432000 4194304 4291037 140736397157344 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 75992 64807 216 24 0 72626 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 303968

[startup+1.30056 s]
/proc/loadavg: 3.97 4.00 4.00 6/362 14422
/proc/meminfo: memFree=6605132/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=345136 CPUtime=1.29 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 78353 0 0 0 118 11 0 0 25 0 1 0 642334121 353419264 70590 33554432000 4194304 4291037 140736397157344 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 86284 70591 216 24 0 82918 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 345136

[startup+1.50051 s]
/proc/loadavg: 3.97 4.00 4.00 6/362 14422
/proc/meminfo: memFree=6605132/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=378204 CPUtime=1.49 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 93031 0 0 0 137 12 0 0 25 0 1 0 642334121 387280896 81807 33554432000 4194304 4291037 140736397157344 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 94551 81807 216 24 0 91185 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 378204

[startup+3.10119 s]
/proc/loadavg: 4.13 4.03 4.01 5/363 14423
/proc/meminfo: memFree=6144728/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=552640 CPUtime=3.09 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 123314 0 0 0 292 17 0 0 25 0 1 0 642334121 565903360 112089 33554432000 4194304 4291037 140736397157344 18446744073709551615 4229971 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 138160 112089 238 24 0 134794 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 552640

[startup+6.30056 s]
/proc/loadavg: 4.13 4.03 4.01 5/363 14423
/proc/meminfo: memFree=6107404/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=597792 CPUtime=6.29 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 138493 0 0 0 609 20 0 0 25 0 1 0 642334121 612139008 127230 33554432000 4194304 4291037 140736397157344 18446744073709551615 4232051 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 149448 127230 239 24 0 146082 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 597792

[startup+12.7003 s]
/proc/loadavg: 4.27 4.06 4.02 5/363 14423
/proc/meminfo: memFree=6137296/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=492428 CPUtime=12.69 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 159876 0 0 0 1247 22 0 0 25 0 1 0 642334121 504246272 106014 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248603 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 123107 106014 258 24 0 119741 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 492428

[startup+25.5007 s]
/proc/loadavg: 4.23 4.06 4.02 5/363 14423
/proc/meminfo: memFree=6080792/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=542516 CPUtime=25.48 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 164667 0 0 0 2525 23 0 0 25 0 1 0 642334121 555536384 110805 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248528 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 135629 110805 258 24 0 132263 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 542516

[startup+51.1007 s]
/proc/loadavg: 4.15 4.05 4.01 5/363 14424
/proc/meminfo: memFree=5925156/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=542516 CPUtime=51.09 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 174950 0 0 0 5084 25 0 0 25 0 1 0 642334121 555536384 121082 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248448 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 135629 121082 259 24 0 132263 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 542516

[startup+102.3 s]
/proc/loadavg: 4.06 4.04 4.01 5/363 14426
/proc/meminfo: memFree=5681896/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=756164 CPUtime=102.29 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 201101 0 0 0 10200 29 0 0 25 0 1 0 642334121 774311936 147221 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 189041 147221 259 24 0 185675 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 756164

[startup+162.301 s]
/proc/loadavg: 4.02 4.03 4.00 5/363 14427
/proc/meminfo: memFree=5334556/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=971088 CPUtime=162.29 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 243789 0 0 0 16194 35 0 0 25 0 1 0 642334121 994394112 189896 33554432000 4194304 4291037 140736397157344 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 242772 189896 259 24 0 239406 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 971088

[startup+222.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/363 14429
/proc/meminfo: memFree=5423216/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=971088 CPUtime=222.29 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 282314 0 0 0 22189 40 0 0 25 0 1 0 642334121 994394112 228411 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 242772 228411 259 24 0 239406 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 971088

[startup+282.301 s]
/proc/loadavg: 4.15 4.05 4.01 5/363 14430
/proc/meminfo: memFree=5041520/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=1320336 CPUtime=282.29 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 320826 0 0 0 28184 45 0 0 25 0 1 0 642334121 1352024064 266912 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 330084 266912 259 24 0 326718 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1320336

[startup+342.301 s]
/proc/loadavg: 4.05 4.04 4.00 5/363 14432
/proc/meminfo: memFree=4651160/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=1320336 CPUtime=342.29 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 367989 0 0 0 34178 51 0 0 25 0 1 0 642334121 1352024064 314066 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 330084 314066 259 24 0 326718 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1320336

[startup+402.301 s]
/proc/loadavg: 4.02 4.03 4.00 5/363 14434
/proc/meminfo: memFree=4303320/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=1887864 CPUtime=402.3 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 417009 0 0 0 40173 57 0 0 25 0 1 0 642334121 1933172736 363071 33554432000 4194304 4291037 140736397157344 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 471966 363071 259 24 0 468600 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1887864

[startup+462.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/363 14463
/proc/meminfo: memFree=6216376/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=1887864 CPUtime=462.3 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 472852 0 0 0 46166 64 0 0 25 0 1 0 642334121 1933172736 418907 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248401 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 471966 418907 259 24 0 468600 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1887864

[startup+522.301 s]
/proc/loadavg: 3.97 4.01 4.00 5/363 14521
/proc/meminfo: memFree=6572444/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=1887864 CPUtime=522.31 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 494875 0 0 0 52164 67 0 0 25 0 1 0 642334121 1933172736 440925 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248468 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 471966 440925 259 24 0 468600 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1887864

[startup+582.301 s]
/proc/loadavg: 4.05 4.04 4.00 5/363 14522
/proc/meminfo: memFree=6434896/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=1887864 CPUtime=582.31 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 507711 0 0 0 58162 69 0 0 25 0 1 0 642334121 1933172736 453757 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248448 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 471966 453757 259 24 0 468600 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1887864

[startup+642.313 s]
/proc/loadavg: 4.02 4.03 4.00 5/363 14524
/proc/meminfo: memFree=6390624/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=2810100 CPUtime=642.32 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 520296 0 0 0 64162 70 0 0 25 0 1 0 642334121 2877542400 466342 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248468 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 702525 466342 259 24 0 699159 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 2810100

[startup+702.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/363 14526
/proc/meminfo: memFree=6279936/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=2810100 CPUtime=702.31 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 533285 0 0 0 70160 71 0 0 25 0 1 0 642334121 2877542400 479329 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248644 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 702525 479329 259 24 0 699159 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2810100

[startup+762.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/363 14527
/proc/meminfo: memFree=6238708/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=2810100 CPUtime=762.32 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 545951 0 0 0 76159 73 0 0 25 0 1 0 642334121 2877542400 491994 33554432000 4194304 4291037 140736397157344 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 702525 491994 259 24 0 699159 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 2810100

[startup+822.3 s]
/proc/loadavg: 4.10 4.04 4.01 5/363 14610
/proc/meminfo: memFree=6251472/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=2810100 CPUtime=822.31 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 565597 0 0 0 82155 76 0 0 25 0 1 0 642334121 2877542400 511633 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 702525 511633 259 24 0 699159 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 2810100

[startup+882.301 s]
/proc/loadavg: 4.16 4.06 4.01 5/360 14614
/proc/meminfo: memFree=6148496/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=2810100 CPUtime=882.32 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 598343 0 0 0 88151 81 0 0 25 0 1 0 642334121 2877542400 544371 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 702525 544371 259 24 0 699159 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 2810100

[startup+942.301 s]
/proc/loadavg: 4.12 4.06 4.01 5/363 14640
/proc/meminfo: memFree=5526636/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=2810100 CPUtime=942.32 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 645903 0 0 0 94144 88 0 0 25 0 1 0 642334121 2877542400 591908 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 702525 591908 259 24 0 699159 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 2810100

[startup+1002.3 s]
/proc/loadavg: 4.12 4.07 4.01 5/363 14642
/proc/meminfo: memFree=5384180/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=2810100 CPUtime=1002.32 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 679418 0 0 0 100140 92 0 0 25 0 1 0 642334121 2877542400 625416 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 702525 625416 259 24 0 699159 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 2810100

[startup+1062.3 s]
/proc/loadavg: 4.04 4.05 4.00 5/363 14643
/proc/meminfo: memFree=5208884/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=2810100 CPUtime=1062.33 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 714694 0 0 0 106136 97 0 0 25 0 1 0 642334121 2877542400 660688 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248448 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 702525 660688 259 24 0 699159 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 2810100

[startup+1122.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/363 14645
/proc/meminfo: memFree=5044748/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=4308732 CPUtime=1122.33 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 751880 0 0 0 112131 102 0 0 25 0 1 0 642334121 4412141568 697866 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 1077183 697866 259 24 0 1073817 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 4308732

[startup+1182.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/363 14646
/proc/meminfo: memFree=4897720/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=4308732 CPUtime=1182.34 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 785932 0 0 0 118126 108 0 0 25 0 1 0 642334121 4412141568 731907 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 1077183 731907 259 24 0 1073817 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 4308732

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/363 14648
/proc/meminfo: memFree=4770328/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=4308732 CPUtime=1242.34 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 818720 0 0 0 124119 115 0 0 25 0 1 0 642334121 4412141568 764681 33554432000 4194304 4291037 140736397157344 18446744073709551615 4249018 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 1077183 764681 259 24 0 1073817 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 4308732



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 4.00 5/363 14649
/proc/meminfo: memFree=4519832/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=4308732 CPUtime=1300.06 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4202496 857550 0 0 0 129883 123 0 0 25 0 1 0 642334121 4412141568 803503 33554432000 4194304 4291037 140736397157344 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14422/statm: 1077183 803503 259 24 0 1073817 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 4308732

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

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

[startup+1300.13 s]
/proc/loadavg: 4.00 4.02 4.00 5/363 14649
/proc/meminfo: memFree=4519832/32950928 swapFree=45937192/67111528
[pid=14422] ppid=14420 vsize=0 CPUtime=1300.16 cores=4,6
/proc/14422/stat : 14422 (minisat_release) R 14420 14422 14257 0 -1 4203524 857554 0 0 0 129883 133 0 0 25 0 1 0 642334121 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 4 0 0 0
/proc/14422/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.15
CPU time (s): 1300.2
CPU user time (s): 1298.84
CPU system time (s): 1.35879
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 4308732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.84
system time used= 1.35879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 857554
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 887

runsolver used 4.92525 second user time and 9.93449 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 19:22:54
IDJOB=3362741
IDBENCH=82413
IDSOLVER=1840
FILE ID=node149/3362741-1305307370
RUNJOBID= node149-1305306497-14276
PBS_JOBID= 13321472
Free space on /tmp= 41968 MiB

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

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

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=1909459357

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6605412 kB
Buffers:        271920 kB
Cached:       19252664 kB
SwapCached:      19984 kB
Active:       10925764 kB
Inactive:     14732920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6605412 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:          121216 kB
Writeback:           0 kB
AnonPages:     6126700 kB
Mapped:          14544 kB
Slab:           546632 kB
PageTables:      76136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82294084 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= 42036 MiB
End job on node149 at 2011-05-13 19:44:36