Trace number 3380413

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.13 1300.1

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark539.975
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 2.96 2.96 2.83 4/352 6818
/proc/meminfo: memFree=16085776/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=19808 CPUtime=0 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 751 0 0 0 0 0 0 0 22 0 1 0 657482579 20283392 695 33554432000 4194304 4300288 140735927168784 18446744073709551615 4202001 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 4952 695 217 26 0 1584 0

[startup+0.0143601 s]
/proc/loadavg: 2.96 2.96 2.83 4/352 6818
/proc/meminfo: memFree=16085776/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=20384 CPUtime=0.01 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 866 0 0 0 1 0 0 0 22 0 1 0 657482579 20873216 810 33554432000 4194304 4300288 140735927168784 18446744073709551615 4266329 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 5096 812 218 26 0 1728 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 20384

[startup+0.100347 s]
/proc/loadavg: 2.96 2.96 2.83 4/352 6818
/proc/meminfo: memFree=16085776/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=30272 CPUtime=0.08 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 4517 0 0 0 8 0 0 0 22 0 1 0 657482579 30998528 3871 33554432000 4194304 4300288 140735927168784 18446744073709551615 274473628357 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 7568 3872 218 26 0 4200 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30272

[startup+0.300311 s]
/proc/loadavg: 2.96 2.96 2.83 4/352 6818
/proc/meminfo: memFree=16085776/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=74844 CPUtime=0.29 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 17793 0 0 0 27 2 0 0 23 0 1 0 657482579 76640256 13339 33554432000 4194304 4300288 140735927168784 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 18711 13340 218 26 0 15343 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74844

[startup+0.700305 s]
/proc/loadavg: 2.96 2.96 2.83 4/352 6818
/proc/meminfo: memFree=16085776/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=89468 CPUtime=0.68 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 23531 0 0 0 66 2 0 0 25 0 1 0 657482579 91615232 17916 33554432000 4194304 4300288 140735927168784 18446744073709551615 4228208 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 22367 17916 221 26 0 18999 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 89468

[startup+1.5001 s]
/proc/loadavg: 2.96 2.96 2.83 5/353 6819
/proc/meminfo: memFree=15822152/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=82232 CPUtime=1.49 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 26811 0 0 0 146 3 0 0 25 0 1 0 657482579 84205568 14483 33554432000 4194304 4300288 140735927168784 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 20558 14483 232 26 0 17190 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82232

[startup+3.10082 s]
/proc/loadavg: 3.05 2.97 2.84 5/353 6819
/proc/meminfo: memFree=15625988/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=82232 CPUtime=3.09 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 27850 0 0 0 306 3 0 0 25 0 1 0 657482579 84205568 15522 33554432000 4194304 4300288 140735927168784 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 20558 15522 241 26 0 17190 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82232

[startup+6.30032 s]
/proc/loadavg: 3.05 2.97 2.84 5/353 6819
/proc/meminfo: memFree=15510304/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=93908 CPUtime=6.29 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 30253 0 0 0 626 3 0 0 25 0 1 0 657482579 96161792 17923 33554432000 4194304 4300288 140735927168784 18446744073709551615 4268285 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 23477 17923 242 26 0 20109 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93908

[startup+12.7002 s]
/proc/loadavg: 3.19 3.01 2.85 5/353 6819
/proc/meminfo: memFree=15469680/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=112876 CPUtime=12.69 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 34683 0 0 0 1264 5 0 0 25 0 1 0 657482579 115585024 22349 33554432000 4194304 4300288 140735927168784 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 28219 22349 242 26 0 24851 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112876

[startup+25.5009 s]
/proc/loadavg: 3.32 3.04 2.86 5/353 6820
/proc/meminfo: memFree=15512880/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=143696 CPUtime=25.49 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 42643 0 0 0 2543 6 0 0 25 0 1 0 657482579 147144704 30306 33554432000 4194304 4300288 140735927168784 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 35924 30306 242 26 0 32556 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 143696

[startup+51.1005 s]
/proc/loadavg: 3.55 3.12 2.89 5/353 6820
/proc/meminfo: memFree=15402488/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=275356 CPUtime=51.09 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 60979 0 0 0 5098 11 0 0 25 0 1 0 657482579 281964544 48627 33554432000 4194304 4300288 140735927168784 18446744073709551615 4268464 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 68839 48627 242 26 0 65471 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 275356

[startup+102.313 s]
/proc/loadavg: 3.82 3.26 2.95 5/353 6822
/proc/meminfo: memFree=15058180/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=407956 CPUtime=102.3 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 93220 0 0 0 10213 17 0 0 25 0 1 0 657482579 417746944 80847 33554432000 4194304 4300288 140735927168784 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 101989 80847 242 26 0 98621 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 407956

[startup+162.301 s]
/proc/loadavg: 3.93 3.39 3.02 5/353 6823
/proc/meminfo: memFree=14691444/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=622880 CPUtime=162.3 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 127332 0 0 0 16206 24 0 0 25 0 1 0 657482579 637829120 114943 33554432000 4194304 4300288 140735927168784 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 155720 114943 242 26 0 152352 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 622880

[startup+222.3 s]
/proc/loadavg: 4.04 3.52 3.08 5/353 6852
/proc/meminfo: memFree=15357572/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=622880 CPUtime=222.3 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 154720 0 0 0 22200 30 0 0 25 0 1 0 657482579 637829120 142316 33554432000 4194304 4300288 140735927168784 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 155720 142316 242 26 0 152352 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 622880

[startup+282.301 s]
/proc/loadavg: 4.01 3.60 3.13 5/353 6854
/proc/meminfo: memFree=15069584/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=973428 CPUtime=282.3 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 182254 0 0 0 28194 36 0 0 25 0 1 0 657482579 996790272 169840 33554432000 4194304 4300288 140735927168784 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 243357 169840 242 26 0 239989 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 973428

[startup+342.301 s]
/proc/loadavg: 4.00 3.67 3.19 5/353 6855
/proc/meminfo: memFree=14803472/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=975508 CPUtime=342.3 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 211048 0 0 0 34189 41 0 0 25 0 1 0 657482579 998920192 198619 33554432000 4194304 4300288 140735927168784 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 243877 198619 242 26 0 240509 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 975508

[startup+402.301 s]
/proc/loadavg: 4.07 3.74 3.23 5/353 6857
/proc/meminfo: memFree=14533992/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=977788 CPUtime=402.29 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 237365 0 0 0 40183 46 0 0 25 0 1 0 657482579 1001254912 224923 33554432000 4194304 4300288 140735927168784 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 244447 224923 242 26 0 241079 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 977788

[startup+462.301 s]
/proc/loadavg: 4.08 3.80 3.29 5/353 6858
/proc/meminfo: memFree=14212836/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=1546828 CPUtime=462.3 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 262930 0 0 0 46178 52 0 0 25 0 1 0 657482579 1583951872 250476 33554432000 4194304 4300288 140735927168784 18446744073709551615 4268211 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 386707 250476 242 26 0 383339 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1546828

[startup+522.3 s]
/proc/loadavg: 4.13 3.86 3.34 5/353 6860
/proc/meminfo: memFree=13980328/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=1548440 CPUtime=522.3 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 289550 0 0 0 52171 59 0 0 25 0 1 0 657482579 1585602560 277085 33554432000 4194304 4300288 140735927168784 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 387110 277085 242 26 0 383742 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1548440

[startup+582.301 s]
/proc/loadavg: 4.16 3.92 3.39 5/353 6862
/proc/meminfo: memFree=13712384/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=1550040 CPUtime=582.3 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 314961 0 0 0 58166 64 0 0 25 0 1 0 657482579 1587240960 302476 33554432000 4194304 4300288 140735927168784 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 387510 302476 242 26 0 384142 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1550040

[startup+642.3 s]
/proc/loadavg: 4.06 3.93 3.42 5/353 6863
/proc/meminfo: memFree=13444404/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=1551252 CPUtime=642.31 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 337624 0 0 0 64161 70 0 0 25 0 1 0 657482579 1588482048 325131 33554432000 4194304 4300288 140735927168784 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 387813 325131 242 26 0 384445 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1551252

[startup+702.301 s]
/proc/loadavg: 4.02 3.94 3.46 5/353 6892
/proc/meminfo: memFree=12550652/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=1552096 CPUtime=702.31 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 354838 0 0 0 70158 73 0 0 25 0 1 0 657482579 1589346304 342339 33554432000 4194304 4300288 140735927168784 18446744073709551615 4268529 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 388024 342339 242 26 0 384656 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1552096

[startup+762.313 s]
/proc/loadavg: 4.00 3.95 3.49 5/353 6893
/proc/meminfo: memFree=12385828/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=1552924 CPUtime=762.32 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 371941 0 0 0 76157 75 0 0 25 0 1 0 657482579 1590194176 359438 33554432000 4194304 4300288 140735927168784 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 388231 359438 242 26 0 384863 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1552924

[startup+822.301 s]
/proc/loadavg: 4.00 3.95 3.52 5/353 6895
/proc/meminfo: memFree=12127480/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=1553876 CPUtime=822.31 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 389587 0 0 0 82152 79 0 0 25 0 1 0 657482579 1591169024 377073 33554432000 4194304 4300288 140735927168784 18446744073709551615 4268309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 388469 377073 242 26 0 385101 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1553876

[startup+882.301 s]
/proc/loadavg: 4.00 3.96 3.55 5/353 6897
/proc/meminfo: memFree=11861252/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=2477540 CPUtime=882.31 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 410335 0 0 0 88148 83 0 0 25 0 1 0 657482579 2537000960 397807 33554432000 4194304 4300288 140735927168784 18446744073709551615 4255573 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 619385 397807 242 26 0 616017 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 2477540

[startup+942.301 s]
/proc/loadavg: 4.00 3.96 3.57 5/353 6898
/proc/meminfo: memFree=11662724/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=2478384 CPUtime=942.31 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 430424 0 0 0 94145 86 0 0 25 0 1 0 657482579 2537865216 417889 33554432000 4194304 4300288 140735927168784 18446744073709551615 4268316 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 619596 417889 242 26 0 616228 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2478384

[startup+1002.3 s]
/proc/loadavg: 4.11 4.00 3.60 5/353 6900
/proc/meminfo: memFree=11361772/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=2479904 CPUtime=1002.31 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 451622 0 0 0 100139 92 0 0 25 0 1 0 657482579 2539421696 439075 33554432000 4194304 4300288 140735927168784 18446744073709551615 4268325 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 619976 439075 242 26 0 616608 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2479904

[startup+1062.3 s]
/proc/loadavg: 4.07 4.01 3.63 5/353 6901
/proc/meminfo: memFree=11118360/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=2480964 CPUtime=1062.31 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 470665 0 0 0 106136 95 0 0 25 0 1 0 657482579 2540507136 458109 33554432000 4194304 4300288 140735927168784 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 620241 458109 242 26 0 616873 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 2480964

[startup+1122.3 s]
/proc/loadavg: 4.23 4.05 3.67 5/353 6903
/proc/meminfo: memFree=10834692/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=2482204 CPUtime=1122.31 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 488586 0 0 0 112131 100 0 0 25 0 1 0 657482579 2541776896 476022 33554432000 4194304 4300288 140735927168784 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 620551 476022 242 26 0 617183 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 2482204

[startup+1182.3 s]
/proc/loadavg: 4.09 4.04 3.68 5/353 6905
/proc/meminfo: memFree=10544904/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=2483912 CPUtime=1182.31 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 508307 0 0 0 118126 105 0 0 25 0 1 0 657482579 2543525888 495735 33554432000 4194304 4300288 140735927168784 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 620978 495735 242 26 0 617610 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 2483912

[startup+1242.3 s]
/proc/loadavg: 4.03 4.03 3.70 5/353 6906
/proc/meminfo: memFree=10233028/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=2484640 CPUtime=1242.31 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 528594 0 0 0 124122 109 0 0 25 0 1 0 657482579 2544271360 516011 33554432000 4194304 4300288 140735927168784 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 621160 516011 242 26 0 617792 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 2484640



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.51 3.91 3.68 3/341 6944
/proc/meminfo: memFree=13588128/32950928 swapFree=67111348/67111528
[pid=6818] ppid=6816 vsize=2485900 CPUtime=1300.02 cores=4,6
/proc/6818/stat : 6818 (cir_minisat) R 6816 6818 6568 0 -1 4202496 549100 0 0 0 129889 113 0 0 25 0 1 0 657482579 2545561600 536503 33554432000 4194304 4300288 140735927168784 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6818/statm: 621475 536503 242 26 0 618107 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 2485900

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.1
CPU time (s): 1300.13
CPU user time (s): 1298.9
CPU system time (s): 1.22681
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2485900

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

runsolver used 4.16637 second user time and 10.0415 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 13:27:09
IDJOB=3380413
IDBENCH=82378
IDSOLVER=1863
FILE ID=node125/3380413-1305458827
RUNJOBID= node125-1305458802-6587
PBS_JOBID= 13324906
Free space on /tmp= 72824 MiB

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

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=1248015420

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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	: 5266.55
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.828
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.84
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.828
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.828
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.828
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.74
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16086428 kB
Buffers:        288564 kB
Cached:        5056308 kB
SwapCached:          0 kB
Active:       12761148 kB
Inactive:      3713656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16086428 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          385576 kB
Writeback:           0 kB
AnonPages:    11129856 kB
Mapped:          34240 kB
Slab:           282904 kB
PageTables:      41940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 71820164 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= 72968 MiB
End job on node125 at 2011-05-15 13:48:51