Trace number 3380259

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.050-NOTKNOWN.cnf
MD5SUM6ed645315c9ffb8177453b955fbe1737
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1200.86
Satisfiable
(Un)Satisfiability was proved
Number of variables109684
Number of clauses1767096
Sum of the clauses size4034296
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21705200
Number of clauses of size 34800
Number of clauses of size 422200
Number of clauses of size 59600
Number of clauses of size over 524600

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-3380259-1305458827/watcher-3380259-1305458827 -o /tmp/evaluation-result-3380259-1305458827/solver-3380259-1305458827 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380259-1305458827.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: 2.09 3.24 3.71 5/428 25364
/proc/meminfo: memFree=15388628/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=19812 CPUtime=0 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 753 0 0 0 0 0 0 0 23 0 1 0 657480572 20287488 696 33554432000 4194304 4300288 140733324352128 18446744073709551615 4213601 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 4953 696 217 26 0 1585 0

[startup+0.030548 s]
/proc/loadavg: 2.09 3.24 3.71 5/428 25364
/proc/meminfo: memFree=15388628/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=21208 CPUtime=0.02 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 1043 0 0 0 2 0 0 0 23 0 1 0 657480572 21716992 983 33554432000 4194304 4300288 140733324352128 18446744073709551615 4257470 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 5302 983 218 26 0 1934 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21208

[startup+0.100531 s]
/proc/loadavg: 2.09 3.24 3.71 5/428 25364
/proc/meminfo: memFree=15388628/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=29216 CPUtime=0.08 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 3936 0 0 0 8 0 0 0 23 0 1 0 657480572 29917184 3426 33554432000 4194304 4300288 140733324352128 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 7304 3429 218 26 0 3936 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29216

[startup+0.300507 s]
/proc/loadavg: 2.09 3.24 3.71 5/428 25364
/proc/meminfo: memFree=15388628/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=72028 CPUtime=0.29 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 15984 0 0 0 26 3 0 0 25 0 1 0 657480572 73756672 12363 33554432000 4194304 4300288 140733324352128 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 18007 12364 218 26 0 14639 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72028

[startup+0.700421 s]
/proc/loadavg: 2.09 3.24 3.71 5/428 25364
/proc/meminfo: memFree=15388628/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=116640 CPUtime=0.68 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 31673 0 0 0 64 4 0 0 25 0 1 0 657480572 119439360 23688 33554432000 4194304 4300288 140733324352128 18446744073709551615 4228208 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 29160 23688 221 26 0 25792 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 116640

[startup+1.5003 s]
/proc/loadavg: 2.09 3.24 3.71 5/429 25365
/proc/meminfo: memFree=15287444/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=116640 CPUtime=1.48 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 31675 0 0 0 144 4 0 0 25 0 1 0 657480572 119439360 23690 33554432000 4194304 4300288 140733324352128 18446744073709551615 4278528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 29160 23690 222 26 0 25792 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 116640

[startup+3.10102 s]
/proc/loadavg: 2.09 3.24 3.71 5/429 25365
/proc/meminfo: memFree=15419008/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=95672 CPUtime=3.08 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 36464 0 0 0 303 5 0 0 25 0 1 0 657480572 97968128 19390 33554432000 4194304 4300288 140733324352128 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 23918 19390 242 26 0 20550 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 95672

[startup+6.30042 s]
/proc/loadavg: 2.24 3.26 3.71 5/429 25365
/proc/meminfo: memFree=15337108/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=107348 CPUtime=6.29 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 38602 0 0 0 623 6 0 0 25 0 1 0 657480572 109924352 21526 33554432000 4194304 4300288 140733324352128 18446744073709551615 4255699 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 26837 21526 243 26 0 23469 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107348

[startup+12.7003 s]
/proc/loadavg: 2.38 3.27 3.71 5/429 25366
/proc/meminfo: memFree=15364780/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=126316 CPUtime=12.69 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 42523 0 0 0 1262 7 0 0 25 0 1 0 657480572 129347584 25442 33554432000 4194304 4300288 140733324352128 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 31579 25442 243 26 0 28211 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 126316

[startup+25.501 s]
/proc/loadavg: 2.74 3.30 3.72 5/429 25366
/proc/meminfo: memFree=15266068/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=157136 CPUtime=25.49 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 50308 0 0 0 2540 9 0 0 25 0 1 0 657480572 160907264 33219 33554432000 4194304 4300288 140733324352128 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 39284 33219 243 26 0 35916 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 157136

[startup+51.1003 s]
/proc/loadavg: 3.24 3.37 3.73 5/429 25367
/proc/meminfo: memFree=15062052/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=288872 CPUtime=51.09 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 65710 0 0 0 5097 12 0 0 25 0 1 0 657480572 295804928 48605 33554432000 4194304 4300288 140733324352128 18446744073709551615 4271185 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 72218 48605 243 26 0 68850 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 288872

[startup+102.316 s]
/proc/loadavg: 3.67 3.47 3.74 5/429 25368
/proc/meminfo: memFree=14655372/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=421132 CPUtime=102.31 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 95870 0 0 0 10212 19 0 0 25 0 1 0 657480572 431239168 78745 33554432000 4194304 4300288 140733324352128 18446744073709551615 4250841 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 105283 78745 243 26 0 101915 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 421132

[startup+162.3 s]
/proc/loadavg: 3.94 3.58 3.76 5/429 25424
/proc/meminfo: memFree=14843532/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=636232 CPUtime=162.29 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 129480 0 0 0 16204 25 0 0 25 0 1 0 657480572 651501568 112336 33554432000 4194304 4300288 140733324352128 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 159058 112336 243 26 0 155690 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 636232

[startup+222.3 s]
/proc/loadavg: 4.14 3.69 3.78 5/429 25479
/proc/meminfo: memFree=14448264/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=636232 CPUtime=222.29 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 159854 0 0 0 22198 31 0 0 25 0 1 0 657480572 651501568 142690 33554432000 4194304 4300288 140733324352128 18446744073709551615 4268464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 159058 142690 243 26 0 155690 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 636232

[startup+282.301 s]
/proc/loadavg: 4.12 3.76 3.80 5/429 25481
/proc/meminfo: memFree=14069532/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=985640 CPUtime=282.29 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 188797 0 0 0 28193 36 0 0 25 0 1 0 657480572 1009295360 171620 33554432000 4194304 4300288 140733324352128 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 246410 171620 243 26 0 243042 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 985640

[startup+342.301 s]
/proc/loadavg: 4.04 3.80 3.81 5/429 25482
/proc/meminfo: memFree=13715356/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=985640 CPUtime=342.3 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 215491 0 0 0 34187 43 0 0 25 0 1 0 657480572 1009295360 198293 33554432000 4194304 4300288 140733324352128 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 246410 198293 243 26 0 243042 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 985640

[startup+402.301 s]
/proc/loadavg: 4.10 3.86 3.83 5/429 25511
/proc/meminfo: memFree=13374484/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=987808 CPUtime=402.29 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 241041 0 0 0 40180 49 0 0 25 0 1 0 657480572 1011515392 223831 33554432000 4194304 4300288 140733324352128 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 246952 223831 243 26 0 243584 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 987808

[startup+462.301 s]
/proc/loadavg: 4.15 3.93 3.85 5/429 25513
/proc/meminfo: memFree=12987560/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=1557336 CPUtime=462.3 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 266312 0 0 0 46175 55 0 0 25 0 1 0 657480572 1594712064 249094 33554432000 4194304 4300288 140733324352128 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 389334 249094 243 26 0 385966 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1557336

[startup+522.301 s]
/proc/loadavg: 4.05 3.94 3.86 5/429 25514
/proc/meminfo: memFree=12595944/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=1558504 CPUtime=522.3 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 290509 0 0 0 52171 59 0 0 25 0 1 0 657480572 1595908096 273275 33554432000 4194304 4300288 140733324352128 18446744073709551615 4256085 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 389626 273275 243 26 0 386258 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1558504

[startup+582.3 s]
/proc/loadavg: 4.11 3.98 3.87 5/429 25516
/proc/meminfo: memFree=12324344/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=1560280 CPUtime=582.3 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 316344 0 0 0 58164 66 0 0 25 0 1 0 657480572 1597726720 299093 33554432000 4194304 4300288 140733324352128 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 390070 299093 243 26 0 386702 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1560280

[startup+642.3 s]
/proc/loadavg: 4.08 3.99 3.88 5/429 25517
/proc/meminfo: memFree=12097140/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=1561580 CPUtime=642.31 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 340963 0 0 0 64161 70 0 0 25 0 1 0 657480572 1599057920 323702 33554432000 4194304 4300288 140733324352128 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 390395 323702 243 26 0 387027 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1561580

[startup+702.301 s]
/proc/loadavg: 4.03 3.99 3.89 5/429 25519
/proc/meminfo: memFree=11690260/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=1562344 CPUtime=702.31 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 364607 0 0 0 70156 75 0 0 25 0 1 0 657480572 1599840256 347335 33554432000 4194304 4300288 140733324352128 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 390586 347335 243 26 0 387218 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1562344

[startup+762.316 s]
/proc/loadavg: 4.04 4.00 3.90 5/429 25521
/proc/meminfo: memFree=11364476/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=1563156 CPUtime=762.32 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 380247 0 0 0 76154 78 0 0 25 0 1 0 657480572 1600671744 362971 33554432000 4194304 4300288 140733324352128 18446744073709551615 4268166 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 390789 362971 243 26 0 387421 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1563156

[startup+822.301 s]
/proc/loadavg: 4.01 4.00 3.91 5/429 25522
/proc/meminfo: memFree=11123012/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=1563664 CPUtime=822.31 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 397732 0 0 0 82150 81 0 0 25 0 1 0 657480572 1601191936 380446 33554432000 4194304 4300288 140733324352128 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 390916 380446 243 26 0 387548 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1563664

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/429 25524
/proc/meminfo: memFree=10784836/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=2486616 CPUtime=882.31 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 413566 0 0 0 88147 84 0 0 25 0 1 0 657480572 2546294784 396274 33554432000 4194304 4300288 140733324352128 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 621654 396274 243 26 0 618286 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 2486616

[startup+942.3 s]
/proc/loadavg: 4.11 4.03 3.92 5/429 25525
/proc/meminfo: memFree=10529480/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=2487892 CPUtime=942.31 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 436481 0 0 0 94143 88 0 0 25 0 1 0 657480572 2547601408 419186 33554432000 4194304 4300288 140733324352128 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 621973 419186 243 26 0 618605 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2487892

[startup+1002.3 s]
/proc/loadavg: 4.14 4.05 3.93 5/429 25527
/proc/meminfo: memFree=10154472/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=2489240 CPUtime=1002.31 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 460191 0 0 0 100139 92 0 0 25 0 1 0 657480572 2548981760 442885 33554432000 4194304 4300288 140733324352128 18446744073709551615 4268282 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 622310 442885 243 26 0 618942 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2489240

[startup+1062.3 s]
/proc/loadavg: 3.45 3.87 3.87 4/423 25546
/proc/meminfo: memFree=10064200/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=2489720 CPUtime=1062.32 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 481681 0 0 0 106136 96 0 0 25 0 1 0 657480572 2549473280 464367 33554432000 4194304 4300288 140733324352128 18446744073709551615 4268309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 622430 464367 243 26 0 619062 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2489720

[startup+1122.3 s]
/proc/loadavg: 3.30 3.74 3.83 4/423 25547
/proc/meminfo: memFree=9748708/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=2490984 CPUtime=1122.32 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 501926 0 0 0 112134 98 0 0 25 0 1 0 657480572 2550767616 484605 33554432000 4194304 4300288 140733324352128 18446744073709551615 4268529 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 622746 484605 243 26 0 619378 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2490984

[startup+1182.3 s]
/proc/loadavg: 3.17 3.62 3.78 4/423 25549
/proc/meminfo: memFree=9456020/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=2491444 CPUtime=1182.32 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 524450 0 0 0 118131 101 0 0 25 0 1 0 657480572 2551238656 507120 33554432000 4194304 4300288 140733324352128 18446744073709551615 4268368 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 622861 507120 243 26 0 619493 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2491444

[startup+1242.3 s]
/proc/loadavg: 3.06 3.50 3.73 4/423 25550
/proc/meminfo: memFree=9193352/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=2491576 CPUtime=1242.32 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 542799 0 0 0 124128 104 0 0 25 0 1 0 657480572 2551373824 525465 33554432000 4194304 4300288 140733324352128 18446744073709551615 4268166 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 622894 525465 243 26 0 619526 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2491576



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.63 3.33 3.65 2/411 25588
/proc/meminfo: memFree=14309900/32951124 swapFree=65581052/67111528
[pid=25364] ppid=25362 vsize=2491708 CPUtime=1300.03 cores=0,2
/proc/25364/stat : 25364 (cir_minisat) R 25362 25364 22815 0 -1 4202496 546134 0 0 0 129898 105 0 0 25 0 1 0 657480572 2551508992 528798 33554432000 4194304 4300288 140733324352128 18446744073709551615 4268166 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25364/statm: 622927 528798 243 26 0 619559 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2491708

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.11
CPU time (s): 1300.14
CPU user time (s): 1298.99
CPU system time (s): 1.14782
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2491708

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

runsolver used 5.66014 second user time and 12.0742 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 13:27:09
IDJOB=3380259
IDBENCH=82379
IDSOLVER=1863
FILE ID=node137/3380259-1305458827
RUNJOBID= node137-1305458813-25268
PBS_JOBID= 13324880
Free space on /tmp= 73472 MiB

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

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=1949512966

node137.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.844
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.68
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.844
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.844
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.74
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15388784 kB
Buffers:        307316 kB
Cached:        4259420 kB
SwapCached:      36328 kB
Active:        7371784 kB
Inactive:      9931608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15388784 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:          284588 kB
Writeback:           0 kB
AnonPages:    12710068 kB
Mapped:          26792 kB
Slab:           136588 kB
PageTables:      55644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 107388444 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= 73720 MiB
End job on node137 at 2011-05-15 13:48:51