Trace number 3259148

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) 1300.04 1300.01

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g2.cnf
MD5SUM791cdb75c1a209efd7f7547f06e0fed9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1235.8
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: 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-3259148-1303504236/watcher-3259148-1303504236 -o /tmp/evaluation-result-3259148-1303504236/solver-3259148-1303504236 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3259148-1303504236.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.07 3.74 2.98 2/179 32313
/proc/meminfo: memFree=22079472/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=4336 CPUtime=0 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 336 0 0 0 0 0 0 0 21 0 1 0 194614863 4440064 277 33554432000 134512640 134829744 4289942768 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1084 277 225 78 0 370 0

[startup+0.0167351 s]
/proc/loadavg: 3.07 3.74 2.98 2/179 32313
/proc/meminfo: memFree=22079472/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=4336 CPUtime=0.01 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 402 0 0 0 1 0 0 0 21 0 1 0 194614863 4440064 343 33554432000 134512640 134829744 4289942768 18446744073709551615 5389309 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1084 343 225 78 0 370 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4336

[startup+0.100709 s]
/proc/loadavg: 3.07 3.74 2.98 2/179 32313
/proc/meminfo: memFree=22079472/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=7276 CPUtime=0.09 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 1666 0 0 0 9 0 0 0 21 0 1 0 194614863 7450624 1335 33554432000 134512640 134829744 4289942768 18446744073709551615 5441500 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1819 1335 261 78 0 1105 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7276

[startup+0.300675 s]
/proc/loadavg: 3.07 3.74 2.98 2/179 32313
/proc/meminfo: memFree=22079472/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=8380 CPUtime=0.29 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 1950 0 0 0 29 0 0 0 22 0 1 0 194614863 8581120 1618 33554432000 134512640 134829744 4289942768 18446744073709551615 134720811 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 2095 1618 279 78 0 1381 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8380

[startup+0.700602 s]
/proc/loadavg: 3.07 3.74 2.98 2/179 32313
/proc/meminfo: memFree=22079472/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6908 CPUtime=0.69 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 2428 0 0 0 69 0 0 0 24 0 1 0 194614863 7073792 1266 33554432000 134512640 134829744 4289942768 18446744073709551615 134723571 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1727 1266 279 78 0 1013 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6908

[startup+1.50046 s]
/proc/loadavg: 3.07 3.74 2.98 4/185 32324
/proc/meminfo: memFree=22069228/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=7436 CPUtime=1.49 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 2543 0 0 0 149 0 0 0 25 0 1 0 194614863 7614464 1381 33554432000 134512640 134829744 4289942768 18446744073709551615 134620655 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1859 1381 279 78 0 1145 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7436

[startup+3.10018 s]
/proc/loadavg: 3.07 3.74 2.98 4/185 32324
/proc/meminfo: memFree=22067368/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=7964 CPUtime=3.09 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 2675 0 0 0 309 0 0 0 25 0 1 0 194614863 8155136 1513 33554432000 134512640 134829744 4289942768 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1991 1513 279 78 0 1277 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7964

[startup+6.30061 s]
/proc/loadavg: 3.14 3.74 2.99 5/190 32334
/proc/meminfo: memFree=22060944/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6660 CPUtime=6.29 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 3522 0 0 0 629 0 0 0 25 0 1 0 194614863 6819840 1213 33554432000 134512640 134829744 4289942768 18446744073709551615 134661626 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1665 1213 279 78 0 951 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6660

[startup+12.7005 s]
/proc/loadavg: 3.21 3.75 3.00 5/190 32334
/proc/meminfo: memFree=22061416/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=7200 CPUtime=12.69 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 4151 0 0 0 1269 0 0 0 25 0 1 0 194614863 7372800 1338 33554432000 134512640 134829744 4289942768 18446744073709551615 134620707 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1800 1338 279 78 0 1086 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7200

[startup+25.5002 s]
/proc/loadavg: 3.39 3.76 3.01 5/190 32334
/proc/meminfo: memFree=22055700/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=8460 CPUtime=25.49 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 6812 0 0 0 2549 0 0 0 25 0 1 0 194614863 8663040 1646 33554432000 134512640 134829744 4289942768 18446744073709551615 134661814 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 2115 1646 279 78 0 1401 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8460

[startup+51.1007 s]
/proc/loadavg: 3.59 3.78 3.03 5/190 32335
/proc/meminfo: memFree=22057876/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6804 CPUtime=51.09 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 13945 0 0 0 5108 1 0 0 25 0 1 0 194614863 6967296 1243 33554432000 134512640 134829744 4289942768 18446744073709551615 134723919 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1701 1243 279 78 0 987 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 6804

[startup+102.307 s]
/proc/loadavg: 3.82 3.81 3.08 5/190 32336
/proc/meminfo: memFree=22054140/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6664 CPUtime=102.29 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 27733 0 0 0 10226 3 0 0 25 0 1 0 194614863 6823936 1206 33554432000 134512640 134829744 4289942768 18446744073709551615 134620936 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1666 1206 279 78 0 952 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 6664

[startup+162.3 s]
/proc/loadavg: 3.93 3.84 3.14 5/190 32338
/proc/meminfo: memFree=22050888/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=7100 CPUtime=162.29 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 41479 0 0 0 16223 6 0 0 25 0 1 0 194614863 7270400 1305 33554432000 134512640 134829744 4289942768 18446744073709551615 134658073 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1775 1305 279 78 0 1061 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 7100

[startup+222.301 s]
/proc/loadavg: 4.02 3.88 3.19 5/190 32340
/proc/meminfo: memFree=22045040/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6676 CPUtime=222.3 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 57624 0 0 0 22222 8 0 0 25 0 1 0 194614863 6836224 1216 33554432000 134512640 134829744 4289942768 18446744073709551615 134661109 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1669 1216 279 78 0 955 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 6676

[startup+282.301 s]
/proc/loadavg: 4.00 3.90 3.24 5/190 32341
/proc/meminfo: memFree=22042044/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6456 CPUtime=282.29 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 73969 0 0 0 28219 10 0 0 25 0 1 0 194614863 6610944 1139 33554432000 134512640 134829744 4289942768 18446744073709551615 5410046 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1614 1139 279 78 0 900 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 6456

[startup+342.3 s]
/proc/loadavg: 4.00 3.92 3.29 5/190 32370
/proc/meminfo: memFree=22019440/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6420 CPUtime=342.29 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 91672 0 0 0 34216 13 0 0 25 0 1 0 194614863 6574080 1124 33554432000 134512640 134829744 4289942768 18446744073709551615 134678494 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1605 1124 279 78 0 891 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 6420

[startup+402.301 s]
/proc/loadavg: 4.05 3.94 3.33 5/190 32371
/proc/meminfo: memFree=22014020/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6436 CPUtime=402.3 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 109109 0 0 0 40214 16 0 0 25 0 1 0 194614863 6590464 1140 33554432000 134512640 134829744 4289942768 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1609 1140 279 78 0 895 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 6436

[startup+462.3 s]
/proc/loadavg: 4.02 3.95 3.37 5/190 32373
/proc/meminfo: memFree=22004960/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6956 CPUtime=462.3 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 126942 0 0 0 46211 19 0 0 25 0 1 0 194614863 7122944 1268 33554432000 134512640 134829744 4289942768 18446744073709551615 134657320 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1739 1268 279 78 0 1025 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 6956

[startup+522.301 s]
/proc/loadavg: 4.00 3.95 3.41 5/190 32375
/proc/meminfo: memFree=21996004/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6304 CPUtime=522.3 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 143232 0 0 0 52208 22 0 0 25 0 1 0 194614863 6455296 1116 33554432000 134512640 134829744 4289942768 18446744073709551615 5152625 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1576 1116 279 78 0 862 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 6304

[startup+582.3 s]
/proc/loadavg: 4.00 3.96 3.44 5/190 32376
/proc/meminfo: memFree=21991032/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6928 CPUtime=582.3 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 161926 0 0 0 58205 25 0 0 25 0 1 0 194614863 7094272 1268 33554432000 134512640 134829744 4289942768 18446744073709551615 134624840 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1732 1268 279 78 0 1018 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 6928

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.47 5/190 32378
/proc/meminfo: memFree=21988040/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6048 CPUtime=642.31 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 178748 0 0 0 64204 27 0 0 25 0 1 0 194614863 6193152 1045 33554432000 134512640 134829744 4289942768 18446744073709551615 134721224 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1512 1045 279 78 0 798 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 6048

[startup+702.301 s]
/proc/loadavg: 4.00 3.97 3.50 5/190 32379
/proc/meminfo: memFree=21982444/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6840 CPUtime=702.31 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 195896 0 0 0 70201 30 0 0 25 0 1 0 194614863 7004160 1258 33554432000 134512640 134829744 4289942768 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1710 1258 279 78 0 996 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 6840

[startup+762.306 s]
/proc/loadavg: 4.06 3.99 3.54 5/190 32381
/proc/meminfo: memFree=21978332/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6804 CPUtime=762.32 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 210553 0 0 0 76200 32 0 0 25 0 1 0 194614863 6967296 1224 33554432000 134512640 134829744 4289942768 18446744073709551615 134661368 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1701 1224 279 78 0 987 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 6804

[startup+822.301 s]
/proc/loadavg: 4.02 3.99 3.56 5/190 32383
/proc/meminfo: memFree=21965796/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6396 CPUtime=822.31 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 224049 0 0 0 82196 35 0 0 25 0 1 0 194614863 6549504 1138 33554432000 134512640 134829744 4289942768 18446744073709551615 5441500 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1599 1138 279 78 0 885 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 6396

[startup+882.3 s]
/proc/loadavg: 4.01 3.99 3.59 5/190 32384
/proc/meminfo: memFree=21964900/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6924 CPUtime=882.31 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 236014 0 0 0 88195 36 0 0 25 0 1 0 194614863 7090176 1277 33554432000 134512640 134829744 4289942768 18446744073709551615 5152503 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1731 1277 279 78 0 1017 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 6924

[startup+942.301 s]
/proc/loadavg: 4.07 4.00 3.62 5/190 32386
/proc/meminfo: memFree=21964396/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=7056 CPUtime=942.31 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 248425 0 0 0 94193 38 0 0 25 0 1 0 194614863 7225344 1301 33554432000 134512640 134829744 4289942768 18446744073709551615 134632827 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1764 1301 279 78 0 1050 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 7056

[startup+1002.3 s]
/proc/loadavg: 4.02 4.00 3.64 5/190 32387
/proc/meminfo: memFree=21961404/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6568 CPUtime=1002.31 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 260537 0 0 0 100191 40 0 0 25 0 1 0 194614863 6725632 1163 33554432000 134512640 134829744 4289942768 18446744073709551615 134657910 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1642 1163 279 78 0 928 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 6568

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.66 5/190 32389
/proc/meminfo: memFree=21962640/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6528 CPUtime=1062.31 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 274756 0 0 0 106189 42 0 0 25 0 1 0 194614863 6684672 1172 33554432000 134512640 134829744 4289942768 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1632 1172 279 78 0 918 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 6528

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/190 32391
/proc/meminfo: memFree=21959388/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=7720 CPUtime=1122.31 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 290049 0 0 0 112186 45 0 0 25 0 1 0 194614863 7905280 1475 33554432000 134512640 134829744 4289942768 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1930 1475 279 78 0 1216 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 7720

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.69 5/190 32392
/proc/meminfo: memFree=21957640/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=7060 CPUtime=1182.32 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 302549 0 0 0 118185 47 0 0 25 0 1 0 194614863 7229440 1315 33554432000 134512640 134829744 4289942768 18446744073709551615 134722607 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1765 1315 279 78 0 1051 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 7060

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/190 32394
/proc/meminfo: memFree=21957500/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=6444 CPUtime=1242.32 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 317698 0 0 0 124182 50 0 0 25 0 1 0 194614863 6598656 1144 33554432000 134512640 134829744 4289942768 18446744073709551615 134630856 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1611 1144 279 78 0 897 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 6444



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 3.98 3.72 4/185 32413
/proc/meminfo: memFree=22028804/32951124 swapFree=67111528/67111528
[pid=32313] ppid=32311 vsize=7108 CPUtime=1300.03 cores=1,3
/proc/32313/stat : 32313 (MPhaseSAT_M) R 32311 32313 32125 0 -1 4202496 334111 0 0 0 129950 53 0 0 25 0 1 0 194614863 7278592 1326 33554432000 134512640 134829744 4289942768 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32313/statm: 1777 1326 279 78 0 1063 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 7108

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): 1300.04
CPU user time (s): 1299.5
CPU system time (s): 0.534918
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 8620

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

runsolver used 2.10368 second user time and 4.79327 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-22 22:30:36
IDJOB=3259148
IDBENCH=71514
IDSOLVER=1522
FILE ID=node107/3259148-1303504236
RUNJOBID= node107-1303502918-32145
PBS_JOBID= 13134226
Free space on /tmp= 72188 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g2.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259148-1303504236/watcher-3259148-1303504236 -o /tmp/evaluation-result-3259148-1303504236/solver-3259148-1303504236 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3259148-1303504236.cnf

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

MD5SUM BENCH= 791cdb75c1a209efd7f7547f06e0fed9
RANDOM SEED=1677961451

node107.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.829
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.65
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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.67
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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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	: 5359.47
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.829
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.829
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:      22079736 kB
Buffers:       1740564 kB
Cached:        8570344 kB
SwapCached:          0 kB
Active:        6989068 kB
Inactive:      3412084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22079736 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4832 kB
Writeback:           0 kB
AnonPages:       89820 kB
Mapped:          16184 kB
Slab:           406540 kB
PageTables:       4928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   236116 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= 72188 MiB
End job on node107 at 2011-04-22 22:52:18