Trace number 3433964

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: MiniSAT 2.2.0-agile-26? (TO) 5000.3 5000.18

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 benchmark1309.74
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: 977)

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-3433964-1306847964/watcher-3433964-1306847964 -o /tmp/evaluation-result-3433964-1306847964/solver-3433964-1306847964 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3433964-1306847964.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.03 2.01 2/535 2066
/proc/meminfo: memFree=4325860/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=19632 CPUtime=0 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 687 0 0 0 0 0 0 0 22 0 1 0 796394466 20103168 628 33554432000 4194304 4291235 140735189334464 18446744073709551615 4200760 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 4908 628 215 24 0 1542 0

[startup+0.0476001 s]
/proc/loadavg: 2.10 2.03 2.01 2/535 2066
/proc/meminfo: memFree=4325860/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=24384 CPUtime=0.04 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1850 0 0 0 4 0 0 0 22 0 1 0 796394466 24969216 1763 33554432000 4194304 4291235 140735189334464 18446744073709551615 228244046032 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 6096 1782 216 24 0 2730 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24384

[startup+0.100595 s]
/proc/loadavg: 2.10 2.03 2.01 2/535 2066
/proc/meminfo: memFree=4325860/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=32932 CPUtime=0.09 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 5116 0 0 0 9 0 0 0 22 0 1 0 796394466 33722368 4392 33554432000 4194304 4291235 140735189334464 18446744073709551615 4240833 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 8233 4393 216 24 0 4867 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32932

[startup+0.30057 s]
/proc/loadavg: 2.10 2.03 2.01 2/535 2066
/proc/meminfo: memFree=4325860/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=78008 CPUtime=0.29 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 19657 0 0 0 27 2 0 0 23 0 1 0 796394466 79880192 14810 33554432000 4194304 4291235 140735189334464 18446744073709551615 228244009669 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 19502 14813 216 24 0 16136 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78008

[startup+0.700484 s]
/proc/loadavg: 2.10 2.03 2.01 2/535 2066
/proc/meminfo: memFree=4325860/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=116632 CPUtime=0.69 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 31691 0 0 0 65 4 0 0 25 0 1 0 796394466 119431168 23704 33554432000 4194304 4291235 140735189334464 18446744073709551615 4230240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 29158 23704 237 24 0 25792 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116632

[startup+1.50035 s]
/proc/loadavg: 2.10 2.03 2.01 3/536 2067
/proc/meminfo: memFree=4230380/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=116984 CPUtime=1.49 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 31701 0 0 0 145 4 0 0 25 0 1 0 796394466 119791616 23714 33554432000 4194304 4291235 140735189334464 18446744073709551615 4232307 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 29246 23714 239 24 0 25880 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116984

[startup+3.10107 s]
/proc/loadavg: 2.10 2.03 2.01 3/536 2067
/proc/meminfo: memFree=4246944/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=95664 CPUtime=3.09 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 36877 0 0 0 305 4 0 0 25 0 1 0 796394466 97959936 19801 33554432000 4194304 4291235 140735189334464 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 23916 19801 258 24 0 20550 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95664

[startup+6.3005 s]
/proc/loadavg: 2.09 2.03 2.01 3/536 2067
/proc/meminfo: memFree=4235392/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=107340 CPUtime=6.29 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 39233 0 0 0 624 5 0 0 25 0 1 0 796394466 109916160 22155 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 26835 22155 259 24 0 23469 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107340

[startup+12.7004 s]
/proc/loadavg: 2.08 2.03 2.01 3/536 2067
/proc/meminfo: memFree=4209756/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=126308 CPUtime=12.69 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 43645 0 0 0 1264 5 0 0 25 0 1 0 796394466 129339392 26563 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248376 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 31577 26563 259 24 0 28211 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 126308

[startup+25.5011 s]
/proc/loadavg: 2.22 2.06 2.02 3/536 2068
/proc/meminfo: memFree=4162496/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=207216 CPUtime=25.49 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 53325 0 0 0 2541 8 0 0 25 0 1 0 796394466 212189184 36233 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 51804 36233 259 24 0 48438 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 207216

[startup+51.1006 s]
/proc/loadavg: 2.14 2.06 2.01 3/536 2096
/proc/meminfo: memFree=4899248/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=288604 CPUtime=51.09 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 70641 0 0 0 5098 11 0 0 25 0 1 0 796394466 295530496 53540 33554432000 4194304 4291235 140735189334464 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 72151 53540 259 24 0 68785 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 288604

[startup+102.321 s]
/proc/loadavg: 2.10 2.06 2.01 3/536 2098
/proc/meminfo: memFree=4681672/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=421028 CPUtime=102.31 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 105710 0 0 0 10215 16 0 0 25 0 1 0 796394466 431132672 88589 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248457 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 105257 88589 259 24 0 101891 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 421028

[startup+162.301 s]
/proc/loadavg: 2.07 2.06 2.01 3/536 2099
/proc/meminfo: memFree=4459888/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=636376 CPUtime=162.29 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 144034 0 0 0 16209 20 0 0 25 0 1 0 796394466 651649024 126889 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 159094 126889 259 24 0 155728 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 636376

[startup+222.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/536 2101
/proc/meminfo: memFree=4247308/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=636376 CPUtime=222.3 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 170612 0 0 0 22205 25 0 0 25 0 1 0 796394466 651649024 153456 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 159094 153456 259 24 0 155728 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 636376

[startup+282.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 2102
/proc/meminfo: memFree=3966516/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=985624 CPUtime=282.3 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 205336 0 0 0 28200 30 0 0 25 0 1 0 796394466 1009278976 188152 33554432000 4194304 4291235 140735189334464 18446744073709551615 4263436 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 246406 188152 259 24 0 243040 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 985624

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 2104
/proc/meminfo: memFree=3699744/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=987476 CPUtime=342.3 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 243518 0 0 0 34195 35 0 0 25 0 1 0 796394466 1011175424 226319 33554432000 4194304 4291235 140735189334464 18446744073709551615 4255571 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 246869 226319 259 24 0 243503 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 987476

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 2106
/proc/meminfo: memFree=3459624/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=1556928 CPUtime=402.3 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 273041 0 0 0 40191 39 0 0 25 0 1 0 796394466 1594294272 255828 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 389232 255828 259 24 0 385866 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1556928

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 2107
/proc/meminfo: memFree=3186292/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=1558308 CPUtime=462.3 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 303599 0 0 0 46187 43 0 0 25 0 1 0 796394466 1595707392 286373 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 389577 286373 259 24 0 386211 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1558308

[startup+522.301 s]
/proc/loadavg: 2.08 2.04 2.01 4/536 2109
/proc/meminfo: memFree=2973588/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=1560284 CPUtime=522.3 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 334731 0 0 0 52183 47 0 0 25 0 1 0 796394466 1597730816 317493 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 390071 317493 259 24 0 386705 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1560284

[startup+582.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/536 2111
/proc/meminfo: memFree=2608476/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=1562088 CPUtime=582.31 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 366290 0 0 0 58180 51 0 0 25 0 1 0 796394466 1599578112 349035 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248312 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 390522 349035 259 24 0 387156 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1562088

[startup+642.301 s]

################
# More data... #
################

[startup+4122.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/536 2217
/proc/meminfo: memFree=707264/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=6472688 CPUtime=4122.38 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1479252 0 0 0 411996 242 0 0 25 0 1 0 796394466 6628032512 1461546 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248391 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 1618172 1461546 259 24 0 1614806 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 6472688

[startup+4182.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/536 2219
/proc/meminfo: memFree=503448/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=6473768 CPUtime=4182.39 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1500059 0 0 0 417991 248 0 0 25 0 1 0 796394466 6629138432 1482339 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 1618442 1482339 259 24 0 1615076 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 6473768

[startup+4242.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 2220
/proc/meminfo: memFree=344480/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=6474464 CPUtime=4242.39 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1516331 0 0 0 423987 252 0 0 25 0 1 0 796394466 6629851136 1498606 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248326 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 1618616 1498606 259 24 0 1615250 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 6474464

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 2222
/proc/meminfo: memFree=98480/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=6474748 CPUtime=4302.39 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1526918 0 0 0 429985 254 0 0 25 0 1 0 796394466 6630141952 1509185 33554432000 4194304 4291235 140735189334464 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 1618687 1509185 259 24 0 1615321 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 6474748

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 2223
/proc/meminfo: memFree=96384/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=6475724 CPUtime=4362.39 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1543693 0 0 0 435982 257 0 0 25 0 1 0 796394466 6631141376 1525956 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 1618931 1525956 259 24 0 1615565 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 6475724

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 2225
/proc/meminfo: memFree=95316/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=6476668 CPUtime=4422.39 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1559723 0 0 0 441980 259 0 0 25 0 1 0 796394466 6632108032 1541980 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 1619167 1541980 259 24 0 1615801 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 6476668

[startup+4482.3 s]
/proc/loadavg: 2.10 2.04 2.01 4/536 2226
/proc/meminfo: memFree=95156/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=6477444 CPUtime=4482.4 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1582823 0 0 0 447976 264 0 0 25 0 1 0 796394466 6632902656 1565074 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 1619361 1565074 259 24 0 1615995 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 6477444

[startup+4542.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/536 2228
/proc/meminfo: memFree=98648/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=6478024 CPUtime=4542.4 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1601875 0 0 0 453971 269 0 0 25 0 1 0 796394466 6633496576 1584119 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 1619506 1584119 259 24 0 1616140 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 6478024

[startup+4602.3 s]
/proc/loadavg: 2.18 2.07 2.01 3/536 2230
/proc/meminfo: memFree=94924/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=6478024 CPUtime=4602.4 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1609855 0 0 0 459969 271 0 0 25 0 1 0 796394466 6633496576 1592093 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 1619506 1592093 259 24 0 1616140 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 6478024

[startup+4662.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/536 2231
/proc/meminfo: memFree=95392/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=6478884 CPUtime=4662.4 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1625753 0 0 0 465966 274 0 0 25 0 1 0 796394466 6634377216 1607982 33554432000 4194304 4291235 140735189334464 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 1619721 1607982 259 24 0 1616355 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 6478884

[startup+4722.32 s]
/proc/loadavg: 2.05 2.05 2.01 3/536 2233
/proc/meminfo: memFree=92028/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=10436884 CPUtime=4722.42 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1646436 0 0 0 471964 278 0 0 25 0 1 0 796394466 10687369216 1628658 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248600 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 2609221 1628658 259 24 0 2605855 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 10436884

[startup+4782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 2235
/proc/meminfo: memFree=92860/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=10437564 CPUtime=4782.4 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1661708 0 0 0 477959 281 0 0 25 0 1 0 796394466 10688065536 1643925 33554432000 4194304 4291235 140735189334464 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 2609391 1643925 259 24 0 2606025 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 10437564

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 2236
/proc/meminfo: memFree=96816/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=10438600 CPUtime=4842.4 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1681157 0 0 0 483955 285 0 0 25 0 1 0 796394466 10689126400 1663363 33554432000 4194304 4291235 140735189334464 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 2609650 1663363 259 24 0 2606284 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 10438600

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 2238
/proc/meminfo: memFree=98412/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=10439428 CPUtime=4902.4 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1695610 0 0 0 489953 287 0 0 25 0 1 0 796394466 10689974272 1677812 33554432000 4194304 4291235 140735189334464 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 2609857 1677812 259 24 0 2606491 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 10439428

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 2239
/proc/meminfo: memFree=98600/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=10440308 CPUtime=4962.41 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1711227 0 0 0 495951 290 0 0 25 0 1 0 796394466 10690875392 1693421 33554432000 4194304 4291235 140735189334464 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 2610077 1693421 259 24 0 2606711 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 10440308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 2240
/proc/meminfo: memFree=95048/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=10440488 CPUtime=5000.02 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4202496 1720912 0 0 0 499708 294 0 0 25 0 1 0 796394466 10691059712 1703101 33554432000 4194304 4291235 140735189334464 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2066/statm: 2610122 1703101 259 24 0 2606756 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 10440488

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

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

[startup+5000.02 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 2240
/proc/meminfo: memFree=95048/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=0 CPUtime=5000.13 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4203524 1720912 0 0 0 499709 304 0 0 25 0 1 0 796394466 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/2066/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.13
Current children cumulated vsize (KiB) 0

[startup+5000.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 2240
/proc/meminfo: memFree=95048/32951124 swapFree=58212616/67111528
[pid=2066] ppid=2064 vsize=0 CPUtime=5000.21 cores=1,3,5,7
/proc/2066/stat : 2066 (minisat) R 2064 2066 1787 0 -1 4203524 1720912 0 0 0 499709 312 0 0 25 0 1 0 796394466 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/2066/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.21
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.18
CPU time (s): 5000.3
CPU user time (s): 4997.1
CPU system time (s): 3.20351
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 10440488

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

runsolver used 26.108 second user time and 60.7488 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-31 15:19:25
IDJOB=3433964
IDBENCH=82379
IDSOLVER=1930
FILE ID=node136/3433964-1306847964
RUNJOBID= node136-1306842918-1806
PBS_JOBID= 13482016
Free space on /tmp= 32200 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3433964-1306847964/watcher-3433964-1306847964 -o /tmp/evaluation-result-3433964-1306847964/solver-3433964-1306847964 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3433964-1306847964.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=895178280

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.809
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.76
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.809
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.75
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.809
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.83
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.809
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.809
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:       4326156 kB
Buffers:         76488 kB
Cached:       24034012 kB
SwapCached:       7676 kB
Active:       14232448 kB
Inactive:     13516368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4326156 kB
SwapTotal:    67111528 kB
SwapFree:     58212616 kB
Dirty:           29900 kB
Writeback:           0 kB
AnonPages:     3636964 kB
Mapped:          24788 kB
Slab:           735736 kB
PageTables:      70552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170413568 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= 32204 MiB
End job on node136 at 2011-05-31 16:42:47