Trace number 3284994

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
MPhaseSAT64 2011-03-03? (TO) 1300.01 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-3284994-1303764899/watcher-3284994-1303764899 -o /tmp/evaluation-result-3284994-1303764899/solver-3284994-1303764899 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3284994-1303764899.cnf 

running on 2 cores: 1,3

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: 3.72 3.94 3.87 4/180 6385
/proc/meminfo: memFree=13031596/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=16488 CPUtime=0 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 566720639 16883712 272 33554432000 134512640 134761588 4291108096 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 4122 272 225 61 0 3425 0

[startup+0.032873 s]
/proc/loadavg: 3.72 3.94 3.87 4/180 6385
/proc/meminfo: memFree=13031596/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=16488 CPUtime=0.02 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 479 0 0 0 2 0 0 0 21 0 1 0 566720639 16883712 420 33554432000 134512640 134761588 4291108096 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 4122 420 225 61 0 3425 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16488

[startup+0.10085 s]
/proc/loadavg: 3.72 3.94 3.87 4/180 6385
/proc/meminfo: memFree=13031596/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=16488 CPUtime=0.09 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 826 0 0 0 9 0 0 0 21 0 1 0 566720639 16883712 767 33554432000 134512640 134761588 4291108096 18446744073709551615 134531215 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 4122 767 225 61 0 3425 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16488

[startup+0.300812 s]
/proc/loadavg: 3.72 3.94 3.87 4/180 6385
/proc/meminfo: memFree=13031596/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=16488 CPUtime=0.29 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 1843 0 0 0 29 0 0 0 22 0 1 0 566720639 16883712 1784 33554432000 134512640 134761588 4291108096 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 4122 1784 225 61 0 3425 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16488

[startup+0.700736 s]
/proc/loadavg: 3.72 3.94 3.87 4/180 6385
/proc/meminfo: memFree=13031596/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=18500 CPUtime=0.69 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 9481 0 0 0 67 2 0 0 23 0 1 0 566720639 18944000 3601 33554432000 134512640 134761588 4291108096 18446744073709551615 134566485 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 4625 3601 436 61 0 3928 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18500

[startup+1.50059 s]
/proc/loadavg: 3.74 3.94 3.87 5/184 6392
/proc/meminfo: memFree=12910144/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=31844 CPUtime=1.49 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 39315 0 0 0 143 6 0 0 25 0 1 0 566720639 32608256 7506 33554432000 134512640 134761588 4291108096 18446744073709551615 134616852 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 7961 7506 452 61 0 7264 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31844

[startup+3.10029 s]
/proc/loadavg: 3.74 3.94 3.87 5/184 6392
/proc/meminfo: memFree=12759404/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=44128 CPUtime=3.09 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 53213 0 0 0 301 8 0 0 25 0 1 0 566720639 45187072 10559 33554432000 134512640 134761588 4291108096 18446744073709551615 134620631 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 11032 10559 464 61 0 10335 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44128

[startup+6.30069 s]
/proc/loadavg: 3.74 3.94 3.87 5/187 6399
/proc/meminfo: memFree=12486564/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=46068 CPUtime=6.29 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 53701 0 0 0 618 11 0 0 25 0 1 0 566720639 47173632 11047 33554432000 134512640 134761588 4291108096 18446744073709551615 134617917 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 11517 11047 464 61 0 10820 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46068

[startup+12.7005 s]
/proc/loadavg: 4.00 3.99 3.89 5/190 6405
/proc/meminfo: memFree=12175300/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=44028 CPUtime=12.69 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 58278 0 0 0 1254 15 0 0 25 0 1 0 566720639 45084672 10541 33554432000 134512640 134761588 4291108096 18446744073709551615 134682723 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 11007 10541 468 61 0 10310 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44028

[startup+25.5011 s]
/proc/loadavg: 4.00 3.99 3.89 5/190 6405
/proc/meminfo: memFree=11649788/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=53000 CPUtime=25.49 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 64160 0 0 0 2533 16 0 0 25 0 1 0 566720639 54272000 12784 33554432000 134512640 134761588 4291108096 18446744073709551615 134681386 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 13250 12784 468 61 0 12553 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53000

[startup+51.1003 s]
/proc/loadavg: 4.00 3.99 3.89 5/190 6406
/proc/meminfo: memFree=11650268/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=54420 CPUtime=51.09 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 86095 0 0 0 5089 20 0 0 25 0 1 0 566720639 55726080 13139 33554432000 134512640 134761588 4291108096 18446744073709551615 134643483 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 13605 13139 468 61 0 12908 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 54420

[startup+102.307 s]
/proc/loadavg: 4.11 4.02 3.91 5/190 6434
/proc/meminfo: memFree=11676016/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=55128 CPUtime=102.3 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 173262 0 0 0 10197 33 0 0 25 0 1 0 566720639 56451072 13216 33554432000 134512640 134761588 4291108096 18446744073709551615 134643107 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 13782 13216 394 61 0 13085 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 55128

[startup+162.3 s]
/proc/loadavg: 4.04 4.02 3.91 5/190 6436
/proc/meminfo: memFree=11470632/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=239000 CPUtime=162.29 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 301384 0 0 0 16179 50 0 0 25 0 1 0 566720639 244736000 59233 33554432000 134512640 134761588 4291108096 18446744073709551615 134643511 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 59750 59233 394 61 0 59053 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 239000

[startup+222.301 s]
/proc/loadavg: 4.01 4.01 3.91 5/190 6437
/proc/meminfo: memFree=11424120/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=228748 CPUtime=222.29 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 413143 0 0 0 22164 65 0 0 25 0 1 0 566720639 234237952 56670 33554432000 134512640 134761588 4291108096 18446744073709551615 134682639 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 57187 56670 394 61 0 56490 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 228748

[startup+282.301 s]
/proc/loadavg: 4.03 4.02 3.91 5/190 6439
/proc/meminfo: memFree=11580348/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=210848 CPUtime=282.29 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 483932 0 0 0 28155 74 0 0 25 0 1 0 566720639 215908352 52072 33554432000 134512640 134761588 4291108096 18446744073709551615 134685635 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 52712 52072 394 61 0 52015 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 210848

[startup+342.301 s]
/proc/loadavg: 4.08 4.03 3.92 5/190 6467
/proc/meminfo: memFree=11445980/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=162152 CPUtime=342.29 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 520771 0 0 0 34148 81 0 0 25 0 1 0 566720639 166043648 39992 33554432000 134512640 134761588 4291108096 18446744073709551615 134643525 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 40538 39992 394 61 0 39841 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 162152

[startup+402.3 s]
/proc/loadavg: 4.03 4.02 3.92 5/190 6478
/proc/meminfo: memFree=11380588/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=200976 CPUtime=402.29 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 581630 0 0 0 40139 90 0 0 25 0 1 0 566720639 205799424 49637 33554432000 134512640 134761588 4291108096 18446744073709551615 134682632 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 50244 49637 394 61 0 49547 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 200976

[startup+462.301 s]
/proc/loadavg: 4.01 4.02 3.92 5/187 6483
/proc/meminfo: memFree=11807508/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=144696 CPUtime=462.3 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 635210 0 0 0 46131 99 0 0 25 0 1 0 566720639 148168704 35640 33554432000 134512640 134761588 4291108096 18446744073709551615 134682632 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 36174 35640 394 61 0 35477 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 144696

[startup+522.301 s]
/proc/loadavg: 4.07 4.04 3.93 5/190 6508
/proc/meminfo: memFree=11556076/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=200960 CPUtime=522.29 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 697688 0 0 0 52122 107 0 0 25 0 1 0 566720639 205783040 49738 33554432000 134512640 134761588 4291108096 18446744073709551615 134682592 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 50240 49738 394 61 0 49543 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 200960

[startup+582.3 s]
/proc/loadavg: 4.10 4.05 3.94 5/190 6510
/proc/meminfo: memFree=11503612/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=218340 CPUtime=582.29 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 752102 0 0 0 58115 114 0 0 25 0 1 0 566720639 223580160 54083 33554432000 134512640 134761588 4291108096 18446744073709551615 134636669 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 54585 54083 394 61 0 53888 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 218340

[startup+642.301 s]
/proc/loadavg: 4.03 4.03 3.94 5/190 6511
/proc/meminfo: memFree=11465656/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=178404 CPUtime=642.3 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 785107 0 0 0 64111 119 0 0 25 0 1 0 566720639 182685696 44099 33554432000 134512640 134761588 4291108096 18446744073709551615 134682647 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 44601 44099 394 61 0 43904 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 178404

[startup+702.301 s]
/proc/loadavg: 4.01 4.03 3.94 5/190 6513
/proc/meminfo: memFree=11515364/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=206012 CPUtime=702.29 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 814783 0 0 0 70106 123 0 0 25 0 1 0 566720639 210956288 51001 33554432000 134512640 134761588 4291108096 18446744073709551615 134682639 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 51503 51001 394 61 0 50806 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 206012

[startup+762.307 s]
/proc/loadavg: 4.00 4.02 3.94 5/190 6515
/proc/meminfo: memFree=11579336/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=164028 CPUtime=762.3 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 819782 0 0 0 76106 124 0 0 25 0 1 0 566720639 167964672 40505 33554432000 134512640 134761588 4291108096 18446744073709551615 134682616 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 41007 40505 394 61 0 40310 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 164028

[startup+822.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 6516
/proc/meminfo: memFree=11516952/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=172712 CPUtime=822.29 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 823728 0 0 0 82105 124 0 0 25 0 1 0 566720639 176857088 42676 33554432000 134512640 134761588 4291108096 18446744073709551615 134682639 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 43178 42676 394 61 0 42481 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 172712

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 6518
/proc/meminfo: memFree=11548676/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=169168 CPUtime=882.29 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 834035 0 0 0 88104 125 0 0 25 0 1 0 566720639 173228032 41790 33554432000 134512640 134761588 4291108096 18446744073709551615 134748065 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 42292 41790 394 61 0 41595 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 169168

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 6519
/proc/meminfo: memFree=11546552/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=175308 CPUtime=942.28 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 851274 0 0 0 94101 127 0 0 25 0 1 0 566720639 179515392 43325 33554432000 134512640 134761588 4291108096 18446744073709551615 134636787 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 43827 43325 394 61 0 43130 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 175308

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 6521
/proc/meminfo: memFree=11562788/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=167116 CPUtime=1002.28 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 863828 0 0 0 100099 129 0 0 25 0 1 0 566720639 171126784 41277 33554432000 134512640 134761588 4291108096 18446744073709551615 134748731 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 41779 41277 394 61 0 41082 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 167116

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 6523
/proc/meminfo: memFree=11575296/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=170312 CPUtime=1062.29 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 878361 0 0 0 106098 131 0 0 25 0 1 0 566720639 174399488 42076 33554432000 134512640 134761588 4291108096 18446744073709551615 134682632 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 42578 42076 394 61 0 41881 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 170312

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 6524
/proc/meminfo: memFree=11625004/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=162480 CPUtime=1122.28 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 887329 0 0 0 112096 132 0 0 25 0 1 0 566720639 166379520 40118 33554432000 134512640 134761588 4291108096 18446744073709551615 134616741 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 40620 40118 394 61 0 39923 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 162480

[startup+1182.3 s]
/proc/loadavg: 4.06 4.01 3.94 5/190 6526
/proc/meminfo: memFree=11813452/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=182960 CPUtime=1182.29 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 892449 0 0 0 118096 133 0 0 25 0 1 0 566720639 187351040 45238 33554432000 134512640 134761588 4291108096 18446744073709551615 134682714 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 45740 45238 394 61 0 45043 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 182960

[startup+1242.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 6527
/proc/meminfo: memFree=11547704/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=189980 CPUtime=1242.28 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 894791 0 0 0 124095 133 0 0 25 0 1 0 566720639 194539520 46993 33554432000 134512640 134761588 4291108096 18446744073709551615 134682538 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 47495 46993 394 61 0 46798 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 189980



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.02 3.95 5/190 6529
/proc/meminfo: memFree=11605352/32950928 swapFree=67111528/67111528
[pid=6385] ppid=6383 vsize=162712 CPUtime=1299.99 cores=1,3
/proc/6385/stat : 6385 (MPhaseSAT64) R 6383 6385 5482 0 -1 4202496 904222 0 0 0 129864 135 0 0 25 0 1 0 566720639 166617088 40153 33554432000 134512640 134761588 4291108096 18446744073709551615 134748099 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/6385/statm: 40678 40153 394 61 0 39981 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 162712

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.01
CPU user time (s): 1298.65
CPU system time (s): 1.36179
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 348720

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

runsolver used 2.11468 second user time and 4.98924 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-25 22:55:00
IDJOB=3284994
IDBENCH=82369
IDSOLVER=1521
FILE ID=node114/3284994-1303764899
RUNJOBID= node114-1303764899-6363
PBS_JOBID= 13157139
Free space on /tmp= 71524 MiB

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

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=1992591922

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13032008 kB
Buffers:       2312024 kB
Cached:       16938996 kB
SwapCached:          0 kB
Active:        9437504 kB
Inactive:      9889452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13032008 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           61468 kB
Writeback:           0 kB
AnonPages:       75712 kB
Mapped:          14400 kB
Slab:           527072 kB
PageTables:       5356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   200348 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= 71268 MiB
End job on node114 at 2011-04-25 23:16:42