Trace number 3291986

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MPhaseSAT64 2011-03-03? (TO) 1300.04 1300.02

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark333.205
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

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-3291986-1303790744/watcher-3291986-1303790744 -o /tmp/evaluation-result-3291986-1303790744/solver-3291986-1303790744 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3291986-1303790744.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.84 3.97 3.87 4/183 14332
/proc/meminfo: memFree=15637260/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=59864 CPUtime=0 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 490674321 61300736 273 33554432000 134512640 134761588 4291296304 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 14966 273 225 61 0 14269 0

[startup+0.0359049 s]
/proc/loadavg: 3.84 3.97 3.87 4/183 14332
/proc/meminfo: memFree=15637260/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=59864 CPUtime=0.03 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 496 0 0 0 3 0 0 0 24 0 1 0 490674321 61300736 438 33554432000 134512640 134761588 4291296304 18446744073709551615 12105300 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 14966 438 225 61 0 14269 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 59864

[startup+0.100894 s]
/proc/loadavg: 3.84 3.97 3.87 4/183 14332
/proc/meminfo: memFree=15637260/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=59864 CPUtime=0.09 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 844 0 0 0 9 0 0 0 24 0 1 0 490674321 61300736 786 33554432000 134512640 134761588 4291296304 18446744073709551615 12332018 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 14966 786 225 61 0 14269 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59864

[startup+0.300858 s]
/proc/loadavg: 3.84 3.97 3.87 4/183 14332
/proc/meminfo: memFree=15637260/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=59864 CPUtime=0.29 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 1872 0 0 0 29 0 0 0 25 0 1 0 490674321 61300736 1814 33554432000 134512640 134761588 4291296304 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 14966 1814 225 61 0 14269 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59864

[startup+0.700789 s]
/proc/loadavg: 3.84 3.97 3.87 4/183 14332
/proc/meminfo: memFree=15637260/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=59864 CPUtime=0.68 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 3897 0 0 0 68 0 0 0 25 0 1 0 490674321 61300736 3839 33554432000 134512640 134761588 4291296304 18446744073709551615 12105036 0 0 4096 1026 0 0 0 17 6 0 0 0
/proc/14332/statm: 14966 3839 225 61 0 14269 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 59864

[startup+2.18053 s]
/proc/loadavg: 3.84 3.97 3.87 4/183 14332
/proc/meminfo: memFree=15637260/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=59864 CPUtime=2.16 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 11226 0 0 0 213 3 0 0 25 0 1 0 490674321 61300736 11168 33554432000 134512640 134761588 4291296304 18446744073709551615 12234641 0 0 4096 1026 0 0 0 17 6 0 0 0
/proc/14332/statm: 14966 11168 225 61 0 14269 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 59864

[startup+3.10037 s]
/proc/loadavg: 3.84 3.97 3.87 5/187 14339
/proc/meminfo: memFree=15431204/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=109488 CPUtime=3.08 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 26558 0 0 0 302 6 0 0 25 0 1 0 490674321 112115712 26450 33554432000 134512640 134761588 4291296304 18446744073709551615 134588526 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 27372 26450 338 61 0 26675 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 109488

[startup+6.30081 s]
/proc/loadavg: 4.01 4.00 3.88 5/190 14345
/proc/meminfo: memFree=15098764/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=156528 CPUtime=6.28 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 60355 0 0 0 618 10 0 0 25 0 1 0 490674321 160284672 38338 33554432000 134512640 134761588 4291296304 18446744073709551615 134695790 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 39132 38338 463 61 0 38435 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 156528

[startup+12.7007 s]
/proc/loadavg: 4.01 4.00 3.88 5/190 14345
/proc/meminfo: memFree=14768964/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=171224 CPUtime=12.68 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 67391 0 0 0 1257 11 0 0 25 0 1 0 490674321 175333376 42014 33554432000 134512640 134761588 4291296304 18446744073709551615 134724696 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 42806 42014 465 61 0 42109 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 171224

[startup+25.5065 s]
/proc/loadavg: 4.01 4.00 3.88 5/187 14349
/proc/meminfo: memFree=14887532/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=172760 CPUtime=25.49 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 122297 0 0 0 2529 20 0 0 25 0 1 0 490674321 176906240 42402 33554432000 134512640 134761588 4291296304 18446744073709551615 134617841 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 43190 42402 467 61 0 42493 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 172760

[startup+51.101 s]
/proc/loadavg: 4.08 4.02 3.89 5/190 14374
/proc/meminfo: memFree=14662192/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=172760 CPUtime=51.09 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 237915 0 0 0 5072 37 0 0 25 0 1 0 490674321 176906240 42402 33554432000 134512640 134761588 4291296304 18446744073709551615 134617972 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 43190 42402 467 61 0 42493 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 172760

[startup+102.301 s]
/proc/loadavg: 4.09 4.03 3.90 5/190 14430
/proc/meminfo: memFree=15435024/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=156624 CPUtime=102.28 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 465117 0 0 0 10157 71 0 0 25 0 1 0 490674321 160382976 38368 33554432000 134512640 134761588 4291296304 18446744073709551615 134634685 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 39156 38368 467 61 0 38459 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 156624

[startup+162.3 s]
/proc/loadavg: 4.03 4.02 3.91 5/190 14431
/proc/meminfo: memFree=15390452/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=172760 CPUtime=162.28 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 700387 0 0 0 16124 104 0 0 25 0 1 0 490674321 176906240 42402 33554432000 134512640 134761588 4291296304 18446744073709551615 134695790 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 43190 42402 467 61 0 42493 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 172760

[startup+222.301 s]
/proc/loadavg: 4.07 4.03 3.91 5/190 14433
/proc/meminfo: memFree=15347312/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=171300 CPUtime=222.29 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 939247 0 0 0 22091 138 0 0 25 0 1 0 490674321 175411200 42037 33554432000 134512640 134761588 4291296304 18446744073709551615 134748384 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 42825 42037 467 61 0 42128 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 171300

[startup+282.3 s]
/proc/loadavg: 4.02 4.02 3.91 5/190 14435
/proc/meminfo: memFree=15335908/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=157136 CPUtime=282.29 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 1216762 0 0 0 28050 179 0 0 25 0 1 0 490674321 160907264 38496 33554432000 134512640 134761588 4291296304 18446744073709551615 134659447 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 39284 38496 467 61 0 38587 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 157136

[startup+342.307 s]
/proc/loadavg: 4.01 4.02 3.91 5/190 14436
/proc/meminfo: memFree=15338952/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=172760 CPUtime=342.3 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 1451904 0 0 0 34017 213 0 0 25 0 1 0 490674321 176906240 42402 33554432000 134512640 134761588 4291296304 18446744073709551615 134614436 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 43190 42402 467 61 0 42493 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 172760

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.91 5/190 14438
/proc/meminfo: memFree=15344984/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=171436 CPUtime=402.3 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 1690766 0 0 0 39982 248 0 0 25 0 1 0 490674321 175550464 42039 33554432000 134512640 134761588 4291296304 18446744073709551615 134748600 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 42859 42039 467 61 0 42162 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 171436

[startup+462.301 s]
/proc/loadavg: 4.00 4.01 3.91 5/190 14439
/proc/meminfo: memFree=15349876/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=157136 CPUtime=462.29 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 1968279 0 0 0 45941 288 0 0 25 0 1 0 490674321 160907264 38496 33554432000 134512640 134761588 4291296304 18446744073709551615 134622183 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 39284 38496 467 61 0 38587 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 157136

[startup+522.301 s]
/proc/loadavg: 3.92 3.98 3.91 4/184 14458
/proc/meminfo: memFree=15323484/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=172760 CPUtime=522.3 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 2203421 0 0 0 51907 323 0 0 25 0 1 0 490674321 176906240 42402 33554432000 134512640 134761588 4291296304 18446744073709551615 134617874 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 43190 42402 467 61 0 42493 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 172760

[startup+582.301 s]
/proc/loadavg: 3.34 3.80 3.85 4/184 14460
/proc/meminfo: memFree=15362228/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=171692 CPUtime=582.3 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 2442347 0 0 0 57875 355 0 0 25 0 1 0 490674321 175812608 42103 33554432000 134512640 134761588 4291296304 18446744073709551615 134751752 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 42923 42103 467 61 0 42226 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 171692

[startup+642.301 s]
/proc/loadavg: 3.12 3.65 3.79 4/184 14461
/proc/meminfo: memFree=15378040/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=157136 CPUtime=642.29 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 2719796 0 0 0 63834 395 0 0 25 0 1 0 490674321 160907264 38496 33554432000 134512640 134761588 4291296304 18446744073709551615 134622098 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 39284 38496 467 61 0 38587 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 157136

[startup+702.3 s]
/proc/loadavg: 3.04 3.53 3.74 4/184 14463
/proc/meminfo: memFree=15358032/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=174808 CPUtime=702.3 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 2955450 0 0 0 69803 427 0 0 25 0 1 0 490674321 179003392 42914 33554432000 134512640 134761588 4291296304 18446744073709551615 134614958 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 43702 42914 467 61 0 43005 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 174808

[startup+762.301 s]
/proc/loadavg: 3.09 3.45 3.70 4/184 14464
/proc/meminfo: memFree=15358596/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=171692 CPUtime=762.3 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 3193864 0 0 0 75770 460 0 0 25 0 1 0 490674321 175812608 42103 33554432000 134512640 134761588 4291296304 18446744073709551615 134647331 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 42923 42103 467 61 0 42226 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 171692

[startup+822.301 s]
/proc/loadavg: 3.03 3.36 3.65 4/184 14466
/proc/meminfo: memFree=15373176/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=157136 CPUtime=822.31 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 3471313 0 0 0 81731 500 0 0 25 0 1 0 490674321 160907264 38496 33554432000 134512640 134761588 4291296304 18446744073709551615 134620639 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 39284 38496 467 61 0 38587 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 157136

[startup+882.301 s]
/proc/loadavg: 3.01 3.30 3.61 4/184 14468
/proc/meminfo: memFree=15345096/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=174808 CPUtime=882.31 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 3706967 0 0 0 87698 533 0 0 25 0 1 0 490674321 179003392 42914 33554432000 134512640 134761588 4291296304 18446744073709551615 134616738 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 43702 42914 467 61 0 43005 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 174808

[startup+942.301 s]
/proc/loadavg: 3.00 3.24 3.57 4/184 14469
/proc/meminfo: memFree=15352004/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=85544 CPUtime=942.31 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 3950855 0 0 0 93663 568 0 0 25 0 1 0 490674321 87597056 19924 33554432000 134512640 134761588 4291296304 18446744073709551615 12382983 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 21386 19951 467 61 0 20689 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 85544

[startup+1002.31 s]
/proc/loadavg: 3.00 3.19 3.53 4/184 14471
/proc/meminfo: memFree=15375264/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=157136 CPUtime=1002.31 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 4222830 0 0 0 99625 606 0 0 25 0 1 0 490674321 160907264 38496 33554432000 134512640 134761588 4291296304 18446744073709551615 134634272 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 39284 38496 467 61 0 38587 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 157136

[startup+1062.3 s]
/proc/loadavg: 3.00 3.16 3.49 4/184 14472
/proc/meminfo: memFree=15361592/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=174808 CPUtime=1062.31 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 4458484 0 0 0 105590 641 0 0 25 0 1 0 490674321 179003392 42914 33554432000 134512640 134761588 4291296304 18446744073709551615 134659893 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 43702 42914 467 61 0 43005 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 174808

[startup+1122.3 s]
/proc/loadavg: 3.00 3.12 3.46 4/184 14474
/proc/meminfo: memFree=15459520/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=109784 CPUtime=1122.31 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 4709322 0 0 0 111552 679 0 0 25 0 1 0 490674321 112418816 26658 33554432000 134512640 134761588 4291296304 18446744073709551615 134675704 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 27446 26658 467 61 0 26749 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 109784

[startup+1182.3 s]
/proc/loadavg: 3.00 3.10 3.43 4/184 14476
/proc/meminfo: memFree=15376272/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=157136 CPUtime=1182.31 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 4974347 0 0 0 117517 714 0 0 25 0 1 0 490674321 160907264 38496 33554432000 134512640 134761588 4291296304 18446744073709551615 134617826 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 39284 38496 467 61 0 38587 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 157136

[startup+1242.3 s]
/proc/loadavg: 3.07 3.09 3.40 4/184 14477
/proc/meminfo: memFree=15360724/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=174808 CPUtime=1242.31 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 5210001 0 0 0 123485 746 0 0 25 0 1 0 490674321 179003392 42914 33554432000 134512640 134761588 4291296304 18446744073709551615 134617328 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 43702 42914 467 61 0 43005 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 174808



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.09 3.09 3.38 4/184 14479
/proc/meminfo: memFree=15360684/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=170944 CPUtime=1300.02 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 5446190 0 0 0 129222 780 0 0 25 0 1 0 490674321 175046656 41916 33554432000 134512640 134761588 4291296304 18446744073709551615 134617136 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 42736 41916 467 61 0 42039 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 170944

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: 3.09 3.09 3.38 4/184 14479
/proc/meminfo: memFree=15360684/32950928 swapFree=67111528/67111528
[pid=14332] ppid=14330 vsize=170944 CPUtime=1300.02 cores=4,6
/proc/14332/stat : 14332 (MPhaseSAT64) R 14330 14332 14072 0 -1 4202496 5446190 0 0 0 129222 780 0 0 25 0 1 0 490674321 175046656 41916 33554432000 134512640 134761588 4291296304 18446744073709551615 134617136 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14332/statm: 42736 41916 467 61 0 42039 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 170944

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1292.22
CPU system time (s): 7.81581
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 187876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1292.22
system time used= 7.81581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5446190
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= 16
involuntary context switches= 1197

runsolver used 2.17267 second user time and 4.87526 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-26 06:05:47
IDJOB=3291986
IDBENCH=85007
IDSOLVER=1521
FILE ID=node125/3291986-1303790744
RUNJOBID= node125-1303789442-14091
PBS_JOBID= 13157261
Free space on /tmp= 72996 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291986-1303790744/watcher-3291986-1303790744 -o /tmp/evaluation-result-3291986-1303790744/solver-3291986-1303790744 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3291986-1303790744.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=828050426

node125.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.828
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.828
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.828
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:      15637540 kB
Buffers:       2204336 kB
Cached:       14012100 kB
SwapCached:          0 kB
Active:        8497396 kB
Inactive:      8278260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15637540 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          205440 kB
Writeback:           0 kB
AnonPages:      558568 kB
Mapped:          16248 kB
Slab:           472684 kB
PageTables:       6196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   714160 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= 73060 MiB
End job on node125 at 2011-04-26 06:27:29