Trace number 3284995

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
MPhaseSAT_M 2011-02-16? (TO) 1300.05 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
MD5SUM0385ba51f44fb47d0b0726e26312816f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses858766
Sum of the clauses size2046721
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2847665
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

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: 935)

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

running on 2 cores: 5,7

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.09 2.65 3.20 5/180 3639
/proc/meminfo: memFree=20930812/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=16560 CPUtime=0 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 488093392 16957440 272 33554432000 134512640 134829744 4291618752 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 4140 272 225 78 0 3426 0

[startup+0.100496 s]
/proc/loadavg: 1.09 2.65 3.20 5/180 3639
/proc/meminfo: memFree=20930812/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=16560 CPUtime=0.09 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 821 0 0 0 9 0 0 0 21 0 1 0 488093392 16957440 763 33554432000 134512640 134829744 4291618752 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 4140 763 225 78 0 3426 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16560

[startup+0.200483 s]
/proc/loadavg: 1.09 2.65 3.20 5/180 3639
/proc/meminfo: memFree=20930812/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=16560 CPUtime=0.19 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 1326 0 0 0 19 0 0 0 21 0 1 0 488093392 16957440 1268 33554432000 134512640 134829744 4291618752 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 4140 1269 225 78 0 3426 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 16560

[startup+0.300475 s]
/proc/loadavg: 1.09 2.65 3.20 5/180 3639
/proc/meminfo: memFree=20930812/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=16560 CPUtime=0.29 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 1834 0 0 0 29 0 0 0 22 0 1 0 488093392 16957440 1776 33554432000 134512640 134829744 4291618752 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 4140 1776 225 78 0 3426 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16560

[startup+0.700405 s]
/proc/loadavg: 1.09 2.65 3.20 5/180 3639
/proc/meminfo: memFree=20930812/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=18572 CPUtime=0.69 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 9483 0 0 0 68 1 0 0 23 0 1 0 488093392 19017728 3604 33554432000 134512640 134829744 4291618752 18446744073709551615 134566692 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 4643 3604 437 78 0 3929 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18572

[startup+1.50026 s]
/proc/loadavg: 1.09 2.65 3.20 5/184 3646
/proc/meminfo: memFree=20769288/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=84572 CPUtime=1.48 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 52418 0 0 0 142 6 0 0 25 0 1 0 488093392 86601728 19334 33554432000 134512640 134829744 4291618752 18446744073709551615 12495089 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 21143 19334 456 78 0 20429 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84572

[startup+3.10098 s]
/proc/loadavg: 1.32 2.67 3.20 5/184 3646
/proc/meminfo: memFree=20522992/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=100788 CPUtime=3.09 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 60670 0 0 0 302 7 0 0 25 0 1 0 488093392 103206912 23210 33554432000 134512640 134829744 4291618752 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 25197 23210 472 78 0 24483 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100788

[startup+6.30041 s]
/proc/loadavg: 1.32 2.67 3.20 5/187 3652
/proc/meminfo: memFree=20245576/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=100976 CPUtime=6.29 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 60685 0 0 0 622 7 0 0 25 0 1 0 488093392 103399424 23225 33554432000 134512640 134829744 4291618752 18446744073709551615 134723595 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 25244 23225 472 78 0 24530 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100976

[startup+12.7003 s]
/proc/loadavg: 1.70 2.73 3.22 5/190 3658
/proc/meminfo: memFree=19930024/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=105412 CPUtime=12.69 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 100417 0 0 0 1256 13 0 0 25 0 1 0 488093392 107941888 24250 33554432000 134512640 134829744 4291618752 18446744073709551615 134722939 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 26353 24250 474 78 0 25639 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 105412

[startup+25.501 s]
/proc/loadavg: 2.20 2.79 3.23 5/190 3659
/proc/meminfo: memFree=19302948/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=119680 CPUtime=25.49 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 113220 0 0 0 2534 15 0 0 25 0 1 0 488093392 122552320 27819 33554432000 134512640 134829744 4291618752 18446744073709551615 134719932 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 29920 27819 474 78 0 29206 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 119680

[startup+51.1006 s]
/proc/loadavg: 2.90 2.90 3.26 5/190 3659
/proc/meminfo: memFree=18543168/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=129800 CPUtime=51.09 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 120471 0 0 0 5093 16 0 0 25 0 1 0 488093392 132915200 30372 33554432000 134512640 134829744 4291618752 18446744073709551615 134630869 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 32450 30372 474 78 0 31736 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 129800

[startup+102.301 s]
/proc/loadavg: 3.56 3.08 3.30 5/190 3661
/proc/meminfo: memFree=19299636/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=131596 CPUtime=102.3 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 140365 0 0 0 10211 19 0 0 25 0 1 0 488093392 134754304 30835 33554432000 134512640 134829744 4291618752 18446744073709551615 134722223 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 32899 30835 474 78 0 32185 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 131596

[startup+162.301 s]
/proc/loadavg: 3.86 3.25 3.34 5/190 3689
/proc/meminfo: memFree=19633828/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=145392 CPUtime=162.3 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 168910 0 0 0 16206 24 0 0 25 0 1 0 488093392 148881408 34280 33554432000 134512640 134829744 4291618752 18446744073709551615 134657613 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 36348 34280 474 78 0 35634 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 145392

[startup+222.307 s]
/proc/loadavg: 3.95 3.39 3.38 5/190 3691
/proc/meminfo: memFree=19617108/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=145752 CPUtime=222.3 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 188629 0 0 0 22204 26 0 0 25 0 1 0 488093392 149250048 34372 33554432000 134512640 134829744 4291618752 18446744073709551615 134669976 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 36438 34372 474 78 0 35724 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 145752

[startup+282.301 s]
/proc/loadavg: 4.03 3.51 3.42 5/190 3692
/proc/meminfo: memFree=19585596/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=159432 CPUtime=282.3 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 208320 0 0 0 28201 29 0 0 25 0 1 0 488093392 163258368 37795 33554432000 134512640 134829744 4291618752 18446744073709551615 134723893 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 39858 37795 474 78 0 39144 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 159432

[startup+342.3 s]
/proc/loadavg: 4.04 3.61 3.46 5/190 3703
/proc/meminfo: memFree=19557424/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=163488 CPUtime=342.3 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 216229 0 0 0 34200 30 0 0 25 0 1 0 488093392 167411712 38800 33554432000 134512640 134829744 4291618752 18446744073709551615 134661064 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 40872 38800 474 78 0 40158 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 163488

[startup+402.301 s]
/proc/loadavg: 4.09 3.69 3.49 5/190 3705
/proc/meminfo: memFree=19537692/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=163488 CPUtime=402.29 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 230661 0 0 0 40197 32 0 0 25 0 1 0 488093392 167411712 38810 33554432000 134512640 134829744 4291618752 18446744073709551615 134717986 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 40872 38810 474 78 0 40158 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 163488

[startup+462.3 s]
/proc/loadavg: 4.03 3.75 3.52 7/190 3706
/proc/meminfo: memFree=19524772/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=173160 CPUtime=462.3 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 235029 0 0 0 46197 33 0 0 25 0 1 0 488093392 177315840 41228 33554432000 134512640 134829744 4291618752 18446744073709551615 134614879 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 43290 41228 474 78 0 42576 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 173160

[startup+522.301 s]
/proc/loadavg: 4.01 3.79 3.55 5/190 3711
/proc/meminfo: memFree=19495748/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=179188 CPUtime=522.3 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 243908 0 0 0 52195 35 0 0 25 0 1 0 488093392 183488512 42729 33554432000 134512640 134829744 4291618752 18446744073709551615 12535772 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 44797 42729 474 78 0 44083 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 179188

[startup+582.3 s]
/proc/loadavg: 4.00 3.83 3.57 5/190 3712
/proc/meminfo: memFree=19457532/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=179188 CPUtime=582.3 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 251958 0 0 0 58194 36 0 0 25 0 1 0 488093392 183488512 42729 33554432000 134512640 134829744 4291618752 18446744073709551615 134669383 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 44797 42729 474 78 0 44083 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 179188

[startup+642.301 s]
/proc/loadavg: 4.03 3.87 3.60 5/190 3714
/proc/meminfo: memFree=19455152/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=191724 CPUtime=642.3 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 265087 0 0 0 64192 38 0 0 25 0 1 0 488093392 196325376 45858 33554432000 134512640 134829744 4291618752 18446744073709551615 134669649 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 47931 45858 474 78 0 47217 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 191724

[startup+702.3 s]
/proc/loadavg: 4.01 3.89 3.63 5/190 3716
/proc/meminfo: memFree=19450172/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=195276 CPUtime=702.3 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 267571 0 0 0 70191 39 0 0 25 0 1 0 488093392 199962624 46758 33554432000 134512640 134829744 4291618752 18446744073709551615 134614864 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 48819 46758 474 78 0 48105 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 195276

[startup+762.301 s]
/proc/loadavg: 4.00 3.91 3.65 5/190 3717
/proc/meminfo: memFree=19430064/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=193512 CPUtime=762.32 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 275285 0 0 0 76191 41 0 0 25 0 1 0 488093392 198156288 46317 33554432000 134512640 134829744 4291618752 18446744073709551615 134723607 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 48378 46317 474 78 0 47664 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 193512

[startup+822.3 s]
/proc/loadavg: 4.07 3.94 3.67 5/190 3719
/proc/meminfo: memFree=19421484/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=197496 CPUtime=822.31 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 278598 0 0 0 82190 41 0 0 25 0 1 0 488093392 202235904 47282 33554432000 134512640 134829744 4291618752 18446744073709551615 134657910 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 49374 47282 474 78 0 48660 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 197496

[startup+882.307 s]
/proc/loadavg: 4.07 3.96 3.69 5/190 3720
/proc/meminfo: memFree=19380040/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=208368 CPUtime=882.32 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 281387 0 0 0 88190 42 0 0 25 0 1 0 488093392 213368832 50004 33554432000 134512640 134829744 4291618752 18446744073709551615 134724675 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 52092 50004 474 78 0 51378 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 208368

[startup+942.301 s]
/proc/loadavg: 4.02 3.97 3.71 5/190 3722
/proc/meminfo: memFree=19361168/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=217292 CPUtime=942.31 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 285130 0 0 0 94188 43 0 0 25 0 1 0 488093392 222507008 52262 33554432000 134512640 134829744 4291618752 18446744073709551615 134661329 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 54323 52262 474 78 0 53609 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 217292

[startup+1002.3 s]
/proc/loadavg: 4.01 3.97 3.73 5/190 3724
/proc/meminfo: memFree=19360900/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=216832 CPUtime=1002.32 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 287480 0 0 0 100188 44 0 0 25 0 1 0 488093392 222035968 52147 33554432000 134512640 134829744 4291618752 18446744073709551615 134670007 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 54208 52147 474 78 0 53494 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 216832

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 3725
/proc/meminfo: memFree=19348228/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=216832 CPUtime=1062.32 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 287480 0 0 0 106188 44 0 0 25 0 1 0 488093392 222035968 52147 33554432000 134512640 134829744 4291618752 18446744073709551615 134661441 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 54208 52147 474 78 0 53494 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 216832

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 3727
/proc/meminfo: memFree=19324392/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=236604 CPUtime=1122.32 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 295075 0 0 0 112187 45 0 0 25 0 1 0 488093392 242282496 57058 33554432000 134512640 134829744 4291618752 18446744073709551615 134722223 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 59151 57058 474 78 0 58437 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 236604

[startup+1182.3 s]
/proc/loadavg: 4.05 3.99 3.77 5/190 3728
/proc/meminfo: memFree=19324732/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=241576 CPUtime=1182.32 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 297915 0 0 0 118186 46 0 0 25 0 1 0 488093392 247373824 58302 33554432000 134512640 134829744 4291618752 18446744073709551615 134614874 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 60394 58302 474 78 0 59680 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 241576

[startup+1242.3 s]
/proc/loadavg: 4.02 3.99 3.78 5/190 3730
/proc/meminfo: memFree=19324588/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=240268 CPUtime=1242.32 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 298588 0 0 0 124186 46 0 0 25 0 1 0 488093392 246034432 58007 33554432000 134512640 134829744 4291618752 18446744073709551615 134723919 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 60067 58007 474 78 0 59353 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 240268



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.79 5/190 3732
/proc/meminfo: memFree=19295552/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=240192 CPUtime=1300.02 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 299128 0 0 0 129956 46 0 0 25 0 1 0 488093392 245956608 57988 33554432000 134512640 134829744 4291618752 18446744073709551615 134669502 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 60048 57988 474 78 0 59334 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 240192

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: 4.00 3.99 3.79 5/190 3732
/proc/meminfo: memFree=19295552/32951124 swapFree=67111464/67111528
[pid=3639] ppid=3637 vsize=240192 CPUtime=1300.02 cores=5,7
/proc/3639/stat : 3639 (MPhaseSAT_M) R 3637 3639 2288 0 -1 4202496 299128 0 0 0 129956 46 0 0 25 0 1 0 488093392 245956608 57988 33554432000 134512640 134829744 4291618752 18446744073709551615 134669502 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3639/statm: 60048 57988 474 78 0 59334 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 240192

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.57
CPU system time (s): 0.478927
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 242920

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

runsolver used 2.06569 second user time and 5.03223 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-25 22:55:54
IDJOB=3284995
IDBENCH=82369
IDSOLVER=1522
FILE ID=node136/3284995-1303764954
RUNJOBID= node136-1303764954-3618
PBS_JOBID= 13157123
Free space on /tmp= 72140 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284995-1303764954/watcher-3284995-1303764954 -o /tmp/evaluation-result-3284995-1303764954/solver-3284995-1303764954 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3284995-1303764954.cnf

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=304299881

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:      20930968 kB
Buffers:       1686868 kB
Cached:        9691516 kB
SwapCached:         60 kB
Active:        4316544 kB
Inactive:      7137236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20930968 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           56276 kB
Writeback:           0 kB
AnonPages:       74708 kB
Mapped:          14492 kB
Slab:           501444 kB
PageTables:       5264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   202856 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= 71980 MiB
End job on node136 at 2011-04-25 23:17:36