Trace number 3445667

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.05 4999.82

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes1.cnf
MD5SUM26b9098de258b0434de90e744962df46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.76
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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

running on 4 cores: 1,3,5,7

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 1/517 26554
/proc/meminfo: memFree=21520352/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=4720 CPUtime=0.01 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 391 0 2 0 1 0 0 0 23 0 1 0 808681985 4833280 334 33554432000 134512640 134731564 4294371344 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1180 334 225 54 0 490 0

[startup+0.04135 s]
/proc/loadavg: 8.03 8.06 8.04 1/517 26554
/proc/meminfo: memFree=21520352/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=4716 CPUtime=0.03 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 688 0 2 0 3 0 0 0 23 0 1 0 808681985 4829184 449 33554432000 134512640 134731564 4294371344 18446744073709551615 134566556 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1179 449 234 54 0 489 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4716

[startup+0.100332 s]
/proc/loadavg: 8.03 8.06 8.04 1/517 26554
/proc/meminfo: memFree=21520352/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=5784 CPUtime=0.09 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 1181 0 2 0 9 0 0 0 23 0 1 0 808681985 5922816 942 33554432000 134512640 134731564 4294371344 18446744073709551615 134581784 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1446 942 239 54 0 756 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5784

[startup+0.30029 s]
/proc/loadavg: 8.03 8.06 8.04 1/517 26554
/proc/meminfo: memFree=21520352/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=10444 CPUtime=0.29 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 2584 0 2 0 29 0 0 0 24 0 1 0 808681985 10694656 2132 33554432000 134512640 134731564 4294371344 18446744073709551615 134667218 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 2611 2132 276 54 0 1921 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10444

[startup+0.700211 s]
/proc/loadavg: 8.03 8.06 8.04 1/517 26554
/proc/meminfo: memFree=21520352/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7624 CPUtime=0.69 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 3049 0 2 0 69 0 0 0 25 0 1 0 808681985 7806976 1452 33554432000 134512640 134731564 4294371344 18446744073709551615 4030321 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1906 1452 276 54 0 1216 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7624

[startup+1.50106 s]
/proc/loadavg: 7.55 7.96 8.01 3/518 26555
/proc/meminfo: memFree=21510800/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=8020 CPUtime=1.49 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 3162 0 2 0 149 0 0 0 25 0 1 0 808681985 8212480 1565 33554432000 134512640 134731564 4294371344 18446744073709551615 134655409 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 2005 1565 276 54 0 1315 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8020

[startup+3.10074 s]
/proc/loadavg: 7.55 7.96 8.01 3/518 26555
/proc/meminfo: memFree=21507596/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=8548 CPUtime=3.09 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 3287 0 2 0 309 0 0 0 25 0 1 0 808681985 8753152 1690 33554432000 134512640 134731564 4294371344 18446744073709551615 134659619 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 2137 1690 276 54 0 1447 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8548

[startup+6.30111 s]
/proc/loadavg: 7.10 7.86 7.98 3/518 26555
/proc/meminfo: memFree=21509084/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7296 CPUtime=6.29 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 3809 0 2 0 629 0 0 0 25 0 1 0 808681985 7471104 1369 33554432000 134512640 134731564 4294371344 18446744073709551615 134620647 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1824 1369 276 54 0 1134 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7296

[startup+12.7008 s]
/proc/loadavg: 6.69 7.76 7.94 3/518 26555
/proc/meminfo: memFree=21510328/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=6868 CPUtime=12.69 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 4687 0 2 0 1269 0 0 0 25 0 1 0 808681985 7032832 1259 33554432000 134512640 134731564 4294371344 18446744073709551615 134620712 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1717 1259 276 54 0 1027 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6868

[startup+25.5003 s]
/proc/loadavg: 5.97 7.57 7.88 3/518 26555
/proc/meminfo: memFree=21512124/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7248 CPUtime=25.49 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 9066 0 2 0 2548 1 0 0 25 0 1 0 808681985 7421952 1383 33554432000 134512640 134731564 4294371344 18446744073709551615 134659726 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1812 1383 276 54 0 1122 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7248

[startup+51.1002 s]
/proc/loadavg: 4.41 7.04 7.69 3/518 26556
/proc/meminfo: memFree=21513064/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7108 CPUtime=51.09 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 16484 0 2 0 5107 2 0 0 25 0 1 0 808681985 7278592 1331 33554432000 134512640 134731564 4294371344 18446744073709551615 134659012 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1777 1331 276 54 0 1087 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7108

[startup+102.319 s]
/proc/loadavg: 3.04 6.26 7.39 3/518 26557
/proc/meminfo: memFree=21511308/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=5920 CPUtime=102.31 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 26959 0 2 0 10227 4 0 0 25 0 1 0 808681985 6062080 1028 33554432000 134512640 134731564 4294371344 18446744073709551615 4290044 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1480 1029 276 54 0 790 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 5920

[startup+162.3 s]
/proc/loadavg: 2.47 5.51 7.06 3/518 26559
/proc/meminfo: memFree=21508944/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=8044 CPUtime=162.3 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 40088 0 2 0 16224 6 0 0 25 0 1 0 808681985 8237056 1572 33554432000 134512640 134731564 4294371344 18446744073709551615 134673288 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 2011 1572 276 54 0 1321 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 8044

[startup+222.3 s]
/proc/loadavg: 2.21 4.88 6.75 3/518 26561
/proc/meminfo: memFree=21511644/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7508 CPUtime=222.3 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 55060 0 2 0 22222 8 0 0 25 0 1 0 808681985 7688192 1440 33554432000 134512640 134731564 4294371344 18446744073709551615 134659726 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1877 1440 276 54 0 1187 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 7508

[startup+282.3 s]
/proc/loadavg: 2.08 4.36 6.45 3/518 26562
/proc/meminfo: memFree=21511876/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=6868 CPUtime=282.3 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 71034 0 2 0 28220 10 0 0 25 0 1 0 808681985 7032832 1274 33554432000 134512640 134731564 4294371344 18446744073709551615 4290044 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1717 1274 276 54 0 1027 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 6868

[startup+342.3 s]
/proc/loadavg: 2.11 3.95 6.18 3/518 26564
/proc/meminfo: memFree=21511740/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7820 CPUtime=342.3 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 83479 0 2 0 34219 11 0 0 25 0 1 0 808681985 8007680 1526 33554432000 134512640 134731564 4294371344 18446744073709551615 134717157 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1955 1526 276 54 0 1265 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 7820

[startup+402.301 s]
/proc/loadavg: 2.04 3.59 5.91 3/518 26565
/proc/meminfo: memFree=21511972/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7148 CPUtime=402.31 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 97992 0 2 0 40218 13 0 0 25 0 1 0 808681985 7319552 1352 33554432000 134512640 134731564 4294371344 18446744073709551615 4030242 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1787 1352 276 54 0 1097 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 7148

[startup+462.301 s]
/proc/loadavg: 2.01 3.30 5.67 3/518 26567
/proc/meminfo: memFree=21511572/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7412 CPUtime=462.31 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 113863 0 2 0 46215 16 0 0 25 0 1 0 808681985 7589888 1423 33554432000 134512640 134731564 4294371344 18446744073709551615 134717451 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1853 1423 276 54 0 1163 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 7412

[startup+522.301 s]
/proc/loadavg: 2.00 3.06 5.43 3/518 26568
/proc/meminfo: memFree=21512420/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7112 CPUtime=522.31 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 127158 0 2 0 52213 18 0 0 25 0 1 0 808681985 7282688 1345 33554432000 134512640 134731564 4294371344 18446744073709551615 134668248 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1778 1345 276 54 0 1088 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 7112

[startup+582.301 s]
/proc/loadavg: 2.00 2.87 5.22 3/518 26570
/proc/meminfo: memFree=21511412/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7796 CPUtime=582.32 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 141615 0 2 0 58211 21 0 0 25 0 1 0 808681985 7983104 1508 33554432000 134512640 134731564 4294371344 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1949 1508 276 54 0 1259 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 7796

[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=26554] ppid=26552 vsize=7776 CPUtime=4002.48 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 934421 0 2 0 400108 140 0 0 25 0 1 0 808681985 7962624 1515 33554432000 134512640 134731564 4294371344 18446744073709551615 134720014 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1944 1515 276 54 0 1254 0
Current children cumulated CPU time (s) 4002.48
Current children cumulated vsize (KiB) 7776

[startup+4062.32 s]
/proc/loadavg: 2.00 2.00 2.07 3/518 26675
/proc/meminfo: memFree=21512204/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=8080 CPUtime=4062.49 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 946763 0 2 0 406108 141 0 0 25 0 1 0 808681985 8273920 1576 33554432000 134512640 134731564 4294371344 18446744073709551615 134659010 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 2020 1576 276 54 0 1330 0
Current children cumulated CPU time (s) 4062.49
Current children cumulated vsize (KiB) 8080

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/518 26677
/proc/meminfo: memFree=21513660/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=6980 CPUtime=4122.48 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 963097 0 2 0 412105 143 0 0 25 0 1 0 808681985 7147520 1291 33554432000 134512640 134731564 4294371344 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1745 1291 276 54 0 1055 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 6980

[startup+4182.3 s]
/proc/loadavg: 2.12 2.03 2.07 3/518 26678
/proc/meminfo: memFree=21510288/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=8208 CPUtime=4182.48 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 975342 0 2 0 418103 145 0 0 25 0 1 0 808681985 8404992 1603 33554432000 134512640 134731564 4294371344 18446744073709551615 134659702 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 2052 1603 276 54 0 1362 0
Current children cumulated CPU time (s) 4182.48
Current children cumulated vsize (KiB) 8208

[startup+4242.3 s]
/proc/loadavg: 2.04 2.02 2.06 3/518 26680
/proc/meminfo: memFree=21512008/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7244 CPUtime=4242.49 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 989948 0 2 0 424101 148 0 0 25 0 1 0 808681985 7417856 1364 33554432000 134512640 134731564 4294371344 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1811 1364 276 54 0 1121 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 7244

[startup+4302.3 s]
/proc/loadavg: 2.01 2.02 2.06 3/518 26681
/proc/meminfo: memFree=21512112/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7904 CPUtime=4302.49 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 1004182 0 2 0 430099 150 0 0 25 0 1 0 808681985 8093696 1539 33554432000 134512640 134731564 4294371344 18446744073709551615 134720319 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1976 1539 276 54 0 1286 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 7904

[startup+4362.3 s]
/proc/loadavg: 2.12 2.04 2.06 3/518 26683
/proc/meminfo: memFree=21511968/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7956 CPUtime=4362.49 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 1017995 0 2 0 436097 152 0 0 25 0 1 0 808681985 8146944 1536 33554432000 134512640 134731564 4294371344 18446744073709551615 4030318 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1989 1536 276 54 0 1299 0
Current children cumulated CPU time (s) 4362.49
Current children cumulated vsize (KiB) 7956

[startup+4422.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/518 26685
/proc/meminfo: memFree=21511948/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7252 CPUtime=4422.49 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 1031716 0 2 0 442095 154 0 0 25 0 1 0 808681985 7426048 1379 33554432000 134512640 134731564 4294371344 18446744073709551615 134659722 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1813 1379 276 54 0 1123 0
Current children cumulated CPU time (s) 4422.49
Current children cumulated vsize (KiB) 7252

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/518 26686
/proc/meminfo: memFree=21513664/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7172 CPUtime=4482.5 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 1045982 0 2 0 448094 156 0 0 25 0 1 0 808681985 7344128 1339 33554432000 134512640 134731564 4294371344 18446744073709551615 134722549 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1793 1339 276 54 0 1103 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 7172

[startup+4542.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/518 26688
/proc/meminfo: memFree=21512404/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7636 CPUtime=4542.5 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 1061386 0 2 0 454091 159 0 0 25 0 1 0 808681985 7819264 1480 33554432000 134512640 134731564 4294371344 18446744073709551615 134614655 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1909 1480 276 54 0 1219 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 7636

[startup+4602.3 s]
/proc/loadavg: 2.03 2.03 2.04 3/518 26689
/proc/meminfo: memFree=21511260/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7916 CPUtime=4602.52 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 1075275 0 2 0 460091 161 0 0 25 0 1 0 808681985 8105984 1521 33554432000 134512640 134731564 4294371344 18446744073709551615 4319172 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1979 1521 276 54 0 1289 0
Current children cumulated CPU time (s) 4602.52
Current children cumulated vsize (KiB) 7916

[startup+4662.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/518 26691
/proc/meminfo: memFree=21511588/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7300 CPUtime=4662.5 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 1086932 0 2 0 466088 162 0 0 25 0 1 0 808681985 7475200 1368 33554432000 134512640 134731564 4294371344 18446744073709551615 134717118 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1825 1368 276 54 0 1135 0
Current children cumulated CPU time (s) 4662.5
Current children cumulated vsize (KiB) 7300

[startup+4722.32 s]
/proc/loadavg: 2.07 2.04 2.04 3/518 26693
/proc/meminfo: memFree=21512184/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7240 CPUtime=4722.53 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 1100778 0 2 0 472088 165 0 0 25 0 1 0 808681985 7413760 1354 33554432000 134512640 134731564 4294371344 18446744073709551615 134715840 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1810 1354 276 54 0 1120 0
Current children cumulated CPU time (s) 4722.53
Current children cumulated vsize (KiB) 7240

[startup+4782.3 s]
/proc/loadavg: 2.02 2.03 2.04 3/518 26694
/proc/meminfo: memFree=21512780/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=7548 CPUtime=4782.52 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 1113454 0 2 0 478084 168 0 0 25 0 1 0 808681985 7729152 1456 33554432000 134512640 134731564 4294371344 18446744073709551615 134659337 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1887 1456 276 54 0 1197 0
Current children cumulated CPU time (s) 4782.52
Current children cumulated vsize (KiB) 7548

[startup+4842.3 s]
/proc/loadavg: 2.01 2.02 2.03 3/518 26696
/proc/meminfo: memFree=21510900/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=8032 CPUtime=4842.51 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 1125859 0 2 0 484082 169 0 0 25 0 1 0 808681985 8224768 1555 33554432000 134512640 134731564 4294371344 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 2008 1555 276 54 0 1318 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 8032

[startup+4902.3 s]
/proc/loadavg: 2.03 2.03 2.03 3/518 26697
/proc/meminfo: memFree=21511500/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=8428 CPUtime=4902.52 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 1140709 0 2 0 490081 171 0 0 25 0 1 0 808681985 8630272 1651 33554432000 134512640 134731564 4294371344 18446744073709551615 134720146 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 2107 1651 276 54 0 1417 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 8428

[startup+4962.3 s]
/proc/loadavg: 2.01 2.02 2.02 3/518 26699
/proc/meminfo: memFree=21511356/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=9104 CPUtime=4962.52 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 1154599 0 2 0 496079 173 0 0 25 0 1 0 808681985 9322496 1806 33554432000 134512640 134731564 4294371344 18446744073709551615 134659508 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 2276 1806 276 54 0 1586 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 9104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.00 2.02 2.02 3/518 26700
/proc/meminfo: memFree=21513572/32950928 swapFree=34259960/67111528
[pid=26554] ppid=26552 vsize=6716 CPUtime=5000.04 cores=1,3,5,7
/proc/26554/stat : 26554 (MPhaseSAT) R 26552 26554 26516 0 -1 4202496 1162910 0 2 0 499830 174 0 0 25 0 1 0 808681985 6877184 1242 33554432000 134512640 134731564 4294371344 18446744073709551615 134629710 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/26554/statm: 1679 1242 276 54 0 989 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 6716

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.82
CPU time (s): 5000.05
CPU user time (s): 4998.3
CPU system time (s): 1.74773
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 10444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.3
system time used= 1.74773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1162910
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 8084

runsolver used 23.8094 second user time and 58.0352 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 26b9098de258b0434de90e744962df46
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:      21520632 kB
Buffers:        297880 kB
Cached:        3328344 kB
SwapCached:     123164 kB
Active:          37820 kB
Inactive:     11063756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21520632 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:            1600 kB
Writeback:           0 kB
AnonPages:     7377712 kB
Mapped:          18360 kB
Slab:           135848 kB
PageTables:     117728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173105280 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