Trace number 3380491

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-05-13 (simp)? (TO) 1300.14 1300.11

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.080-SAT.cnf
MD5SUM1ca09a2b911e29894c6603aee8d3e672
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark153.91
Satisfiable
(Un)Satisfiability was proved
Number of variables175084
Number of clauses2826936
Sum of the clauses size6454456
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22728320
Number of clauses of size 37680
Number of clauses of size 435520
Number of clauses of size 515360
Number of clauses of size over 539360

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-3380491-1305458876/watcher-3380491-1305458876 -o /tmp/evaluation-result-3380491-1305458876/solver-3380491-1305458876 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380491-1305458876.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: 2.93 1.82 2.43 5/296 17481
/proc/meminfo: memFree=17053492/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=19808 CPUtime=0 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 751 0 0 0 0 0 0 0 22 0 1 0 657487523 20283392 695 33554432000 4194304 4300288 140733881053136 18446744073709551615 4200600 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 4952 695 217 26 0 1584 0

[startup+0.10229 s]
/proc/loadavg: 2.93 1.82 2.43 5/296 17481
/proc/meminfo: memFree=17053492/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=30536 CPUtime=0.09 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 4641 0 0 0 9 0 0 0 22 0 1 0 657487523 31268864 3995 33554432000 4194304 4300288 140733881053136 18446744073709551615 248089359045 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 7634 3998 218 26 0 4266 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30536

[startup+0.200338 s]
/proc/loadavg: 2.93 1.82 2.43 5/296 17481
/proc/meminfo: memFree=17053492/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=55192 CPUtime=0.18 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 11531 0 0 0 18 0 0 0 23 0 1 0 657487523 56516608 9243 33554432000 4194304 4300288 140733881053136 18446744073709551615 4241833 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 13798 9259 218 26 0 10430 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 55192

[startup+0.300265 s]
/proc/loadavg: 2.93 1.82 2.43 5/296 17481
/proc/meminfo: memFree=17053492/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=75504 CPUtime=0.28 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 18193 0 0 0 27 1 0 0 23 0 1 0 657487523 77316096 13653 33554432000 4194304 4300288 140733881053136 18446744073709551615 248089359393 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 18876 13653 218 26 0 15508 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 75504

[startup+0.700198 s]
/proc/loadavg: 2.93 1.82 2.43 5/296 17481
/proc/meminfo: memFree=17053492/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=164516 CPUtime=0.69 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 43546 0 0 0 64 5 0 0 25 0 1 0 657487523 168464384 32078 33554432000 4194304 4300288 140733881053136 18446744073709551615 248089359045 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 41129 32080 218 26 0 37761 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 164516

[startup+1.501 s]
/proc/loadavg: 2.93 1.82 2.43 5/297 17482
/proc/meminfo: memFree=16881380/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=192604 CPUtime=1.49 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 57334 0 0 0 142 7 0 0 25 0 1 0 657487523 197226496 41470 33554432000 4194304 4300288 140733881053136 18446744073709551615 4228524 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 48151 41470 221 26 0 44783 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 192604

[startup+3.10082 s]
/proc/loadavg: 2.93 1.82 2.43 5/297 17482
/proc/meminfo: memFree=16878500/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=192604 CPUtime=3.09 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 57337 0 0 0 302 7 0 0 25 0 1 0 657487523 197226496 41473 33554432000 4194304 4300288 140733881053136 18446744073709551615 4230868 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 48151 41473 222 26 0 44783 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 192604

[startup+6.30021 s]
/proc/loadavg: 3.01 1.86 2.43 5/297 17482
/proc/meminfo: memFree=16899144/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=154560 CPUtime=6.29 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 66356 0 0 0 621 8 0 0 25 0 1 0 657487523 158269440 33851 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 38640 33851 242 26 0 35272 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 154560

[startup+12.7011 s]
/proc/loadavg: 3.09 1.89 2.44 5/297 17482
/proc/meminfo: memFree=16857300/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=173528 CPUtime=12.69 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 69389 0 0 0 1261 8 0 0 25 0 1 0 657487523 177692672 36883 33554432000 4194304 4300288 140733881053136 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 43382 36883 242 26 0 40014 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 173528

[startup+25.5008 s]
/proc/loadavg: 3.29 1.99 2.47 5/297 17482
/proc/meminfo: memFree=16795244/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=173528 CPUtime=25.49 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 70330 0 0 0 2540 9 0 0 25 0 1 0 657487523 177692672 37824 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268492 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 43382 37824 242 26 0 40014 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 173528

[startup+51.1002 s]
/proc/loadavg: 3.53 2.15 2.51 5/297 17483
/proc/meminfo: memFree=16639432/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=204348 CPUtime=51.09 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 77728 0 0 0 5100 9 0 0 25 0 1 0 657487523 209252352 45215 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268401 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 51087 45215 242 26 0 47719 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 204348

[startup+102.3 s]
/proc/loadavg: 3.80 2.44 2.58 5/297 17484
/proc/meminfo: memFree=16307256/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=335824 CPUtime=102.3 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 104471 0 0 0 10216 14 0 0 25 0 1 0 657487523 343883776 71940 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 83956 71940 242 26 0 80588 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 335824

[startup+162.301 s]
/proc/loadavg: 3.92 2.72 2.67 5/297 17486
/proc/meminfo: memFree=15970012/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=468084 CPUtime=162.3 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 130601 0 0 0 16211 19 0 0 25 0 1 0 657487523 479318016 98054 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 117021 98054 242 26 0 113653 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 468084

[startup+222.311 s]
/proc/loadavg: 4.08 2.98 2.76 5/297 17488
/proc/meminfo: memFree=15611760/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=683204 CPUtime=222.3 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 163255 0 0 0 22205 25 0 0 25 0 1 0 657487523 699600896 130689 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 170801 130689 242 26 0 167433 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 683204

[startup+282.3 s]
/proc/loadavg: 4.06 3.18 2.84 5/297 17489
/proc/meminfo: memFree=15286348/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=683204 CPUtime=282.3 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 194729 0 0 0 28199 31 0 0 25 0 1 0 657487523 699600896 162149 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268339 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 170801 162149 242 26 0 167433 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 683204

[startup+342.301 s]
/proc/loadavg: 4.02 3.32 2.91 5/297 17491
/proc/meminfo: memFree=14892844/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=1033128 CPUtime=342.3 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 225777 0 0 0 34195 35 0 0 25 0 1 0 657487523 1057923072 193176 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 258282 193176 242 26 0 254914 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1033128

[startup+402.3 s]
/proc/loadavg: 4.01 3.44 2.97 5/297 17492
/proc/meminfo: memFree=14466140/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=1033128 CPUtime=402.29 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 254836 0 0 0 40191 38 0 0 25 0 1 0 657487523 1057923072 222213 33554432000 4194304 4300288 140733881053136 18446744073709551615 4269697 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 258282 222213 242 26 0 254914 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1033128

[startup+462.301 s]
/proc/loadavg: 4.00 3.54 3.03 5/297 17494
/proc/meminfo: memFree=14077852/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=1600656 CPUtime=462.3 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 288204 0 0 0 46187 43 0 0 25 0 1 0 657487523 1639071744 255561 33554432000 4194304 4300288 140733881053136 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 400164 255561 242 26 0 396796 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1600656

[startup+522.301 s]
/proc/loadavg: 4.13 3.66 3.10 5/297 17496
/proc/meminfo: memFree=13710156/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=1600656 CPUtime=522.3 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 318424 0 0 0 52183 47 0 0 25 0 1 0 657487523 1639071744 285759 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268184 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 400164 285759 242 26 0 396796 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1600656

[startup+582.3 s]
/proc/loadavg: 4.05 3.71 3.16 5/297 17497
/proc/meminfo: memFree=13362792/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=1600960 CPUtime=582.31 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 344938 0 0 0 58179 52 0 0 25 0 1 0 657487523 1639383040 312260 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 400240 312260 242 26 0 396872 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1600960

[startup+642.301 s]
/proc/loadavg: 4.02 3.76 3.21 7/297 17499
/proc/meminfo: memFree=12980956/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=1600960 CPUtime=642.31 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 380164 0 0 0 64175 56 0 0 25 0 1 0 657487523 1639383040 347474 33554432000 4194304 4300288 140733881053136 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 400240 347474 242 26 0 396872 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1600960

[startup+702.3 s]
/proc/loadavg: 4.00 3.80 3.25 5/297 17500
/proc/meminfo: memFree=12517652/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=1600960 CPUtime=702.31 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 413678 0 0 0 70170 61 0 0 25 0 1 0 657487523 1639383040 380971 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268285 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 400240 380971 242 26 0 396872 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1600960

[startup+762.301 s]
/proc/loadavg: 4.15 3.87 3.31 5/297 17502
/proc/meminfo: memFree=12096020/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=2523736 CPUtime=762.32 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 447993 0 0 0 76167 65 0 0 25 0 1 0 657487523 2584305664 415276 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 630934 415276 242 26 0 627566 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 2523736

[startup+822.301 s]
/proc/loadavg: 4.13 3.92 3.36 5/297 17504
/proc/meminfo: memFree=11679224/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=2525992 CPUtime=822.31 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 478479 0 0 0 82163 68 0 0 25 0 1 0 657487523 2586615808 445752 33554432000 4194304 4300288 140733881053136 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 631498 445752 242 26 0 628130 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 2525992

[startup+882.311 s]
/proc/loadavg: 4.05 3.93 3.39 5/297 17505
/proc/meminfo: memFree=11295276/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=2527908 CPUtime=882.32 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 507377 0 0 0 88159 73 0 0 25 0 1 0 657487523 2588577792 474633 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268270 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 631977 474633 242 26 0 628609 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 2527908

[startup+942.301 s]
/proc/loadavg: 4.02 3.94 3.43 5/297 17507
/proc/meminfo: memFree=10872640/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=2529032 CPUtime=942.31 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 540525 0 0 0 94153 78 0 0 25 0 1 0 657487523 2589728768 507761 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268316 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 632258 507761 242 26 0 628890 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2529032

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.46 5/297 17508
/proc/meminfo: memFree=10431688/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=2532232 CPUtime=1002.31 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 568635 0 0 0 100149 82 0 0 25 0 1 0 657487523 2593005568 535855 33554432000 4194304 4300288 140733881053136 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 633058 535855 242 26 0 629690 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2532232

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.49 5/297 17510
/proc/meminfo: memFree=10045644/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=2534384 CPUtime=1062.31 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 600977 0 0 0 106145 86 0 0 25 0 1 0 657487523 2595209216 568183 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268464 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 633596 568183 242 26 0 630228 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 2534384

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.52 5/297 17512
/proc/meminfo: memFree=9707344/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=2535152 CPUtime=1122.31 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 634019 0 0 0 112141 90 0 0 25 0 1 0 657487523 2595995648 601214 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 633788 601214 242 26 0 630420 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 2535152

[startup+1182.3 s]
/proc/loadavg: 4.03 3.98 3.56 5/297 17513
/proc/meminfo: memFree=9421732/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=2537160 CPUtime=1182.31 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 661605 0 0 0 118137 94 0 0 25 0 1 0 657487523 2598051840 628786 33554432000 4194304 4300288 140733881053136 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 634290 628786 242 26 0 630922 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 2537160

[startup+1242.3 s]
/proc/loadavg: 4.01 3.98 3.58 5/297 17515
/proc/meminfo: memFree=9157064/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=4037700 CPUtime=1242.32 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 692488 0 0 0 124133 99 0 0 25 0 1 0 657487523 4134604800 659652 33554432000 4194304 4300288 140733881053136 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 1009425 659652 242 26 0 1006057 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 4037700



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.34 3.53 3.45 2/279 17570
/proc/meminfo: memFree=15670656/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=4039564 CPUtime=1300.03 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4202496 723630 0 0 0 129899 104 0 0 25 0 1 0 657487523 4136513536 690781 33554432000 4194304 4300288 140733881053136 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17481/statm: 1009891 690781 242 26 0 1006523 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 4039564

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: 2.34 3.53 3.45 2/279 17570
/proc/meminfo: memFree=15670656/32950928 swapFree=64721848/67111528
[pid=17481] ppid=17479 vsize=0 CPUtime=1300.13 cores=4,6
/proc/17481/stat : 17481 (cir_minisat) R 17479 17481 14954 0 -1 4203524 723630 0 0 0 129899 114 0 0 25 0 1 0 657487523 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 4 0 0 0
/proc/17481/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.11
CPU time (s): 1300.14
CPU user time (s): 1299
CPU system time (s): 1.14283
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 4039564

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

runsolver used 3.47347 second user time and 8.33773 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 13:27:57
IDJOB=3380491
IDBENCH=82394
IDSOLVER=1863
FILE ID=node123/3380491-1305458876
RUNJOBID= node123-1305458824-17411
PBS_JOBID= 13324867
Free space on /tmp= 73072 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.080-SAT.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380491-1305458876/watcher-3380491-1305458876 -o /tmp/evaluation-result-3380491-1305458876/solver-3380491-1305458876 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380491-1305458876.cnf

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

MD5SUM BENCH= 1ca09a2b911e29894c6603aee8d3e672
RANDOM SEED=145171663

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.15
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.838
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.838
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.838
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.838
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.80
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.838
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.74
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.838
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:     32950928 kB
MemFree:      17053772 kB
Buffers:        320332 kB
Cached:        4695780 kB
SwapCached:      10528 kB
Active:       12603992 kB
Inactive:      3009688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17053772 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:          331284 kB
Writeback:           0 kB
AnonPages:    10595416 kB
Mapped:          23144 kB
Slab:           180724 kB
PageTables:      40348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 46420548 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= 73372 MiB
End job on node123 at 2011-05-15 13:49:39