Trace number 3387266

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) 5000.33 5000.43

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: 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-3387266-1305598377/watcher-3387266-1305598377 -o /tmp/evaluation-result-3387266-1305598377/solver-3387266-1305598377 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387266-1305598377.cnf 

running on 4 cores: 0,2,4,6

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: 6.73 6.61 6.85 7/442 13936
/proc/meminfo: memFree=14702312/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=24676 CPUtime=0.04 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 2046 0 0 0 4 0 0 0 20 0 1 0 652253468 25268224 1886 33554432000 4194304 4300288 140735722546720 18446744073709551615 270338044961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 6169 1887 218 26 0 2801 0

[startup+0.110995 s]
/proc/loadavg: 6.73 6.61 6.85 7/442 13936
/proc/meminfo: memFree=14702312/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=32940 CPUtime=0.1 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 5143 0 0 0 9 1 0 0 21 0 1 0 652253468 33730560 4409 33554432000 4194304 4300288 140735722546720 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 8235 4409 218 26 0 4867 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 32940

[startup+0.200979 s]
/proc/loadavg: 6.73 6.61 6.85 7/442 13936
/proc/meminfo: memFree=14702312/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=52064 CPUtime=0.19 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 10846 0 0 0 18 1 0 0 21 0 1 0 652253468 53313536 8594 33554432000 4194304 4300288 140735722546720 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 13016 8597 218 26 0 9648 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 52064

[startup+0.300957 s]
/proc/loadavg: 6.73 6.61 6.85 7/442 13936
/proc/meminfo: memFree=14702312/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=74716 CPUtime=0.29 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 17725 0 0 0 27 2 0 0 21 0 1 0 652253468 76509184 13285 33554432000 4194304 4300288 140735722546720 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 18679 13286 218 26 0 15311 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74716

[startup+0.700848 s]
/proc/loadavg: 6.73 6.61 6.85 7/442 13936
/proc/meminfo: memFree=14702312/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=116640 CPUtime=0.69 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 31673 0 0 0 65 4 0 0 22 0 1 0 652253468 119439360 23688 33554432000 4194304 4300288 140735722546720 18446744073709551615 4228208 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 29160 23688 221 26 0 25792 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116640

[startup+1.50072 s]
/proc/loadavg: 6.83 6.64 6.86 8/443 13937
/proc/meminfo: memFree=14605096/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=116640 CPUtime=1.49 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 31675 0 0 0 145 4 0 0 25 0 1 0 652253468 119439360 23690 33554432000 4194304 4300288 140735722546720 18446744073709551615 4259222 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 29160 23690 222 26 0 25792 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116640

[startup+3.1004 s]
/proc/loadavg: 6.83 6.64 6.86 8/443 13937
/proc/meminfo: memFree=14618860/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=95672 CPUtime=3.09 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 36645 0 0 0 304 5 0 0 25 0 1 0 652253468 97968128 19571 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268256 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 23918 19571 242 26 0 20550 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95672

[startup+6.30077 s]
/proc/loadavg: 6.84 6.64 6.86 8/443 13937
/proc/meminfo: memFree=14602648/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=107348 CPUtime=6.29 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 39000 0 0 0 623 6 0 0 25 0 1 0 652253468 109924352 21923 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268368 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 26837 21923 243 26 0 23469 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107348

[startup+12.7005 s]
/proc/loadavg: 6.86 6.65 6.86 8/443 13937
/proc/meminfo: memFree=14564336/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=126316 CPUtime=12.69 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 43318 0 0 0 1263 6 0 0 25 0 1 0 652253468 129347584 26236 33554432000 4194304 4300288 140735722546720 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 31579 26236 243 26 0 28211 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 126316

[startup+25.501 s]
/proc/loadavg: 6.89 6.67 6.86 8/443 13937
/proc/meminfo: memFree=14500204/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=157136 CPUtime=25.49 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 51170 0 0 0 2541 8 0 0 25 0 1 0 652253468 160907264 34081 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 39284 34081 243 26 0 35916 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 157136

[startup+51.1009 s]
/proc/loadavg: 6.92 6.69 6.86 8/443 13938
/proc/meminfo: memFree=14366008/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=288872 CPUtime=51.09 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 67454 0 0 0 5098 11 0 0 25 0 1 0 652253468 295804928 50348 33554432000 4194304 4300288 140735722546720 18446744073709551615 4269708 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 72218 50348 243 26 0 68850 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 288872

[startup+102.301 s]
/proc/loadavg: 6.97 6.74 6.87 8/443 13940
/proc/meminfo: memFree=14122756/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=421132 CPUtime=102.3 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 98779 0 0 0 10214 16 0 0 25 0 1 0 652253468 431239168 81652 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 105283 81652 243 26 0 101915 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 421132

[startup+162.301 s]
/proc/loadavg: 7.02 6.80 6.88 8/443 13941
/proc/meminfo: memFree=13833932/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=636232 CPUtime=162.29 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 135118 0 0 0 16206 23 0 0 25 0 1 0 652253468 651501568 117970 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 159058 117970 243 26 0 155690 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 636232

[startup+222.317 s]
/proc/loadavg: 7.12 6.86 6.90 8/443 13943
/proc/meminfo: memFree=13583780/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=636232 CPUtime=222.3 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 166252 0 0 0 22200 30 0 0 25 0 1 0 652253468 651501568 149084 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268202 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 159058 149084 243 26 0 155690 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 636232

[startup+282.301 s]
/proc/loadavg: 7.19 6.92 6.91 8/443 13944
/proc/meminfo: memFree=13352972/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=985640 CPUtime=282.29 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 197012 0 0 0 28193 36 0 0 25 0 1 0 652253468 1009295360 179829 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 246410 179829 243 26 0 243042 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 985640

[startup+342.301 s]
/proc/loadavg: 7.13 6.94 6.92 8/443 13946
/proc/meminfo: memFree=13095852/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=987100 CPUtime=342.28 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 225263 0 0 0 34188 40 0 0 25 0 1 0 652253468 1010790400 208060 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268225 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 246775 208060 243 26 0 243407 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 987100

[startup+402.3 s]
/proc/loadavg: 7.05 6.95 6.92 8/443 13947
/proc/meminfo: memFree=12794380/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=988604 CPUtime=402.28 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 252043 0 0 0 40183 45 0 0 25 0 1 0 652253468 1012330496 234828 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268223 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 247151 234828 243 26 0 243783 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 988604

[startup+462.3 s]
/proc/loadavg: 7.08 6.97 6.92 8/443 13949
/proc/meminfo: memFree=12550308/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=1558152 CPUtime=462.28 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 278016 0 0 0 46178 50 0 0 25 0 1 0 652253468 1595547648 260793 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268502 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 389538 260793 243 26 0 386170 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 1558152

[startup+522.3 s]
/proc/loadavg: 7.03 6.97 6.92 8/443 13951
/proc/meminfo: memFree=12279576/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=1559684 CPUtime=522.28 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 303961 0 0 0 52170 58 0 0 25 0 1 0 652253468 1597116416 286717 33554432000 4194304 4300288 140735722546720 18446744073709551615 4269320 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 389921 286717 243 26 0 386553 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 1559684

[startup+582.3 s]
/proc/loadavg: 7.01 6.97 6.92 8/443 13952
/proc/meminfo: memFree=12031276/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=1561580 CPUtime=582.28 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 330691 0 0 0 58165 63 0 0 25 0 1 0 652253468 1599057920 313438 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 390395 313438 243 26 0 387027 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 1561580

[startup+642.301 s]

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

[startup+4122.3 s]
/proc/loadavg: 7.02 7.08 7.04 8/443 14302
/proc/meminfo: memFree=9401076/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=6459084 CPUtime=4122.21 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 1330163 0 0 0 411964 257 0 0 25 0 1 0 652253468 6614102016 1312530 33554432000 4194304 4300288 140735722546720 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 1614771 1312530 243 26 0 1611403 0
Current children cumulated CPU time (s) 4122.21
Current children cumulated vsize (KiB) 6459084

[startup+4182.32 s]
/proc/loadavg: 7.05 7.08 7.04 8/443 14303
/proc/meminfo: memFree=9286348/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=6459664 CPUtime=4182.22 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 1345156 0 0 0 417962 260 0 0 25 0 1 0 652253468 6614695936 1327511 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 1614916 1327511 243 26 0 1611548 0
Current children cumulated CPU time (s) 4182.22
Current children cumulated vsize (KiB) 6459664

[startup+4242.3 s]
/proc/loadavg: 7.09 7.08 7.04 8/443 14305
/proc/meminfo: memFree=9157740/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=6460168 CPUtime=4242.2 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 1365808 0 0 0 423956 264 0 0 25 0 1 0 652253468 6615212032 1348156 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268535 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 1615042 1348156 243 26 0 1611674 0
Current children cumulated CPU time (s) 4242.2
Current children cumulated vsize (KiB) 6460168

[startup+4302.3 s]
/proc/loadavg: 7.07 7.07 7.04 8/443 14307
/proc/meminfo: memFree=9292376/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=6460632 CPUtime=4302.2 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 1383531 0 0 0 429952 268 0 0 25 0 1 0 652253468 6615687168 1365872 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 1615158 1365872 243 26 0 1611790 0
Current children cumulated CPU time (s) 4302.2
Current children cumulated vsize (KiB) 6460632

[startup+4362.3 s]
/proc/loadavg: 7.14 7.09 7.04 8/443 14311
/proc/meminfo: memFree=9133336/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=6461744 CPUtime=4362.19 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 1394820 0 0 0 435949 270 0 0 25 0 1 0 652253468 6616825856 1377158 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 1615436 1377158 243 26 0 1612068 0
Current children cumulated CPU time (s) 4362.19
Current children cumulated vsize (KiB) 6461744

[startup+4422.3 s]
/proc/loadavg: 7.23 7.12 7.05 8/443 14313
/proc/meminfo: memFree=8979996/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=6462656 CPUtime=4422.19 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 1409706 0 0 0 441946 273 0 0 25 0 1 0 652253468 6617759744 1392041 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 1615664 1392041 243 26 0 1612296 0
Current children cumulated CPU time (s) 4422.19
Current children cumulated vsize (KiB) 6462656

[startup+4482.3 s]
/proc/loadavg: 7.15 7.11 7.05 8/443 14314
/proc/meminfo: memFree=8688944/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=6466084 CPUtime=4482.19 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 1424942 0 0 0 447943 276 0 0 25 0 1 0 652253468 6621270016 1407274 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 1616521 1407274 243 26 0 1613153 0
Current children cumulated CPU time (s) 4482.19
Current children cumulated vsize (KiB) 6466084

[startup+4542.3 s]
/proc/loadavg: 7.05 7.09 7.05 8/443 14316
/proc/meminfo: memFree=8985148/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=6466084 CPUtime=4542.2 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 1441915 0 0 0 453941 279 0 0 25 0 1 0 652253468 6621270016 1424239 33554432000 4194304 4300288 140735722546720 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 1616521 1424239 243 26 0 1613153 0
Current children cumulated CPU time (s) 4542.2
Current children cumulated vsize (KiB) 6466084

[startup+4602.3 s]
/proc/loadavg: 7.02 7.07 7.04 8/443 14317
/proc/meminfo: memFree=8835200/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=6466084 CPUtime=4602.2 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 1459392 0 0 0 459938 282 0 0 25 0 1 0 652253468 6621270016 1441701 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 1616521 1441701 243 26 0 1613153 0
Current children cumulated CPU time (s) 4602.2
Current children cumulated vsize (KiB) 6466084

[startup+4662.3 s]
/proc/loadavg: 7.07 7.07 7.04 8/443 14319
/proc/meminfo: memFree=8657112/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=6466512 CPUtime=4662.19 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 1478963 0 0 0 465934 285 0 0 25 0 1 0 652253468 6621708288 1461263 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 1616628 1461263 243 26 0 1613260 0
Current children cumulated CPU time (s) 4662.19
Current children cumulated vsize (KiB) 6466512

[startup+4722.3 s]
/proc/loadavg: 7.02 7.05 7.04 8/443 14321
/proc/meminfo: memFree=8431284/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=6466964 CPUtime=4722.2 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 1489374 0 0 0 471933 287 0 0 25 0 1 0 652253468 6622171136 1471669 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268298 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 1616741 1471669 243 26 0 1613373 0
Current children cumulated CPU time (s) 4722.2
Current children cumulated vsize (KiB) 6466964

[startup+4782.3 s]
/proc/loadavg: 7.06 7.06 7.04 8/443 14322
/proc/meminfo: memFree=8761356/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=6466964 CPUtime=4782.2 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 1504320 0 0 0 477929 291 0 0 25 0 1 0 652253468 6622171136 1486614 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268270 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 1616741 1486614 243 26 0 1613373 0
Current children cumulated CPU time (s) 4782.2
Current children cumulated vsize (KiB) 6466964

[startup+4842.32 s]
/proc/loadavg: 7.13 7.08 7.04 8/443 14324
/proc/meminfo: memFree=8603848/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=6466964 CPUtime=4842.21 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 1512700 0 0 0 483929 292 0 0 25 0 1 0 652253468 6622171136 1494993 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 1616741 1494993 243 26 0 1613373 0
Current children cumulated CPU time (s) 4842.21
Current children cumulated vsize (KiB) 6466964

[startup+4902.3 s]
/proc/loadavg: 7.14 7.09 7.05 8/443 14325
/proc/meminfo: memFree=8429976/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=6468144 CPUtime=4902.19 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 1528458 0 0 0 489924 295 0 0 25 0 1 0 652253468 6623379456 1510748 33554432000 4194304 4300288 140735722546720 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 1617036 1510748 243 26 0 1613668 0
Current children cumulated CPU time (s) 4902.19
Current children cumulated vsize (KiB) 6468144

[startup+4962.3 s]
/proc/loadavg: 7.13 7.10 7.05 8/443 14327
/proc/meminfo: memFree=8279288/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=6468968 CPUtime=4962.19 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 1547874 0 0 0 495921 298 0 0 25 0 1 0 652253468 6624223232 1530152 33554432000 4194304 4300288 140735722546720 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 1617242 1530152 243 26 0 1613874 0
Current children cumulated CPU time (s) 4962.19
Current children cumulated vsize (KiB) 6468968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.2 s]
/proc/loadavg: 7.18 7.12 7.06 8/443 14328
/proc/meminfo: memFree=8489704/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=6469180 CPUtime=5000.1 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4202496 1556822 0 0 0 499710 300 0 0 25 0 1 0 652253468 6624440320 1539098 33554432000 4194304 4300288 140735722546720 18446744073709551615 4268270 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13936/statm: 1617295 1539098 243 26 0 1613927 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 6469180

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

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

[startup+5000.32 s]
/proc/loadavg: 7.18 7.12 7.06 8/443 14328
/proc/meminfo: memFree=8489704/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=0 CPUtime=5000.21 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4203524 1556832 0 0 0 499711 310 0 0 25 0 1 0 652253468 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/13936/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.21
Current children cumulated vsize (KiB) 0

[startup+5000.4 s]
/proc/loadavg: 7.18 7.12 7.06 8/443 14328
/proc/meminfo: memFree=8489704/32951124 swapFree=57171160/67111528
[pid=13936] ppid=13934 vsize=0 CPUtime=5000.29 cores=0,2,4,6
/proc/13936/stat : 13936 (cir_minisat) R 13934 13936 12094 0 -1 4203524 1556832 0 0 0 499711 318 0 0 25 0 1 0 652253468 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/13936/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.43
CPU time (s): 5000.33
CPU user time (s): 4997.11
CPU system time (s): 3.21651
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 6469180

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

runsolver used 21.4797 second user time and 48.4976 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-17 04:12:59
IDJOB=3387266
IDBENCH=82379
IDSOLVER=1873
FILE ID=node143/3387266-1305598377
RUNJOBID= node143-1305598325-13887
PBS_JOBID= 13350335
Free space on /tmp= 73512 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387266-1305598377/watcher-3387266-1305598377 -o /tmp/evaluation-result-3387266-1305598377/solver-3387266-1305598377 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387266-1305598377.cnf

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=100524996

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:      14702716 kB
Buffers:        225848 kB
Cached:        1855132 kB
SwapCached:      39816 kB
Active:       10054588 kB
Inactive:      7899828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14702716 kB
SwapTotal:    67111528 kB
SwapFree:     57171160 kB
Dirty:          151640 kB
Writeback:           0 kB
AnonPages:    15833188 kB
Mapped:          31268 kB
Slab:           141336 kB
PageTables:      85596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 120697392 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= 73640 MiB
End job on node143 at 2011-05-17 05:36:21