Trace number 3285593

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) 1299.95 1300.01

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
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 clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
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-3285593-1303768168/watcher-3285593-1303768168 -o /tmp/evaluation-result-3285593-1303768168/solver-3285593-1303768168 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3285593-1303768168.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.46 3.86 3.55 5/180 9130
/proc/meminfo: memFree=17834404/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=10604 CPUtime=0 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 322 0 0 0 0 0 0 0 21 0 1 0 488415324 10858496 263 33554432000 134512640 134829744 4288890624 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 2651 263 225 78 0 1937 0

[startup+0.0639649 s]
/proc/loadavg: 3.46 3.86 3.55 5/180 9130
/proc/meminfo: memFree=17834404/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=10604 CPUtime=0.06 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 607 0 0 0 6 0 0 0 21 0 1 0 488415324 10858496 548 33554432000 134512640 134829744 4288890624 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 2651 548 225 78 0 1937 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10604

[startup+0.100983 s]
/proc/loadavg: 3.46 3.86 3.55 5/180 9130
/proc/meminfo: memFree=17834404/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=10604 CPUtime=0.09 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 782 0 0 0 9 0 0 0 21 0 1 0 488415324 10858496 723 33554432000 134512640 134829744 4288890624 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 2651 723 225 78 0 1937 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10604

[startup+0.300951 s]
/proc/loadavg: 3.46 3.86 3.55 5/180 9130
/proc/meminfo: memFree=17834404/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=10604 CPUtime=0.29 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 1708 0 0 0 29 0 0 0 22 0 1 0 488415324 10858496 1649 33554432000 134512640 134829744 4288890624 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 2651 1649 225 78 0 1937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10604

[startup+0.700859 s]
/proc/loadavg: 3.46 3.86 3.55 5/180 9130
/proc/meminfo: memFree=17834404/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=41196 CPUtime=0.69 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 24816 0 0 0 65 4 0 0 23 0 1 0 488415324 42184704 9304 33554432000 134512640 134829744 4288890624 18446744073709551615 134663476 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 10299 9304 344 78 0 9585 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41196

[startup+1.50075 s]
/proc/loadavg: 3.46 3.86 3.55 5/184 9137
/proc/meminfo: memFree=17686272/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=47360 CPUtime=1.48 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 29444 0 0 0 144 4 0 0 25 0 1 0 488415324 48496640 10757 33554432000 134512640 134829744 4288890624 18446744073709551615 134669249 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 11840 10757 363 78 0 11126 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 47360

[startup+3.10049 s]
/proc/loadavg: 3.46 3.86 3.55 5/187 9143
/proc/meminfo: memFree=17587028/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=47360 CPUtime=3.09 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 31631 0 0 0 304 5 0 0 25 0 1 0 488415324 48496640 10757 33554432000 134512640 134829744 4288890624 18446744073709551615 134722301 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 11840 10757 363 78 0 11126 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47360

[startup+6.30092 s]
/proc/loadavg: 3.51 3.86 3.55 5/185 9143
/proc/meminfo: memFree=17275944/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=47360 CPUtime=6.28 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 38059 0 0 0 623 5 0 0 25 0 1 0 488415324 48496640 10757 33554432000 134512640 134829744 4288890624 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 11840 10757 363 78 0 11126 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 47360

[startup+12.7008 s]
/proc/loadavg: 3.55 3.86 3.55 5/190 9150
/proc/meminfo: memFree=17156632/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=49604 CPUtime=12.69 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 46007 0 0 0 1262 7 0 0 25 0 1 0 488415324 50794496 11291 33554432000 134512640 134829744 4288890624 18446744073709551615 134624907 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 12401 11291 363 78 0 11687 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49604

[startup+25.5007 s]
/proc/loadavg: 3.65 3.87 3.56 5/190 9150
/proc/meminfo: memFree=16951940/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=51176 CPUtime=25.49 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 58072 0 0 0 2541 8 0 0 25 0 1 0 488415324 52404224 11691 33554432000 134512640 134829744 4288890624 18446744073709551615 134669308 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 12794 11691 363 78 0 12080 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51176

[startup+51.1004 s]
/proc/loadavg: 3.77 3.87 3.57 5/190 9151
/proc/meminfo: memFree=16511576/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=40008 CPUtime=51.08 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 103954 0 0 0 5093 15 0 0 25 0 1 0 488415324 40968192 9384 33554432000 134512640 134829744 4288890624 18446744073709551615 134657870 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 10002 9384 359 78 0 9288 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40008

[startup+102.307 s]
/proc/loadavg: 3.90 3.89 3.59 5/190 9152
/proc/meminfo: memFree=16456176/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=41912 CPUtime=102.29 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 105614 0 0 0 10213 16 0 0 25 0 1 0 488415324 42917888 9886 33554432000 134512640 134829744 4288890624 18446744073709551615 134722831 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 10478 9886 359 78 0 9764 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 41912

[startup+162.301 s]
/proc/loadavg: 3.96 3.91 3.61 5/190 9154
/proc/meminfo: memFree=16458256/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=42928 CPUtime=162.28 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 107555 0 0 0 16212 16 0 0 25 0 1 0 488415324 43958272 10140 33554432000 134512640 134829744 4288890624 18446744073709551615 134722430 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 10732 10140 359 78 0 10018 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 42928

[startup+222.301 s]
/proc/loadavg: 3.98 3.92 3.63 5/190 9155
/proc/meminfo: memFree=16441948/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=49152 CPUtime=222.28 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 110927 0 0 0 22211 17 0 0 25 0 1 0 488415324 50331648 11696 33554432000 134512640 134829744 4288890624 18446744073709551615 11730784 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 12288 11696 359 78 0 11574 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 49152

[startup+282.301 s]
/proc/loadavg: 3.99 3.93 3.65 5/190 9157
/proc/meminfo: memFree=16436200/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=54960 CPUtime=282.28 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 113332 0 0 0 28210 18 0 0 25 0 1 0 488415324 56279040 13100 33554432000 134512640 134829744 4288890624 18446744073709551615 134614868 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 13740 13100 359 78 0 13026 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 54960

[startup+342.301 s]
/proc/loadavg: 3.99 3.94 3.67 5/190 9159
/proc/meminfo: memFree=16400816/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=60428 CPUtime=342.28 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 116539 0 0 0 34209 19 0 0 25 0 1 0 488415324 61878272 14468 33554432000 134512640 134829744 4288890624 18446744073709551615 134723522 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 15107 14468 359 78 0 14393 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 60428

[startup+402.301 s]
/proc/loadavg: 3.99 3.95 3.69 5/190 9160
/proc/meminfo: memFree=16391452/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=67948 CPUtime=402.27 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 118622 0 0 0 40208 19 0 0 25 0 1 0 488415324 69578752 16393 33554432000 134512640 134829744 4288890624 18446744073709551615 134723209 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 16987 16393 359 78 0 16273 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 67948

[startup+462.3 s]
/proc/loadavg: 3.99 3.95 3.71 5/190 9162
/proc/meminfo: memFree=16384468/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=69828 CPUtime=462.27 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 119094 0 0 0 46208 19 0 0 25 0 1 0 488415324 71503872 16865 33554432000 134512640 134829744 4288890624 18446744073709551615 134678656 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 17457 16865 359 78 0 16743 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 69828

[startup+522.3 s]
/proc/loadavg: 3.99 3.96 3.72 5/190 9163
/proc/meminfo: memFree=16374748/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=72496 CPUtime=522.27 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 120037 0 0 0 52207 20 0 0 25 0 1 0 488415324 74235904 17522 33554432000 134512640 134829744 4288890624 18446744073709551615 134632869 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 18124 17522 359 78 0 17410 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 72496

[startup+582.3 s]
/proc/loadavg: 3.99 3.97 3.74 5/190 9165
/proc/meminfo: memFree=16353376/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=75204 CPUtime=582.27 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 121724 0 0 0 58206 21 0 0 25 0 1 0 488415324 77008896 18209 33554432000 134512640 134829744 4288890624 18446744073709551615 12019648 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 18801 18209 359 78 0 18087 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 75204

[startup+642.3 s]
/proc/loadavg: 3.99 3.97 3.75 5/190 9167
/proc/meminfo: memFree=16350860/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=76192 CPUtime=642.27 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 123415 0 0 0 64206 21 0 0 25 0 1 0 488415324 78020608 18424 33554432000 134512640 134829744 4288890624 18446744073709551615 134722864 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 19048 18424 359 78 0 18334 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 76192

[startup+702.301 s]
/proc/loadavg: 4.14 4.00 3.77 5/190 9177
/proc/meminfo: memFree=16341348/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=81396 CPUtime=702.25 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 125188 0 0 0 70204 21 0 0 25 0 1 0 488415324 83349504 19725 33554432000 134512640 134829744 4288890624 18446744073709551615 134630326 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 20349 19725 359 78 0 19635 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 81396

[startup+762.307 s]
/proc/loadavg: 4.05 4.00 3.78 5/190 9179
/proc/meminfo: memFree=16321732/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=83256 CPUtime=762.26 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 126239 0 0 0 76204 22 0 0 25 0 1 0 488415324 85254144 20204 33554432000 134512640 134829744 4288890624 18446744073709551615 12019648 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 20814 20204 359 78 0 20100 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 83256

[startup+822.301 s]
/proc/loadavg: 4.02 4.00 3.79 5/190 9180
/proc/meminfo: memFree=16314348/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=83256 CPUtime=822.25 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 126239 0 0 0 82203 22 0 0 25 0 1 0 488415324 85254144 20204 33554432000 134512640 134829744 4288890624 18446744073709551615 134624953 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 20814 20204 359 78 0 20100 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 83256

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.81 5/190 9184
/proc/meminfo: memFree=16315180/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=84196 CPUtime=882.25 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 126633 0 0 0 88203 22 0 0 25 0 1 0 488415324 86216704 20455 33554432000 134512640 134829744 4288890624 18446744073709551615 134678931 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 21049 20455 359 78 0 20335 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 84196

[startup+942.301 s]
/proc/loadavg: 3.72 3.93 3.80 4/184 9204
/proc/meminfo: memFree=17178760/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=84196 CPUtime=942.24 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 127492 0 0 0 94202 22 0 0 25 0 1 0 488415324 86216704 20456 33554432000 134512640 134829744 4288890624 18446744073709551615 134678593 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 21049 20456 359 78 0 20335 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 84196

[startup+1002.3 s]
/proc/loadavg: 3.26 3.76 3.74 4/184 9205
/proc/meminfo: memFree=17175084/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=86620 CPUtime=1002.24 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 128925 0 0 0 100201 23 0 0 25 0 1 0 488415324 88698880 21031 33554432000 134512640 134829744 4288890624 18446744073709551615 134623352 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 21655 21031 359 78 0 20941 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 86620

[startup+1062.3 s]
/proc/loadavg: 3.09 3.62 3.69 4/184 9207
/proc/meminfo: memFree=17164976/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=91284 CPUtime=1062.24 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 130503 0 0 0 106201 23 0 0 25 0 1 0 488415324 93474816 22228 33554432000 134512640 134829744 4288890624 18446744073709551615 134623525 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 22821 22228 359 78 0 22107 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 91284

[startup+1122.3 s]
/proc/loadavg: 3.08 3.52 3.65 4/184 9208
/proc/meminfo: memFree=17165648/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=90144 CPUtime=1122.24 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 130504 0 0 0 112200 24 0 0 25 0 1 0 488415324 92307456 21944 33554432000 134512640 134829744 4288890624 18446744073709551615 134723584 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 22536 21944 359 78 0 21822 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 90144

[startup+1182.3 s]
/proc/loadavg: 3.03 3.42 3.61 4/184 9210
/proc/meminfo: memFree=17156792/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=90144 CPUtime=1182.24 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 130504 0 0 0 118200 24 0 0 25 0 1 0 488415324 92307456 21944 33554432000 134512640 134829744 4288890624 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 22536 21944 359 78 0 21822 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 90144

[startup+1242.3 s]
/proc/loadavg: 3.01 3.34 3.57 4/184 9212
/proc/meminfo: memFree=17129816/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=90144 CPUtime=1242.23 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 130504 0 0 0 124199 24 0 0 25 0 1 0 488415324 92307456 21944 33554432000 134512640 134829744 4288890624 18446744073709551615 134722430 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 22536 21944 359 78 0 21822 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 90144



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.08 3.29 3.54 4/184 9213
/proc/meminfo: memFree=17125284/32951124 swapFree=67111528/67111528
[pid=9130] ppid=9128 vsize=90144 CPUtime=1299.94 cores=0,2
/proc/9130/stat : 9130 (MPhaseSAT_M) R 9128 9130 7362 0 -1 4202496 130647 0 0 0 129970 24 0 0 25 0 1 0 488415324 92307456 21944 33554432000 134512640 134829744 4288890624 18446744073709551615 134678928 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/9130/statm: 22536 21944 359 78 0 21822 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 90144

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): 1299.95
CPU user time (s): 1299.71
CPU system time (s): 0.246962
CPU usage (%): 99.9954
Max. virtual memory (cumulated for all children) (KiB): 92888

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

runsolver used 2.24766 second user time and 4.85126 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-25 23:49:28
IDJOB=3285593
IDBENCH=82390
IDSOLVER=1522
FILE ID=node130/3285593-1303768168
RUNJOBID= node130-1303768168-9106
PBS_JOBID= 13157127
Free space on /tmp= 71756 MiB

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

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=2088226718

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17834808 kB
Buffers:       2104276 kB
Cached:       12388656 kB
SwapCached:          0 kB
Active:        6599672 kB
Inactive:      7968216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17834808 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           26968 kB
Writeback:           0 kB
AnonPages:       75184 kB
Mapped:          14700 kB
Slab:           483688 kB
PageTables:       5468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   204288 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= 71708 MiB
End job on node130 at 2011-04-26 00:11:10