Trace number 3250214

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MPhaseSAT_M 2011-02-16? (TO) 1299.93 1300.01

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4231.cnf
MD5SUMa52d60bf6e72caa628ad712a5fe0fb7a
Bench CategoryCRAFTED (crafted 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 variables4229
Number of clauses100397
Sum of the clauses size411595
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490390
Number of clauses of size 510007
Number of clauses of size over 50

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.89 0.21 0.07 5/189 6452
/proc/meminfo: memFree=14588884/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=4716 CPUtime=0 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 465572536 4829184 271 33554432000 134512640 134829744 4292704976 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 1179 271 225 78 0 465 0

[startup+0.0933659 s]
/proc/loadavg: 0.89 0.21 0.07 5/189 6452
/proc/meminfo: memFree=14588884/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=5168 CPUtime=0.09 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 789 0 0 0 9 0 0 0 22 0 1 0 465572536 5292032 730 33554432000 134512640 134829744 4292704976 18446744073709551615 10763264 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 1292 730 226 78 0 578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5168

[startup+0.100366 s]
/proc/loadavg: 0.89 0.21 0.07 5/189 6452
/proc/meminfo: memFree=14588884/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=5164 CPUtime=0.09 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 833 0 0 0 9 0 0 0 22 0 1 0 465572536 5287936 773 33554432000 134512640 134829744 4292704976 18446744073709551615 134575100 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 1291 773 231 78 0 577 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5164

[startup+0.300327 s]
/proc/loadavg: 0.89 0.21 0.07 5/189 6452
/proc/meminfo: memFree=14588884/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=16696 CPUtime=0.29 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 5413 0 0 0 29 0 0 0 23 0 1 0 465572536 17096704 3646 33554432000 134512640 134829744 4292704976 18446744073709551615 134667612 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 4174 3646 262 78 0 3460 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16696

[startup+0.700251 s]
/proc/loadavg: 0.89 0.21 0.07 5/189 6452
/proc/meminfo: memFree=14588884/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=16856 CPUtime=0.69 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 5450 0 0 0 69 0 0 0 25 0 1 0 465572536 17260544 3682 33554432000 134512640 134829744 4292704976 18446744073709551615 134722607 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 4214 3682 274 78 0 3500 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16856

[startup+1.50112 s]
/proc/loadavg: 0.89 0.21 0.07 5/190 6453
/proc/meminfo: memFree=14573884/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=18308 CPUtime=1.49 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 5836 0 0 0 149 0 0 0 25 0 1 0 465572536 18747392 4068 33554432000 134512640 134829744 4292704976 18446744073709551615 134725743 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 4577 4068 274 78 0 3863 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18308

[startup+3.1008 s]
/proc/loadavg: 0.89 0.21 0.07 5/190 6453
/proc/meminfo: memFree=14571528/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=18440 CPUtime=3.09 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 5846 0 0 0 309 0 0 0 25 0 1 0 465572536 18882560 4078 33554432000 134512640 134829744 4292704976 18446744073709551615 134657914 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 4610 4078 274 78 0 3896 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18440

[startup+6.30026 s]
/proc/loadavg: 1.14 0.27 0.09 5/190 6453
/proc/meminfo: memFree=14567432/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=19760 CPUtime=6.29 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 6186 0 0 0 629 0 0 0 25 0 1 0 465572536 20234240 4418 33554432000 134512640 134829744 4292704976 18446744073709551615 134624965 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 4940 4418 274 78 0 4226 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19760

[startup+12.7011 s]
/proc/loadavg: 1.37 0.33 0.11 5/190 6453
/proc/meminfo: memFree=14559796/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=21740 CPUtime=12.69 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 6692 0 0 0 1269 0 0 0 25 0 1 0 465572536 22261760 4924 33554432000 134512640 134829744 4292704976 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 5435 4924 274 78 0 4721 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21740

[startup+25.5009 s]
/proc/loadavg: 1.95 0.51 0.17 5/190 6453
/proc/meminfo: memFree=14551860/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=22928 CPUtime=25.49 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 6972 0 0 0 2548 1 0 0 25 0 1 0 465572536 23478272 5204 33554432000 134512640 134829744 4292704976 18446744073709551615 10527066 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 5732 5204 274 78 0 5018 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22928

[startup+51.1003 s]
/proc/loadavg: 2.65 0.79 0.27 5/190 6454
/proc/meminfo: memFree=14534336/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=27548 CPUtime=51.09 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 8132 0 0 0 5108 1 0 0 25 0 1 0 465572536 28209152 6364 33554432000 134512640 134829744 4292704976 18446744073709551615 134661614 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 6887 6364 274 78 0 6173 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 27548

[startup+102.306 s]
/proc/loadavg: 3.41 1.28 0.46 5/190 6455
/proc/meminfo: memFree=14501828/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=32168 CPUtime=102.29 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 9289 0 0 0 10228 1 0 0 25 0 1 0 465572536 32940032 7521 33554432000 134512640 134829744 4292704976 18446744073709551615 134661368 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 8042 7521 274 78 0 7328 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 32168

[startup+162.301 s]
/proc/loadavg: 3.89 1.80 0.69 5/190 6457
/proc/meminfo: memFree=14485956/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=36396 CPUtime=162.28 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 10323 0 0 0 16226 2 0 0 25 0 1 0 465572536 37269504 8555 33554432000 134512640 134829744 4292704976 18446744073709551615 134661471 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 9099 8555 274 78 0 8385 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 36396

[startup+222.301 s]
/proc/loadavg: 3.96 2.20 0.90 5/190 6458
/proc/meminfo: memFree=14484456/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=23468 CPUtime=222.28 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 23263 0 0 0 22224 4 0 0 25 0 1 0 465572536 24031232 5357 33554432000 134512640 134829744 4292704976 18446744073709551615 10526470 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 5867 5357 280 78 0 5153 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 23468

[startup+282.3 s]
/proc/loadavg: 3.98 2.53 1.09 5/190 6460
/proc/meminfo: memFree=14455316/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=29896 CPUtime=282.27 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 24871 0 0 0 28223 4 0 0 25 0 1 0 465572536 30613504 6965 33554432000 134512640 134829744 4292704976 18446744073709551615 134722783 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 7474 6965 280 78 0 6760 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 29896

[startup+342.301 s]
/proc/loadavg: 3.99 2.79 1.27 5/190 6462
/proc/meminfo: memFree=14443900/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=34648 CPUtime=342.27 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 26055 0 0 0 34222 5 0 0 25 0 1 0 465572536 35479552 8149 33554432000 134512640 134829744 4292704976 18446744073709551615 134661392 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 8662 8149 280 78 0 7948 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 34648

[startup+402.301 s]
/proc/loadavg: 4.07 3.03 1.44 5/190 6463
/proc/meminfo: memFree=14435836/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=37684 CPUtime=402.26 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 26807 0 0 0 40221 5 0 0 25 0 1 0 465572536 38588416 8901 33554432000 134512640 134829744 4292704976 18446744073709551615 134661418 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 9421 8901 280 78 0 8707 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 37684

[startup+462.3 s]
/proc/loadavg: 4.06 3.22 1.60 5/190 6465
/proc/meminfo: memFree=14419964/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=47512 CPUtime=462.26 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 29210 0 0 0 46220 6 0 0 25 0 1 0 465572536 48652288 11304 33554432000 134512640 134829744 4292704976 18446744073709551615 134719951 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 11878 11304 280 78 0 11164 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 47512

[startup+522.301 s]
/proc/loadavg: 4.07 3.37 1.76 5/190 6466
/proc/meminfo: memFree=14401604/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=61772 CPUtime=522.25 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 32778 0 0 0 52219 6 0 0 25 0 1 0 465572536 63254528 14872 33554432000 134512640 134829744 4292704976 18446744073709551615 134722592 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 15443 14872 280 78 0 14729 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 61772

[startup+582.301 s]
/proc/loadavg: 4.03 3.48 1.89 5/190 6468
/proc/meminfo: memFree=14391428/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=61772 CPUtime=582.25 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 32779 0 0 0 58218 7 0 0 25 0 1 0 465572536 63254528 14873 33554432000 134512640 134829744 4292704976 18446744073709551615 134669662 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 15443 14873 280 78 0 14729 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 61772

[startup+642.301 s]
/proc/loadavg: 4.01 3.57 2.02 5/190 6470
/proc/meminfo: memFree=14378280/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=61772 CPUtime=642.26 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 32798 0 0 0 64219 7 0 0 25 0 1 0 465572536 63254528 14892 33554432000 134512640 134829744 4292704976 18446744073709551615 134661654 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 15443 14892 280 78 0 14729 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 61772

[startup+702.301 s]
/proc/loadavg: 4.06 3.66 2.15 5/190 6471
/proc/meminfo: memFree=14374052/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=61772 CPUtime=702.25 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 32798 0 0 0 70218 7 0 0 25 0 1 0 465572536 63254528 14892 33554432000 134512640 134829744 4292704976 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 15443 14892 280 78 0 14729 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 61772

[startup+762.306 s]
/proc/loadavg: 4.02 3.72 2.26 5/190 6473
/proc/meminfo: memFree=14368092/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=61772 CPUtime=762.24 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 32798 0 0 0 76217 7 0 0 25 0 1 0 465572536 63254528 14892 33554432000 134512640 134829744 4292704976 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 15443 14892 280 78 0 14729 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 61772

[startup+822.301 s]
/proc/loadavg: 4.01 3.77 2.37 5/190 6474
/proc/meminfo: memFree=14360888/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=61772 CPUtime=822.23 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 32798 0 0 0 82216 7 0 0 25 0 1 0 465572536 63254528 14892 33554432000 134512640 134829744 4292704976 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 15443 14892 280 78 0 14729 0
Current children cumulated CPU time (s) 822.23
Current children cumulated vsize (KiB) 61772

[startup+882.301 s]
/proc/loadavg: 4.00 3.81 2.47 5/190 6476
/proc/meminfo: memFree=14355296/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=61772 CPUtime=882.23 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 32834 0 0 0 88216 7 0 0 25 0 1 0 465572536 63254528 14928 33554432000 134512640 134829744 4292704976 18446744073709551615 10527056 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 15443 14928 280 78 0 14729 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 61772

[startup+942.3 s]
/proc/loadavg: 4.00 3.84 2.56 5/190 6478
/proc/meminfo: memFree=14348844/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=61772 CPUtime=942.23 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 32834 0 0 0 94216 7 0 0 25 0 1 0 465572536 63254528 14928 33554432000 134512640 134829744 4292704976 18446744073709551615 134722621 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 15443 14928 280 78 0 14729 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 61772

[startup+1002.3 s]
/proc/loadavg: 4.09 3.90 2.66 5/190 6479
/proc/meminfo: memFree=14336688/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=61772 CPUtime=1002.23 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 32834 0 0 0 100216 7 0 0 25 0 1 0 465572536 63254528 14928 33554432000 134512640 134829744 4292704976 18446744073709551615 134661635 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 15443 14928 280 78 0 14729 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 61772

[startup+1062.3 s]
/proc/loadavg: 4.11 3.93 2.74 5/190 6481
/proc/meminfo: memFree=14324152/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=61772 CPUtime=1062.23 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 32834 0 0 0 106216 7 0 0 25 0 1 0 465572536 63254528 14928 33554432000 134512640 134829744 4292704976 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 15443 14928 280 78 0 14729 0
Current children cumulated CPU time (s) 1062.23
Current children cumulated vsize (KiB) 61772

[startup+1122.3 s]
/proc/loadavg: 4.04 3.94 2.82 5/190 6482
/proc/meminfo: memFree=14308136/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=61772 CPUtime=1122.22 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 32834 0 0 0 112215 7 0 0 25 0 1 0 465572536 63254528 14928 33554432000 134512640 134829744 4292704976 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 15443 14928 280 78 0 14729 0
Current children cumulated CPU time (s) 1122.22
Current children cumulated vsize (KiB) 61772

[startup+1182.3 s]
/proc/loadavg: 4.01 3.95 2.89 5/190 6484
/proc/meminfo: memFree=14295228/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=61772 CPUtime=1182.21 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 32834 0 0 0 118214 7 0 0 25 0 1 0 465572536 63254528 14928 33554432000 134512640 134829744 4292704976 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 15443 14928 280 78 0 14729 0
Current children cumulated CPU time (s) 1182.21
Current children cumulated vsize (KiB) 61772

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 2.96 5/190 6486
/proc/meminfo: memFree=14279348/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=61772 CPUtime=1242.21 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 32834 0 0 0 124214 7 0 0 25 0 1 0 465572536 63254528 14928 33554432000 134512640 134829744 4292704976 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 15443 14928 280 78 0 14729 0
Current children cumulated CPU time (s) 1242.21
Current children cumulated vsize (KiB) 61772



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.93 3.01 4/188 6571
/proc/meminfo: memFree=14512904/32951124 swapFree=67111528/67111528
[pid=6452] ppid=6450 vsize=61772 CPUtime=1299.91 cores=0,2
/proc/6452/stat : 6452 (MPhaseSAT_M) R 6450 6452 6310 0 -1 4202496 32835 0 0 0 129984 7 0 0 25 0 1 0 465572536 63254528 14929 33554432000 134512640 134829744 4292704976 18446744073709551615 10815452 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6452/statm: 15443 14929 280 78 0 14729 0
Current children cumulated CPU time (s) 1299.91
Current children cumulated vsize (KiB) 61772

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1299.93
CPU user time (s): 1299.85
CPU system time (s): 0.082987
CPU usage (%): 99.9937
Max. virtual memory (cumulated for all children) (KiB): 61772

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

runsolver used 2.23066 second user time and 4.87226 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-23 08:21:56
IDJOB=3250214
IDBENCH=83248
IDSOLVER=1522
FILE ID=node108/3250214-1303539716
RUNJOBID= node108-1303539686-6328
PBS_JOBID= 13143130
Free space on /tmp= 71444 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4231.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250214-1303539716/watcher-3250214-1303539716 -o /tmp/evaluation-result-3250214-1303539716/solver-3250214-1303539716 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3250214-1303539716.cnf

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

MD5SUM BENCH= a52d60bf6e72caa628ad712a5fe0fb7a
RANDOM SEED=1280691492

node108.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.820
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.64
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.820
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	: 5226.15
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.820
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.82
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.820
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.77
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.820
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.82
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.820
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.75
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.820
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.820
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:     32951124 kB
MemFree:      14589164 kB
Buffers:       2248432 kB
Cached:       15465924 kB
SwapCached:          0 kB
Active:        9838000 kB
Inactive:      7956280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14589164 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4048 kB
Writeback:           0 kB
AnonPages:       78948 kB
Mapped:          16412 kB
Slab:           504376 kB
PageTables:       5448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   264300 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= 71440 MiB
End job on node108 at 2011-04-23 08:43:38