Trace number 3285133

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MPhaseSAT_M 2011-02-16? (TO) 1300.05 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
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 variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.75 3.16 3.31 4/189 3687
/proc/meminfo: memFree=19730348/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=13724 CPUtime=0 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 488105797 14053376 274 33554432000 134512640 134829744 4294524864 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 3431 274 225 78 0 2717 0

[startup+0.0481781 s]
/proc/loadavg: 3.75 3.16 3.31 4/189 3687
/proc/meminfo: memFree=19730348/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=13724 CPUtime=0.04 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 557 0 0 0 4 0 0 0 21 0 1 0 488105797 14053376 499 33554432000 134512640 134829744 4294524864 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 3431 499 225 78 0 2717 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.101172 s]
/proc/loadavg: 3.75 3.16 3.31 4/189 3687
/proc/meminfo: memFree=19730348/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=13724 CPUtime=0.09 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 825 0 0 0 9 0 0 0 21 0 1 0 488105797 14053376 767 33554432000 134512640 134829744 4294524864 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 3431 767 225 78 0 2717 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13724

[startup+0.300136 s]
/proc/loadavg: 3.75 3.16 3.31 4/189 3687
/proc/meminfo: memFree=19730348/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=13724 CPUtime=0.29 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 1832 0 0 0 29 0 0 0 22 0 1 0 488105797 14053376 1774 33554432000 134512640 134829744 4294524864 18446744073709551615 134531663 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 3431 1774 225 78 0 2717 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13724

[startup+0.701078 s]
/proc/loadavg: 3.75 3.16 3.31 4/189 3687
/proc/meminfo: memFree=19730348/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=18936 CPUtime=0.69 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 20160 0 0 0 67 2 0 0 24 0 1 0 488105797 19390464 3950 33554432000 134512640 134829744 4294524864 18446744073709551615 134559104 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 4734 3973 372 78 0 4020 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18936

[startup+1.50093 s]
/proc/loadavg: 3.75 3.16 3.31 5/190 3688
/proc/meminfo: memFree=19663140/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=91776 CPUtime=1.49 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 45934 0 0 0 144 5 0 0 25 0 1 0 488105797 93978624 20470 33554432000 134512640 134829744 4294524864 18446744073709551615 134699736 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 22944 20470 397 78 0 22230 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91776

[startup+3.10065 s]
/proc/loadavg: 3.75 3.16 3.31 5/190 3688
/proc/meminfo: memFree=19652996/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=83592 CPUtime=3.08 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 47034 0 0 0 303 5 0 0 25 0 1 0 488105797 85598208 18508 33554432000 134512640 134829744 4294524864 18446744073709551615 134719760 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 20898 18508 408 78 0 20184 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83592

[startup+6.30109 s]
/proc/loadavg: 3.77 3.17 3.32 5/190 3688
/proc/meminfo: memFree=19644448/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=84748 CPUtime=6.29 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 53261 0 0 0 623 6 0 0 25 0 1 0 488105797 86781952 18798 33554432000 134512640 134829744 4294524864 18446744073709551615 134658475 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 21187 18798 408 78 0 20473 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84748

[startup+12.701 s]
/proc/loadavg: 3.79 3.18 3.32 5/190 3688
/proc/meminfo: memFree=19653476/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=87124 CPUtime=12.69 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 58263 0 0 0 1262 7 0 0 25 0 1 0 488105797 89214976 19363 33554432000 134512640 134829744 4294524864 18446744073709551615 134658451 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 21781 19363 408 78 0 21067 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87124

[startup+25.5007 s]
/proc/loadavg: 3.83 3.22 3.33 5/190 3689
/proc/meminfo: memFree=19633392/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=91560 CPUtime=25.49 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 96970 0 0 0 2536 13 0 0 25 0 1 0 488105797 93757440 20189 33554432000 134512640 134829744 4294524864 18446744073709551615 12535761 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 22890 20189 410 78 0 22176 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 91560

[startup+51.1002 s]
/proc/loadavg: 3.89 3.29 3.35 5/190 3689
/proc/meminfo: memFree=19627540/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=95124 CPUtime=51.09 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 113786 0 0 0 5094 15 0 0 25 0 1 0 488105797 97406976 21084 33554432000 134512640 134829744 4294524864 18446744073709551615 134624907 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 23781 21084 410 78 0 23067 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 95124

[startup+102.307 s]
/proc/loadavg: 3.95 3.39 3.38 5/190 3691
/proc/meminfo: memFree=19612520/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=100820 CPUtime=102.3 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 148247 0 0 0 10209 21 0 0 25 0 1 0 488105797 103239680 22498 33554432000 134512640 134829744 4294524864 18446744073709551615 12495547 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 25205 22498 410 78 0 24491 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 100820

[startup+162.301 s]
/proc/loadavg: 4.02 3.52 3.42 5/190 3692
/proc/meminfo: memFree=19585596/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=112624 CPUtime=162.29 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 169416 0 0 0 16205 24 0 0 25 0 1 0 488105797 115326976 25455 33554432000 134512640 134829744 4294524864 18446744073709551615 134661856 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 28156 25455 410 78 0 27442 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 112624

[startup+222.301 s]
/proc/loadavg: 4.04 3.61 3.46 5/190 3703
/proc/meminfo: memFree=19558040/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=118816 CPUtime=222.29 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 184196 0 0 0 22203 26 0 0 25 0 1 0 488105797 121667584 27023 33554432000 134512640 134829744 4294524864 18446744073709551615 12160227 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 29704 27023 410 78 0 28990 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 118816

[startup+282.301 s]
/proc/loadavg: 4.08 3.70 3.50 5/190 3705
/proc/meminfo: memFree=19537692/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=127388 CPUtime=282.3 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 202407 0 0 0 28201 29 0 0 25 0 1 0 488105797 130445312 29165 33554432000 134512640 134829744 4294524864 18446744073709551615 134670059 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 31847 29165 410 78 0 31133 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 127388

[startup+342.301 s]
/proc/loadavg: 4.03 3.75 3.52 5/190 3706
/proc/meminfo: memFree=19524772/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=131668 CPUtime=342.29 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 211203 0 0 0 34199 30 0 0 25 0 1 0 488105797 134828032 30205 33554432000 134512640 134829744 4294524864 18446744073709551615 134670304 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 32917 30205 410 78 0 32203 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 131668

[startup+402.301 s]
/proc/loadavg: 4.01 3.79 3.55 5/190 3711
/proc/meminfo: memFree=19495872/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=145732 CPUtime=402.3 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 228693 0 0 0 40197 33 0 0 25 0 1 0 488105797 149229568 33749 33554432000 134512640 134829744 4294524864 18446744073709551615 12247367 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 36433 33749 410 78 0 35719 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 145732

[startup+462.301 s]
/proc/loadavg: 4.00 3.83 3.58 5/190 3712
/proc/meminfo: memFree=19447364/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=157184 CPUtime=462.3 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 236688 0 0 0 46195 35 0 0 25 0 1 0 488105797 160956416 36616 33554432000 134512640 134829744 4294524864 18446744073709551615 134720067 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 39296 36616 410 78 0 38582 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 157184

[startup+522.301 s]
/proc/loadavg: 4.03 3.87 3.60 5/190 3714
/proc/meminfo: memFree=19454160/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=154344 CPUtime=522.3 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 238776 0 0 0 52195 35 0 0 25 0 1 0 488105797 158048256 35906 33554432000 134512640 134829744 4294524864 18446744073709551615 134721234 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 38586 35906 410 78 0 37872 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 154344

[startup+582.301 s]
/proc/loadavg: 4.01 3.89 3.63 5/190 3716
/proc/meminfo: memFree=19448188/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=155188 CPUtime=582.31 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 243654 0 0 0 58195 36 0 0 25 0 1 0 488105797 158912512 36086 33554432000 134512640 134829744 4294524864 18446744073709551615 134670350 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 38797 36086 410 78 0 38083 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 155188

[startup+642.3 s]
/proc/loadavg: 4.00 3.91 3.65 5/190 3717
/proc/meminfo: memFree=19426964/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=169212 CPUtime=642.31 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 254921 0 0 0 64193 38 0 0 25 0 1 0 488105797 173273088 39605 33554432000 134512640 134829744 4294524864 18446744073709551615 134722308 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 42303 39605 410 78 0 41589 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 169212

[startup+702.301 s]
/proc/loadavg: 4.06 3.94 3.67 5/190 3719
/proc/meminfo: memFree=19406356/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=166132 CPUtime=702.3 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 260784 0 0 0 70192 38 0 0 25 0 1 0 488105797 170119168 38854 33554432000 134512640 134829744 4294524864 18446744073709551615 12246826 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 41533 38854 410 78 0 40819 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 166132

[startup+762.306 s]
/proc/loadavg: 4.07 3.96 3.69 5/190 3720
/proc/meminfo: memFree=19380040/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=169812 CPUtime=762.31 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 267693 0 0 0 76192 39 0 0 25 0 1 0 488105797 173887488 39760 33554432000 134512640 134829744 4294524864 18446744073709551615 134723595 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 42453 39760 410 78 0 41739 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 169812

[startup+822.301 s]
/proc/loadavg: 4.02 3.97 3.71 5/190 3722
/proc/meminfo: memFree=19353480/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=178688 CPUtime=822.31 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 270388 0 0 0 82191 40 0 0 25 0 1 0 488105797 182976512 41993 33554432000 134512640 134829744 4294524864 18446744073709551615 134722855 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 44672 41993 410 78 0 43958 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 178688

[startup+882.3 s]
/proc/loadavg: 4.01 3.97 3.73 5/190 3724
/proc/meminfo: memFree=19359412/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=181256 CPUtime=882.31 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 276770 0 0 0 88190 41 0 0 25 0 1 0 488105797 185606144 42633 33554432000 134512640 134829744 4294524864 18446744073709551615 134722223 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 45314 42633 410 78 0 44600 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 181256

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 3725
/proc/meminfo: memFree=19348228/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=191020 CPUtime=942.31 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 281135 0 0 0 94189 42 0 0 25 0 1 0 488105797 195604480 45077 33554432000 134512640 134829744 4294524864 18446744073709551615 134669626 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 47755 45077 410 78 0 47041 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 191020

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 3727
/proc/meminfo: memFree=19322780/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=198720 CPUtime=1002.31 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 283036 0 0 0 100189 42 0 0 25 0 1 0 488105797 203489280 46978 33554432000 134512640 134829744 4294524864 18446744073709551615 134722301 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 49680 46978 410 78 0 48966 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 198720

[startup+1062.3 s]
/proc/loadavg: 4.04 3.99 3.77 5/190 3728
/proc/meminfo: memFree=19323120/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=196664 CPUtime=1062.32 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 287007 0 0 0 106189 43 0 0 25 0 1 0 488105797 201383936 46479 33554432000 134512640 134829744 4294524864 18446744073709551615 134632967 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 49166 46479 410 78 0 48452 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 196664

[startup+1122.3 s]
/proc/loadavg: 4.01 3.99 3.78 5/190 3730
/proc/meminfo: memFree=19324708/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=191172 CPUtime=1122.32 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 287092 0 0 0 112189 43 0 0 25 0 1 0 488105797 195760128 45115 33554432000 134512640 134829744 4294524864 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 47793 45115 410 78 0 47079 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 191172

[startup+1182.3 s]
/proc/loadavg: 3.84 3.95 3.78 2/178 3769
/proc/meminfo: memFree=20600228/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=197516 CPUtime=1182.32 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 296403 0 0 0 118187 45 0 0 25 0 1 0 488105797 202256384 46678 33554432000 134512640 134829744 4294524864 18446744073709551615 134669816 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 49379 46678 410 78 0 48665 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 197516

[startup+1242.3 s]
/proc/loadavg: 2.04 3.41 3.60 2/172 3787
/proc/meminfo: memFree=20743588/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=215928 CPUtime=1242.32 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 301456 0 0 0 124186 46 0 0 25 0 1 0 488105797 221110272 51304 33554432000 134512640 134829744 4294524864 18446744073709551615 134661614 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 53982 51304 410 78 0 53268 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 215928



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.38 2.97 3.44 2/172 3789
/proc/meminfo: memFree=20745444/32951124 swapFree=67111464/67111528
[pid=3687] ppid=3685 vsize=214964 CPUtime=1300.02 cores=1,3
/proc/3687/stat : 3687 (MPhaseSAT_M) R 3685 3687 2288 0 -1 4202496 304845 0 0 0 129956 46 0 0 25 0 1 0 488105797 220123136 51027 33554432000 134512640 134829744 4294524864 18446744073709551615 12506979 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3687/statm: 53741 51027 410 78 0 53027 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 214964

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

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

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

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

runsolver used 1.90571 second user time and 5.09223 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-25 22:57:58
IDJOB=3285133
IDBENCH=82372
IDSOLVER=1522
FILE ID=node136/3285133-1303765078
RUNJOBID= node136-1303764954-3617
PBS_JOBID= 13157123
Free space on /tmp= 71980 MiB

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

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=1059349709

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19730628 kB
Buffers:       1687256 kB
Cached:        9889472 kB
SwapCached:         60 kB
Active:        5543716 kB
Inactive:      7107348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19730628 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           12440 kB
Writeback:           0 kB
AnonPages:     1074016 kB
Mapped:          16616 kB
Slab:           500540 kB
PageTables:       7328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1305424 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= 72184 MiB
End job on node136 at 2011-04-25 23:19:40