Trace number 3265616

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.02 1300.01

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn009.shuffled-as.sat05-3849.cnf
MD5SUMf2a1eb7937a7cda114ce344a30ca1145
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark824.93
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.72 3.93 3.85 5/186 6864
/proc/meminfo: memFree=16227052/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=11800 CPUtime=0 cores=0,2
/proc/6864/stat : 6864 (runsolver) R 6862 6864 5803 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 469142100 12083200 51 33554432000 4194304 5434984 140737287843200 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/6864/statm: 2950 51 31 303 0 2644 0

[startup+0.102818 s]
/proc/loadavg: 3.72 3.93 3.85 5/186 6864
/proc/meminfo: memFree=16227052/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=6792 CPUtime=0.09 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 1815 0 0 0 9 0 0 0 25 0 1 0 469142100 6955008 1235 33554432000 134512640 134829744 4293320608 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 1698 1235 264 78 0 984 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6792

[startup+0.200784 s]
/proc/loadavg: 3.72 3.93 3.85 5/186 6864
/proc/meminfo: memFree=16227052/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=6924 CPUtime=0.19 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 1843 0 0 0 19 0 0 0 25 0 1 0 469142100 7090176 1263 33554432000 134512640 134829744 4293320608 18446744073709551615 12053881 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 1731 1263 268 78 0 1017 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6924

[startup+0.30078 s]
/proc/loadavg: 3.72 3.93 3.85 5/186 6864
/proc/meminfo: memFree=16227052/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=6924 CPUtime=0.29 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 1843 0 0 0 29 0 0 0 25 0 1 0 469142100 7090176 1263 33554432000 134512640 134829744 4293320608 18446744073709551615 134621307 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 1731 1263 268 78 0 1017 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6924

[startup+0.700709 s]
/proc/loadavg: 3.72 3.93 3.85 5/186 6864
/proc/meminfo: memFree=16227052/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=7056 CPUtime=0.69 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 1869 0 0 0 69 0 0 0 25 0 1 0 469142100 7225344 1289 33554432000 134512640 134829744 4293320608 18446744073709551615 134620888 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 1764 1289 268 78 0 1050 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7056

[startup+1.50058 s]
/proc/loadavg: 3.72 3.93 3.85 5/190 6871
/proc/meminfo: memFree=16192748/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=7324 CPUtime=1.49 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 1926 0 0 0 149 0 0 0 25 0 1 0 469142100 7499776 1346 33554432000 134512640 134829744 4293320608 18446744073709551615 134620888 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 1831 1346 268 78 0 1117 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7324

[startup+3.10029 s]
/proc/loadavg: 3.72 3.93 3.85 5/190 6871
/proc/meminfo: memFree=16039600/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=7456 CPUtime=3.09 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 1978 0 0 0 309 0 0 0 25 0 1 0 469142100 7634944 1398 33554432000 134512640 134829744 4293320608 18446744073709551615 134661368 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 1864 1398 268 78 0 1150 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7456

[startup+6.30068 s]
/proc/loadavg: 3.74 3.93 3.86 5/190 6871
/proc/meminfo: memFree=15983536/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=7852 CPUtime=6.29 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 2079 0 0 0 629 0 0 0 25 0 1 0 469142100 8040448 1499 33554432000 134512640 134829744 4293320608 18446744073709551615 134620951 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 1963 1499 268 78 0 1249 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7852

[startup+12.7005 s]
/proc/loadavg: 3.76 3.93 3.86 5/190 6899
/proc/meminfo: memFree=15978888/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=5700 CPUtime=12.68 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 2649 0 0 0 1268 0 0 0 25 0 1 0 469142100 5836800 860 33554432000 134512640 134829744 4293320608 18446744073709551615 134580169 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 1425 860 277 78 0 711 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5700

[startup+25.5012 s]
/proc/loadavg: 3.81 3.93 3.86 5/190 6899
/proc/meminfo: memFree=15970348/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=11200 CPUtime=25.48 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 5551 0 0 0 2547 1 0 0 25 0 1 0 469142100 11468800 2339 33554432000 134512640 134829744 4293320608 18446744073709551615 134620951 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 2800 2339 281 78 0 2086 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11200

[startup+51.1006 s]
/proc/loadavg: 3.88 3.93 3.86 5/190 6899
/proc/meminfo: memFree=15970144/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=12264 CPUtime=51.07 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 5801 0 0 0 5106 1 0 0 25 0 1 0 469142100 12558336 2589 33554432000 134512640 134829744 4293320608 18446744073709551615 134621292 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 3066 2589 281 78 0 2352 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 12264

[startup+102.3 s]
/proc/loadavg: 3.95 3.94 3.87 5/190 6901
/proc/meminfo: memFree=15967844/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=12660 CPUtime=102.27 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 5922 0 0 0 10226 1 0 0 25 0 1 0 469142100 12963840 2710 33554432000 134512640 134829744 4293320608 18446744073709551615 134720838 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 3165 2710 281 78 0 2451 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 12660

[startup+162.3 s]
/proc/loadavg: 4.05 3.97 3.88 5/190 6903
/proc/meminfo: memFree=15963864/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=13852 CPUtime=162.27 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 6217 0 0 0 16225 2 0 0 25 0 1 0 469142100 14184448 3005 33554432000 134512640 134829744 4293320608 18446744073709551615 134620939 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 3463 3005 281 78 0 2749 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 13852

[startup+222.306 s]
/proc/loadavg: 4.02 3.97 3.88 5/190 6904
/proc/meminfo: memFree=15954308/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=15188 CPUtime=222.28 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 6520 0 0 0 22226 2 0 0 25 0 1 0 469142100 15552512 3308 33554432000 134512640 134829744 4293320608 18446744073709551615 134620994 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 3797 3308 281 78 0 3083 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 15188

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.89 5/190 6906
/proc/meminfo: memFree=15947972/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=15468 CPUtime=282.27 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 6616 0 0 0 28225 2 0 0 25 0 1 0 469142100 15839232 3404 33554432000 134512640 134829744 4293320608 18446744073709551615 134620955 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 3867 3404 281 78 0 3153 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 15468

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.89 5/190 6907
/proc/meminfo: memFree=15943492/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=16140 CPUtime=342.28 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 6764 0 0 0 34225 3 0 0 25 0 1 0 469142100 16527360 3552 33554432000 134512640 134829744 4293320608 18446744073709551615 134620962 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4035 3552 281 78 0 3321 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 16140

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.90 5/190 6909
/proc/meminfo: memFree=15936540/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=16552 CPUtime=402.28 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 6857 0 0 0 40225 3 0 0 25 0 1 0 469142100 16949248 3645 33554432000 134512640 134829744 4293320608 18446744073709551615 134620969 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4138 3645 281 78 0 3424 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 16552

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 6911
/proc/meminfo: memFree=15935412/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=17364 CPUtime=462.28 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 7077 0 0 0 46225 3 0 0 25 0 1 0 469142100 17780736 3865 33554432000 134512640 134829744 4293320608 18446744073709551615 134620969 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4341 3865 281 78 0 3627 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 17364

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 6912
/proc/meminfo: memFree=15927092/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=17508 CPUtime=522.28 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 7111 0 0 0 52224 4 0 0 25 0 1 0 469142100 17928192 3899 33554432000 134512640 134829744 4293320608 18446744073709551615 134620999 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4377 3899 281 78 0 3663 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 17508

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 6914
/proc/meminfo: memFree=15927084/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=17508 CPUtime=582.28 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 7116 0 0 0 58224 4 0 0 25 0 1 0 469142100 17928192 3904 33554432000 134512640 134829744 4293320608 18446744073709551615 134621218 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4377 3904 281 78 0 3663 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 17508

[startup+642.301 s]
/proc/loadavg: 4.05 3.99 3.91 5/190 6915
/proc/meminfo: memFree=15926820/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=17508 CPUtime=642.28 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 7121 0 0 0 64224 4 0 0 25 0 1 0 469142100 17928192 3909 33554432000 134512640 134829744 4293320608 18446744073709551615 134620997 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4377 3909 281 78 0 3663 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 17508

[startup+702.301 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 6917
/proc/meminfo: memFree=15920724/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=17508 CPUtime=702.29 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 7136 0 0 0 70225 4 0 0 25 0 1 0 469142100 17928192 3924 33554432000 134512640 134829744 4293320608 18446744073709551615 134624965 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4377 3924 281 78 0 3663 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 17508

[startup+762.3 s]
/proc/loadavg: 4.04 4.00 3.92 5/190 6919
/proc/meminfo: memFree=15920212/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=17792 CPUtime=762.29 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 7175 0 0 0 76225 4 0 0 25 0 1 0 469142100 18219008 3963 33554432000 134512640 134829744 4293320608 18446744073709551615 134661415 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4448 3963 281 78 0 3734 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 17792

[startup+822.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 6920
/proc/meminfo: memFree=15877536/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=17936 CPUtime=822.28 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 7213 0 0 0 82224 4 0 0 25 0 1 0 469142100 18366464 4001 33554432000 134512640 134829744 4293320608 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4484 4001 281 78 0 3770 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 17936

[startup+882.306 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 6922
/proc/meminfo: memFree=15870824/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=18216 CPUtime=882.3 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 7271 0 0 0 88225 5 0 0 25 0 1 0 469142100 18653184 4059 33554432000 134512640 134829744 4293320608 18446744073709551615 134620977 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4554 4059 281 78 0 3840 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 18216

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 6923
/proc/meminfo: memFree=15850468/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=18792 CPUtime=942.29 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 7387 0 0 0 94224 5 0 0 25 0 1 0 469142100 19243008 4175 33554432000 134512640 134829744 4293320608 18446744073709551615 134620966 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4698 4175 281 78 0 3984 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 18792

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 6925
/proc/meminfo: memFree=15814868/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=18936 CPUtime=1002.29 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 7429 0 0 0 100224 5 0 0 25 0 1 0 469142100 19390464 4217 33554432000 134512640 134829744 4293320608 18446744073709551615 134620926 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4734 4217 281 78 0 4020 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 18936

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 6927
/proc/meminfo: memFree=15815100/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=17680 CPUtime=1062.29 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 7451 0 0 0 106224 5 0 0 25 0 1 0 469142100 18104320 3971 33554432000 134512640 134829744 4293320608 18446744073709551615 134661457 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4420 3971 281 78 0 3706 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 17680

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 6928
/proc/meminfo: memFree=15814952/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=17680 CPUtime=1122.3 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 7451 0 0 0 112224 6 0 0 25 0 1 0 469142100 18104320 3971 33554432000 134512640 134829744 4293320608 18446744073709551615 134620936 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4420 3971 281 78 0 3706 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 17680

[startup+1182.3 s]
/proc/loadavg: 4.07 4.02 3.93 5/190 6930
/proc/meminfo: memFree=15814944/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=17680 CPUtime=1182.3 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 7451 0 0 0 118224 6 0 0 25 0 1 0 469142100 18104320 3971 33554432000 134512640 134829744 4293320608 18446744073709551615 134620992 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4420 3971 281 78 0 3706 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 17680

[startup+1242.3 s]
/proc/loadavg: 4.06 4.03 3.93 5/190 6931
/proc/meminfo: memFree=15813816/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=17680 CPUtime=1242.3 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 7452 0 0 0 124224 6 0 0 25 0 1 0 469142100 18104320 3972 33554432000 134512640 134829744 4293320608 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4420 3972 281 78 0 3706 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 17680



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.02 3.93 4/188 6934
/proc/meminfo: memFree=15972420/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=17680 CPUtime=1300.01 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 7455 0 0 0 129994 7 0 0 25 0 1 0 469142100 18104320 3975 33554432000 134512640 134829744 4293320608 18446744073709551615 134620966 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4420 3975 281 78 0 3706 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 17680

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

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

[startup+1300 s]
/proc/loadavg: 4.02 4.02 3.93 4/188 6934
/proc/meminfo: memFree=15972420/32951124 swapFree=67111528/67111528
[pid=6864] ppid=6862 vsize=17680 CPUtime=1300.01 cores=0,2
/proc/6864/stat : 6864 (MPhaseSAT_M) R 6862 6864 5803 0 -1 4202496 7455 0 0 0 129994 7 0 0 25 0 1 0 469142100 18104320 3975 33554432000 134512640 134829744 4293320608 18446744073709551615 134620966 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6864/statm: 4420 3975 281 78 0 3706 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 17680

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.95
CPU system time (s): 0.071989
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 19080

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

runsolver used 2.32365 second user time and 4.77527 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-23 18:16:57
IDJOB=3265616
IDBENCH=85793
IDSOLVER=1522
FILE ID=node106/3265616-1303575417
RUNJOBID= node106-1303575416-6801
PBS_JOBID= 13150305
Free space on /tmp= 71716 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn009.shuffled-as.sat05-3849.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265616-1303575417/watcher-3265616-1303575417 -o /tmp/evaluation-result-3265616-1303575417/solver-3265616-1303575417 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3265616-1303575417.cnf

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

MD5SUM BENCH= f2a1eb7937a7cda114ce344a30ca1145
RANDOM SEED=959282141

node106.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.830
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.66
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.20
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.830
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.75
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.830
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.830
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.830
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.830
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.830
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:      16227688 kB
Buffers:       1983104 kB
Cached:       14101924 kB
SwapCached:          0 kB
Active:        9638724 kB
Inactive:      6523848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16227688 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           29716 kB
Writeback:          60 kB
AnonPages:       76876 kB
Mapped:          16176 kB
Slab:           498328 kB
PageTables:       5056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   251844 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= 71720 MiB
End job on node106 at 2011-04-23 18:38:39