Trace number 3285547

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.97 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
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 clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
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-3285547-1303767302/watcher-3285547-1303767302 -o /tmp/evaluation-result-3285547-1303767302/solver-3285547-1303767302 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3285547-1303767302.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: 0.92 1.27 2.16 4/180 5613
/proc/meminfo: memFree=11300972/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=16740 CPUtime=0 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 566960929 17141760 274 33554432000 134512640 134829744 4293416912 18446744073709551615 12025784 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 4185 274 225 78 0 3471 0

[startup+0.012119 s]
/proc/loadavg: 0.92 1.27 2.16 4/180 5613
/proc/meminfo: memFree=11300972/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=16740 CPUtime=0.01 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 366 0 0 0 1 0 0 0 20 0 1 0 566960929 17141760 308 33554432000 134512640 134829744 4293416912 18446744073709551615 12020219 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 4185 308 225 78 0 3471 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16740

[startup+0.100169 s]
/proc/loadavg: 0.92 1.27 2.16 4/180 5613
/proc/meminfo: memFree=11300972/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=16740 CPUtime=0.09 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 821 0 0 0 9 0 0 0 20 0 1 0 566960929 17141760 763 33554432000 134512640 134829744 4293416912 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 4185 763 225 78 0 3471 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16740

[startup+0.301146 s]
/proc/loadavg: 0.92 1.27 2.16 4/180 5613
/proc/meminfo: memFree=11300972/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=16740 CPUtime=0.29 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 1841 0 0 0 29 0 0 0 21 0 1 0 566960929 17141760 1783 33554432000 134512640 134829744 4293416912 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 4185 1783 225 78 0 3471 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16740

[startup+0.701063 s]
/proc/loadavg: 0.92 1.27 2.16 4/180 5613
/proc/meminfo: memFree=11300972/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=18752 CPUtime=0.69 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 9551 0 0 0 67 2 0 0 22 0 1 0 566960929 19202048 3638 33554432000 134512640 134829744 4293416912 18446744073709551615 134566616 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 4688 3638 437 78 0 3974 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18752

[startup+1.50093 s]
/proc/loadavg: 0.92 1.27 2.16 5/181 5614
/proc/meminfo: memFree=11200656/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=90360 CPUtime=1.49 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 52688 0 0 0 141 8 0 0 25 0 1 0 566960929 92528640 20786 33554432000 134512640 134829744 4293416912 18446744073709551615 134629810 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 22590 20786 456 78 0 21876 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90360

[startup+3.10064 s]
/proc/loadavg: 1.17 1.32 2.17 5/187 5626
/proc/meminfo: memFree=11035424/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=101376 CPUtime=3.09 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 60997 0 0 0 299 10 0 0 25 0 1 0 566960929 103809024 23357 33554432000 134512640 134829744 4293416912 18446744073709551615 11886446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 25344 23357 472 78 0 24630 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101376

[startup+6.30108 s]
/proc/loadavg: 1.17 1.32 2.17 5/190 5632
/proc/meminfo: memFree=10399900/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=101376 CPUtime=6.29 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 60997 0 0 0 619 10 0 0 25 0 1 0 566960929 103809024 23357 33554432000 134512640 134829744 4293416912 18446744073709551615 134712929 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 25344 23357 472 78 0 24630 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101376

[startup+12.701 s]
/proc/loadavg: 1.47 1.38 2.19 5/190 5633
/proc/meminfo: memFree=9870552/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=101052 CPUtime=12.69 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 94424 0 0 0 1255 14 0 0 25 0 1 0 566960929 103477248 23255 33554432000 134512640 134829744 4293416912 18446744073709551615 134667704 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 25263 23255 474 78 0 24549 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101052

[startup+25.5007 s]
/proc/loadavg: 2.03 1.51 2.22 5/190 5633
/proc/meminfo: memFree=9923448/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=116740 CPUtime=25.49 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 108196 0 0 0 2532 17 0 0 25 0 1 0 566960929 119541760 27111 33554432000 134512640 134829744 4293416912 18446744073709551615 134629927 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 29185 27111 474 78 0 28471 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116740

[startup+51.1002 s]
/proc/loadavg: 2.70 1.71 2.26 5/190 5634
/proc/meminfo: memFree=9268152/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=126296 CPUtime=51.09 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 121711 0 0 0 5091 18 0 0 25 0 1 0 566960929 129327104 29493 33554432000 134512640 134829744 4293416912 18446744073709551615 11886466 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 31574 29493 474 78 0 30860 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 126296

[startup+102.307 s]
/proc/loadavg: 3.48 2.09 2.36 5/190 5635
/proc/meminfo: memFree=9061360/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=132632 CPUtime=102.29 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 135389 0 0 0 10209 20 0 0 25 0 1 0 566960929 135815168 31093 33554432000 134512640 134829744 4293416912 18446744073709551615 134670016 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 33158 31093 474 78 0 32444 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 132632

[startup+162.301 s]
/proc/loadavg: 3.79 2.41 2.45 5/190 5637
/proc/meminfo: memFree=9025532/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=143592 CPUtime=162.29 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 154992 0 0 0 16206 23 0 0 25 0 1 0 566960929 147038208 33822 33554432000 134512640 134829744 4293416912 18446744073709551615 134722864 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 35898 33822 474 78 0 35184 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 143592

[startup+222.301 s]
/proc/loadavg: 4.02 2.75 2.56 5/190 5638
/proc/meminfo: memFree=9027132/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=151716 CPUtime=222.29 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 173391 0 0 0 22203 26 0 0 25 0 1 0 566960929 155357184 35859 33554432000 134512640 134829744 4293416912 18446744073709551615 134669657 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 37929 35859 474 78 0 37215 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 151716

[startup+282.301 s]
/proc/loadavg: 4.01 2.95 2.64 5/190 5643
/proc/meminfo: memFree=9018412/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=152700 CPUtime=282.29 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 181007 0 0 0 28202 27 0 0 25 0 1 0 566960929 156364800 36095 33554432000 134512640 134829744 4293416912 18446744073709551615 134658112 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 38175 36095 474 78 0 37461 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 152700

[startup+342.301 s]
/proc/loadavg: 4.00 3.16 2.73 5/190 5644
/proc/meminfo: memFree=8977588/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=162520 CPUtime=342.29 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 193621 0 0 0 34200 29 0 0 25 0 1 0 566960929 166420480 38556 33554432000 134512640 134829744 4293416912 18446744073709551615 134722597 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 40630 38556 474 78 0 39916 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 162520

[startup+402.3 s]
/proc/loadavg: 4.08 3.31 2.81 5/190 5646
/proc/meminfo: memFree=9014744/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=170420 CPUtime=402.29 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 217019 0 0 0 40197 32 0 0 25 0 1 0 566960929 174510080 40537 33554432000 134512640 134829744 4293416912 18446744073709551615 134723200 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 42605 40537 474 78 0 41891 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 170420

[startup+462.301 s]
/proc/loadavg: 4.03 3.43 2.88 5/190 5648
/proc/meminfo: memFree=9023012/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=162772 CPUtime=462.28 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 231410 0 0 0 46194 34 0 0 25 0 1 0 566960929 166678528 38593 33554432000 134512640 134829744 4293416912 18446744073709551615 134722837 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 40693 38593 474 78 0 39979 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 162772

[startup+522.3 s]
/proc/loadavg: 4.01 3.54 2.95 5/190 5649
/proc/meminfo: memFree=9026464/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=158808 CPUtime=522.29 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 241411 0 0 0 52193 36 0 0 25 0 1 0 566960929 162619392 37634 33554432000 134512640 134829744 4293416912 18446744073709551615 134670336 0 0 4096 1026 0 0 0 17 7 0 0 0
/proc/5613/statm: 39702 37634 474 78 0 38988 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 158808

[startup+582.301 s]
/proc/loadavg: 4.00 3.62 3.01 5/190 5651
/proc/meminfo: memFree=8979440/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=189244 CPUtime=582.28 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 256395 0 0 0 58190 38 0 0 25 0 1 0 566960929 193785856 45240 33554432000 134512640 134829744 4293416912 18446744073709551615 134670053 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 47311 45240 474 78 0 46597 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 189244

[startup+642.3 s]
/proc/loadavg: 4.00 3.69 3.07 5/190 5652
/proc/meminfo: memFree=8977424/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=191160 CPUtime=642.28 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 263241 0 0 0 64189 39 0 0 25 0 1 0 566960929 195747840 45714 33554432000 134512640 134829744 4293416912 18446744073709551615 134722308 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 47790 45714 474 78 0 47076 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 191160

[startup+702.301 s]
/proc/loadavg: 4.00 3.74 3.12 5/190 5654
/proc/meminfo: memFree=8964232/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=194916 CPUtime=702.27 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 271534 0 0 0 70187 40 0 0 25 0 1 0 566960929 199593984 46629 33554432000 134512640 134829744 4293416912 18446744073709551615 134723214 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 48729 46629 474 78 0 48015 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 194916

[startup+762.307 s]
/proc/loadavg: 4.05 3.80 3.19 5/190 5656
/proc/meminfo: memFree=8959852/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=199148 CPUtime=762.28 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 279900 0 0 0 76186 42 0 0 25 0 1 0 566960929 203927552 47720 33554432000 134512640 134829744 4293416912 18446744073709551615 134722844 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 49787 47720 474 78 0 49073 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 199148

[startup+822.301 s]
/proc/loadavg: 4.02 3.83 3.23 5/190 5657
/proc/meminfo: memFree=8938488/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=220252 CPUtime=822.28 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 285354 0 0 0 82185 43 0 0 25 0 1 0 566960929 225538048 52996 33554432000 134512640 134829744 4293416912 18446744073709551615 134670350 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 55063 52996 474 78 0 54349 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 220252

[startup+882.3 s]
/proc/loadavg: 4.00 3.86 3.28 5/190 5659
/proc/meminfo: memFree=8928916/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=225144 CPUtime=882.26 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 288248 0 0 0 88183 43 0 0 25 0 1 0 566960929 230547456 54219 33554432000 134512640 134829744 4293416912 18446744073709551615 134722308 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 56286 54219 474 78 0 55572 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 225144

[startup+942.301 s]
/proc/loadavg: 4.00 3.88 3.32 5/190 5660
/proc/meminfo: memFree=8901604/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=225144 CPUtime=942.26 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 289254 0 0 0 94183 43 0 0 25 0 1 0 566960929 230547456 54219 33554432000 134512640 134829744 4293416912 18446744073709551615 134719563 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 56286 54219 474 78 0 55572 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 225144

[startup+1002.3 s]
/proc/loadavg: 4.00 3.90 3.36 5/190 5662
/proc/meminfo: memFree=8910860/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=219256 CPUtime=1002.26 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 289254 0 0 0 100183 43 0 0 25 0 1 0 566960929 224518144 52747 33554432000 134512640 134829744 4293416912 18446744073709551615 134679930 0 0 4096 1026 0 0 0 17 7 0 0 0
/proc/5613/statm: 54814 52747 474 78 0 54100 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 219256

[startup+1062.3 s]
/proc/loadavg: 4.00 3.92 3.39 5/190 5664
/proc/meminfo: memFree=8893576/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=219256 CPUtime=1062.26 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 295626 0 0 0 106182 44 0 0 25 0 1 0 566960929 224518144 52747 33554432000 134512640 134829744 4293416912 18446744073709551615 134712929 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 54814 52747 474 78 0 54100 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 219256

[startup+1122.3 s]
/proc/loadavg: 4.00 3.93 3.43 5/190 5665
/proc/meminfo: memFree=8888820/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=224796 CPUtime=1122.24 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 296979 0 0 0 112180 44 0 0 25 0 1 0 566960929 230191104 54100 33554432000 134512640 134829744 4293416912 18446744073709551615 134669644 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 56199 54100 474 78 0 55485 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 224796

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 3.46 5/190 5667
/proc/meminfo: memFree=8879376/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=233788 CPUtime=1182.24 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 301243 0 0 0 118179 45 0 0 25 0 1 0 566960929 239398912 56352 33554432000 134512640 134829744 4293416912 18446744073709551615 134669362 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 58447 56352 474 78 0 57733 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 233788

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.49 5/190 5668
/proc/meminfo: memFree=8876748/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=233788 CPUtime=1242.24 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 301243 0 0 0 124179 45 0 0 25 0 1 0 566960929 239398912 56352 33554432000 134512640 134829744 4293416912 18446744073709551615 134661329 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 58447 56352 474 78 0 57733 0
Current children cumulated CPU time (s) 1242.24
Current children cumulated vsize (KiB) 233788



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.52 5/190 5670
/proc/meminfo: memFree=8848944/32950928 swapFree=67111528/67111528
[pid=5613] ppid=5611 vsize=233788 CPUtime=1299.95 cores=5,7
/proc/5613/stat : 5613 (MPhaseSAT_M) R 5611 5613 3965 0 -1 4202496 301243 0 0 0 129950 45 0 0 25 0 1 0 566960929 239398912 56352 33554432000 134512640 134829744 4293416912 18446744073709551615 134722573 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5613/statm: 58447 56352 474 78 0 57733 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 233788

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): 1299.97
CPU user time (s): 1299.5
CPU system time (s): 0.469928
CPU usage (%): 99.9964
Max. virtual memory (cumulated for all children) (KiB): 237812

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

runsolver used 2.04769 second user time and 5.05723 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-25 23:35:03
IDJOB=3285547
IDBENCH=82389
IDSOLVER=1522
FILE ID=node112/3285547-1303767302
RUNJOBID= node112-1303767302-5592
PBS_JOBID= 13157140
Free space on /tmp= 72424 MiB

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

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=250975003

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11301252 kB
Buffers:       1975288 kB
Cached:       19047160 kB
SwapCached:          0 kB
Active:        9921972 kB
Inactive:     11177484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11301252 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           90024 kB
Writeback:           0 kB
AnonPages:       76368 kB
Mapped:          14500 kB
Slab:           485996 kB
PageTables:       5420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   198072 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= 72192 MiB
End job on node112 at 2011-04-25 23:56:45