Trace number 3387256

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)UNSAT 3716.31 3716.23

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark549.042
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

Solver Data

3716.27/3716.22	c WARNING: for repeatability, setting FPU to use double precision
3716.27/3716.22	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

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

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


[startup+0 s]
/proc/loadavg: 3.01 3.09 3.42 4/534 10211
/proc/meminfo: memFree=16910048/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=20384 CPUtime=0 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 873 0 0 0 0 0 0 0 21 0 1 0 671410544 20873216 816 33554432000 4194304 4300288 140735349198064 18446744073709551615 4201648 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 5096 816 218 26 0 1728 0

[startup+0.0345521 s]
/proc/loadavg: 3.01 3.09 3.42 4/534 10211
/proc/meminfo: memFree=16910048/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=22132 CPUtime=0.02 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 1295 0 0 0 2 0 0 0 21 0 1 0 671410544 22663168 1207 33554432000 4194304 4300288 140735349198064 18446744073709551615 4214332 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 5533 1207 218 26 0 2165 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 22132

[startup+0.100542 s]
/proc/loadavg: 3.01 3.09 3.42 4/534 10211
/proc/meminfo: memFree=16910048/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=29080 CPUtime=0.09 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 3379 0 0 0 9 0 0 0 21 0 1 0 671410544 29777920 3091 33554432000 4194304 4300288 140735349198064 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 7270 3094 218 26 0 3902 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29080

[startup+0.300507 s]
/proc/loadavg: 3.01 3.09 3.42 4/534 10211
/proc/meminfo: memFree=16910048/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=64892 CPUtime=0.29 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 13583 0 0 0 27 2 0 0 22 0 1 0 671410544 66449408 12047 33554432000 4194304 4300288 140735349198064 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 16223 12047 218 26 0 12855 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64892

[startup+0.700438 s]
/proc/loadavg: 3.01 3.09 3.42 4/534 10211
/proc/meminfo: memFree=16910048/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=162324 CPUtime=0.69 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 41617 0 0 0 62 7 0 0 23 0 1 0 671410544 166219776 31967 33554432000 4194304 4300288 140735349198064 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 40581 31968 218 26 0 37213 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 162324

[startup+1.5003 s]
/proc/loadavg: 3.01 3.09 3.42 5/535 10212
/proc/meminfo: memFree=16679816/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=311776 CPUtime=1.49 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 95686 0 0 0 134 15 0 0 25 0 1 0 671410544 319258624 70729 33554432000 4194304 4300288 140735349198064 18446744073709551615 228244009669 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 77944 70730 218 26 0 74576 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 311776

[startup+3.10101 s]
/proc/loadavg: 3.01 3.09 3.42 5/533 10212
/proc/meminfo: memFree=16430208/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=532864 CPUtime=3.09 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 165050 0 0 0 284 25 0 0 25 0 1 0 671410544 545652736 122050 33554432000 4194304 4300288 140735349198064 18446744073709551615 4228682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 133216 122050 222 26 0 129848 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 532864

[startup+6.30045 s]
/proc/loadavg: 3.33 3.16 3.44 5/538 10218
/proc/meminfo: memFree=15826472/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=532864 CPUtime=6.29 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 165050 0 0 0 604 25 0 0 25 0 1 0 671410544 545652736 122050 33554432000 4194304 4300288 140735349198064 18446744073709551615 4228656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 133216 122050 222 26 0 129848 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 532864

[startup+12.7003 s]
/proc/loadavg: 3.38 3.17 3.44 5/538 10218
/proc/meminfo: memFree=15659804/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=484464 CPUtime=12.69 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 190621 0 0 0 1239 30 0 0 25 0 1 0 671410544 496091136 98646 33554432000 4194304 4300288 140735349198064 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 121116 98646 242 26 0 117748 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 484464

[startup+25.5011 s]
/proc/loadavg: 3.52 3.21 3.45 5/538 10219
/proc/meminfo: memFree=15819732/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=434376 CPUtime=25.49 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 211792 0 0 0 2517 32 0 0 25 0 1 0 671410544 444801024 96585 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268327 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 108594 96585 243 26 0 105226 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 434376

[startup+51.1006 s]
/proc/loadavg: 3.68 3.27 3.47 5/538 10219
/proc/meminfo: memFree=15788628/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=484464 CPUtime=51.09 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 219592 0 0 0 5075 34 0 0 25 0 1 0 671410544 496091136 104379 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 121116 104379 243 26 0 117748 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 484464

[startup+102.32 s]
/proc/loadavg: 3.86 3.38 3.49 5/538 10221
/proc/meminfo: memFree=15676376/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=565852 CPUtime=102.32 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 233459 0 0 0 10195 37 0 0 25 0 1 0 671410544 579432448 118238 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268401 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 141463 118238 243 26 0 138095 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 565852

[startup+162.301 s]
/proc/loadavg: 3.95 3.49 3.52 5/538 10222
/proc/meminfo: memFree=15528896/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=698112 CPUtime=162.29 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 248307 0 0 0 16191 38 0 0 25 0 1 0 671410544 714866688 133072 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268160 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 174528 133072 243 26 0 171160 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 698112

[startup+222.301 s]
/proc/loadavg: 4.10 3.61 3.56 5/538 10251
/proc/meminfo: memFree=16340132/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=698112 CPUtime=222.29 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 261697 0 0 0 22189 40 0 0 25 0 1 0 671410544 714866688 146460 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 174528 146460 243 26 0 171160 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 698112

[startup+282.301 s]
/proc/loadavg: 4.09 3.70 3.59 5/538 10253
/proc/meminfo: memFree=16105872/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=698112 CPUtime=282.3 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 278939 0 0 0 28188 42 0 0 25 0 1 0 671410544 714866688 163696 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 174528 163696 243 26 0 171160 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 698112

[startup+342.3 s]
/proc/loadavg: 4.03 3.75 3.61 5/538 10254
/proc/meminfo: memFree=15879384/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=913036 CPUtime=342.3 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 294462 0 0 0 34185 45 0 0 25 0 1 0 671410544 934948864 179214 33554432000 4194304 4300288 140735349198064 18446744073709551615 4271207 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 228259 179214 243 26 0 224891 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 913036

[startup+402.301 s]
/proc/loadavg: 4.01 3.79 3.63 5/538 10256
/proc/meminfo: memFree=15682788/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=913036 CPUtime=402.3 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 307732 0 0 0 40183 47 0 0 25 0 1 0 671410544 934948864 192480 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 228259 192480 243 26 0 224891 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 913036

[startup+462.3 s]
/proc/loadavg: 4.00 3.83 3.65 5/538 10257
/proc/meminfo: memFree=15495616/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=913036 CPUtime=462.3 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 324737 0 0 0 46180 50 0 0 25 0 1 0 671410544 934948864 209472 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268325 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 228259 209472 243 26 0 224891 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 913036

[startup+522.301 s]
/proc/loadavg: 4.00 3.86 3.67 5/538 10259
/proc/meminfo: memFree=15308816/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=1262284 CPUtime=522.3 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 337973 0 0 0 52178 52 0 0 25 0 1 0 671410544 1292578816 222704 33554432000 4194304 4300288 140735349198064 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 315571 222704 243 26 0 312203 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1262284

[startup+582.3 s]
/proc/loadavg: 4.00 3.88 3.69 5/538 10261
/proc/meminfo: memFree=15116328/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=1262284 CPUtime=582.31 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 353754 0 0 0 58176 55 0 0 25 0 1 0 671410544 1292578816 238470 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268160 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 315571 238470 243 26 0 312203 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1262284

[startup+642.301 s]

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

/proc/meminfo: memFree=9662664/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4253112 CPUtime=3042.36 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 896015 0 0 0 304075 161 0 0 25 0 1 0 671410544 4355186688 780406 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063278 780406 243 26 0 1059910 0
Current children cumulated CPU time (s) 3042.36
Current children cumulated vsize (KiB) 4253112

[startup+3102.3 s]
/proc/loadavg: 4.13 4.06 4.00 5/538 10328
/proc/meminfo: memFree=9546684/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4253112 CPUtime=3102.37 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 904085 0 0 0 310073 164 0 0 25 0 1 0 671410544 4355186688 788465 33554432000 4194304 4300288 140735349198064 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063278 788465 243 26 0 1059910 0
Current children cumulated CPU time (s) 3102.37
Current children cumulated vsize (KiB) 4253112

[startup+3162.3 s]
/proc/loadavg: 4.08 4.06 4.00 5/538 10338
/proc/meminfo: memFree=9431508/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4253112 CPUtime=3162.36 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 912957 0 0 0 316071 165 0 0 25 0 1 0 671410544 4355186688 797328 33554432000 4194304 4300288 140735349198064 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063278 797328 243 26 0 1059910 0
Current children cumulated CPU time (s) 3162.36
Current children cumulated vsize (KiB) 4253112

[startup+3222.3 s]
/proc/loadavg: 4.03 4.05 4.00 5/538 10340
/proc/meminfo: memFree=9332008/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4253112 CPUtime=3222.37 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 922608 0 0 0 322069 168 0 0 25 0 1 0 671410544 4355186688 806973 33554432000 4194304 4300288 140735349198064 18446744073709551615 4255573 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063278 806973 243 26 0 1059910 0
Current children cumulated CPU time (s) 3222.37
Current children cumulated vsize (KiB) 4253112

[startup+3282.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/538 10342
/proc/meminfo: memFree=9209948/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4253112 CPUtime=3282.37 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 933051 0 0 0 328067 170 0 0 25 0 1 0 671410544 4355186688 817402 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268262 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063278 817402 243 26 0 1059910 0
Current children cumulated CPU time (s) 3282.37
Current children cumulated vsize (KiB) 4253112

[startup+3342.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/538 10346
/proc/meminfo: memFree=9094996/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4253112 CPUtime=3342.37 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 941203 0 0 0 334065 172 0 0 25 0 1 0 671410544 4355186688 825543 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268270 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063278 825543 243 26 0 1059910 0
Current children cumulated CPU time (s) 3342.37
Current children cumulated vsize (KiB) 4253112

[startup+3402.32 s]
/proc/loadavg: 4.00 4.02 4.00 5/538 10348
/proc/meminfo: memFree=8996416/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4253112 CPUtime=3402.39 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 947949 0 0 0 340066 173 0 0 25 0 1 0 671410544 4355186688 832287 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063278 832287 243 26 0 1059910 0
Current children cumulated CPU time (s) 3402.39
Current children cumulated vsize (KiB) 4253112

[startup+3462.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/538 10349
/proc/meminfo: memFree=8885260/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4253112 CPUtime=3462.37 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 956543 0 0 0 346062 175 0 0 25 0 1 0 671410544 4355186688 840873 33554432000 4194304 4300288 140735349198064 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063278 840873 243 26 0 1059910 0
Current children cumulated CPU time (s) 3462.37
Current children cumulated vsize (KiB) 4253112

[startup+3522.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/538 10351
/proc/meminfo: memFree=8777456/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4253112 CPUtime=3522.37 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 967072 0 0 0 352060 177 0 0 25 0 1 0 671410544 4355186688 851395 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268339 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063278 851395 243 26 0 1059910 0
Current children cumulated CPU time (s) 3522.37
Current children cumulated vsize (KiB) 4253112

[startup+3582.3 s]
/proc/loadavg: 4.15 4.04 4.01 5/538 10353
/proc/meminfo: memFree=8663340/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4253112 CPUtime=3582.38 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 976069 0 0 0 358059 179 0 0 25 0 1 0 671410544 4355186688 860387 33554432000 4194304 4300288 140735349198064 18446744073709551615 4269598 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063278 860387 243 26 0 1059910 0
Current children cumulated CPU time (s) 3582.38
Current children cumulated vsize (KiB) 4253112

[startup+3642.3 s]
/proc/loadavg: 4.18 4.06 4.02 5/538 10354
/proc/meminfo: memFree=8558760/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4253112 CPUtime=3642.38 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 984305 0 0 0 364057 181 0 0 25 0 1 0 671410544 4355186688 868611 33554432000 4194304 4300288 140735349198064 18446744073709551615 4269359 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063278 868611 243 26 0 1059910 0
Current children cumulated CPU time (s) 3642.38
Current children cumulated vsize (KiB) 4253112

[startup+3702.3 s]
/proc/loadavg: 4.12 4.06 4.01 5/538 10356
/proc/meminfo: memFree=8465236/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4254612 CPUtime=3702.38 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 991835 0 0 0 370055 183 0 0 25 0 1 0 671410544 4356722688 876136 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063653 876136 243 26 0 1060285 0
Current children cumulated CPU time (s) 3702.38
Current children cumulated vsize (KiB) 4254612

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

[startup+3705.5 s]
/proc/loadavg: 4.11 4.06 4.01 5/538 10356
/proc/meminfo: memFree=8460268/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4254612 CPUtime=3705.58 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 992273 0 0 0 370375 183 0 0 25 0 1 0 671410544 4356722688 876574 33554432000 4194304 4300288 140735349198064 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063653 876574 243 26 0 1060285 0
Current children cumulated CPU time (s) 3705.58
Current children cumulated vsize (KiB) 4254612

[startup+3711.9 s]
/proc/loadavg: 4.10 4.06 4.01 5/538 10356
/proc/meminfo: memFree=8448356/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4254612 CPUtime=3711.97 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 992766 0 0 0 371014 183 0 0 25 0 1 0 671410544 4356722688 877066 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063653 877066 243 26 0 1060285 0
Current children cumulated CPU time (s) 3711.97
Current children cumulated vsize (KiB) 4254612

[startup+3713.5 s]
/proc/loadavg: 4.09 4.06 4.01 6/538 10356
/proc/meminfo: memFree=8444636/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4254612 CPUtime=3713.58 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 992872 0 0 0 371175 183 0 0 25 0 1 0 671410544 4356722688 877172 33554432000 4194304 4300288 140735349198064 18446744073709551615 4280581 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063653 877172 243 26 0 1060285 0
Current children cumulated CPU time (s) 3713.58
Current children cumulated vsize (KiB) 4254612

[startup+3715.1 s]
/proc/loadavg: 4.09 4.06 4.01 5/538 10356
/proc/meminfo: memFree=8442528/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4254612 CPUtime=3715.18 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 993046 0 0 0 371334 184 0 0 25 0 1 0 671410544 4356722688 877345 33554432000 4194304 4300288 140735349198064 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063653 877345 243 26 0 1060285 0
Current children cumulated CPU time (s) 3715.18
Current children cumulated vsize (KiB) 4254612

[startup+3715.9 s]
/proc/loadavg: 4.09 4.06 4.01 5/538 10356
/proc/meminfo: memFree=8440420/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4254612 CPUtime=3715.98 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 993058 0 0 0 371414 184 0 0 25 0 1 0 671410544 4356722688 877356 33554432000 4194304 4300288 140735349198064 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063653 877356 243 26 0 1060285 0
Current children cumulated CPU time (s) 3715.98
Current children cumulated vsize (KiB) 4254612

[startup+3716.1 s]
/proc/loadavg: 4.09 4.06 4.01 5/538 10356
/proc/meminfo: memFree=8440420/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=4252180 CPUtime=3716.17 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 993065 0 0 0 371424 193 0 0 25 0 1 0 671410544 4354232320 150717 33554432000 4194304 4300288 140735349198064 18446744073709551615 228244392071 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 1063045 150205 248 26 0 1059677 0
Current children cumulated CPU time (s) 3716.17
Current children cumulated vsize (KiB) 4252180

[startup+3716.2 s]
/proc/loadavg: 4.09 4.06 4.01 5/538 10356
/proc/meminfo: memFree=8440420/32951124 swapFree=64205392/67111528
[pid=10211] ppid=10209 vsize=343576 CPUtime=3716.27 cores=1,3,5,7
/proc/10211/stat : 10211 (cir_minisat) R 10209 10211 8511 0 -1 4202496 993065 0 0 0 371433 194 0 0 25 0 1 0 671410544 351821824 77899 33554432000 4194304 4300288 140735349198064 18446744073709551615 228243997911 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10211/statm: 85894 77899 248 26 0 82526 0
Current children cumulated CPU time (s) 3716.27
Current children cumulated vsize (KiB) 343576

Child status: 20
Real time (s): 3716.23
CPU time (s): 3716.31
CPU user time (s): 3714.35
CPU system time (s): 1.9627
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 4254612

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

runsolver used 19.1461 second user time and 45.1371 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-17 04:08:46
IDJOB=3387256
IDBENCH=82371
IDSOLVER=1873
FILE ID=node136/3387256-1305598121
RUNJOBID= node136-1305598121-10198
PBS_JOBID= 13350342
Free space on /tmp= 72792 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.120-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387256-1305598121/watcher-3387256-1305598121 -o /tmp/evaluation-result-3387256-1305598121/solver-3387256-1305598121 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387256-1305598121.cnf

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

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=5473108

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16910196 kB
Buffers:         81356 kB
Cached:        1120208 kB
SwapCached:      24924 kB
Active:        8994852 kB
Inactive:      6786424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16910196 kB
SwapTotal:    67111528 kB
SwapFree:     64205392 kB
Dirty:          331836 kB
Writeback:           0 kB
AnonPages:    14560748 kB
Mapped:          39684 kB
Slab:           112372 kB
PageTables:      80132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 176298828 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= 72932 MiB
End job on node136 at 2011-05-17 05:10:42