Trace number 3284947

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 2011-02-15? (TO) 1300.02 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.085-SAT.cnf
MD5SUMf7484730351dc4088fd78fcb35b09c62
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.60345
Satisfiable
(Un)Satisfiability was proved
Number of variables324116
Number of clauses1643601
Sum of the clauses size3909191
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 21622820
Number of clauses of size 35100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515470

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

running on 2 cores: 4,6

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.07 4.09 4.28 7/187 14403
/proc/meminfo: memFree=18469604/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=2952 CPUtime=0 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4194304 160 0 0 0 0 0 0 0 23 0 1 0 487708516 3022848 113 33554432000 134512640 134731564 4291222688 18446744073709551615 8341768 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14403/statm: 738 121 106 54 0 35 0

[startup+0.071711 s]
/proc/loadavg: 4.07 4.09 4.28 7/187 14403
/proc/meminfo: memFree=18469604/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=28728 CPUtime=0.06 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 629 0 0 0 6 0 0 0 23 0 1 0 487708516 29417472 570 33554432000 134512640 134731564 4291222688 18446744073709551615 134531593 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 7182 570 225 54 0 6492 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28728

[startup+0.100689 s]
/proc/loadavg: 4.07 4.09 4.28 7/187 14403
/proc/meminfo: memFree=18469604/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=28728 CPUtime=0.09 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 765 0 0 0 9 0 0 0 23 0 1 0 487708516 29417472 706 33554432000 134512640 134731564 4291222688 18446744073709551615 8698204 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 7182 706 225 54 0 6492 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28728

[startup+0.300669 s]
/proc/loadavg: 4.07 4.09 4.28 7/187 14403
/proc/meminfo: memFree=18469604/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=28728 CPUtime=0.29 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 1703 0 0 0 29 0 0 0 24 0 1 0 487708516 29417472 1644 33554432000 134512640 134731564 4291222688 18446744073709551615 8698586 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 7182 1644 225 54 0 6492 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28728

[startup+0.700603 s]
/proc/loadavg: 4.07 4.09 4.28 7/187 14403
/proc/meminfo: memFree=18469604/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=28728 CPUtime=0.69 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 3478 0 0 0 68 1 0 0 25 0 1 0 487708516 29417472 3419 33554432000 134512640 134731564 4291222688 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 7182 3419 225 54 0 6492 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28728

[startup+1.50047 s]
/proc/loadavg: 4.07 4.09 4.28 6/188 14404
/proc/meminfo: memFree=18451164/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=138776 CPUtime=1.49 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 31071 0 0 0 145 4 0 0 25 0 1 0 487708516 142106624 30527 33554432000 134512640 134731564 4291222688 18446744073709551615 8812028 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 34694 30529 404 54 0 34004 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 138776

[startup+3.1002 s]
/proc/loadavg: 4.22 4.12 4.28 9/188 14404
/proc/meminfo: memFree=18302984/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=232432 CPUtime=3.08 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 62949 0 0 0 300 8 0 0 25 0 1 0 487708516 238010368 53369 33554432000 134512640 134731564 4291222688 18446744073709551615 134697092 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 58108 53369 566 54 0 57418 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 232432

[startup+6.30067 s]
/proc/loadavg: 4.22 4.12 4.28 6/188 14404
/proc/meminfo: memFree=18216152/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=216264 CPUtime=6.28 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 67538 0 0 0 619 9 0 0 25 0 1 0 487708516 221454336 49323 33554432000 134512640 134731564 4291222688 18446744073709551615 8552291 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 54066 49323 579 54 0 53376 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 216264

[startup+12.7006 s]
/proc/loadavg: 4.34 4.15 4.29 5/188 14405
/proc/meminfo: memFree=18219656/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=184488 CPUtime=12.68 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 111861 0 0 0 1252 16 0 0 25 0 1 0 487708516 188915712 41834 33554432000 134512640 134731564 4291222688 18446744073709551615 8800475 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 46122 41834 579 54 0 45432 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 184488

[startup+25.5004 s]
/proc/loadavg: 4.20 4.13 4.28 5/185 14427
/proc/meminfo: memFree=18215124/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=229572 CPUtime=25.48 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 132285 0 0 0 2529 19 0 0 25 0 1 0 487708516 235081728 52439 33554432000 134512640 134731564 4291222688 18446744073709551615 8552377 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 57393 52439 579 54 0 56703 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 229572

[startup+51.1011 s]
/proc/loadavg: 4.92 4.29 4.33 6/188 14433
/proc/meminfo: memFree=17599712/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=242812 CPUtime=51.08 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 149305 0 0 0 5080 28 0 0 25 0 1 0 487708516 248639488 55763 33554432000 134512640 134731564 4291222688 18446744073709551615 134624427 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 60703 55763 579 54 0 60013 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 242812

[startup+102.307 s]
/proc/loadavg: 6.19 4.80 4.50 5/188 14435
/proc/meminfo: memFree=17001816/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=244760 CPUtime=102.29 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 169102 0 0 0 10182 47 0 0 25 0 1 0 487708516 250634240 56253 33554432000 134512640 134731564 4291222688 18446744073709551615 134718364 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 61190 56253 579 54 0 60500 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 244760

[startup+162.3 s]
/proc/loadavg: 4.82 4.66 4.47 4/183 14454
/proc/meminfo: memFree=18244820/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=250984 CPUtime=162.28 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 197615 0 0 0 16177 51 0 0 25 0 1 0 487708516 257007616 57810 33554432000 134512640 134731564 4291222688 18446744073709551615 134719837 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 62746 57810 579 54 0 62056 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 250984

[startup+222.3 s]
/proc/loadavg: 3.71 4.37 4.38 4/182 14455
/proc/meminfo: memFree=18237572/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=262492 CPUtime=222.28 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 217283 0 0 0 22174 54 0 0 25 0 1 0 487708516 268791808 60663 33554432000 134512640 134731564 4291222688 18446744073709551615 134667525 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 65623 60663 579 54 0 64933 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 262492

[startup+282.3 s]
/proc/loadavg: 3.28 4.14 4.30 4/182 14457
/proc/meminfo: memFree=18221308/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=278500 CPUtime=282.28 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 242174 0 0 0 28169 59 0 0 25 0 1 0 487708516 285184000 64680 33554432000 134512640 134731564 4291222688 18446744073709551615 134668238 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 69625 64680 579 54 0 68935 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 278500

[startup+342.301 s]
/proc/loadavg: 2.53 3.76 4.16 3/176 14476
/proc/meminfo: memFree=18240844/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=289228 CPUtime=342.28 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 265229 0 0 0 34166 62 0 0 25 0 1 0 487708516 296169472 67372 33554432000 134512640 134731564 4291222688 18446744073709551615 134667941 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 72307 67372 579 54 0 71617 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 289228

[startup+402.301 s]
/proc/loadavg: 2.21 3.46 4.03 3/176 14478
/proc/meminfo: memFree=18233764/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=296616 CPUtime=402.28 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 287708 0 0 0 40163 65 0 0 25 0 1 0 487708516 303734784 69189 33554432000 134512640 134731564 4291222688 18446744073709551615 8552128 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 74154 69189 579 54 0 73464 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 296616

[startup+462.301 s]
/proc/loadavg: 2.07 3.17 3.89 3/176 14480
/proc/meminfo: memFree=18224940/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=305588 CPUtime=462.29 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 289950 0 0 0 46163 66 0 0 25 0 1 0 487708516 312922112 71431 33554432000 134512640 134731564 4291222688 18446744073709551615 134659010 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 76397 71431 579 54 0 75707 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 305588

[startup+522.301 s]
/proc/loadavg: 2.03 2.97 3.78 3/176 14481
/proc/meminfo: memFree=18211648/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=319368 CPUtime=522.28 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 318837 0 0 0 52159 69 0 0 25 0 1 0 487708516 327032832 74880 33554432000 134512640 134731564 4291222688 18446744073709551615 134668192 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 79842 74880 579 54 0 79152 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 319368

[startup+582.301 s]
/proc/loadavg: 2.01 2.78 3.65 3/176 14492
/proc/meminfo: memFree=18211972/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=318412 CPUtime=582.28 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 318976 0 0 0 58158 70 0 0 25 0 1 0 487708516 326053888 74642 33554432000 134512640 134731564 4291222688 18446744073709551615 134720765 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 79603 74642 579 54 0 78913 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 318412

[startup+642.301 s]
/proc/loadavg: 2.00 2.64 3.55 3/176 14493
/proc/meminfo: memFree=18195712/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=331900 CPUtime=642.28 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 341782 0 0 0 64155 73 0 0 25 0 1 0 487708516 339865600 78019 33554432000 134512640 134731564 4291222688 18446744073709551615 134717099 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 82975 78019 579 54 0 82285 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 331900

[startup+702.301 s]
/proc/loadavg: 2.00 2.52 3.45 3/176 14495
/proc/meminfo: memFree=18166060/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=361640 CPUtime=702.28 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 349207 0 0 0 70154 74 0 0 25 0 1 0 487708516 370319360 85444 33554432000 134512640 134731564 4291222688 18446744073709551615 134659064 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 90410 85444 579 54 0 89720 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 361640

[startup+762.306 s]
/proc/loadavg: 2.00 2.42 3.35 3/176 14497
/proc/meminfo: memFree=18165300/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=361640 CPUtime=762.29 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 361242 0 0 0 76153 76 0 0 25 0 1 0 487708516 370319360 85445 33554432000 134512640 134731564 4291222688 18446744073709551615 134659643 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 90410 85445 579 54 0 89720 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 361640

[startup+822.3 s]
/proc/loadavg: 2.06 2.36 3.27 3/176 14498
/proc/meminfo: memFree=18165284/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=361640 CPUtime=822.28 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 361242 0 0 0 82152 76 0 0 25 0 1 0 487708516 370319360 85445 33554432000 134512640 134731564 4291222688 18446744073709551615 134719833 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 90410 85445 579 54 0 89720 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 361640

[startup+882.3 s]
/proc/loadavg: 2.07 2.30 3.20 3/176 14503
/proc/meminfo: memFree=18165856/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=361496 CPUtime=882.28 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 361536 0 0 0 88152 76 0 0 25 0 1 0 487708516 370171904 85441 33554432000 134512640 134731564 4291222688 18446744073709551615 134667882 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 90374 85441 579 54 0 89684 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 361496

[startup+942.301 s]
/proc/loadavg: 2.02 2.25 3.12 3/176 14504
/proc/meminfo: memFree=18165888/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=361496 CPUtime=942.28 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 376739 0 0 0 94150 78 0 0 25 0 1 0 487708516 370171904 85442 33554432000 134512640 134731564 4291222688 18446744073709551615 134667496 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 90374 85442 579 54 0 89684 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 361496

[startup+1002.3 s]
/proc/loadavg: 2.01 2.20 3.05 3/176 14506
/proc/meminfo: memFree=18166120/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=361496 CPUtime=1002.28 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 376739 0 0 0 100150 78 0 0 25 0 1 0 487708516 370171904 85442 33554432000 134512640 134731564 4291222688 18446744073709551615 134719837 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 90374 85442 579 54 0 89684 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 361496

[startup+1062.3 s]
/proc/loadavg: 2.00 2.16 2.98 3/176 14508
/proc/meminfo: memFree=18137960/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=389516 CPUtime=1062.29 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 384003 0 0 0 106149 80 0 0 25 0 1 0 487708516 398864384 92447 33554432000 134512640 134731564 4291222688 18446744073709551615 134667874 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 97379 92447 579 54 0 96689 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 389516

[startup+1122.3 s]
/proc/loadavg: 2.00 2.13 2.91 3/176 14509
/proc/meminfo: memFree=18137948/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=389516 CPUtime=1122.28 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 387803 0 0 0 112148 80 0 0 25 0 1 0 487708516 398864384 92447 33554432000 134512640 134731564 4291222688 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 97379 92447 579 54 0 96689 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 389516

[startup+1182.3 s]
/proc/loadavg: 1.47 1.95 2.81 2/170 14529
/proc/meminfo: memFree=18304136/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=389516 CPUtime=1182.29 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 387803 0 0 0 118149 80 0 0 25 0 1 0 487708516 398864384 92447 33554432000 134512640 134731564 4291222688 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 97379 92447 579 54 0 96689 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 389516

[startup+1242.3 s]
/proc/loadavg: 1.16 1.76 2.68 2/170 14530
/proc/meminfo: memFree=18300888/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=392912 CPUtime=1242.29 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 388620 0 0 0 124148 81 0 0 25 0 1 0 487708516 402341888 93264 33554432000 134512640 134731564 4291222688 18446744073709551615 134719837 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 98228 93264 579 54 0 97538 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 392912



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.06 1.63 2.58 2/170 14532
/proc/meminfo: memFree=18301360/32951132 swapFree=67111524/67111528
[pid=14403] ppid=14401 vsize=391516 CPUtime=1300 cores=4,6
/proc/14403/stat : 14403 (MPhaseSAT) R 14401 14403 14002 0 -1 4202496 388620 0 0 0 129919 81 0 0 25 0 1 0 487708516 400912384 92947 33554432000 134512640 134731564 4291222688 18446744073709551615 134667532 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14403/statm: 97879 92947 579 54 0 97189 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 391516

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.02
CPU user time (s): 1299.19
CPU system time (s): 0.829873
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 397116

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

runsolver used 2.08668 second user time and 4.29135 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-25 21:51:29
IDJOB=3284947
IDBENCH=82368
IDSOLVER=1520
FILE ID=node129/3284947-1303761088
RUNJOBID= node129-1303759506-14021
PBS_JOBID= 13157128
Free space on /tmp= 66240 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.085-SAT.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284947-1303761088/watcher-3284947-1303761088 -o /tmp/evaluation-result-3284947-1303761088/solver-3284947-1303761088 -C 2400 -W 1300 -M 7680  MPhaseSAT HOME/instance-3284947-1303761088.cnf

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

MD5SUM BENCH= f7484730351dc4088fd78fcb35b09c62
RANDOM SEED=1421168916

node129.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.831
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.66
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.831
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.831
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.831
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.831
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.74
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.831
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18469636 kB
Buffers:       1237640 kB
Cached:       12308072 kB
SwapCached:          4 kB
Active:        2244872 kB
Inactive:     11571860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18469636 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           31076 kB
Writeback:           0 kB
AnonPages:      270612 kB
Mapped:          17124 kB
Slab:           601296 kB
PageTables:       5740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   464404 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66272 MiB
End job on node129 at 2011-04-25 22:13:11