Trace number 3348670

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: cir_minisat 2011-03-02? (TO) 1300.1 1300.07

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark454.45
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

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

running on 2 cores: 0,2

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: 1.49 2.61 3.23 6/328 28547
/proc/meminfo: memFree=8883896/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=19628 CPUtime=0 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 699 0 0 0 0 0 0 0 21 0 1 0 341284493 20099072 643 33554432000 4194304 4254575 140737384412208 18446744073709551615 4201518 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 4907 643 213 15 0 1550 0

[startup+0.0260649 s]
/proc/loadavg: 1.49 2.61 3.23 6/328 28547
/proc/meminfo: memFree=8883896/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=20688 CPUtime=0.02 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 966 0 0 0 2 0 0 0 21 0 1 0 341284493 21184512 902 33554432000 4194304 4254575 140737384412208 18446744073709551615 4240513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 5172 909 213 15 0 1815 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20688

[startup+0.114032 s]
/proc/loadavg: 1.49 2.61 3.23 6/328 28547
/proc/meminfo: memFree=8883896/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=26268 CPUtime=0.1 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 2745 0 0 0 10 0 0 0 21 0 1 0 341284493 26898432 2561 33554432000 4194304 4254575 140737384412208 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 6567 2562 213 15 0 3210 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 26268

[startup+0.300998 s]
/proc/loadavg: 1.49 2.61 3.23 6/328 28547
/proc/meminfo: memFree=8883896/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=67268 CPUtime=0.28 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 12381 0 0 0 27 1 0 0 22 0 1 0 341284493 68882432 11347 33554432000 4194304 4254575 140737384412208 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 16817 11348 213 15 0 13460 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 67268

[startup+0.700933 s]
/proc/loadavg: 1.49 2.61 3.23 6/328 28547
/proc/meminfo: memFree=8883896/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=154120 CPUtime=0.68 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 34233 0 0 0 64 4 0 0 23 0 1 0 341284493 157818880 31177 33554432000 4194304 4254575 140737384412208 18446744073709551615 4241276 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 38530 31178 213 15 0 35173 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 154120

[startup+1.50079 s]
/proc/loadavg: 1.49 2.61 3.23 5/329 28548
/proc/meminfo: memFree=8452116/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=356876 CPUtime=1.48 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 77553 0 0 0 137 11 0 0 25 0 1 0 341284493 365441024 70481 33554432000 4194304 4254575 140737384412208 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 89219 70482 213 15 0 85862 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 356876

[startup+3.10052 s]
/proc/loadavg: 1.49 2.61 3.23 6/329 28548
/proc/meminfo: memFree=8251236/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=404592 CPUtime=3.08 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 129808 0 0 0 289 19 0 0 25 0 1 0 341284493 414302208 84708 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 101148 84708 232 15 0 97791 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 404592

[startup+6.30094 s]
/proc/loadavg: 1.77 2.65 3.24 6/329 28548
/proc/meminfo: memFree=8260560/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=357388 CPUtime=6.28 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 151233 0 0 0 606 22 0 0 25 0 1 0 341284493 365965312 78069 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209788 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 89347 78069 232 15 0 85990 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 357388

[startup+12.7008 s]
/proc/loadavg: 1.95 2.67 3.25 6/329 28551
/proc/meminfo: memFree=8238240/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=357588 CPUtime=12.69 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 152516 0 0 0 1246 23 0 0 25 0 1 0 341284493 366170112 79352 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209215 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 89397 79352 233 15 0 86040 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 357588

[startup+25.5006 s]
/proc/loadavg: 2.40 2.73 3.26 6/329 28552
/proc/meminfo: memFree=8150320/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=358032 CPUtime=25.49 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 154868 0 0 0 2526 23 0 0 25 0 1 0 341284493 366624768 81703 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209455 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 89508 81703 233 15 0 86151 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 358032

[startup+51.1011 s]
/proc/loadavg: 2.95 2.83 3.28 6/329 28553
/proc/meminfo: memFree=7991396/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=408576 CPUtime=51.09 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 157113 0 0 0 5085 24 0 0 25 0 1 0 341284493 418381824 83945 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 102144 83945 233 15 0 98787 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 408576

[startup+102.312 s]
/proc/loadavg: 3.54 3.01 3.31 6/329 28554
/proc/meminfo: memFree=7657996/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=409792 CPUtime=102.3 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 163780 0 0 0 10205 25 0 0 25 0 1 0 341284493 419627008 90606 33554432000 4194304 4254575 140737384412208 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 102448 90606 233 15 0 99091 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 409792

[startup+162.3 s]
/proc/loadavg: 3.83 3.19 3.35 6/329 28556
/proc/meminfo: memFree=7214280/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=492184 CPUtime=162.29 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 173729 0 0 0 16203 26 0 0 25 0 1 0 341284493 503996416 100544 33554432000 4194304 4254575 140737384412208 18446744073709551615 4212530 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 123046 100544 233 15 0 119689 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 492184

[startup+222.301 s]
/proc/loadavg: 3.93 3.33 3.39 6/329 28557
/proc/meminfo: memFree=6811644/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=493940 CPUtime=222.29 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 188670 0 0 0 22201 28 0 0 25 0 1 0 341284493 505794560 115473 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209332 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 123485 115473 233 15 0 120128 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 493940

[startup+282.3 s]
/proc/loadavg: 3.97 3.45 3.43 6/329 28559
/proc/meminfo: memFree=6417444/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=626832 CPUtime=282.29 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 202316 0 0 0 28199 30 0 0 25 0 1 0 341284493 641875968 129112 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209312 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 156708 129112 233 15 0 153351 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 626832

[startup+342.301 s]
/proc/loadavg: 4.05 3.56 3.46 6/329 28569
/proc/meminfo: memFree=6014768/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=628060 CPUtime=342.29 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 215146 0 0 0 34196 33 0 0 25 0 1 0 341284493 643133440 141936 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209236 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 157015 141936 233 15 0 153658 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 628060

[startup+402.301 s]
/proc/loadavg: 4.08 3.66 3.50 6/329 28571
/proc/meminfo: memFree=5681688/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=844248 CPUtime=402.29 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 230773 0 0 0 40193 36 0 0 25 0 1 0 341284493 864509952 157554 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 211062 157554 233 15 0 207705 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 844248

[startup+462.301 s]
/proc/loadavg: 4.19 3.75 3.54 6/329 28573
/proc/meminfo: memFree=5322076/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=844816 CPUtime=462.3 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 243202 0 0 0 46192 38 0 0 25 0 1 0 341284493 865091584 169978 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 211204 169978 233 15 0 207847 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 844816

[startup+522.301 s]
/proc/loadavg: 4.07 3.79 3.56 6/329 28574
/proc/meminfo: memFree=4962108/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=845476 CPUtime=522.3 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 254107 0 0 0 52190 40 0 0 25 0 1 0 341284493 865767424 180879 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209215 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 211369 180879 233 15 0 208012 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 845476

[startup+582.3 s]
/proc/loadavg: 4.02 3.83 3.59 6/329 28576
/proc/meminfo: memFree=4556504/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=846016 CPUtime=582.3 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 269761 0 0 0 58188 42 0 0 25 0 1 0 341284493 866320384 196524 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 211504 196524 233 15 0 208147 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 846016

[startup+642.301 s]
/proc/loadavg: 4.01 3.86 3.61 6/329 28577
/proc/meminfo: memFree=4183484/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=1195264 CPUtime=642.31 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 280204 0 0 0 64187 44 0 0 25 0 1 0 341284493 1223950336 206962 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209263 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 298816 206962 233 15 0 295459 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1195264

[startup+702.3 s]
/proc/loadavg: 4.00 3.88 3.63 6/329 28579
/proc/meminfo: memFree=3848296/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=1195264 CPUtime=702.3 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 288263 0 0 0 70184 46 0 0 25 0 1 0 341284493 1223950336 215020 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209455 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 298816 215020 233 15 0 295459 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1195264

[startup+762.313 s]
/proc/loadavg: 4.00 3.90 3.65 6/329 28581
/proc/meminfo: memFree=3538900/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=1195264 CPUtime=762.32 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 305063 0 0 0 76183 49 0 0 25 0 1 0 341284493 1223950336 231815 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 298816 231815 233 15 0 295459 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1195264

[startup+822.301 s]
/proc/loadavg: 4.00 3.91 3.67 6/329 28582
/proc/meminfo: memFree=3163404/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=1195264 CPUtime=822.3 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 320546 0 0 0 82179 51 0 0 25 0 1 0 341284493 1223950336 247296 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209312 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 298816 247296 233 15 0 295459 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1195264

[startup+882.301 s]
/proc/loadavg: 4.18 3.97 3.70 6/329 28638
/proc/meminfo: memFree=3882368/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=1197844 CPUtime=882.3 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 332947 0 0 0 88176 54 0 0 25 0 1 0 341284493 1226592256 259693 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209218 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 299461 259693 233 15 0 296104 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1197844

[startup+942.301 s]
/proc/loadavg: 4.07 3.97 3.72 6/329 28639
/proc/meminfo: memFree=3578204/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=1197984 CPUtime=942.3 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 341764 0 0 0 94174 56 0 0 25 0 1 0 341284493 1226735616 268507 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209189 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 299496 268507 233 15 0 296139 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1197984

[startup+1002.3 s]
/proc/loadavg: 4.02 3.97 3.74 6/329 28641
/proc/meminfo: memFree=3221468/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=1198656 CPUtime=1002.31 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 354326 0 0 0 100172 59 0 0 25 0 1 0 341284493 1227423744 281061 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 299664 281061 233 15 0 296307 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1198656

[startup+1062.3 s]
/proc/loadavg: 4.09 4.00 3.76 6/329 28643
/proc/meminfo: memFree=2926568/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=1199188 CPUtime=1062.31 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 366218 0 0 0 106169 62 0 0 25 0 1 0 341284493 1227968512 292951 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 299797 292951 233 15 0 296440 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1199188

[startup+1122.3 s]
/proc/loadavg: 4.03 4.00 3.77 6/329 28644
/proc/meminfo: memFree=2593992/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=1767660 CPUtime=1122.31 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 379241 0 0 0 112166 65 0 0 25 0 1 0 341284493 1810083840 305967 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 441915 305967 233 15 0 438558 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1767660

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.78 6/329 28646
/proc/meminfo: memFree=2275668/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=1768128 CPUtime=1182.31 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 391841 0 0 0 118163 68 0 0 25 0 1 0 341284493 1810563072 318563 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209492 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 442032 318563 233 15 0 438675 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1768128

[startup+1242.3 s]
/proc/loadavg: 4.05 4.01 3.80 6/329 28647
/proc/meminfo: memFree=1930448/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=1768500 CPUtime=1242.31 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 401604 0 0 0 124160 71 0 0 25 0 1 0 341284493 1810944000 328322 33554432000 4194304 4254575 140737384412208 18446744073709551615 4222794 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 442125 328322 233 15 0 438768 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1768500



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.93 3.99 3.80 3/322 28668
/proc/meminfo: memFree=7765684/32951124 swapFree=46575196/67111528
[pid=28547] ppid=28545 vsize=1769120 CPUtime=1300.02 cores=0,2
/proc/28547/stat : 28547 (cir_minisat) R 28545 28547 27995 0 -1 4202496 412497 0 0 0 129928 74 0 0 25 0 1 0 341284493 1811578880 339209 33554432000 4194304 4254575 140737384412208 18446744073709551615 4209200 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28547/statm: 442280 339209 233 15 0 438923 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1769120

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.07
CPU time (s): 1300.1
CPU user time (s): 1299.29
CPU system time (s): 0.807877
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1769120

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

runsolver used 4.09738 second user time and 9.13261 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-09 21:55:32
IDJOB=3348670
IDBENCH=82399
IDSOLVER=1810
FILE ID=node107/3348670-1304970926
RUNJOBID= node107-1304970926-28505
PBS_JOBID= 13285643
Free space on /tmp= 40896 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348670-1304970926/watcher-3348670-1304970926 -o /tmp/evaluation-result-3348670-1304970926/solver-3348670-1304970926 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348670-1304970926.cnf

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=1157598002

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.829
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.829
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	: 5359.47
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.829
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.829
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:       8884176 kB
Buffers:        237664 kB
Cached:       18524756 kB
SwapCached:       9560 kB
Active:        6967896 kB
Inactive:     16441036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8884176 kB
SwapTotal:    67111528 kB
SwapFree:     46575196 kB
Dirty:          443252 kB
Writeback:           0 kB
AnonPages:     4643536 kB
Mapped:          19444 kB
Slab:           525432 kB
PageTables:      69836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65394780 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= 41128 MiB
End job on node107 at 2011-05-09 22:17:14