Trace number 3380416

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.11 1300.08

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 benchmark603.823
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


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

running on 2 cores: 0,2

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: 1.25 1.37 2.32 4/293 17446
/proc/meminfo: memFree=17871040/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=20384 CPUtime=0 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 873 0 0 0 0 0 0 0 21 0 1 0 657482763 20873216 816 33554432000 4194304 4300288 140736004989424 18446744073709551615 4202015 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 5096 816 218 26 0 1728 0

[startup+0.0974979 s]
/proc/loadavg: 1.25 1.37 2.32 4/293 17446
/proc/meminfo: memFree=17871040/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=28344 CPUtime=0.08 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 2975 0 0 0 8 0 0 0 21 0 1 0 657482763 29024256 2778 33554432000 4194304 4300288 140736004989424 18446744073709551615 4257509 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 7086 2779 218 26 0 3718 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28344

[startup+0.100495 s]
/proc/loadavg: 1.25 1.37 2.32 4/293 17446
/proc/meminfo: memFree=17871040/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=28636 CPUtime=0.08 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 3042 0 0 0 8 0 0 0 21 0 1 0 657482763 29323264 2845 33554432000 4194304 4300288 140736004989424 18446744073709551615 4201680 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 7159 2845 218 26 0 3791 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28636

[startup+0.300461 s]
/proc/loadavg: 1.25 1.37 2.32 4/293 17446
/proc/meminfo: memFree=17871040/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=61556 CPUtime=0.28 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 12456 0 0 0 27 1 0 0 22 0 1 0 657482763 63033344 11053 33554432000 4194304 4300288 140736004989424 18446744073709551615 4213552 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 15389 11055 218 26 0 12021 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 61556

[startup+0.700393 s]
/proc/loadavg: 1.25 1.37 2.32 4/293 17446
/proc/meminfo: memFree=17871040/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=139252 CPUtime=0.69 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 39218 0 0 0 64 5 0 0 24 0 1 0 657482763 142594048 30076 33554432000 4194304 4300288 140736004989424 18446744073709551615 248089698048 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 34813 30076 218 26 0 31445 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 139252

[startup+1.56924 s]
/proc/loadavg: 1.25 1.37 2.32 4/293 17446
/proc/meminfo: memFree=17871040/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=312568 CPUtime=1.56 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 96174 0 0 0 144 12 0 0 25 0 1 0 657482763 320069632 71122 33554432000 4194304 4300288 140736004989424 18446744073709551615 248089366769 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 78142 71123 218 26 0 74774 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 312568

[startup+3.10097 s]
/proc/loadavg: 1.47 1.42 2.33 5/297 17453
/proc/meminfo: memFree=16797600/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=532864 CPUtime=3.09 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 165050 0 0 0 288 21 0 0 25 0 1 0 657482763 545652736 122050 33554432000 4194304 4300288 140736004989424 18446744073709551615 4228511 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 133216 122050 222 26 0 129848 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 532864

[startup+6.3004 s]
/proc/loadavg: 1.91 1.51 2.36 5/297 17454
/proc/meminfo: memFree=16169356/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=532864 CPUtime=6.29 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 165050 0 0 0 608 21 0 0 25 0 1 0 657482763 545652736 122050 33554432000 4194304 4300288 140736004989424 18446744073709551615 4228238 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/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: 2.08 1.55 2.37 5/297 17454
/proc/meminfo: memFree=16175544/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=484464 CPUtime=12.7 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 190573 0 0 0 1246 24 0 0 25 0 1 0 657482763 496091136 98598 33554432000 4194304 4300288 140736004989424 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 121116 98598 242 26 0 117748 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 484464

[startup+25.5011 s]
/proc/loadavg: 2.37 1.63 2.38 5/297 17454
/proc/meminfo: memFree=16405460/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=434376 CPUtime=25.49 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 211375 0 0 0 2522 27 0 0 25 0 1 0 657482763 444801024 96169 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268262 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 108594 96169 243 26 0 105226 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 434376

[startup+51.1005 s]
/proc/loadavg: 2.93 1.82 2.43 5/297 17482
/proc/meminfo: memFree=16877756/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=484464 CPUtime=51.09 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 219072 0 0 0 5080 29 0 0 25 0 1 0 657482763 496091136 103859 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 121116 103859 243 26 0 117748 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 484464

[startup+102.3 s]
/proc/loadavg: 3.57 2.18 2.51 5/297 17483
/proc/meminfo: memFree=16614872/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=565852 CPUtime=102.29 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 232226 0 0 0 10197 32 0 0 25 0 1 0 657482763 579432448 117006 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 141463 117006 243 26 0 138095 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 565852

[startup+162.301 s]
/proc/loadavg: 3.84 2.51 2.60 5/297 17485
/proc/meminfo: memFree=16236696/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=565852 CPUtime=162.31 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 246427 0 0 0 16196 35 0 0 25 0 1 0 657482763 579432448 131192 33554432000 4194304 4300288 140736004989424 18446744073709551615 4271130 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 141463 131192 243 26 0 138095 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 565852

[startup+222.3 s]
/proc/loadavg: 3.94 2.78 2.69 6/297 17486
/proc/meminfo: memFree=15902804/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=698112 CPUtime=222.3 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 258058 0 0 0 22192 38 0 0 25 0 1 0 657482763 714866688 142822 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 174528 142822 243 26 0 171160 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 698112

[startup+282.311 s]
/proc/loadavg: 4.13 3.04 2.78 5/297 17488
/proc/meminfo: memFree=15555584/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=698112 CPUtime=282.31 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 274183 0 0 0 28190 41 0 0 25 0 1 0 657482763 714866688 158942 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 174528 158942 243 26 0 171160 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 698112

[startup+342.301 s]
/proc/loadavg: 4.05 3.22 2.86 5/297 17490
/proc/meminfo: memFree=15202640/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=913036 CPUtime=342.3 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 288061 0 0 0 34187 43 0 0 25 0 1 0 657482763 934948864 172816 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268555 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 228259 172816 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.02 3.36 2.93 5/297 17491
/proc/meminfo: memFree=14806292/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=913036 CPUtime=402.3 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 300393 0 0 0 40184 46 0 0 25 0 1 0 657482763 934948864 185145 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268492 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 228259 185145 243 26 0 224891 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 913036

[startup+462.301 s]
/proc/loadavg: 4.00 3.47 2.99 5/297 17493
/proc/meminfo: memFree=14368176/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=913036 CPUtime=462.3 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 317465 0 0 0 46181 49 0 0 25 0 1 0 657482763 934948864 202203 33554432000 4194304 4300288 140736004989424 18446744073709551615 4249458 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 228259 202203 243 26 0 224891 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 913036

[startup+522.3 s]
/proc/loadavg: 4.00 3.56 3.05 5/297 17494
/proc/meminfo: memFree=14000464/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=913036 CPUtime=522.3 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 329353 0 0 0 52179 51 0 0 25 0 1 0 657482763 934948864 214087 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 228259 214089 243 26 0 224891 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 913036

[startup+582.301 s]
/proc/loadavg: 4.10 3.67 3.12 5/297 17496
/proc/meminfo: memFree=13636992/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=1262284 CPUtime=582.3 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 342108 0 0 0 58177 53 0 0 25 0 1 0 657482763 1292578816 226830 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268388 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 315571 226830 243 26 0 312203 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1262284

[startup+642.301 s]
/proc/loadavg: 4.04 3.73 3.17 5/297 17498
/proc/meminfo: memFree=13284548/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=1262284 CPUtime=642.31 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 356176 0 0 0 64175 56 0 0 25 0 1 0 657482763 1292578816 240891 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 315571 240891 243 26 0 312203 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1262284

[startup+702.301 s]
/proc/loadavg: 4.01 3.77 3.22 5/297 17499
/proc/meminfo: memFree=12899480/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=1262284 CPUtime=702.31 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 367309 0 0 0 70173 58 0 0 25 0 1 0 657482763 1292578816 252018 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 315571 252018 243 26 0 312203 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1262284

[startup+762.301 s]
/proc/loadavg: 4.00 3.81 3.26 5/297 17501
/proc/meminfo: memFree=12411628/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=1262284 CPUtime=762.31 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 383518 0 0 0 76169 62 0 0 25 0 1 0 657482763 1292578816 268215 33554432000 4194304 4300288 140736004989424 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 315571 268221 243 26 0 312203 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1262284

[startup+822.3 s]
/proc/loadavg: 4.18 3.89 3.32 5/297 17502
/proc/meminfo: memFree=12005372/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=1263004 CPUtime=822.32 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 401653 0 0 0 82166 66 0 0 25 0 1 0 657482763 1293316096 286333 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268251 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 315751 286333 243 26 0 312383 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1263004

[startup+882.301 s]
/proc/loadavg: 4.10 3.92 3.37 5/297 17504
/proc/meminfo: memFree=11603948/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=1263004 CPUtime=882.31 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 418924 0 0 0 88162 69 0 0 25 0 1 0 657482763 1293316096 303595 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268298 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 315751 303595 243 26 0 312383 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1263004

[startup+942.311 s]
/proc/loadavg: 4.03 3.93 3.40 5/297 17506
/proc/meminfo: memFree=11204008/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=1830532 CPUtime=942.33 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 430168 0 0 0 94162 71 0 0 25 0 1 0 657482763 1874464768 314834 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268368 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 457633 314834 243 26 0 454265 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 1830532

[startup+1002.3 s]
/proc/loadavg: 4.01 3.94 3.44 5/297 17507
/proc/meminfo: memFree=10791668/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=1830532 CPUtime=1002.32 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 445037 0 0 0 100158 74 0 0 25 0 1 0 657482763 1874464768 329695 33554432000 4194304 4300288 140736004989424 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 457633 329695 243 26 0 454265 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1830532

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.47 5/297 17509
/proc/meminfo: memFree=10340548/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=1830532 CPUtime=1062.32 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 460569 0 0 0 106154 78 0 0 25 0 1 0 657482763 1874464768 345213 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268202 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 457633 345213 243 26 0 454265 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1830532

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.50 5/297 17510
/proc/meminfo: memFree=9970992/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=1830532 CPUtime=1122.32 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 471377 0 0 0 112152 80 0 0 25 0 1 0 657482763 1874464768 356015 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 457633 356015 243 26 0 454265 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1830532

[startup+1182.3 s]
/proc/loadavg: 4.07 3.98 3.54 5/297 17512
/proc/meminfo: memFree=9643848/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=1830532 CPUtime=1182.32 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 484690 0 0 0 118149 83 0 0 25 0 1 0 657482763 1874464768 369320 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 457633 369320 243 26 0 454265 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1830532

[startup+1242.3 s]
/proc/loadavg: 4.02 3.98 3.56 5/297 17514
/proc/meminfo: memFree=9358980/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=1830532 CPUtime=1242.32 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 500011 0 0 0 124147 85 0 0 25 0 1 0 657482763 1874464768 384635 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 457633 384635 243 26 0 454265 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1830532



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.85 3.94 3.57 3/290 17534
/proc/meminfo: memFree=13885980/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=1830532 CPUtime=1300.04 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 509769 0 0 0 129917 87 0 0 25 0 1 0 657482763 1874464768 394385 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268199 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 457633 394385 243 26 0 454265 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1830532

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

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

[startup+1300 s]
/proc/loadavg: 3.85 3.94 3.57 3/290 17534
/proc/meminfo: memFree=13885980/32950928 swapFree=64721848/67111528
[pid=17446] ppid=17444 vsize=1830532 CPUtime=1300.04 cores=0,2
/proc/17446/stat : 17446 (cir_minisat) R 17444 17446 14954 0 -1 4202496 509769 0 0 0 129917 87 0 0 25 0 1 0 657482763 1874464768 394385 33554432000 4194304 4300288 140736004989424 18446744073709551615 4268199 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17446/statm: 457633 394385 243 26 0 454265 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1830532

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.08
CPU time (s): 1300.11
CPU user time (s): 1299.17
CPU system time (s): 0.939857
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1830532

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

runsolver used 3.57746 second user time and 8.25275 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 13:27:10
IDJOB=3380416
IDBENCH=82371
IDSOLVER=1863
FILE ID=node123/3380416-1305458824
RUNJOBID= node123-1305458824-17410
PBS_JOBID= 13324867
Free space on /tmp= 72960 MiB

SOLVER NAME= 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-3380416-1305458824/watcher-3380416-1305458824 -o /tmp/evaluation-result-3380416-1305458824/solver-3380416-1305458824 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380416-1305458824.cnf

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

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=1682868906

node123.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.838
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.67
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.838
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.838
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.838
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:     32950928 kB
MemFree:      17871568 kB
Buffers:        320184 kB
Cached:        4793612 kB
SwapCached:      10528 kB
Active:       11630052 kB
Inactive:      3158752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17871568 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:          473720 kB
Writeback:           0 kB
AnonPages:     9672092 kB
Mapped:          22928 kB
Slab:           190280 kB
PageTables:      38576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 45391116 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= 73216 MiB
End job on node123 at 2011-05-15 13:48:52