Trace number 3285223

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.08 1300.05

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUMce0d180356398dfbcfd2bbbb1cb3f9e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark375.866
Satisfiable
(Un)Satisfiability was proved
Number of variables1260306
Number of clauses6771840
Sum of the clauses size16095280
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 26714640
Number of clauses of size 3320
Number of clauses of size 41280
Number of clauses of size 53200
Number of clauses of size over 551680

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-3285223-1303763479/watcher-3285223-1303763479 -o /tmp/evaluation-result-3285223-1303763479/solver-3285223-1303763479 -C 2400 -W 1300 -M 7680 MPhaseSAT HOME/instance-3285223-1303763479.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: 1.17 1.65 2.68 4/183 3448
/proc/meminfo: memFree=20500612/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=108856 CPUtime=0 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 487946247 111468544 273 33554432000 134512640 134731564 4291296896 18446744073709551615 134531593 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 27214 273 225 54 0 26524 0

[startup+0.044294 s]
/proc/loadavg: 1.17 1.65 2.68 4/183 3448
/proc/meminfo: memFree=20500612/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=108856 CPUtime=0.04 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 536 0 0 0 4 0 0 0 21 0 1 0 487946247 111468544 477 33554432000 134512640 134731564 4291296896 18446744073709551615 134531593 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 27214 477 225 54 0 26524 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 108856

[startup+0.100273 s]
/proc/loadavg: 1.17 1.65 2.68 4/183 3448
/proc/meminfo: memFree=20500612/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=108856 CPUtime=0.09 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 829 0 0 0 9 0 0 0 21 0 1 0 487946247 111468544 770 33554432000 134512640 134731564 4291296896 18446744073709551615 12402531 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 27214 771 225 54 0 26524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 108856

[startup+0.300238 s]
/proc/loadavg: 1.17 1.65 2.68 4/183 3448
/proc/meminfo: memFree=20500612/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=108856 CPUtime=0.29 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 1850 0 0 0 29 0 0 0 22 0 1 0 487946247 111468544 1791 33554432000 134512640 134731564 4291296896 18446744073709551615 12386230 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 27214 1791 225 54 0 26524 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 108856

[startup+0.700165 s]
/proc/loadavg: 1.17 1.65 2.68 4/183 3448
/proc/meminfo: memFree=20500612/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=108856 CPUtime=0.69 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 3783 0 0 0 68 1 0 0 24 0 1 0 487946247 111468544 3724 33554432000 134512640 134731564 4291296896 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 27214 3724 225 54 0 26524 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 108856

[startup+1.50103 s]
/proc/loadavg: 1.17 1.65 2.68 5/182 3449
/proc/meminfo: memFree=20416508/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=108856 CPUtime=1.49 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 7624 0 0 0 146 3 0 0 25 0 1 0 487946247 111468544 7565 33554432000 134512640 134731564 4291296896 18446744073709551615 134531503 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 27214 7565 225 54 0 26524 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 108856

[startup+3.10075 s]
/proc/loadavg: 1.17 1.65 2.68 5/187 3456
/proc/meminfo: memFree=20326924/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=108856 CPUtime=3.09 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 15291 0 0 0 303 6 0 0 25 0 1 0 487946247 111468544 15232 33554432000 134512640 134731564 4291296896 18446744073709551615 134531503 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 27214 15232 225 54 0 26524 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108856

[startup+6.3002 s]
/proc/loadavg: 1.63 1.74 2.70 5/190 3462
/proc/meminfo: memFree=19845404/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=621320 CPUtime=6.29 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 141743 0 0 0 606 23 0 0 25 0 1 0 487946247 636231680 139661 33554432000 134512640 134731564 4291296896 18446744073709551615 12506620 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 155330 139662 1071 54 0 154640 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 621320

[startup+12.7011 s]
/proc/loadavg: 1.82 1.78 2.70 5/190 3462
/proc/meminfo: memFree=19125680/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=940096 CPUtime=12.69 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 252716 0 0 0 1233 36 0 0 25 0 1 0 487946247 962658304 218764 33554432000 134512640 134731564 4291296896 18446744073709551615 134612787 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 235024 218764 1483 54 0 234334 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 940096

[startup+25.5008 s]
/proc/loadavg: 2.30 1.88 2.73 5/190 3462
/proc/meminfo: memFree=18682892/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=852972 CPUtime=25.49 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 260881 0 0 0 2512 37 0 0 25 0 1 0 487946247 873443328 196992 33554432000 134512640 134731564 4291296896 18446744073709551615 134624727 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 213243 196992 1493 54 0 212553 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 852972

[startup+51.1003 s]
/proc/loadavg: 3.01 2.08 2.77 5/190 3463
/proc/meminfo: memFree=17999704/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=853556 CPUtime=51.09 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 522301 0 0 0 5038 71 0 0 25 0 1 0 487946247 874041344 197142 33554432000 134512640 134731564 4291296896 18446744073709551615 134659720 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 213389 197142 1493 54 0 212699 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 853556

[startup+102.3 s]
/proc/loadavg: 3.64 2.39 2.84 5/190 3464
/proc/meminfo: memFree=17932628/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=914340 CPUtime=102.29 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 541816 0 0 0 10155 74 0 0 25 0 1 0 487946247 936284160 212400 33554432000 134512640 134731564 4291296896 18446744073709551615 12506496 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 228585 212400 1493 54 0 227895 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 914340

[startup+162.301 s]
/proc/loadavg: 3.94 2.70 2.91 5/187 3469
/proc/meminfo: memFree=18782768/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981064 CPUtime=162.3 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 594473 0 0 0 16148 82 0 0 25 0 1 0 487946247 1004609536 227022 33554432000 134512640 134731564 4291296896 18446744073709551615 134710445 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245266 227022 1493 54 0 244576 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 981064

[startup+222.3 s]
/proc/loadavg: 3.98 2.93 2.98 5/190 3497
/proc/meminfo: memFree=18906100/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981196 CPUtime=222.29 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 619128 0 0 0 22144 85 0 0 25 0 1 0 487946247 1004744704 227060 33554432000 134512640 134731564 4291296896 18446744073709551615 12246912 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245299 227060 1493 54 0 244609 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 981196

[startup+282.301 s]
/proc/loadavg: 3.99 3.12 3.04 5/190 3498
/proc/meminfo: memFree=18883236/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981196 CPUtime=282.29 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 643747 0 0 0 28141 88 0 0 25 0 1 0 487946247 1004744704 227062 33554432000 134512640 134731564 4291296896 18446744073709551615 134718708 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245299 227062 1493 54 0 244609 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 981196

[startup+342.3 s]
/proc/loadavg: 3.99 3.28 3.10 5/190 3500
/proc/meminfo: memFree=18874908/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981328 CPUtime=342.3 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 668400 0 0 0 34138 92 0 0 25 0 1 0 487946247 1004879872 227098 33554432000 134512640 134731564 4291296896 18446744073709551615 134669053 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245332 227098 1493 54 0 244642 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 981328

[startup+402.301 s]
/proc/loadavg: 4.05 3.42 3.15 5/190 3501
/proc/meminfo: memFree=18860624/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981328 CPUtime=402.3 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 668401 0 0 0 40138 92 0 0 25 0 1 0 487946247 1004879872 227099 33554432000 134512640 134731564 4291296896 18446744073709551615 134710465 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245332 227099 1493 54 0 244642 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 981328

[startup+462.3 s]
/proc/loadavg: 4.10 3.56 3.21 5/190 3503
/proc/meminfo: memFree=18844480/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981064 CPUtime=462.3 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 700438 0 0 0 46134 96 0 0 25 0 1 0 487946247 1004609536 227067 33554432000 134512640 134731564 4291296896 18446744073709551615 134656067 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245266 227067 1493 54 0 244576 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 981064

[startup+522.301 s]
/proc/loadavg: 4.03 3.63 3.26 5/190 3507
/proc/meminfo: memFree=18845068/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981064 CPUtime=522.31 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 700438 0 0 0 52135 96 0 0 25 0 1 0 487946247 1004609536 227067 33554432000 134512640 134731564 4291296896 18446744073709551615 134659010 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245266 227067 1493 54 0 244576 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 981064

[startup+582.301 s]
/proc/loadavg: 4.01 3.70 3.30 5/190 3508
/proc/meminfo: memFree=18845028/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981196 CPUtime=582.3 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 732442 0 0 0 58130 100 0 0 25 0 1 0 487946247 1004744704 227069 33554432000 134512640 134731564 4291296896 18446744073709551615 134721800 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245299 227069 1493 54 0 244609 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 981196

[startup+642.307 s]
/proc/loadavg: 4.00 3.75 3.34 5/190 3510
/proc/meminfo: memFree=18841168/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981196 CPUtime=642.31 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 732442 0 0 0 64131 100 0 0 25 0 1 0 487946247 1004744704 227069 33554432000 134512640 134731564 4291296896 18446744073709551615 134656376 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245299 227069 1493 54 0 244609 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 981196

[startup+702.301 s]
/proc/loadavg: 4.05 3.81 3.39 5/190 3511
/proc/meminfo: memFree=18831340/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981328 CPUtime=702.31 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 764497 0 0 0 70126 105 0 0 25 0 1 0 487946247 1004879872 227122 33554432000 134512640 134731564 4291296896 18446744073709551615 134624727 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245332 227122 1493 54 0 244642 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 981328

[startup+762.301 s]
/proc/loadavg: 4.02 3.84 3.42 5/190 3513
/proc/meminfo: memFree=18832428/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981328 CPUtime=762.31 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 764497 0 0 0 76126 105 0 0 25 0 1 0 487946247 1004879872 227122 33554432000 134512640 134731564 4291296896 18446744073709551615 134710424 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245332 227122 1493 54 0 244642 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 981328

[startup+822.301 s]
/proc/loadavg: 4.00 3.87 3.46 5/190 3515
/proc/meminfo: memFree=18819752/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981064 CPUtime=822.31 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 789149 0 0 0 82123 108 0 0 25 0 1 0 487946247 1004609536 227090 33554432000 134512640 134731564 4291296896 18446744073709551615 134668678 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245266 227090 1493 54 0 244576 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 981064

[startup+882.3 s]
/proc/loadavg: 4.00 3.89 3.49 5/190 3516
/proc/meminfo: memFree=18820196/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981064 CPUtime=882.32 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 789149 0 0 0 88123 109 0 0 25 0 1 0 487946247 1004609536 227090 33554432000 134512640 134731564 4291296896 18446744073709551615 134719966 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245266 227090 1493 54 0 244576 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 981064

[startup+942.301 s]
/proc/loadavg: 4.07 3.92 3.52 5/190 3519
/proc/meminfo: memFree=18817956/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981064 CPUtime=942.32 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 789149 0 0 0 94123 109 0 0 25 0 1 0 487946247 1004609536 227090 33554432000 134512640 134731564 4291296896 18446744073709551615 134630110 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245266 227090 1493 54 0 244576 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 981064

[startup+1002.3 s]
/proc/loadavg: 4.07 3.95 3.55 5/190 3520
/proc/meminfo: memFree=18808136/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981064 CPUtime=1002.31 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 818322 0 0 0 100118 113 0 0 25 0 1 0 487946247 1004609536 227093 33554432000 134512640 134731564 4291296896 18446744073709551615 134719759 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245266 227093 1493 54 0 244576 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 981064

[startup+1062.3 s]
/proc/loadavg: 4.02 3.95 3.58 5/190 3522
/proc/meminfo: memFree=18798068/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981064 CPUtime=1062.31 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 818322 0 0 0 106118 113 0 0 25 0 1 0 487946247 1004609536 227093 33554432000 134512640 134731564 4291296896 18446744073709551615 134710412 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245266 227093 1493 54 0 244576 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 981064

[startup+1122.3 s]
/proc/loadavg: 4.01 3.96 3.60 5/190 3524
/proc/meminfo: memFree=18805100/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981196 CPUtime=1122.32 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 842942 0 0 0 112115 117 0 0 25 0 1 0 487946247 1004744704 227096 33554432000 134512640 134731564 4291296896 18446744073709551615 134667161 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245299 227096 1493 54 0 244609 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 981196

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.62 5/190 3525
/proc/meminfo: memFree=18805184/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981196 CPUtime=1182.33 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 842942 0 0 0 118116 117 0 0 25 0 1 0 487946247 1004744704 227096 33554432000 134512640 134731564 4291296896 18446744073709551615 134659720 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245299 227096 1493 54 0 244609 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 981196

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.65 5/190 3527
/proc/meminfo: memFree=18801956/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981196 CPUtime=1242.32 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 842942 0 0 0 124115 117 0 0 25 0 1 0 487946247 1004744704 227096 33554432000 134512640 134731564 4291296896 18446744073709551615 134614655 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245299 227096 1493 54 0 244609 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 981196



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 3.95 3.66 4/185 3552
/proc/meminfo: memFree=18997120/32951124 swapFree=67111464/67111528
[pid=3448] ppid=3446 vsize=981196 CPUtime=1300.04 cores=1,3
/proc/3448/stat : 3448 (MPhaseSAT) R 3446 3448 2288 0 -1 4202496 842942 0 0 0 129887 117 0 0 25 0 1 0 487946247 1004744704 227096 33554432000 134512640 134731564 4291296896 18446744073709551615 134676797 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3448/statm: 245299 227096 1493 54 0 244609 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 981196

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.05
CPU time (s): 1300.08
CPU user time (s): 1298.87
CPU system time (s): 1.21181
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1028900

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

runsolver used 2.02069 second user time and 5.07723 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-25 22:31:23
IDJOB=3285223
IDBENCH=82374
IDSOLVER=1520
FILE ID=node136/3285223-1303763479
RUNJOBID= node136-1303763478-3418
PBS_JOBID= 13157123
Free space on /tmp= 71772 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285223-1303763479/watcher-3285223-1303763479 -o /tmp/evaluation-result-3285223-1303763479/solver-3285223-1303763479 -C 2400 -W 1300 -M 7680  MPhaseSAT HOME/instance-3285223-1303763479.cnf

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

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=1444037221

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:      20501140 kB
Buffers:       1686608 kB
Cached:       10043088 kB
SwapCached:         60 kB
Active:        4485416 kB
Inactive:      7389292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20501140 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:          433600 kB
Writeback:           0 kB
AnonPages:      144316 kB
Mapped:          16208 kB
Slab:           508920 kB
PageTables:       5412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   301464 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= 71884 MiB
End job on node136 at 2011-04-25 22:53:05