Trace number 3445832

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MPhaseSAT 2011-02-15? (TO) 5000.1 5000.02

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 benchmarkSAT
Best CPU time to get the best result obtained on this benchmark502.369
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: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3445832-1306983162/watcher-3445832-1306983162 -o /tmp/evaluation-result-3445832-1306983162/solver-3445832-1306983162 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445832-1306983162.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.96 1.52 1.80 3/477 13562
/proc/meminfo: memFree=21639644/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=5112 CPUtime=0.01 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 387 0 0 0 1 0 0 0 25 0 1 0 790731495 5234688 329 33554432000 134512640 134731564 4291577888 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/13562/statm: 1278 329 225 54 0 588 0

[startup+0.072289 s]
/proc/loadavg: 0.96 1.52 1.80 3/477 13562
/proc/meminfo: memFree=21639644/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=6668 CPUtime=0.06 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1109 0 0 0 6 0 0 0 25 0 1 0 790731495 6828032 1050 33554432000 134512640 134731564 4291577888 18446744073709551615 134559225 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/13562/statm: 1667 1050 232 54 0 977 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6668

[startup+0.100279 s]
/proc/loadavg: 0.96 1.52 1.80 3/477 13562
/proc/meminfo: memFree=21639644/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=4556 CPUtime=0.09 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1880 0 0 0 9 0 0 0 25 0 1 0 790731495 4665344 657 33554432000 134512640 134731564 4291577888 18446744073709551615 134578014 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/13562/statm: 1139 657 236 54 0 449 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4556

[startup+0.300251 s]
/proc/loadavg: 0.96 1.52 1.80 3/477 13562
/proc/meminfo: memFree=21639644/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=15124 CPUtime=0.29 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 8032 0 0 0 29 0 0 0 25 0 1 0 790731495 15486976 3319 33554432000 134512640 134731564 4291577888 18446744073709551615 134722564 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/13562/statm: 3781 3319 259 54 0 3091 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15124

[startup+0.701149 s]
/proc/loadavg: 0.96 1.52 1.80 3/477 13562
/proc/meminfo: memFree=21639644/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=18596 CPUtime=0.69 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 8858 0 0 0 69 0 0 0 25 0 1 0 790731495 19042304 4144 33554432000 134512640 134731564 4291577888 18446744073709551615 134655208 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/13562/statm: 4649 4144 276 54 0 3959 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18596

[startup+1.50104 s]
/proc/loadavg: 0.96 1.52 1.80 3/478 13563
/proc/meminfo: memFree=21626996/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=13264 CPUtime=1.49 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 10039 0 0 0 148 1 0 0 25 0 1 0 790731495 13582336 2847 33554432000 134512640 134731564 4291577888 18446744073709551615 134719833 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/13562/statm: 3316 2847 276 54 0 2626 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13264

[startup+3.10075 s]
/proc/loadavg: 0.96 1.52 1.80 3/478 13590
/proc/meminfo: memFree=21627116/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=13660 CPUtime=3.09 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 10146 0 0 0 308 1 0 0 25 0 1 0 790731495 13987840 2954 33554432000 134512640 134731564 4291577888 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/13562/statm: 3415 2954 276 54 0 2725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13660

[startup+6.30019 s]
/proc/loadavg: 1.04 1.53 1.80 3/478 13590
/proc/meminfo: memFree=21625088/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=14320 CPUtime=6.29 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 10321 0 0 0 628 1 0 0 25 0 1 0 790731495 14663680 3129 33554432000 134512640 134731564 4291577888 18446744073709551615 134719966 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/13562/statm: 3580 3129 276 54 0 2890 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14320

[startup+12.7011 s]
/proc/loadavg: 1.04 1.52 1.80 3/478 13617
/proc/meminfo: memFree=21624140/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11656 CPUtime=12.69 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 12476 0 0 0 1268 1 0 0 25 0 1 0 790731495 11935744 2458 33554432000 134512640 134731564 4291577888 18446744073709551615 134717132 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/13562/statm: 2914 2458 276 54 0 2224 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11656

[startup+25.5008 s]
/proc/loadavg: 1.25 1.54 1.80 3/478 13645
/proc/meminfo: memFree=21624476/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=10820 CPUtime=25.49 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 15099 0 0 0 2548 1 0 0 25 0 1 0 790731495 11079680 2263 33554432000 134512640 134731564 4291577888 18446744073709551615 134615706 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/13562/statm: 2705 2263 276 54 0 2015 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10820

[startup+51.1003 s]
/proc/loadavg: 1.56 1.59 1.81 3/478 13645
/proc/meminfo: memFree=21621832/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11712 CPUtime=51.09 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 23671 0 0 0 5107 2 0 0 25 0 1 0 790731495 11993088 2474 33554432000 134512640 134731564 4291577888 18446744073709551615 134659256 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/13562/statm: 2928 2474 276 54 0 2238 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11712

[startup+102.318 s]
/proc/loadavg: 1.81 1.65 1.82 3/478 13647
/proc/meminfo: memFree=21619192/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11320 CPUtime=102.3 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 38308 0 0 0 10226 4 0 0 25 0 1 0 790731495 11591680 2398 33554432000 134512640 134731564 4291577888 18446744073709551615 9615318 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/13562/statm: 2830 2398 276 54 0 2140 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 11320

[startup+162.301 s]
/proc/loadavg: 1.93 1.71 1.83 3/478 13648
/proc/meminfo: memFree=21619172/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11792 CPUtime=162.26 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 53023 0 0 0 16220 6 0 0 25 0 1 0 790731495 12075008 2496 33554432000 134512640 134731564 4291577888 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2948 2496 276 54 0 2258 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 11792

[startup+222.301 s]
/proc/loadavg: 1.97 1.76 1.83 3/478 13650
/proc/meminfo: memFree=21619884/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11584 CPUtime=222.26 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 67181 0 0 0 22218 8 0 0 25 0 1 0 790731495 11862016 2433 33554432000 134512640 134731564 4291577888 18446744073709551615 134654952 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2896 2433 276 54 0 2206 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 11584

[startup+282.3 s]
/proc/loadavg: 1.99 1.80 1.84 3/478 13652
/proc/meminfo: memFree=21620360/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11300 CPUtime=282.26 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 83476 0 0 0 28214 12 0 0 25 0 1 0 790731495 11571200 2396 33554432000 134512640 134731564 4291577888 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2825 2396 276 54 0 2135 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 11300

[startup+342.301 s]
/proc/loadavg: 1.99 1.84 1.84 3/478 13653
/proc/meminfo: memFree=21619856/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11008 CPUtime=342.25 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 100519 0 0 0 34211 14 0 0 25 0 1 0 790731495 11272192 2294 33554432000 134512640 134731564 4291577888 18446744073709551615 134669385 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2752 2294 276 54 0 2062 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 11008

[startup+402.3 s]
/proc/loadavg: 1.99 1.86 1.85 3/478 13655
/proc/meminfo: memFree=21620088/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11128 CPUtime=402.26 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 117867 0 0 0 40208 18 0 0 25 0 1 0 790731495 11395072 2334 33554432000 134512640 134731564 4291577888 18446744073709551615 134620766 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2782 2334 276 54 0 2092 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 11128

[startup+462.301 s]
/proc/loadavg: 2.08 1.92 1.87 3/478 13656
/proc/meminfo: memFree=21619824/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=10952 CPUtime=462.27 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 132585 0 0 0 46206 21 0 0 25 0 1 0 790731495 11214848 2295 33554432000 134512640 134731564 4291577888 18446744073709551615 134659337 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2738 2295 276 54 0 2048 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 10952

[startup+522.301 s]
/proc/loadavg: 2.07 1.94 1.88 3/478 13667
/proc/meminfo: memFree=21618496/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=12268 CPUtime=522.27 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 151274 0 0 0 52204 23 0 0 25 0 1 0 790731495 12562432 2638 33554432000 134512640 134731564 4291577888 18446744073709551615 134659010 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 3067 2638 276 54 0 2377 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 12268

[startup+582.3 s]
/proc/loadavg: 2.06 1.97 1.89 3/478 13669
/proc/meminfo: memFree=21619208/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11644 CPUtime=582.27 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 166253 0 0 0 58202 25 0 0 25 0 1 0 790731495 11923456 2454 33554432000 134512640 134731564 4291577888 18446744073709551615 134659520 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2911 2454 276 54 0 2221 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 11644

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/478 13817
/proc/meminfo: memFree=21619536/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=10364 CPUtime=4002.35 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1046218 0 0 0 400080 155 0 0 25 0 1 0 790731495 10612736 2147 33554432000 134512640 134731564 4291577888 18446744073709551615 134667271 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2591 2147 276 54 0 1901 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 10364

[startup+4062.32 s]
/proc/loadavg: 2.17 2.07 2.02 3/478 13818
/proc/meminfo: memFree=21618772/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11192 CPUtime=4062.37 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1062058 0 0 0 406080 157 0 0 25 0 1 0 790731495 11460608 2341 33554432000 134512640 134731564 4291577888 18446744073709551615 134720133 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2798 2341 276 54 0 2108 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 11192

[startup+4122.3 s]
/proc/loadavg: 2.11 2.07 2.02 3/478 13829
/proc/meminfo: memFree=21617216/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=10988 CPUtime=4122.35 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1075807 0 0 0 412076 159 0 0 25 0 1 0 790731495 11251712 2308 33554432000 134512640 134731564 4291577888 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2747 2308 276 54 0 2057 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 10988

[startup+4182.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/478 13831
/proc/meminfo: memFree=21618656/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11220 CPUtime=4182.35 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1092436 0 0 0 418074 161 0 0 25 0 1 0 790731495 11489280 2350 33554432000 134512640 134731564 4291577888 18446744073709551615 134721203 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2805 2350 276 54 0 2115 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 11220

[startup+4242.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/478 13832
/proc/meminfo: memFree=21619136/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11056 CPUtime=4242.36 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1107873 0 0 0 424073 163 0 0 25 0 1 0 790731495 11321344 2305 33554432000 134512640 134731564 4291577888 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2764 2305 276 54 0 2074 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 11056

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/478 13834
/proc/meminfo: memFree=21619848/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11220 CPUtime=4302.36 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1121718 0 0 0 430071 165 0 0 25 0 1 0 790731495 11489280 2346 33554432000 134512640 134731564 4291577888 18446744073709551615 134659256 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2805 2346 276 54 0 2115 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 11220

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 13835
/proc/meminfo: memFree=21619816/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=10824 CPUtime=4362.36 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1135840 0 0 0 436069 167 0 0 25 0 1 0 790731495 11083776 2262 33554432000 134512640 134731564 4291577888 18446744073709551615 134720304 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2706 2262 276 54 0 2016 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 10824

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 13837
/proc/meminfo: memFree=21621776/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=10400 CPUtime=4422.36 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1151581 0 0 0 442067 169 0 0 25 0 1 0 790731495 10649600 2153 33554432000 134512640 134731564 4291577888 18446744073709551615 134719850 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2600 2153 276 54 0 1910 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 10400

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/478 13839
/proc/meminfo: memFree=21621512/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=10492 CPUtime=4482.36 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1164502 0 0 0 448064 172 0 0 25 0 1 0 790731495 10743808 2160 33554432000 134512640 134731564 4291577888 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2623 2160 276 54 0 1933 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 10492

[startup+4542.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/478 13840
/proc/meminfo: memFree=21620868/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=10748 CPUtime=4542.36 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1179690 0 0 0 454062 174 0 0 25 0 1 0 790731495 11005952 2244 33554432000 134512640 134731564 4291577888 18446744073709551615 134720472 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2687 2244 276 54 0 1997 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 10748

[startup+4602.3 s]
/proc/loadavg: 2.22 2.06 2.01 3/478 13842
/proc/meminfo: memFree=21617868/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=10680 CPUtime=4602.37 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1197255 0 0 0 460061 176 0 0 25 0 1 0 790731495 10936320 2238 33554432000 134512640 134731564 4291577888 18446744073709551615 134631900 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2670 2238 276 54 0 1980 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 10680

[startup+4662.3 s]
/proc/loadavg: 2.15 2.07 2.01 3/478 13843
/proc/meminfo: memFree=21618592/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=10580 CPUtime=4662.37 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1213382 0 0 0 466058 179 0 0 25 0 1 0 790731495 10833920 2211 33554432000 134512640 134731564 4291577888 18446744073709551615 134719837 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2645 2211 276 54 0 1955 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 10580

[startup+4722.32 s]
/proc/loadavg: 2.05 2.05 2.01 3/478 13845
/proc/meminfo: memFree=21618076/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=12100 CPUtime=4722.38 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1228815 0 0 0 472058 180 0 0 25 0 1 0 790731495 12390400 2581 33554432000 134512640 134731564 4291577888 18446744073709551615 134615675 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 3025 2581 276 54 0 2335 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 12100

[startup+4782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/478 13847
/proc/meminfo: memFree=21619540/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11536 CPUtime=4782.36 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1243275 0 0 0 478054 182 0 0 25 0 1 0 790731495 11812864 2434 33554432000 134512640 134731564 4291577888 18446744073709551615 134659057 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2884 2434 276 54 0 2194 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 11536

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/478 13848
/proc/meminfo: memFree=21618888/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11364 CPUtime=4842.37 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1256026 0 0 0 484052 185 0 0 25 0 1 0 790731495 11636736 2405 33554432000 134512640 134731564 4291577888 18446744073709551615 134667774 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2841 2405 276 54 0 2151 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 11364

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 13850
/proc/meminfo: memFree=21618732/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=12140 CPUtime=4902.37 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1270863 0 0 0 490050 187 0 0 25 0 1 0 790731495 12431360 2586 33554432000 134512640 134731564 4291577888 18446744073709551615 9615326 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 3035 2586 276 54 0 2345 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 12140

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 13851
/proc/meminfo: memFree=21618708/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11568 CPUtime=4962.37 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1286090 0 0 0 496048 189 0 0 25 0 1 0 790731495 11845632 2462 33554432000 134512640 134731564 4291577888 18446744073709551615 134719837 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2892 2462 276 54 0 2202 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 11568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.01 2.00 3/478 13852
/proc/meminfo: memFree=21619552/32951124 swapFree=67057928/67111528
[pid=13562] ppid=13560 vsize=11292 CPUtime=5000.08 cores=0,2,4,6
/proc/13562/stat : 13562 (MPhaseSAT) R 13560 13562 12297 0 -1 4202496 1295981 0 0 0 499818 190 0 0 25 0 1 0 790731495 11563008 2387 33554432000 134512640 134731564 4291577888 18446744073709551615 134659511 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13562/statm: 2823 2387 276 54 0 2133 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 11292

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): 5000.02
CPU time (s): 5000.1
CPU user time (s): 4998.19
CPU system time (s): 1.90671
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 18596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.19
system time used= 1.90671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1295981
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= 9
involuntary context switches= 11612

runsolver used 25.0652 second user time and 50.8263 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-02 04:52:42
IDJOB=3445832
IDBENCH=84568
IDSOLVER=1941
FILE ID=node140/3445832-1306983162
RUNJOBID= node140-1306983162-13542
PBS_JOBID= 13497672
Free space on /tmp= 73552 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-1.used-as.sat04-891.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445832-1306983162/watcher-3445832-1306983162 -o /tmp/evaluation-result-3445832-1306983162/solver-3445832-1306983162 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445832-1306983162.cnf

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

MD5SUM BENCH= 5877850d9f604b6973676132cbba5c90
RANDOM SEED=198451199

node140.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.833
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.833
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.14
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.833
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.833
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.77
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.833
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.75
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.833
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.74
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.833
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.833
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:     32951124 kB
MemFree:      21639940 kB
Buffers:        260292 kB
Cached:        3800896 kB
SwapCached:       6932 kB
Active:        7228288 kB
Inactive:      3749348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21639940 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:            1560 kB
Writeback:           0 kB
AnonPages:     6913968 kB
Mapped:          38796 kB
Slab:           213556 kB
PageTables:      52012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141402148 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= 73548 MiB
End job on node140 at 2011-06-02 06:16:04