Trace number 3445666

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) 5000.12 4999.92

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes6.cnf
MD5SUMdc046d6f885b64777ffc1cfc8367a176
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.874866
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 977)

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-3445666-1306970853/watcher-3445666-1306970853 -o /tmp/evaluation-result-3445666-1306970853/solver-3445666-1306970853 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445666-1306970853.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.03 8.06 8.04 2/514 26548
/proc/meminfo: memFree=21523920/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=3036 CPUtime=0 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) D 26546 26548 26516 0 -1 4202496 284 0 5 0 0 0 0 0 20 0 1 0 808681982 3108864 230 33554432000 134512640 134731564 4286917536 18446744073709551615 6286464 0 0 4096 1026 18446744071562234166 0 0 17 2 0 0 1
/proc/26548/statm: 759 230 204 54 0 69 0

[startup+0.110603 s]
/proc/loadavg: 8.03 8.06 8.04 2/514 26548
/proc/meminfo: memFree=21523920/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=5068 CPUtime=0.07 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1130 0 7 0 7 0 0 0 20 0 1 0 808681982 5189632 806 33554432000 134512640 134731564 4286917536 18446744073709551615 4290044 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1267 808 253 54 0 577 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5068

[startup+0.200585 s]
/proc/loadavg: 8.03 8.06 8.04 2/514 26548
/proc/meminfo: memFree=21523920/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=7988 CPUtime=0.16 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1877 0 7 0 16 0 0 0 20 0 1 0 808681982 8179712 1553 33554432000 134512640 134731564 4286917536 18446744073709551615 134632447 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1997 1553 265 54 0 1307 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 7988

[startup+0.300562 s]
/proc/loadavg: 8.03 8.06 8.04 2/514 26548
/proc/meminfo: memFree=21523920/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=8252 CPUtime=0.26 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1933 0 7 0 26 0 0 0 20 0 1 0 808681982 8450048 1608 33554432000 134512640 134731564 4286917536 18446744073709551615 134666946 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 2063 1608 276 54 0 1373 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 8252

[startup+0.700482 s]
/proc/loadavg: 8.03 8.06 8.04 2/514 26548
/proc/meminfo: memFree=21523920/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6972 CPUtime=0.66 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 2438 0 7 0 66 0 0 0 21 0 1 0 808681982 7139328 1290 33554432000 134512640 134731564 4286917536 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1743 1290 276 54 0 1053 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 6972

[startup+1.50032 s]
/proc/loadavg: 7.55 7.96 8.01 3/518 26555
/proc/meminfo: memFree=21509560/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=7368 CPUtime=1.46 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 2553 0 7 0 146 0 0 0 25 0 1 0 808681982 7544832 1405 33554432000 134512640 134731564 4286917536 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1842 1405 276 54 0 1152 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 7368

[startup+3.10101 s]
/proc/loadavg: 7.55 7.96 8.01 3/518 26555
/proc/meminfo: memFree=21507844/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=7896 CPUtime=3.06 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 2678 0 7 0 306 0 0 0 25 0 1 0 808681982 8085504 1530 33554432000 134512640 134731564 4286917536 18446744073709551615 134655772 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1974 1530 276 54 0 1284 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 7896

[startup+6.30037 s]
/proc/loadavg: 7.10 7.86 7.98 3/518 26555
/proc/meminfo: memFree=21508960/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6748 CPUtime=6.26 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 3271 0 7 0 626 0 0 0 25 0 1 0 808681982 6909952 1253 33554432000 134512640 134731564 4286917536 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1687 1253 276 54 0 997 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 6748

[startup+12.7011 s]
/proc/loadavg: 6.69 7.76 7.94 3/518 26555
/proc/meminfo: memFree=21510204/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=5908 CPUtime=12.65 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 4862 0 7 0 1265 0 0 0 25 0 1 0 808681982 6049792 1021 33554432000 134512640 134731564 4286917536 18446744073709551615 134656000 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1477 1021 276 54 0 787 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 5908

[startup+25.5006 s]
/proc/loadavg: 5.97 7.57 7.88 3/518 26555
/proc/meminfo: memFree=21512000/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=5936 CPUtime=25.46 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 8075 0 7 0 2545 1 0 0 25 0 1 0 808681982 6078464 1040 33554432000 134512640 134731564 4286917536 18446744073709551615 134720133 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1484 1040 276 54 0 794 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 5936

[startup+51.1005 s]
/proc/loadavg: 4.41 7.04 7.69 3/518 26556
/proc/meminfo: memFree=21513064/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6688 CPUtime=51.06 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 14658 0 7 0 5104 2 0 0 25 0 1 0 808681982 6848512 1228 33554432000 134512640 134731564 4286917536 18446744073709551615 134668901 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1672 1228 276 54 0 982 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 6688

[startup+102.3 s]
/proc/loadavg: 3.04 6.26 7.39 3/518 26557
/proc/meminfo: memFree=21511308/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=7488 CPUtime=102.28 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 27583 0 7 0 10223 5 0 0 25 0 1 0 808681982 7667712 1422 33554432000 134512640 134731564 4286917536 18446744073709551615 134723650 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1872 1422 276 54 0 1182 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 7488

[startup+162.3 s]
/proc/loadavg: 2.47 5.51 7.06 3/518 26559
/proc/meminfo: memFree=21508820/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=7092 CPUtime=162.26 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 42583 0 7 0 16219 7 0 0 25 0 1 0 808681982 7262208 1325 33554432000 134512640 134731564 4286917536 18446744073709551615 134715344 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1773 1325 276 54 0 1083 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 7092

[startup+222.319 s]
/proc/loadavg: 2.21 4.88 6.75 3/518 26561
/proc/meminfo: memFree=21511520/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6292 CPUtime=222.29 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 57599 0 7 0 22219 10 0 0 25 0 1 0 808681982 6443008 1116 33554432000 134512640 134731564 4286917536 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1573 1116 276 54 0 883 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 6292

[startup+282.301 s]
/proc/loadavg: 2.08 4.36 6.45 3/518 26562
/proc/meminfo: memFree=21511876/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6556 CPUtime=282.26 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 73808 0 7 0 28214 12 0 0 25 0 1 0 808681982 6713344 1197 33554432000 134512640 134731564 4286917536 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1639 1197 276 54 0 949 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 6556

[startup+342.301 s]
/proc/loadavg: 2.11 3.95 6.18 3/518 26564
/proc/meminfo: memFree=21511616/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=5928 CPUtime=342.27 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 89311 0 7 0 34212 15 0 0 25 0 1 0 808681982 6070272 1025 33554432000 134512640 134731564 4286917536 18446744073709551615 134620704 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1482 1025 276 54 0 792 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 5928

[startup+402.301 s]
/proc/loadavg: 2.04 3.59 5.91 3/518 26565
/proc/meminfo: memFree=21512220/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6436 CPUtime=402.27 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 103205 0 7 0 40211 16 0 0 25 0 1 0 808681982 6590464 1152 33554432000 134512640 134731564 4286917536 18446744073709551615 134655208 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1609 1152 276 54 0 919 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 6436

[startup+462.301 s]
/proc/loadavg: 2.01 3.30 5.67 3/518 26567
/proc/meminfo: memFree=21511572/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=7092 CPUtime=462.28 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 121286 0 7 0 46210 18 0 0 25 0 1 0 808681982 7262208 1327 33554432000 134512640 134731564 4286917536 18446744073709551615 134659057 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1773 1327 276 54 0 1083 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 7092

[startup+522.301 s]
/proc/loadavg: 2.00 3.06 5.43 3/518 26568
/proc/meminfo: memFree=21512296/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=7264 CPUtime=522.28 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 137013 0 7 0 52208 20 0 0 25 0 1 0 808681982 7438336 1364 33554432000 134512640 134731564 4286917536 18446744073709551615 4290044 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1816 1364 276 54 0 1126 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 7264

[startup+582.301 s]
/proc/loadavg: 2.00 2.87 5.22 3/518 26570
/proc/meminfo: memFree=21510792/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6832 CPUtime=582.28 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 154965 0 7 0 58206 22 0 0 25 0 1 0 808681982 6995968 1279 33554432000 134512640 134731564 4286917536 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1708 1279 276 54 0 1018 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 6832

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/518 26673
/proc/meminfo: memFree=21512360/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6820 CPUtime=4002.44 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1025055 0 7 0 400093 151 0 0 25 0 1 0 808681982 6983680 1260 33554432000 134512640 134731564 4286917536 18446744073709551615 134659726 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1705 1260 276 54 0 1015 0
Current children cumulated CPU time (s) 4002.44
Current children cumulated vsize (KiB) 6820

[startup+4062.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/518 26675
/proc/meminfo: memFree=21512204/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6688 CPUtime=4062.46 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1038843 0 7 0 406093 153 0 0 25 0 1 0 808681982 6848512 1229 33554432000 134512640 134731564 4286917536 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1672 1229 276 54 0 982 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 6688

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/518 26677
/proc/meminfo: memFree=21513784/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=5632 CPUtime=4122.45 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1054861 0 7 0 412090 155 0 0 25 0 1 0 808681982 5767168 981 33554432000 134512640 134731564 4286917536 18446744073709551615 134612711 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1408 981 276 54 0 718 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 5632

[startup+4182.32 s]
/proc/loadavg: 2.12 2.03 2.07 3/518 26678
/proc/meminfo: memFree=21510164/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6292 CPUtime=4182.47 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1069907 0 7 0 418090 157 0 0 25 0 1 0 808681982 6443008 1127 33554432000 134512640 134731564 4286917536 18446744073709551615 134659410 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1573 1127 276 54 0 883 0
Current children cumulated CPU time (s) 4182.47
Current children cumulated vsize (KiB) 6292

[startup+4242.3 s]
/proc/loadavg: 2.04 2.02 2.06 3/518 26680
/proc/meminfo: memFree=21512008/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=7356 CPUtime=4242.45 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1088377 0 7 0 424085 160 0 0 25 0 1 0 808681982 7532544 1398 33554432000 134512640 134731564 4286917536 18446744073709551615 134659689 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1839 1398 276 54 0 1149 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 7356

[startup+4302.3 s]
/proc/loadavg: 2.01 2.02 2.06 3/518 26681
/proc/meminfo: memFree=21512112/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6708 CPUtime=4302.46 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1103911 0 7 0 430084 162 0 0 25 0 1 0 808681982 6868992 1238 33554432000 134512640 134731564 4286917536 18446744073709551615 4030190 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1677 1238 276 54 0 987 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 6708

[startup+4362.3 s]
/proc/loadavg: 2.12 2.04 2.06 3/518 26683
/proc/meminfo: memFree=21511968/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6028 CPUtime=4362.46 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1119484 0 7 0 436082 164 0 0 25 0 1 0 808681982 6172672 1076 33554432000 134512640 134731564 4286917536 18446744073709551615 134719837 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1507 1076 276 54 0 817 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 6028

[startup+4422.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/518 26685
/proc/meminfo: memFree=21511948/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=7360 CPUtime=4422.46 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1132445 0 7 0 442081 165 0 0 25 0 1 0 808681982 7536640 1382 33554432000 134512640 134731564 4286917536 18446744073709551615 134722061 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1840 1382 276 54 0 1150 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 7360

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/518 26686
/proc/meminfo: memFree=21513540/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6080 CPUtime=4482.46 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1149419 0 7 0 448078 168 0 0 25 0 1 0 808681982 6225920 1068 33554432000 134512640 134731564 4286917536 18446744073709551615 134659605 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1520 1068 276 54 0 830 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 6080

[startup+4542.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/518 26688
/proc/meminfo: memFree=21512032/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6864 CPUtime=4542.47 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1165461 0 7 0 454076 171 0 0 25 0 1 0 808681982 7028736 1292 33554432000 134512640 134731564 4286917536 18446744073709551615 134659060 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1716 1292 276 54 0 1026 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 6864

[startup+4602.3 s]
/proc/loadavg: 2.03 2.03 2.04 3/518 26689
/proc/meminfo: memFree=21512376/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=7352 CPUtime=4602.47 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1178942 0 7 0 460074 173 0 0 25 0 1 0 808681982 7528448 1407 33554432000 134512640 134731564 4286917536 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1838 1407 276 54 0 1148 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 7352

[startup+4662.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/518 26691
/proc/meminfo: memFree=21511464/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6432 CPUtime=4662.47 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1196032 0 7 0 466072 175 0 0 25 0 1 0 808681982 6586368 1160 33554432000 134512640 134731564 4286917536 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1608 1160 276 54 0 918 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 6432

[startup+4722.3 s]
/proc/loadavg: 2.07 2.04 2.04 3/518 26693
/proc/meminfo: memFree=21512060/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6312 CPUtime=4722.49 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1209594 0 7 0 472072 177 0 0 25 0 1 0 808681982 6463488 1132 33554432000 134512640 134731564 4286917536 18446744073709551615 134659726 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1578 1132 276 54 0 888 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 6312

[startup+4782.3 s]
/proc/loadavg: 2.02 2.03 2.04 3/518 26694
/proc/meminfo: memFree=21512656/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6348 CPUtime=4782.48 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1224494 0 7 0 478069 179 0 0 25 0 1 0 808681982 6500352 1127 33554432000 134512640 134731564 4286917536 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1587 1127 276 54 0 897 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 6348

[startup+4842.32 s]
/proc/loadavg: 2.01 2.02 2.03 3/518 26696
/proc/meminfo: memFree=21510900/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=7220 CPUtime=4842.5 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1239612 0 7 0 484069 181 0 0 25 0 1 0 808681982 7393280 1356 33554432000 134512640 134731564 4286917536 18446744073709551615 134620712 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1805 1356 276 54 0 1115 0
Current children cumulated CPU time (s) 4842.5
Current children cumulated vsize (KiB) 7220

[startup+4902.3 s]
/proc/loadavg: 2.03 2.03 2.03 3/518 26697
/proc/meminfo: memFree=21511500/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6968 CPUtime=4902.48 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1254559 0 7 0 490065 183 0 0 25 0 1 0 808681982 7135232 1296 33554432000 134512640 134731564 4286917536 18446744073709551615 134721276 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1742 1296 276 54 0 1052 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 6968

[startup+4962.3 s]
/proc/loadavg: 2.01 2.02 2.02 3/518 26699
/proc/meminfo: memFree=21511232/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6692 CPUtime=4962.48 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1267951 0 7 0 496063 185 0 0 25 0 1 0 808681982 6852608 1230 33554432000 134512640 134731564 4286917536 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1673 1230 276 54 0 983 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 6692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.02 2/517 26701
/proc/meminfo: memFree=21516804/32950928 swapFree=34259960/67111528
[pid=26548] ppid=26546 vsize=6580 CPUtime=5000.1 cores=0,2,4,6
/proc/26548/stat : 26548 (MPhaseSAT) R 26546 26548 26516 0 -1 4202496 1275861 0 7 0 499824 186 0 0 25 0 1 0 808681982 6737920 1199 33554432000 134512640 134731564 4286917536 18446744073709551615 134658980 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/26548/statm: 1645 1199 276 54 0 955 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 6580

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): 4999.92
CPU time (s): 5000.12
CPU user time (s): 4998.25
CPU system time (s): 1.86971
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 8648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.25
system time used= 1.86972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1275861
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22
involuntary context switches= 4010

runsolver used 26.241 second user time and 55.5566 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-02 01:27:33
IDJOB=3445666
IDBENCH=71576
IDSOLVER=1941
FILE ID=node149/3445666-1306970853
RUNJOBID= node149-1306970853-26534
PBS_JOBID= 13497697
Free space on /tmp= 73516 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes6.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445666-1306970853/watcher-3445666-1306970853 -o /tmp/evaluation-result-3445666-1306970853/solver-3445666-1306970853 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445666-1306970853.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= dc046d6f885b64777ffc1cfc8367a176
RANDOM SEED=1711612217

node149.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.806
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.806
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.82
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21524464 kB
Buffers:        297872 kB
Cached:        3325636 kB
SwapCached:     123164 kB
Active:          34928 kB
Inactive:     11062676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21524464 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:             824 kB
Writeback:           0 kB
AnonPages:     7376160 kB
Mapped:          17584 kB
Slab:           135848 kB
PageTables:     118116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173083276 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= 73516 MiB
End job on node149 at 2011-06-02 02:50:55