Trace number 3285363

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.01

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
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 variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

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-3285363-1303766224/watcher-3285363-1303766224 -o /tmp/evaluation-result-3285363-1303766224/solver-3285363-1303766224 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3285363-1303766224.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: 4.18 4.11 5.13 5/189 21490
/proc/meminfo: memFree=15066404/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=10700 CPUtime=0 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 313 0 0 0 0 0 0 0 20 0 1 0 488222883 10956800 255 33554432000 134512640 134829744 4291439600 18446744073709551615 9911728 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 2675 255 225 78 0 1961 0

[startup+0.061522 s]
/proc/loadavg: 4.18 4.11 5.13 5/189 21490
/proc/meminfo: memFree=15066404/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=10700 CPUtime=0.05 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 605 0 0 0 5 0 0 0 20 0 1 0 488222883 10956800 547 33554432000 134512640 134829744 4291439600 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 2675 547 225 78 0 1961 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10700

[startup+0.100505 s]
/proc/loadavg: 4.18 4.11 5.13 5/189 21490
/proc/meminfo: memFree=15066404/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=10700 CPUtime=0.09 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 802 0 0 0 9 0 0 0 20 0 1 0 488222883 10956800 744 33554432000 134512640 134829744 4291439600 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 2675 744 225 78 0 1961 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10700

[startup+0.300468 s]
/proc/loadavg: 4.18 4.11 5.13 5/189 21490
/proc/meminfo: memFree=15066404/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=10700 CPUtime=0.29 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 1810 0 0 0 29 0 0 0 21 0 1 0 488222883 10956800 1752 33554432000 134512640 134829744 4291439600 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 2675 1752 225 78 0 1961 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10700

[startup+0.700392 s]
/proc/loadavg: 4.18 4.11 5.13 5/189 21490
/proc/meminfo: memFree=15066404/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=42876 CPUtime=0.69 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 25677 0 0 0 66 3 0 0 22 0 1 0 488222883 43905024 9725 33554432000 134512640 134829744 4291439600 18446744073709551615 10024326 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 10719 9725 347 78 0 10005 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42876

[startup+1.50025 s]
/proc/loadavg: 4.18 4.11 5.13 5/190 21491
/proc/meminfo: memFree=15019284/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=47584 CPUtime=1.48 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 29566 0 0 0 145 3 0 0 25 0 1 0 488222883 48726016 10812 33554432000 134512640 134829744 4291439600 18446744073709551615 134657636 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 11896 10812 363 78 0 11182 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 47584

[startup+3.10095 s]
/proc/loadavg: 4.16 4.10 5.12 5/190 21492
/proc/meminfo: memFree=15023352/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=47584 CPUtime=3.09 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 31753 0 0 0 305 4 0 0 25 0 1 0 488222883 48726016 10812 33554432000 134512640 134829744 4291439600 18446744073709551615 134624907 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 11896 10812 363 78 0 11182 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47584

[startup+6.30035 s]
/proc/loadavg: 4.16 4.10 5.12 5/190 21492
/proc/meminfo: memFree=15023856/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=47188 CPUtime=6.29 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 38059 0 0 0 624 5 0 0 25 0 1 0 488222883 48320512 10649 33554432000 134512640 134829744 4291439600 18446744073709551615 134661396 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 11797 10649 363 78 0 11083 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47188

[startup+12.7012 s]
/proc/loadavg: 4.15 4.10 5.12 5/190 21492
/proc/meminfo: memFree=15020508/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=52684 CPUtime=12.69 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 49603 0 0 0 1263 6 0 0 25 0 1 0 488222883 53948416 12005 33554432000 134512640 134829744 4291439600 18446744073709551615 10021776 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 13171 12005 363 78 0 12457 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52684

[startup+25.5008 s]
/proc/loadavg: 4.12 4.10 5.10 5/190 21492
/proc/meminfo: memFree=15017508/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=51972 CPUtime=25.49 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 57773 0 0 0 2541 8 0 0 25 0 1 0 488222883 53219328 11827 33554432000 134512640 134829744 4291439600 18446744073709551615 134670048 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 12993 11827 363 78 0 12279 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51972

[startup+51.101 s]
/proc/loadavg: 4.08 4.09 5.07 5/190 21493
/proc/meminfo: memFree=15025148/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=40232 CPUtime=51.08 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 104106 0 0 0 5095 13 0 0 25 0 1 0 488222883 41197568 9433 33554432000 134512640 134829744 4291439600 18446744073709551615 134670053 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 10058 9433 357 78 0 9344 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40232

[startup+102.307 s]
/proc/loadavg: 4.07 4.08 5.01 5/190 21494
/proc/meminfo: memFree=15020660/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=42396 CPUtime=102.3 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 106047 0 0 0 10216 14 0 0 25 0 1 0 488222883 43413504 9983 33554432000 134512640 134829744 4291439600 18446744073709551615 134722308 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 10599 9983 357 78 0 9885 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 42396

[startup+162.3 s]
/proc/loadavg: 4.03 4.07 4.95 5/190 21496
/proc/meminfo: memFree=15010224/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=49056 CPUtime=162.29 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 110538 0 0 0 16214 15 0 0 25 0 1 0 488222883 50233344 11670 33554432000 134512640 134829744 4291439600 18446744073709551615 134620691 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 12264 11670 357 78 0 11550 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 49056

[startup+222.3 s]
/proc/loadavg: 4.01 4.05 4.88 6/190 21497
/proc/meminfo: memFree=15002016/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=54180 CPUtime=222.29 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 114551 0 0 0 22213 16 0 0 25 0 1 0 488222883 55480320 12919 33554432000 134512640 134829744 4291439600 18446744073709551615 134614874 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 13545 12919 357 78 0 12831 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 54180

[startup+282.301 s]
/proc/loadavg: 4.06 4.06 4.83 5/190 21499
/proc/meminfo: memFree=14996280/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=59480 CPUtime=282.29 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 117908 0 0 0 28212 17 0 0 25 0 1 0 488222883 60907520 14226 33554432000 134512640 134829744 4291439600 18446744073709551615 134722308 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 14870 14226 357 78 0 14156 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 59480

[startup+342.301 s]
/proc/loadavg: 4.07 4.06 4.78 5/190 21501
/proc/meminfo: memFree=14985220/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=67208 CPUtime=342.3 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 121182 0 0 0 34212 18 0 0 25 0 1 0 488222883 68820992 16184 33554432000 134512640 134829744 4291439600 18446744073709551615 134678544 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 16802 16184 357 78 0 16088 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 67208

[startup+402.301 s]
/proc/loadavg: 4.08 4.06 4.74 5/190 21502
/proc/meminfo: memFree=14974412/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=71784 CPUtime=402.3 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 123196 0 0 0 40212 18 0 0 25 0 1 0 488222883 73506816 17321 33554432000 134512640 134829744 4291439600 18446744073709551615 134624903 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 17946 17321 357 78 0 17232 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 71784

[startup+462.301 s]
/proc/loadavg: 4.03 4.05 4.69 5/190 21504
/proc/meminfo: memFree=14972772/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=72316 CPUtime=462.3 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 123359 0 0 0 46212 18 0 0 25 0 1 0 488222883 74051584 17484 33554432000 134512640 134829744 4291439600 18446744073709551615 10022515 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 18079 17484 357 78 0 17365 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 72316

[startup+522.3 s]
/proc/loadavg: 4.01 4.04 4.64 5/190 21505
/proc/meminfo: memFree=14967916/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=78636 CPUtime=522.3 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 125763 0 0 0 52211 19 0 0 25 0 1 0 488222883 80523264 19036 33554432000 134512640 134829744 4291439600 18446744073709551615 134669644 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 19659 19036 357 78 0 18945 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 78636

[startup+582.3 s]
/proc/loadavg: 4.00 4.03 4.60 5/190 21507
/proc/meminfo: memFree=14966908/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=78904 CPUtime=582.3 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 125996 0 0 0 58211 19 0 0 25 0 1 0 488222883 80797696 19127 33554432000 134512640 134829744 4291439600 18446744073709551615 134678278 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 19726 19127 357 78 0 19012 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 78904

[startup+642.301 s]
/proc/loadavg: 4.00 4.02 4.56 5/190 21509
/proc/meminfo: memFree=14921756/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=83400 CPUtime=642.31 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 127946 0 0 0 64212 19 0 0 25 0 1 0 488222883 85401600 20225 33554432000 134512640 134829744 4291439600 18446744073709551615 134722308 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 20850 20225 357 78 0 20136 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 83400

[startup+702.301 s]
/proc/loadavg: 4.00 4.02 4.52 5/190 21510
/proc/meminfo: memFree=14960792/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=82892 CPUtime=702.31 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 129163 0 0 0 70211 20 0 0 25 0 1 0 488222883 84881408 20130 33554432000 134512640 134829744 4291439600 18446744073709551615 134722641 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 20723 20130 357 78 0 20009 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 82892

[startup+762.307 s]
/proc/loadavg: 4.00 4.01 4.48 5/190 21512
/proc/meminfo: memFree=14957556/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=85700 CPUtime=762.32 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 130864 0 0 0 76212 20 0 0 25 0 1 0 488222883 87756800 20825 33554432000 134512640 134829744 4291439600 18446744073709551615 134722308 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 21425 20825 357 78 0 20711 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 85700

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 4.45 5/190 21513
/proc/meminfo: memFree=14952200/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=85700 CPUtime=822.31 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 131148 0 0 0 82211 20 0 0 25 0 1 0 488222883 87756800 20825 33554432000 134512640 134829744 4291439600 18446744073709551615 134712876 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 21425 20825 357 78 0 20711 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 85700

[startup+882.301 s]
/proc/loadavg: 4.07 4.02 4.43 5/190 21515
/proc/meminfo: memFree=14949440/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=87696 CPUtime=882.31 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 131638 0 0 0 88211 20 0 0 25 0 1 0 488222883 89800704 21315 33554432000 134512640 134829744 4291439600 18446744073709551615 134678280 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 21924 21315 357 78 0 21210 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 87696

[startup+942.3 s]
/proc/loadavg: 4.03 4.01 4.40 5/190 21517
/proc/meminfo: memFree=14945200/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=92852 CPUtime=942.32 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 134016 0 0 0 94211 21 0 0 25 0 1 0 488222883 95080448 22593 33554432000 134512640 134829744 4291439600 18446744073709551615 10022607 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 23213 22593 357 78 0 22499 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 92852

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 4.37 5/190 21518
/proc/meminfo: memFree=14941832/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=92852 CPUtime=1002.32 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 134300 0 0 0 100211 21 0 0 25 0 1 0 488222883 95080448 22593 33554432000 134512640 134829744 4291439600 18446744073709551615 134623215 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 23213 22593 357 78 0 22499 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 92852

[startup+1062.3 s]
/proc/loadavg: 3.72 3.94 4.32 4/184 21537
/proc/meminfo: memFree=15153560/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=92852 CPUtime=1062.32 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 134442 0 0 0 106211 21 0 0 25 0 1 0 488222883 95080448 22593 33554432000 134512640 134829744 4291439600 18446744073709551615 134704685 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 23213 22593 357 78 0 22499 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 92852

[startup+1122.3 s]
/proc/loadavg: 3.24 3.75 4.23 4/184 21538
/proc/meminfo: memFree=15153784/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=93132 CPUtime=1122.32 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 134536 0 0 0 112211 21 0 0 25 0 1 0 488222883 95367168 22687 33554432000 134512640 134829744 4291439600 18446744073709551615 134624934 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 23283 22687 357 78 0 22569 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 93132

[startup+1182.3 s]
/proc/loadavg: 2.04 3.34 4.06 2/172 21576
/proc/meminfo: memFree=16338652/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=93132 CPUtime=1182.32 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 134820 0 0 0 118211 21 0 0 25 0 1 0 488222883 95367168 22687 33554432000 134512640 134829744 4291439600 18446744073709551615 134678497 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 23283 22687 357 78 0 22569 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 93132

[startup+1242.3 s]
/proc/loadavg: 1.35 2.88 3.85 2/172 21578
/proc/meminfo: memFree=16339104/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=92812 CPUtime=1242.33 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 136004 0 0 0 124211 22 0 0 25 0 1 0 488222883 95039488 22610 33554432000 134512640 134829744 4291439600 18446744073709551615 134720473 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 23203 22610 357 78 0 22489 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 92812



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.14 2.56 3.69 2/172 21579
/proc/meminfo: memFree=16339192/32951124 swapFree=67111528/67111528
[pid=21490] ppid=21488 vsize=92812 CPUtime=1300.04 cores=5,7
/proc/21490/stat : 21490 (MPhaseSAT_M) R 21488 21490 20445 0 -1 4202496 136004 0 0 0 129982 22 0 0 25 0 1 0 488222883 95039488 22610 33554432000 134512640 134829744 4291439600 18446744073709551615 134669608 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21490/statm: 23203 22610 357 78 0 22489 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 92812

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.01
CPU time (s): 1300.05
CPU user time (s): 1299.82
CPU system time (s): 0.225965
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 95712

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

runsolver used 1.9897 second user time and 4.96524 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-25 23:17:04
IDJOB=3285363
IDBENCH=82381
IDSOLVER=1522
FILE ID=node105/3285363-1303766224
RUNJOBID= node105-1303766055-21420
PBS_JOBID= 13157144
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=623108131

node105.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.825
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.65
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.825
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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:     32951124 kB
MemFree:      15066436 kB
Buffers:       2284280 kB
Cached:       13790452 kB
SwapCached:          0 kB
Active:        9781164 kB
Inactive:      7530496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15066436 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8560 kB
Writeback:           0 kB
AnonPages:     1236320 kB
Mapped:          16524 kB
Slab:           504164 kB
PageTables:       7432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1506744 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= 71892 MiB
End job on node105 at 2011-04-25 23:38:46