Trace number 3291572

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

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
MD5SUMcb369c4583eb075a3a8cb5a04701e120
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4716.27
Satisfiable
(Un)Satisfiability was proved
Number of variables985042
Number of clauses3113540
Sum of the clauses size7976612
Maximum clause length618
Minimum clause length1
Number of clauses of size 1158
Number of clauses of size 21490897
Number of clauses of size 31578048
Number of clauses of size 428388
Number of clauses of size 59876
Number of clauses of size over 56173

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.38 3.84 3.70 4/189 13548
/proc/meminfo: memFree=17788984/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=51720 CPUtime=0 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 490474912 52961280 270 33554432000 134512640 134761588 4293682224 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 12930 270 225 61 0 12233 0

[startup+0.0466491 s]
/proc/loadavg: 3.38 3.84 3.70 4/189 13548
/proc/meminfo: memFree=17788984/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=51720 CPUtime=0.04 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 515 0 0 0 4 0 0 0 23 0 1 0 490474912 52961280 457 33554432000 134512640 134761588 4293682224 18446744073709551615 11864540 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 12930 457 225 61 0 12233 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 51720

[startup+0.100634 s]
/proc/loadavg: 3.38 3.84 3.70 4/189 13548
/proc/meminfo: memFree=17788984/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=51720 CPUtime=0.09 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 763 0 0 0 9 0 0 0 23 0 1 0 490474912 52961280 705 33554432000 134512640 134761588 4293682224 18446744073709551615 11868173 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 12930 705 225 61 0 12233 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51720

[startup+0.300614 s]
/proc/loadavg: 3.38 3.84 3.70 4/189 13548
/proc/meminfo: memFree=17788984/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=51720 CPUtime=0.29 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 1685 0 0 0 29 0 0 0 25 0 1 0 490474912 52961280 1627 33554432000 134512640 134761588 4293682224 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 12930 1627 225 61 0 12233 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51720

[startup+0.700537 s]
/proc/loadavg: 3.38 3.84 3.70 4/189 13548
/proc/meminfo: memFree=17788984/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=51720 CPUtime=0.69 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 3528 0 0 0 67 2 0 0 25 0 1 0 490474912 52961280 3470 33554432000 134512640 134761588 4293682224 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 12930 3470 225 61 0 12233 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51720

[startup+2.0853 s]
/proc/loadavg: 3.38 3.84 3.70 4/189 13548
/proc/meminfo: memFree=17788984/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=51720 CPUtime=2.07 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 9905 0 0 0 202 5 0 0 25 0 1 0 490474912 52961280 9847 33554432000 134512640 134761588 4293682224 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 12930 9847 225 61 0 12233 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 51720

[startup+3.10114 s]
/proc/loadavg: 3.51 3.86 3.71 5/190 13549
/proc/meminfo: memFree=17734116/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=151344 CPUtime=3.09 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 36125 0 0 0 300 9 0 0 25 0 1 0 490474912 154976256 36034 33554432000 134512640 134761588 4293682224 18446744073709551615 134676522 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 37836 36034 1199 61 0 37139 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 151344

[startup+6.3006 s]
/proc/loadavg: 3.55 3.86 3.71 5/190 13549
/proc/meminfo: memFree=17545944/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=251660 CPUtime=6.29 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 62395 0 0 0 616 13 0 0 25 0 1 0 490474912 257699840 61122 33554432000 134512640 134761588 4293682224 18446744073709551615 134643057 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 62915 61122 1208 61 0 62218 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 251660

[startup+12.7005 s]
/proc/loadavg: 3.59 3.86 3.71 5/190 13549
/proc/meminfo: memFree=17515484/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=241260 CPUtime=12.69 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 150721 0 0 0 1245 24 0 0 25 0 1 0 490474912 247050240 58529 33554432000 134512640 134761588 4293682224 18446744073709551615 134664279 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 60315 58529 1215 61 0 59618 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 241260

[startup+25.5004 s]
/proc/loadavg: 3.68 3.87 3.71 5/190 13549
/proc/meminfo: memFree=17448360/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=274864 CPUtime=25.49 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 159906 0 0 0 2524 25 0 0 25 0 1 0 490474912 281460736 66939 33554432000 134512640 134761588 4293682224 18446744073709551615 134621988 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 68716 66939 1220 61 0 68019 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 274864

[startup+51.1011 s]
/proc/loadavg: 3.79 3.88 3.72 5/190 13550
/proc/meminfo: memFree=17595956/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=194664 CPUtime=51.08 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 176387 0 0 0 5080 28 0 0 25 0 1 0 490474912 199335936 46891 33554432000 134512640 134761588 4293682224 18446744073709551615 134616723 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 48666 46891 1224 61 0 47969 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 194664

[startup+102.301 s]
/proc/loadavg: 3.91 3.89 3.73 5/190 13551
/proc/meminfo: memFree=17604560/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=186220 CPUtime=102.28 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 223271 0 0 0 10193 35 0 0 25 0 1 0 490474912 190689280 44783 33554432000 134512640 134761588 4293682224 18446744073709551615 134617338 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 46555 44783 1224 61 0 45858 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 186220

[startup+162.3 s]
/proc/loadavg: 3.96 3.91 3.74 5/190 13553
/proc/meminfo: memFree=17677196/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=164120 CPUtime=162.27 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 235678 0 0 0 16191 36 0 0 25 0 1 0 490474912 168058880 37362 33554432000 134512640 134761588 4293682224 18446744073709551615 134620906 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 41030 37362 1224 61 0 40333 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 164120

[startup+222.306 s]
/proc/loadavg: 3.98 3.92 3.76 5/190 13555
/proc/meminfo: memFree=17665748/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=134740 CPUtime=222.28 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 538442 0 0 0 22149 79 0 0 25 0 1 0 490474912 137973760 32879 33554432000 134512640 134761588 4293682224 18446744073709551615 134636020 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 33685 32879 577 61 0 32988 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 134740

[startup+282.3 s]
/proc/loadavg: 3.99 3.94 3.77 5/190 13556
/proc/meminfo: memFree=17649104/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=126612 CPUtime=282.27 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 560830 0 0 0 28145 82 0 0 25 0 1 0 490474912 129650688 30847 33554432000 134512640 134761588 4293682224 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 31653 30847 577 61 0 30956 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 126612

[startup+342.3 s]
/proc/loadavg: 3.99 3.94 3.78 5/190 13558
/proc/meminfo: memFree=17632336/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=134576 CPUtime=342.27 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 581289 0 0 0 34142 85 0 0 25 0 1 0 490474912 137805824 32870 33554432000 134512640 134761588 4293682224 18446744073709551615 134635870 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 33644 32870 577 61 0 32947 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 134576

[startup+402.3 s]
/proc/loadavg: 3.99 3.95 3.79 5/190 13559
/proc/meminfo: memFree=17636516/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=126520 CPUtime=402.28 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 595783 0 0 0 40140 88 0 0 25 0 1 0 490474912 129556480 30756 33554432000 134512640 134761588 4293682224 18446744073709551615 134635936 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 31630 30756 577 61 0 30933 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 126520

[startup+462.3 s]
/proc/loadavg: 4.03 3.97 3.81 5/190 13561
/proc/meminfo: memFree=17622492/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=134012 CPUtime=462.27 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 609978 0 0 0 46138 89 0 0 25 0 1 0 490474912 137228288 32724 33554432000 134512640 134761588 4293682224 18446744073709551615 134747269 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 33503 32724 577 61 0 32806 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 134012

[startup+522.3 s]
/proc/loadavg: 4.05 3.99 3.82 5/190 13563
/proc/meminfo: memFree=17626432/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=127800 CPUtime=522.28 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 625387 0 0 0 52136 92 0 0 25 0 1 0 490474912 130867200 31158 33554432000 134512640 134761588 4293682224 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 31950 31158 577 61 0 31253 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 127800

[startup+582.301 s]
/proc/loadavg: 4.02 3.99 3.83 5/190 13564
/proc/meminfo: memFree=17629504/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=127220 CPUtime=582.28 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 634115 0 0 0 58135 93 0 0 25 0 1 0 490474912 130273280 31031 33554432000 134512640 134761588 4293682224 18446744073709551615 134651726 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 31805 31031 577 61 0 31108 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 127220

[startup+642.301 s]
/proc/loadavg: 4.04 4.00 3.84 5/190 13566
/proc/meminfo: memFree=17626368/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=133800 CPUtime=642.28 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 654091 0 0 0 64133 95 0 0 25 0 1 0 490474912 137011200 32657 33554432000 134512640 134761588 4293682224 18446744073709551615 134748408 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 33450 32657 577 61 0 32753 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 133800

[startup+702.301 s]
/proc/loadavg: 4.01 4.00 3.84 5/190 13567
/proc/meminfo: memFree=17636632/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=127452 CPUtime=702.28 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 667850 0 0 0 70131 97 0 0 25 0 1 0 490474912 130510848 31070 33554432000 134512640 134761588 4293682224 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 31863 31070 577 61 0 31166 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 127452

[startup+762.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 13569
/proc/meminfo: memFree=17625704/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=129880 CPUtime=762.29 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 679157 0 0 0 76130 99 0 0 25 0 1 0 490474912 132997120 31664 33554432000 134512640 134761588 4293682224 18446744073709551615 134616738 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 32470 31664 577 61 0 31773 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 129880

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 13571
/proc/meminfo: memFree=17629148/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=128460 CPUtime=822.28 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 693965 0 0 0 82127 101 0 0 25 0 1 0 490474912 131543040 31341 33554432000 134512640 134761588 4293682224 18446744073709551615 134682594 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 32115 31341 577 61 0 31418 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 128460

[startup+882.307 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 13572
/proc/meminfo: memFree=17622672/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=128948 CPUtime=882.29 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 708320 0 0 0 88126 103 0 0 25 0 1 0 490474912 132042752 31463 33554432000 134512640 134761588 4293682224 18446744073709551615 134747290 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 32237 31463 577 61 0 31540 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 128948

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 13574
/proc/meminfo: memFree=17637656/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=129048 CPUtime=942.29 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 718958 0 0 0 94124 105 0 0 25 0 1 0 490474912 132145152 31488 33554432000 134512640 134761588 4293682224 18446744073709551615 134651746 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 32262 31488 577 61 0 31565 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 129048

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 13575
/proc/meminfo: memFree=17621008/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=127448 CPUtime=1002.28 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 729943 0 0 0 100122 106 0 0 25 0 1 0 490474912 130506752 31088 33554432000 134512640 134761588 4293682224 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 31862 31088 577 61 0 31165 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 127448

[startup+1062.3 s]
/proc/loadavg: 4.04 4.01 3.89 5/190 13577
/proc/meminfo: memFree=17624696/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=131088 CPUtime=1062.29 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 740629 0 0 0 106121 108 0 0 25 0 1 0 490474912 134234112 31966 33554432000 134512640 134761588 4293682224 18446744073709551615 134748397 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 32772 31966 577 61 0 32075 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 131088

[startup+1122.3 s]
/proc/loadavg: 4.06 4.02 3.90 5/190 13579
/proc/meminfo: memFree=17635688/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=129452 CPUtime=1122.29 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 748243 0 0 0 112120 109 0 0 25 0 1 0 490474912 132558848 31566 33554432000 134512640 134761588 4293682224 18446744073709551615 134651675 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 32363 31566 577 61 0 31666 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 129452

[startup+1182.3 s]
/proc/loadavg: 4.09 4.03 3.91 5/190 13580
/proc/meminfo: memFree=17615444/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=128468 CPUtime=1182.29 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 762938 0 0 0 118118 111 0 0 25 0 1 0 490474912 131551232 31320 33554432000 134512640 134761588 4293682224 18446744073709551615 134748639 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 32117 31320 577 61 0 31420 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 128468

[startup+1242.3 s]
/proc/loadavg: 4.08 4.04 3.91 5/190 13582
/proc/meminfo: memFree=17634140/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=128212 CPUtime=1242.29 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 767106 0 0 0 124117 112 0 0 25 0 1 0 490474912 131289088 31256 33554432000 134512640 134761588 4293682224 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 32053 31256 577 61 0 31356 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 128212



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.91 2/175 13637
/proc/meminfo: memFree=17801700/32951124 swapFree=67111528/67111528
[pid=13548] ppid=13546 vsize=131736 CPUtime=1300 cores=5,7
/proc/13548/stat : 13548 (MPhaseSAT64) R 13546 13548 11711 0 -1 4202496 780521 0 0 0 129886 114 0 0 25 0 1 0 490474912 134897664 32137 33554432000 134512640 134761588 4293682224 18446744073709551615 134685661 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/13548/statm: 32934 32137 577 61 0 32237 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 131736

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.01
CPU user time (s): 1298.86
CPU system time (s): 1.15082
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 328708

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

runsolver used 2.11068 second user time and 4.96924 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-26 05:32:44
IDJOB=3291572
IDBENCH=84238
IDSOLVER=1521
FILE ID=node130/3291572-1303788760
RUNJOBID= node130-1303788760-13509
PBS_JOBID= 13157227
Free space on /tmp= 72068 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT03/industrial/schuppan/l2s/valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291572-1303788760/watcher-3291572-1303788760 -o /tmp/evaluation-result-3291572-1303788760/solver-3291572-1303788760 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3291572-1303788760.cnf

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

MD5SUM BENCH= cb369c4583eb075a3a8cb5a04701e120
RANDOM SEED=479124673

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17789264 kB
Buffers:       2113068 kB
Cached:       12327052 kB
SwapCached:          0 kB
Active:        6697196 kB
Inactive:      7912608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17789264 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           96732 kB
Writeback:           0 kB
AnonPages:      168840 kB
Mapped:          16648 kB
Slab:           487336 kB
PageTables:       5336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   359584 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= 72100 MiB
End job on node130 at 2011-04-26 05:54:26