Trace number 3318234

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) 1300.17 1300.12

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1119.56
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.98 4.00 3.11 4/342 1730
/proc/meminfo: memFree=11561520/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=19632 CPUtime=0 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 687 0 0 0 0 0 0 0 23 0 1 0 582445592 20103168 628 33554432000 4194304 4291235 140734720584112 18446744073709551615 4200626 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 4908 628 215 24 0 1542 0

[startup+0.096846 s]
/proc/loadavg: 3.98 4.00 3.11 4/342 1730
/proc/meminfo: memFree=11561520/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=30664 CPUtime=0.09 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 4659 0 0 0 8 1 0 0 23 0 1 0 582445592 31399936 4010 33554432000 4194304 4291235 140734720584112 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 7666 4013 216 24 0 4300 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30664

[startup+0.100855 s]
/proc/loadavg: 3.98 4.00 3.11 4/342 1730
/proc/meminfo: memFree=11561520/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=31324 CPUtime=0.09 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 4956 0 0 0 8 1 0 0 23 0 1 0 582445592 32075776 4250 33554432000 4194304 4291235 140734720584112 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 7831 4250 216 24 0 4465 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31324

[startup+0.300805 s]
/proc/loadavg: 3.98 4.00 3.11 4/342 1730
/proc/meminfo: memFree=11561520/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=77084 CPUtime=0.29 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 19107 0 0 0 26 3 0 0 25 0 1 0 582445592 78934016 14381 33554432000 4194304 4291235 140734720584112 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 19271 14383 216 24 0 15905 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77084

[startup+0.700726 s]
/proc/loadavg: 3.98 4.00 3.11 4/342 1730
/proc/meminfo: memFree=11561520/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=168208 CPUtime=0.69 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 45624 0 0 0 62 7 0 0 25 0 1 0 582445592 172244992 33726 33554432000 4194304 4291235 140734720584112 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 42052 33728 216 24 0 38686 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 168208

[startup+1.50057 s]
/proc/loadavg: 3.98 4.00 3.11 5/343 1731
/proc/meminfo: memFree=11420532/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=175884 CPUtime=1.49 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 47286 0 0 0 142 7 0 0 25 0 1 0 582445592 180105216 35071 33554432000 4194304 4291235 140734720584112 18446744073709551615 4229925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 43971 35071 237 24 0 40605 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 175884

[startup+3.10026 s]
/proc/loadavg: 3.98 4.00 3.11 4/341 1732
/proc/meminfo: memFree=11811404/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=142456 CPUtime=3.09 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 54018 0 0 0 301 8 0 0 25 0 1 0 582445592 145874944 28178 33554432000 4194304 4291235 140734720584112 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 35614 28178 258 24 0 32248 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142456

[startup+6.30062 s]
/proc/loadavg: 3.90 3.98 3.11 5/343 1760
/proc/meminfo: memFree=11713900/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=142456 CPUtime=6.29 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 55817 0 0 0 621 8 0 0 25 0 1 0 582445592 145874944 29974 33554432000 4194304 4291235 140734720584112 18446744073709551615 4248379 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 35614 29974 259 24 0 32248 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142456

[startup+12.7003 s]
/proc/loadavg: 3.91 3.98 3.12 5/343 1787
/proc/meminfo: memFree=11567180/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=161424 CPUtime=12.69 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 59572 0 0 0 1259 10 0 0 25 0 1 0 582445592 165298176 33727 33554432000 4194304 4291235 140734720584112 18446744073709551615 4248264 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 40356 33727 259 24 0 36990 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 161424

[startup+25.5008 s]
/proc/loadavg: 4.00 4.00 3.14 5/340 1808
/proc/meminfo: memFree=11543068/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=192244 CPUtime=25.49 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 67368 0 0 0 2537 12 0 0 25 0 1 0 582445592 196857856 41514 33554432000 4194304 4291235 140734720584112 18446744073709551615 4256110 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 48061 41514 259 24 0 44695 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 192244

[startup+51.1007 s]
/proc/loadavg: 4.00 4.00 3.16 5/343 1815
/proc/meminfo: memFree=10668596/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=323720 CPUtime=51.09 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 81916 0 0 0 5091 18 0 0 25 0 1 0 582445592 331489280 56053 33554432000 4194304 4291235 140734720584112 18446744073709551615 4248379 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 80930 56053 259 24 0 77564 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 323720

[startup+102.313 s]
/proc/loadavg: 4.00 4.00 3.20 5/343 1816
/proc/meminfo: memFree=10430628/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=455980 CPUtime=102.3 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 108422 0 0 0 10206 24 0 0 25 0 1 0 582445592 466923520 82550 33554432000 4194304 4291235 140734720584112 18446744073709551615 4255934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 113995 82550 259 24 0 110629 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 455980

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.25 5/343 1818
/proc/meminfo: memFree=10090384/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=670904 CPUtime=162.29 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 145449 0 0 0 16197 32 0 0 25 0 1 0 582445592 687005696 119553 33554432000 4194304 4291235 140734720584112 18446744073709551615 4248391 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 167726 119553 259 24 0 164360 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 670904

[startup+222.301 s]
/proc/loadavg: 4.05 4.01 3.30 5/343 1846
/proc/meminfo: memFree=10628636/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=671448 CPUtime=222.3 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 170664 0 0 0 22191 39 0 0 25 0 1 0 582445592 687562752 144755 33554432000 4194304 4291235 140734720584112 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 167862 144755 259 24 0 164496 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 671448

[startup+282.301 s]
/proc/loadavg: 4.02 4.00 3.34 5/343 1848
/proc/meminfo: memFree=10307660/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=1020696 CPUtime=282.3 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 203196 0 0 0 28184 46 0 0 25 0 1 0 582445592 1045192704 177263 33554432000 4194304 4291235 140734720584112 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 255174 177263 259 24 0 251808 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1020696

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.38 5/343 1849
/proc/meminfo: memFree=10002848/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=1020968 CPUtime=342.3 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 230447 0 0 0 34178 52 0 0 25 0 1 0 582445592 1045471232 204501 33554432000 4194304 4291235 140734720584112 18446744073709551615 4248600 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 255242 204501 259 24 0 251876 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1020968

[startup+402.301 s]
/proc/loadavg: 4.15 4.04 3.43 5/343 1853
/proc/meminfo: memFree=9712788/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=1020968 CPUtime=402.31 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 263995 0 0 0 40173 58 0 0 25 0 1 0 582445592 1045471232 238036 33554432000 4194304 4291235 140734720584112 18446744073709551615 4262133 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 255242 238036 259 24 0 251876 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1020968

[startup+462.301 s]
/proc/loadavg: 4.18 4.08 3.48 5/343 1856
/proc/meminfo: memFree=9372568/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=1588496 CPUtime=462.31 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 293310 0 0 0 46168 63 0 0 25 0 1 0 582445592 1626619904 267343 33554432000 4194304 4291235 140734720584112 18446744073709551615 4261699 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 397124 267343 259 24 0 393758 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1588496

[startup+522.301 s]
/proc/loadavg: 4.06 4.06 3.50 5/343 1857
/proc/meminfo: memFree=9058700/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=1588496 CPUtime=522.31 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 321861 0 0 0 52161 70 0 0 25 0 1 0 582445592 1626619904 295881 33554432000 4194304 4291235 140734720584112 18446744073709551615 4255910 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 397124 295881 259 24 0 393758 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1588496

[startup+582.3 s]
/proc/loadavg: 4.05 4.06 3.54 5/343 1859
/proc/meminfo: memFree=8721628/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=1589576 CPUtime=582.31 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 351202 0 0 0 58155 76 0 0 25 0 1 0 582445592 1627725824 325208 33554432000 4194304 4291235 140734720584112 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 397394 325208 259 24 0 394028 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1589576

[startup+642.3 s]
/proc/loadavg: 4.02 4.05 3.56 5/343 1860
/proc/meminfo: memFree=8378496/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=1590596 CPUtime=642.32 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 382645 0 0 0 64151 81 0 0 25 0 1 0 582445592 1628770304 356644 33554432000 4194304 4291235 140734720584112 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 397649 356644 259 24 0 394283 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1590596

[startup+702.3 s]
/proc/loadavg: 4.16 4.07 3.60 5/343 1862
/proc/meminfo: memFree=8101684/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=1591812 CPUtime=702.32 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 404272 0 0 0 70146 86 0 0 25 0 1 0 582445592 1630015488 378260 33554432000 4194304 4291235 140734720584112 18446744073709551615 4255679 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 397953 378260 259 24 0 394587 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1591812

[startup+762.312 s]
/proc/loadavg: 4.06 4.05 3.62 5/343 1864
/proc/meminfo: memFree=7816812/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=2514840 CPUtime=762.33 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 435124 0 0 0 76142 91 0 0 25 0 1 0 582445592 2575196160 409101 33554432000 4194304 4291235 140734720584112 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 628710 409101 259 24 0 625344 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 2514840

[startup+822.301 s]
/proc/loadavg: 4.02 4.04 3.64 5/343 1865
/proc/meminfo: memFree=7519808/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=2516624 CPUtime=822.32 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 466334 0 0 0 82134 98 0 0 25 0 1 0 582445592 2577022976 440299 33554432000 4194304 4291235 140734720584112 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 629156 440299 259 24 0 625790 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 2516624

[startup+882.301 s]
/proc/loadavg: 4.14 4.06 3.67 5/343 1867
/proc/meminfo: memFree=7198008/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=2518588 CPUtime=882.33 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 499116 0 0 0 88127 106 0 0 25 0 1 0 582445592 2579034112 473061 33554432000 4194304 4291235 140734720584112 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 629647 473061 259 24 0 626281 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 2518588

[startup+942.301 s]
/proc/loadavg: 4.26 4.11 3.71 5/343 1868
/proc/meminfo: memFree=6876192/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=2521824 CPUtime=942.33 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 533536 0 0 0 94121 112 0 0 25 0 1 0 582445592 2582347776 507469 33554432000 4194304 4291235 140734720584112 18446744073709551615 4248548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 630456 507469 259 24 0 627090 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 2521824

[startup+1002.3 s]
/proc/loadavg: 4.09 4.08 3.73 5/343 1870
/proc/meminfo: memFree=6552144/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=2522720 CPUtime=1002.33 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 563033 0 0 0 100114 119 0 0 25 0 1 0 582445592 2583265280 536953 33554432000 4194304 4291235 140734720584112 18446744073709551615 4248600 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 630680 536953 259 24 0 627314 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 2522720

[startup+1062.3 s]
/proc/loadavg: 4.08 4.08 3.75 5/343 1872
/proc/meminfo: memFree=6239740/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=2524876 CPUtime=1062.34 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 592064 0 0 0 106108 126 0 0 25 0 1 0 582445592 2585473024 565970 33554432000 4194304 4291235 140734720584112 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 631219 565970 259 24 0 627853 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 2524876

[startup+1122.3 s]
/proc/loadavg: 4.03 4.06 3.76 5/343 1873
/proc/meminfo: memFree=5908120/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=2525540 CPUtime=1122.34 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 624211 0 0 0 112101 133 0 0 25 0 1 0 582445592 2586152960 598114 33554432000 4194304 4291235 140734720584112 18446744073709551615 4248457 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 631385 598114 259 24 0 628019 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 2525540

[startup+1182.3 s]
/proc/loadavg: 4.01 4.05 3.77 5/343 1875
/proc/meminfo: memFree=5607760/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=4025640 CPUtime=1182.34 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 660108 0 0 0 118094 140 0 0 25 0 1 0 582445592 4122255360 634001 33554432000 4194304 4291235 140734720584112 18446744073709551615 4248451 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 1006410 634001 259 24 0 1003044 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 4025640

[startup+1242.3 s]
/proc/loadavg: 3.70 3.97 3.76 4/337 1894
/proc/meminfo: memFree=5412768/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=4026940 CPUtime=1242.34 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 685637 0 0 0 124090 144 0 0 25 0 1 0 582445592 4123586560 659524 33554432000 4194304 4291235 140734720584112 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 1006735 659524 259 24 0 1003369 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 4026940



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.25 3.79 3.71 4/337 1896
/proc/meminfo: memFree=5133348/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=4028760 CPUtime=1300.05 cores=1,3
/proc/1730/stat : 1730 (minisat) R 1728 1730 1298 0 -1 4202496 717447 0 0 0 129855 150 0 0 25 0 1 0 582445592 4125450240 691314 33554432000 4194304 4291235 140734720584112 18446744073709551615 4248391 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1730/statm: 1007190 691314 259 24 0 1003824 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 4028760

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: 3.25 3.79 3.71 4/338 1897
/proc/meminfo: memFree=7816204/32951124 swapFree=67111352/67111528
[pid=1730] ppid=1728 vsize=0 CPUtime=1300.16 cores=1,3
/proc/1730/stat : 1730 (minisat) Z 1728 1730 1298 0 -1 4203548 717454 0 0 0 129856 160 0 0 25 0 1 0 582445592 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/1730/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.12
CPU time (s): 1300.17
CPU user time (s): 1298.57
CPU system time (s): 1.60576
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 4028760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.57
system time used= 1.60575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 717454
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= 6
involuntary context switches= 2695

runsolver used 4.18236 second user time and 9.99548 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-09 02:18:20
IDJOB=3318234
IDBENCH=82363
IDSOLVER=1707
FILE ID=node143/3318234-1304900298
RUNJOBID= node143-1304898906-1318
PBS_JOBID= 13282128
Free space on /tmp= 41256 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318234-1304900298/watcher-3318234-1304900298 -o /tmp/evaluation-result-3318234-1304900298/solver-3318234-1304900298 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318234-1304900298.cnf

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=187385583

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11561676 kB
Buffers:        178088 kB
Cached:        4226948 kB
SwapCached:          0 kB
Active:       17110836 kB
Inactive:      3964640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11561676 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           44192 kB
Writeback:           0 kB
AnonPages:    16671012 kB
Mapped:          29384 kB
Slab:           192716 kB
PageTables:      54604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70555672 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= 41212 MiB
End job on node143 at 2011-05-09 02:40:02