Trace number 3264208

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

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-1.used-as.sat04-891.cnf
MD5SUM5877850d9f604b6973676132cbba5c90
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 variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

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

running on 2 cores: 4,6

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.41 3.94 5.50 4/189 21705
/proc/meminfo: memFree=26093832/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=5212 CPUtime=0 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 338 0 0 0 0 0 0 0 20 0 1 0 546853217 5337088 279 33554432000 134512640 134829744 4289945360 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 1303 280 225 78 0 589 0

[startup+0.033974 s]
/proc/loadavg: 3.41 3.94 5.50 4/189 21705
/proc/meminfo: memFree=26093832/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=5212 CPUtime=0.03 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 502 0 0 0 3 0 0 0 20 0 1 0 546853217 5337088 443 33554432000 134512640 134829744 4289945360 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 1303 443 225 78 0 589 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5212

[startup+0.100962 s]
/proc/loadavg: 3.41 3.94 5.50 4/189 21705
/proc/meminfo: memFree=26093832/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=6152 CPUtime=0.09 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 1881 0 0 0 9 0 0 0 20 0 1 0 546853217 6299648 1031 33554432000 134512640 134829744 4289945360 18446744073709551615 134559392 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 1538 1031 236 78 0 824 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6152

[startup+0.301001 s]
/proc/loadavg: 3.41 3.94 5.50 4/189 21705
/proc/meminfo: memFree=26093832/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=15224 CPUtime=0.29 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 8035 0 0 0 29 0 0 0 21 0 1 0 546853217 15589376 3321 33554432000 134512640 134829744 4289945360 18446744073709551615 9051233 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 3806 3321 261 78 0 3092 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15224

[startup+0.700916 s]
/proc/loadavg: 3.41 3.94 5.50 4/189 21705
/proc/meminfo: memFree=26093832/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=18696 CPUtime=0.69 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 8861 0 0 0 69 0 0 0 22 0 1 0 546853217 19144704 4146 33554432000 134512640 134829744 4289945360 18446744073709551615 134722301 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 4674 4146 279 78 0 3960 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18696

[startup+1.50076 s]
/proc/loadavg: 3.41 3.94 5.50 5/190 21706
/proc/meminfo: memFree=26076224/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=13364 CPUtime=1.49 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 10042 0 0 0 148 1 0 0 25 0 1 0 546853217 13684736 2849 33554432000 134512640 134829744 4289945360 18446744073709551615 134624897 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 3341 2849 279 78 0 2627 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13364

[startup+3.10046 s]
/proc/loadavg: 3.41 3.94 5.50 6/190 21706
/proc/meminfo: memFree=26075604/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=13760 CPUtime=3.09 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 10147 0 0 0 308 1 0 0 25 0 1 0 546853217 14090240 2954 33554432000 134512640 134829744 4289945360 18446744073709551615 134661408 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 3440 2954 279 78 0 2726 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13760

[startup+6.30089 s]
/proc/loadavg: 3.45 3.94 5.49 5/190 21706
/proc/meminfo: memFree=26072704/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=14420 CPUtime=6.29 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 10324 0 0 0 628 1 0 0 25 0 1 0 546853217 14766080 3131 33554432000 134512640 134829744 4289945360 18446744073709551615 134661832 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 3605 3131 279 78 0 2891 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14420

[startup+12.7007 s]
/proc/loadavg: 3.50 3.94 5.48 5/190 21706
/proc/meminfo: memFree=26072480/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=11756 CPUtime=12.69 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 12468 0 0 0 1268 1 0 0 25 0 1 0 546853217 12038144 2449 33554432000 134512640 134829744 4289945360 18446744073709551615 134719563 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2939 2449 279 78 0 2225 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11756

[startup+25.5004 s]
/proc/loadavg: 3.61 3.95 5.46 5/190 21706
/proc/meminfo: memFree=26075672/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=10220 CPUtime=25.49 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 14925 0 0 0 2547 2 0 0 25 0 1 0 546853217 10465280 2088 33554432000 134512640 134829744 4289945360 18446744073709551615 134663648 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2555 2088 279 78 0 1841 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10220

[startup+51.1007 s]
/proc/loadavg: 3.74 3.95 5.42 5/190 21707
/proc/meminfo: memFree=26073392/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=11812 CPUtime=51.09 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 23674 0 0 0 5106 3 0 0 25 0 1 0 546853217 12095488 2476 33554432000 134512640 134829744 4289945360 18446744073709551615 134661178 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2953 2476 279 78 0 2239 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11812

[startup+102.306 s]
/proc/loadavg: 3.89 3.95 5.34 5/190 21708
/proc/meminfo: memFree=26070268/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=11420 CPUtime=102.3 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 38299 0 0 0 10225 5 0 0 25 0 1 0 546853217 11694080 2388 33554432000 134512640 134829744 4289945360 18446744073709551615 134614879 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2855 2388 279 78 0 2141 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 11420

[startup+162.3 s]
/proc/loadavg: 3.96 3.96 5.25 5/190 21710
/proc/meminfo: memFree=26068984/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=11892 CPUtime=162.29 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 53044 0 0 0 16222 7 0 0 25 0 1 0 546853217 12177408 2516 33554432000 134512640 134829744 4289945360 18446744073709551615 134661375 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2973 2516 279 78 0 2259 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 11892

[startup+222.3 s]
/proc/loadavg: 4.09 3.99 5.18 5/190 21712
/proc/meminfo: memFree=26065460/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=13020 CPUtime=222.29 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 68343 0 0 0 22220 9 0 0 25 0 1 0 546853217 13332480 2805 33554432000 134512640 134829744 4289945360 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 3255 2805 279 78 0 2541 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 13020

[startup+282.3 s]
/proc/loadavg: 4.03 3.99 5.11 5/190 21713
/proc/meminfo: memFree=26064676/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=11540 CPUtime=282.3 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 87767 0 0 0 28218 12 0 0 25 0 1 0 546853217 11816960 2430 33554432000 134512640 134829744 4289945360 18446744073709551615 134624946 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2885 2430 279 78 0 2171 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 11540

[startup+342.3 s]
/proc/loadavg: 4.01 3.99 5.03 5/190 21715
/proc/meminfo: memFree=26064628/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=11168 CPUtime=342.3 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 105617 0 0 0 34215 15 0 0 25 0 1 0 546853217 11436032 2334 33554432000 134512640 134829744 4289945360 18446744073709551615 134678617 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2792 2334 279 78 0 2078 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 11168

[startup+402.3 s]
/proc/loadavg: 4.00 3.99 4.97 5/190 21716
/proc/meminfo: memFree=26064332/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=10552 CPUtime=402.3 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 123055 0 0 0 40213 17 0 0 25 0 1 0 546853217 10805248 2168 33554432000 134512640 134829744 4289945360 18446744073709551615 134632946 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2638 2168 279 78 0 1924 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 10552

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 4.90 5/190 21718
/proc/meminfo: memFree=26064272/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=11608 CPUtime=462.31 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 141023 0 0 0 46211 20 0 0 25 0 1 0 546853217 11886592 2442 33554432000 134512640 134829744 4289945360 18446744073709551615 134620701 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2902 2442 279 78 0 2188 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 11608

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 4.84 5/190 21720
/proc/meminfo: memFree=26063724/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=10964 CPUtime=522.31 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 160528 0 0 0 52209 22 0 0 25 0 1 0 546853217 11227136 2273 33554432000 134512640 134829744 4289945360 18446744073709551615 134722621 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2741 2273 279 78 0 2027 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 10964

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 4.79 5/190 21721
/proc/meminfo: memFree=26063064/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=10952 CPUtime=582.31 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 177611 0 0 0 58207 24 0 0 25 0 1 0 546853217 11214848 2276 33554432000 134512640 134829744 4289945360 18446744073709551615 134678522 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2738 2276 279 78 0 2024 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 10952

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 4.74 5/190 21723
/proc/meminfo: memFree=26061900/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=12224 CPUtime=642.32 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 192651 0 0 0 64205 27 0 0 25 0 1 0 546853217 12517376 2582 33554432000 134512640 134829744 4289945360 18446744073709551615 134620969 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 3056 2582 279 78 0 2342 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 12224

[startup+702.301 s]
/proc/loadavg: 4.08 4.01 4.69 5/190 21724
/proc/meminfo: memFree=26061468/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=11508 CPUtime=702.31 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 208364 0 0 0 70201 30 0 0 25 0 1 0 546853217 11784192 2401 33554432000 134512640 134829744 4289945360 18446744073709551615 134678145 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2877 2401 279 78 0 2163 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 11508

[startup+762.307 s]
/proc/loadavg: 4.03 4.00 4.65 5/190 21726
/proc/meminfo: memFree=26059804/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=12252 CPUtime=762.32 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 225515 0 0 0 76199 33 0 0 25 0 1 0 546853217 12546048 2594 33554432000 134512640 134829744 4289945360 18446744073709551615 134678659 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 3063 2594 279 78 0 2349 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 12252

[startup+822.3 s]
/proc/loadavg: 4.01 4.00 4.60 5/190 21728
/proc/meminfo: memFree=26059496/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=10488 CPUtime=822.32 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 239972 0 0 0 82197 35 0 0 25 0 1 0 546853217 10739712 2135 33554432000 134512640 134829744 4289945360 18446744073709551615 134620939 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2622 2135 279 78 0 1908 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 10488

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 4.56 5/190 21729
/proc/meminfo: memFree=26058708/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=12352 CPUtime=882.32 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 255880 0 0 0 88195 37 0 0 25 0 1 0 546853217 12648448 2637 33554432000 134512640 134829744 4289945360 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 3088 2637 279 78 0 2374 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 12352

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 4.52 6/190 21731
/proc/meminfo: memFree=26057784/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=12960 CPUtime=942.32 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 270380 0 0 0 94193 39 0 0 25 0 1 0 546853217 13271040 2782 33554432000 134512640 134829744 4289945360 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 3240 2782 279 78 0 2526 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 12960

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 4.49 6/190 21732
/proc/meminfo: memFree=26056112/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=11620 CPUtime=1002.32 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 288916 0 0 0 100190 42 0 0 25 0 1 0 546853217 11898880 2435 33554432000 134512640 134829744 4289945360 18446744073709551615 134722768 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2905 2435 279 78 0 2191 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 11620

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.45 5/190 21743
/proc/meminfo: memFree=26058144/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=11444 CPUtime=1062.32 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 308789 0 0 0 106188 44 0 0 25 0 1 0 546853217 11718656 2395 33554432000 134512640 134829744 4289945360 18446744073709551615 134661432 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2861 2395 279 78 0 2147 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 11444

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 4.42 5/190 21745
/proc/meminfo: memFree=26056976/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=12164 CPUtime=1122.32 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 323635 0 0 0 112185 47 0 0 25 0 1 0 546853217 12455936 2559 33554432000 134512640 134829744 4289945360 18446744073709551615 134661443 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 3041 2559 279 78 0 2327 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 12164

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 4.40 5/190 21746
/proc/meminfo: memFree=26059792/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=10876 CPUtime=1182.33 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 341067 0 0 0 118184 49 0 0 25 0 1 0 546853217 11137024 2254 33554432000 134512640 134829744 4289945360 18446744073709551615 134722314 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2719 2254 279 78 0 2005 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 10876

[startup+1242.3 s]
/proc/loadavg: 4.04 4.01 4.37 5/190 21748
/proc/meminfo: memFree=26056516/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=11304 CPUtime=1242.33 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 355720 0 0 0 124182 51 0 0 25 0 1 0 546853217 11575296 2355 33554432000 134512640 134829744 4289945360 18446744073709551615 134722308 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2826 2355 279 78 0 2112 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 11304



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.04 4.36 2/185 21752
/proc/meminfo: memFree=26095816/32950928 swapFree=67071984/67111528
[pid=21705] ppid=21703 vsize=11336 CPUtime=1300.04 cores=4,6
/proc/21705/stat : 21705 (MPhaseSAT_M) R 21703 21705 20580 0 -1 4202496 371940 0 0 0 129951 53 0 0 25 0 1 0 546853217 11608064 2355 33554432000 134512640 134829744 4289945360 18446744073709551615 134661629 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/21705/statm: 2834 2355 279 78 0 2120 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 11336

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.05
CPU user time (s): 1299.51
CPU system time (s): 0.534918
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 18696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.51
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= 371940
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= 761

runsolver used 2.05469 second user time and 5.04723 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-23 15:43:45
IDJOB=3264208
IDBENCH=84568
IDSOLVER=1522
FILE ID=node116/3264208-1303566225
RUNJOBID= node116-1303566225-21664
PBS_JOBID= 13150279
Free space on /tmp= 72612 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-1.used-as.sat04-891.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264208-1303566225/watcher-3264208-1303566225 -o /tmp/evaluation-result-3264208-1303566225/solver-3264208-1303566225 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3264208-1303566225.cnf

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

MD5SUM BENCH= 5877850d9f604b6973676132cbba5c90
RANDOM SEED=426199358

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26094112 kB
Buffers:       1817004 kB
Cached:        4570672 kB
SwapCached:       9728 kB
Active:        2925288 kB
Inactive:      3519452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26094112 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            5752 kB
Writeback:          20 kB
AnonPages:       50696 kB
Mapped:          15576 kB
Slab:           349324 kB
PageTables:       5020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   268232 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= 72612 MiB
End job on node116 at 2011-04-23 16:05:27