Trace number 3375661

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
MPhaseSAT64 2011-05-14 (fixed)? (TO) 1300.04 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes1.cnf
MD5SUM836d368f7cf78173b8e7f8b131296e2f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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

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

running on 2 cores: 5,7

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.94 5.34 6.80 4/378 17887
/proc/meminfo: memFree=18142436/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=17076 CPUtime=0.01 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 491 0 0 0 1 0 0 0 24 0 1 0 734968117 17485824 432 33554432000 4194304 4479436 140734714060192 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 4269 432 267 70 0 1389 0

[startup+0.070986 s]
/proc/loadavg: 3.94 5.34 6.80 4/378 17887
/proc/meminfo: memFree=18142436/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=17076 CPUtime=0.06 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 1111 0 0 0 6 0 0 0 24 0 1 0 734968117 17485824 1052 33554432000 4194304 4479436 140734714060192 18446744073709551615 224284925696 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 4269 1053 267 70 0 1389 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17076

[startup+0.100991 s]
/proc/loadavg: 3.94 5.34 6.80 4/378 17887
/proc/meminfo: memFree=18142436/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=17072 CPUtime=0.09 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 1420 0 0 0 9 0 0 0 24 0 1 0 734968117 17481728 1360 33554432000 4194304 4479436 140734714060192 18446744073709551615 4261491 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 4268 1360 273 70 0 1388 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17072

[startup+0.300944 s]
/proc/loadavg: 3.94 5.34 6.80 4/378 17887
/proc/meminfo: memFree=18142436/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=28236 CPUtime=0.29 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 8343 0 0 0 28 1 0 0 25 0 1 0 734968117 28913664 4184 33554432000 4194304 4479436 140734714060192 18446744073709551615 4395987 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 7059 4184 310 70 0 4179 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28236

[startup+0.700876 s]
/proc/loadavg: 3.94 5.34 6.80 4/378 17887
/proc/meminfo: memFree=18142436/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=28236 CPUtime=0.69 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 8344 0 0 0 68 1 0 0 25 0 1 0 734968117 28913664 4185 33554432000 4194304 4479436 140734714060192 18446744073709551615 4304595 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 7059 4185 311 70 0 4179 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28236

[startup+1.50074 s]
/proc/loadavg: 3.94 5.34 6.80 5/379 17888
/proc/meminfo: memFree=18124084/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=28236 CPUtime=1.49 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 8344 0 0 0 148 1 0 0 25 0 1 0 734968117 28913664 4185 33554432000 4194304 4479436 140734714060192 18446744073709551615 4304920 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 7059 4185 311 70 0 4179 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28236

[startup+3.10048 s]
/proc/loadavg: 3.94 5.34 6.80 5/379 17888
/proc/meminfo: memFree=18115280/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=33204 CPUtime=3.09 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 9847 0 0 0 308 1 0 0 25 0 1 0 734968117 34000896 5688 33554432000 4194304 4479436 140734714060192 18446744073709551615 4339545 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 8301 5688 317 70 0 5421 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33204

[startup+6.30095 s]
/proc/loadavg: 4.03 5.34 6.79 5/379 17888
/proc/meminfo: memFree=18108464/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=38580 CPUtime=6.29 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 10680 0 0 0 628 1 0 0 25 0 1 0 734968117 39505920 6521 33554432000 4194304 4479436 140734714060192 18446744073709551615 4384878 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 9645 6521 317 70 0 6765 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38580

[startup+12.7009 s]
/proc/loadavg: 4.03 5.31 6.78 5/379 17888
/proc/meminfo: memFree=18102228/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=42364 CPUtime=12.69 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 11626 0 0 0 1268 1 0 0 25 0 1 0 734968117 43380736 7467 33554432000 4194304 4479436 140734714060192 18446744073709551615 4452148 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 10591 7467 317 70 0 7711 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42364

[startup+25.5007 s]
/proc/loadavg: 4.02 5.25 6.73 5/379 17888
/proc/meminfo: memFree=18093436/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=46232 CPUtime=25.5 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 12733 0 0 0 2548 2 0 0 25 0 1 0 734968117 47341568 8574 33554432000 4194304 4479436 140734714060192 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 11558 8574 317 70 0 8678 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 46232

[startup+51.1005 s]
/proc/loadavg: 4.01 5.15 6.66 5/379 17890
/proc/meminfo: memFree=18084828/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=48868 CPUtime=51.09 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 16850 0 0 0 5107 2 0 0 25 0 1 0 734968117 50040832 9613 33554432000 4194304 4479436 140734714060192 18446744073709551615 4450999 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 12217 9613 326 70 0 9337 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 48868

[startup+102.314 s]
/proc/loadavg: 4.00 4.97 6.52 5/379 17890
/proc/meminfo: memFree=18063464/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=52964 CPUtime=102.31 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 17874 0 0 0 10229 2 0 0 25 0 1 0 734968117 54235136 10637 33554432000 4194304 4479436 140734714060192 18446744073709551615 4346863 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 13241 10637 326 70 0 10361 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 52964

[startup+162.301 s]
/proc/loadavg: 4.00 4.79 6.35 5/379 17919
/proc/meminfo: memFree=18050236/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=63204 CPUtime=162.29 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 20434 0 0 0 16227 2 0 0 25 0 1 0 734968117 64720896 13197 33554432000 4194304 4479436 140734714060192 18446744073709551615 4306818 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 15801 13197 326 70 0 12921 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 63204

[startup+222.301 s]
/proc/loadavg: 4.00 4.64 6.20 5/379 17921
/proc/meminfo: memFree=18004308/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=75492 CPUtime=222.29 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 23506 0 0 0 22227 2 0 0 25 0 1 0 734968117 77303808 16269 33554432000 4194304 4479436 140734714060192 18446744073709551615 4340720 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 18873 16269 326 70 0 15993 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 75492

[startup+282.301 s]
/proc/loadavg: 4.25 4.60 6.09 5/379 17923
/proc/meminfo: memFree=18005892/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=75492 CPUtime=282.29 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 23506 0 0 0 28227 2 0 0 25 0 1 0 734968117 77303808 16269 33554432000 4194304 4479436 140734714060192 18446744073709551615 4306999 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 18873 16269 326 70 0 15993 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 75492

[startup+342.301 s]
/proc/loadavg: 4.17 4.52 5.97 5/379 17925
/proc/meminfo: memFree=17973600/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=83688 CPUtime=342.29 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 27603 0 0 0 34226 3 0 0 25 0 1 0 734968117 85696512 18318 33554432000 4194304 4479436 140734714060192 18446744073709551615 4450912 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 20922 18318 326 70 0 18042 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 83688

[startup+402.301 s]
/proc/loadavg: 4.17 4.45 5.85 5/379 17925
/proc/meminfo: memFree=17967488/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=91880 CPUtime=402.3 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 33747 0 0 0 40226 4 0 0 25 0 1 0 734968117 94085120 20366 33554432000 4194304 4479436 140734714060192 18446744073709551615 4451917 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 22970 20366 326 70 0 20090 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 91880

[startup+462.301 s]
/proc/loadavg: 4.11 4.38 5.74 5/379 17927
/proc/meminfo: memFree=17951320/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=100072 CPUtime=462.3 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 37843 0 0 0 46225 5 0 0 25 0 1 0 734968117 102473728 22414 33554432000 4194304 4479436 140734714060192 18446744073709551615 4452419 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 25018 22414 326 70 0 22138 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 100072

[startup+522.301 s]
/proc/loadavg: 4.04 4.31 5.63 5/379 17929
/proc/meminfo: memFree=17943576/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=100072 CPUtime=522.3 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 37843 0 0 0 52225 5 0 0 25 0 1 0 734968117 102473728 22414 33554432000 4194304 4479436 140734714060192 18446744073709551615 4451085 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 25018 22414 326 70 0 22138 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 100072

[startup+582.301 s]
/proc/loadavg: 4.01 4.25 5.52 5/379 17931
/proc/meminfo: memFree=17942788/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=91880 CPUtime=582.3 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 37843 0 0 0 58225 5 0 0 25 0 1 0 734968117 94085120 20366 33554432000 4194304 4479436 140734714060192 18446744073709551615 4450999 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 22970 20366 326 70 0 20090 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 91880

[startup+642.301 s]
/proc/loadavg: 4.00 4.20 5.42 5/379 17933
/proc/meminfo: memFree=17918304/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=108264 CPUtime=642.31 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 41939 0 0 0 64226 5 0 0 25 0 1 0 734968117 110862336 24462 33554432000 4194304 4479436 140734714060192 18446744073709551615 4380298 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 27066 24462 326 70 0 24186 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 108264

[startup+702.301 s]
/proc/loadavg: 4.00 4.16 5.33 5/379 17933
/proc/meminfo: memFree=17918504/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=108264 CPUtime=702.3 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 41939 0 0 0 70225 5 0 0 25 0 1 0 734968117 110862336 24462 33554432000 4194304 4479436 140734714060192 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 27066 24462 326 70 0 24186 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 108264

[startup+762.314 s]
/proc/loadavg: 4.00 4.13 5.25 5/379 17935
/proc/meminfo: memFree=17917960/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=100072 CPUtime=762.31 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 43987 0 0 0 76226 5 0 0 25 0 1 0 734968117 102473728 22414 33554432000 4194304 4479436 140734714060192 18446744073709551615 4340187 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 25018 22414 326 70 0 22138 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 100072

[startup+822.301 s]
/proc/loadavg: 4.11 4.13 5.18 5/379 17937
/proc/meminfo: memFree=17918668/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=108264 CPUtime=822.3 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 46035 0 0 0 82224 6 0 0 25 0 1 0 734968117 110862336 24462 33554432000 4194304 4479436 140734714060192 18446744073709551615 4451947 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 27066 24462 326 70 0 24186 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 108264

[startup+882.301 s]
/proc/loadavg: 4.26 4.17 5.12 5/379 17939
/proc/meminfo: memFree=17926076/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=100072 CPUtime=882.3 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 48083 0 0 0 88224 6 0 0 25 0 1 0 734968117 102473728 22414 33554432000 4194304 4479436 140734714060192 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 25018 22414 326 70 0 22138 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 100072

[startup+942.301 s]
/proc/loadavg: 4.15 4.15 5.05 5/379 17941
/proc/meminfo: memFree=17918964/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=108264 CPUtime=942.3 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 50131 0 0 0 94224 6 0 0 25 0 1 0 734968117 110862336 24462 33554432000 4194304 4479436 140734714060192 18446744073709551615 4450933 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 27066 24462 326 70 0 24186 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 108264

[startup+1002.3 s]
/proc/loadavg: 4.12 4.14 4.99 5/379 17969
/proc/meminfo: memFree=17937976/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=108264 CPUtime=1002.3 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 52179 0 0 0 100224 6 0 0 25 0 1 0 734968117 110862336 24462 33554432000 4194304 4479436 140734714060192 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 27066 24462 326 70 0 24186 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 108264

[startup+1062.3 s]
/proc/loadavg: 4.04 4.11 4.92 5/379 17971
/proc/meminfo: memFree=17935464/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=108264 CPUtime=1062.3 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 54227 0 0 0 106224 6 0 0 25 0 1 0 734968117 110862336 24462 33554432000 4194304 4479436 140734714060192 18446744073709551615 4452004 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 27066 24462 326 70 0 24186 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 108264

[startup+1122.3 s]
/proc/loadavg: 4.01 4.09 4.86 5/379 17973
/proc/meminfo: memFree=17943376/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=100072 CPUtime=1122.3 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 54227 0 0 0 112224 6 0 0 25 0 1 0 734968117 102473728 22414 33554432000 4194304 4479436 140734714060192 18446744073709551615 4306935 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 25018 22414 326 70 0 22138 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 100072

[startup+1182.3 s]
/proc/loadavg: 4.00 4.07 4.81 5/379 17975
/proc/meminfo: memFree=17926956/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=108264 CPUtime=1182.31 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 60371 0 0 0 118224 7 0 0 25 0 1 0 734968117 110862336 24462 33554432000 4194304 4479436 140734714060192 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 27066 24462 326 70 0 24186 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 108264

[startup+1242.3 s]
/proc/loadavg: 4.00 4.05 4.75 5/379 17977
/proc/meminfo: memFree=17924304/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=108264 CPUtime=1242.31 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 60371 0 0 0 124224 7 0 0 25 0 1 0 734968117 110862336 24462 33554432000 4194304 4479436 140734714060192 18446744073709551615 4451889 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 27066 24462 326 70 0 24186 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 108264



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 4.02 4.70 5/379 18005
/proc/meminfo: memFree=18009296/32951124 swapFree=45193364/67111528
[pid=17887] ppid=17885 vsize=108264 CPUtime=1300.02 cores=5,7
/proc/17887/stat : 17887 (MPhaseSAT64) R 17885 17887 17657 0 -1 4202496 60371 0 0 0 129995 7 0 0 25 0 1 0 734968117 110862336 24462 33554432000 4194304 4479436 140734714060192 18446744073709551615 4382513 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17887/statm: 27066 24462 326 70 0 24186 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 108264

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.02
CPU time (s): 1300.04
CPU user time (s): 1299.95
CPU system time (s): 0.081987
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 108264

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

runsolver used 4.56331 second user time and 10.8184 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 10:16:15
IDJOB=3375661
IDBENCH=71385
IDSOLVER=1855
FILE ID=node118/3375661-1305447374
RUNJOBID= node118-1305447067-17678
PBS_JOBID= 13324868
Free space on /tmp= 73320 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes1.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375661-1305447374/watcher-3375661-1305447374 -o /tmp/evaluation-result-3375661-1305447374/solver-3375661-1305447374 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375661-1305447374.cnf

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

MD5SUM BENCH= 836d368f7cf78173b8e7f8b131296e2f
RANDOM SEED=1815049163

node118.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.842
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.68
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.842
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.842
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.74
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.842
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.75
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18142468 kB
Buffers:        288268 kB
Cached:        4444588 kB
SwapCached:      22084 kB
Active:       11873588 kB
Inactive:      2630600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18142468 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:            6992 kB
Writeback:           0 kB
AnonPages:     9762648 kB
Mapped:          16168 kB
Slab:           147760 kB
PageTables:      90444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88773640 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= 73320 MiB
End job on node118 at 2011-05-15 10:37:57