Trace number 3094202

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-15SAT 858.255 858.3

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S1290198737-013-UNKNOWN.cnf
MD5SUM707c4bcddcda116edc4a57a77dc3ba68
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark56.5224
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512750

Solver Data

858.15/858.29	c MPhaseSAT version 401 by Jingchao Chen,  April 1, 2011
858.15/858.29	c input CNF file=HOME/instance-3094202-1307669553.cnf 
858.15/858.29	c Clause#=12750  var#=150  ratio=85 
858.15/858.29	c Simplified clause#=12750 
858.15/858.29	c XOR_varElimination deleted var#=0 clauses#=12750 
858.15/858.29	c inative var#=0 
858.15/858.29	c free var#=150  
858.15/858.29	c local search on 
858.15/858.29	c height=57 age=42 
858.15/858.29	c A solution found by local search 
858.15/858.29	c unfixed var#=0 var#=150 
858.15/858.29	c verified 
858.15/858.29	c 
858.15/858.29	s SATISFIABLE
858.15/858.29	v -1 2 3 4 5 6 -7 8 -9 -10 11 -12 13 14 -15 16 -17 -18 -19 20 -21 -22 -23 -24 -25 26 -27 -28 29 -30 31 -32 -33 34 35 36 37 -38 -39 40 -41 -42 43 44 45 -46 -47 48 49 -50 51 52 53 54 -55 -56 -57 -58 59 -60 61 -62 -63 64 65 -66 67 68 69 70 71 -72 -73 74 -75 -76 77 -78 -79 80 81 -82 83 -84 85 -86 -87 -88 -89 -90 -91 -92 -93 94 -95 -96 -97 -98 -99 100 -101 102 103 104 -105 -106 -107 -108 -109 110 -111 112 -113 -114 115 116 117 118 119 -120 -121 122 -123 124 125 126 -127 -128 129 130 -131 -132 -133 134 135 -136 -137 -138 -139 -140 141 142 143 -144 -145 146 147 148 -149 -150 
858.15/858.29	v 0
858.15/858.29	c 
858.15/858.29	c  Running time=858.252526 

Verifier Data

OK

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-3094202-1307669553/watcher-3094202-1307669553 -o /tmp/evaluation-result-3094202-1307669553/solver-3094202-1307669553 -C 2400 -W 1300 -M 7680 MPhaseSAT HOME/instance-3094202-1307669553.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: 4.00 4.00 3.91 1/186 26594
/proc/meminfo: memFree=31968504/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=2944 CPUtime=0 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) D 26592 26594 25858 0 -1 4194304 97 0 1 0 0 0 0 0 22 0 1 0 957185890 3014656 52 33554432000 134512640 134731564 4290065552 18446744073709551615 5531635 0 0 4096 0 18446744071562234166 0 0 17 5 0 0 0
/proc/26594/statm: 736 52 41 54 0 33 0

[startup+0.032106 s]
/proc/loadavg: 4.00 4.00 3.91 1/186 26594
/proc/meminfo: memFree=31968504/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=2900 CPUtime=0 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) D 26592 26594 25858 0 -1 4202496 227 0 9 0 0 0 0 0 22 0 1 0 957185890 2969600 177 33554432000 134512640 134731564 4290065552 18446744073709551615 6647680 0 0 4096 0 18446744071562234166 0 0 17 5 0 0 2
/proc/26594/statm: 725 177 154 54 0 35 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2900

[startup+0.101084 s]
/proc/loadavg: 4.00 4.00 3.91 1/186 26594
/proc/meminfo: memFree=31968504/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=4564 CPUtime=0.04 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 796 0 14 0 4 0 0 0 22 0 1 0 957185890 4673536 662 33554432000 134512640 134731564 4290065552 18446744073709551615 134552506 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 1141 662 241 54 0 451 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4564

[startup+0.301048 s]
/proc/loadavg: 4.00 4.00 3.91 1/186 26594
/proc/meminfo: memFree=31968504/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=5752 CPUtime=0.24 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 1128 0 14 0 24 0 0 0 22 0 1 0 957185890 5890048 994 33554432000 134512640 134731564 4290065552 18446744073709551615 5742452 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 1438 994 268 54 0 748 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 5752

[startup+0.700974 s]
/proc/loadavg: 4.00 4.00 3.91 1/186 26594
/proc/meminfo: memFree=31968504/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=6280 CPUtime=0.64 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 1260 0 14 0 64 0 0 0 25 0 1 0 957185890 6430720 1126 33554432000 134512640 134731564 4290065552 18446744073709551615 5742922 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 1570 1126 268 54 0 880 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 6280

[startup+1.50083 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 26605
/proc/meminfo: memFree=31934540/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=7372 CPUtime=1.44 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 1513 0 14 0 144 0 0 0 25 0 1 0 957185890 7548928 1379 33554432000 134512640 134731564 4290065552 18446744073709551615 134604984 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 1843 1379 271 54 0 1153 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 7372

[startup+3.10053 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 26605
/proc/meminfo: memFree=31930376/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=7372 CPUtime=3.04 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 1513 0 14 0 304 0 0 0 25 0 1 0 957185890 7548928 1379 33554432000 134512640 134731564 4290065552 18446744073709551615 134605849 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 1843 1379 271 54 0 1153 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 7372

[startup+6.30096 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 26605
/proc/meminfo: memFree=31921492/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=7372 CPUtime=6.24 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 1513 0 14 0 624 0 0 0 25 0 1 0 957185890 7548928 1379 33554432000 134512640 134731564 4290065552 18446744073709551615 134605263 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 1843 1379 271 54 0 1153 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7372

[startup+12.7008 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 26605
/proc/meminfo: memFree=31917212/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=7372 CPUtime=12.64 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 1513 0 14 0 1264 0 0 0 25 0 1 0 957185890 7548928 1379 33554432000 134512640 134731564 4290065552 18446744073709551615 134605020 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 1843 1379 271 54 0 1153 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 7372

[startup+25.5004 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 26605
/proc/meminfo: memFree=31914272/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=7372 CPUtime=25.44 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 1532 0 14 0 2544 0 0 0 25 0 1 0 957185890 7548928 1398 33554432000 134512640 134731564 4290065552 18446744073709551615 134605531 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 1843 1398 271 54 0 1153 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 7372

[startup+51.1007 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 26606
/proc/meminfo: memFree=31903888/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=7372 CPUtime=51.04 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 1532 0 14 0 5104 0 0 0 25 0 1 0 957185890 7548928 1398 33554432000 134512640 134731564 4290065552 18446744073709551615 134605266 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 1843 1398 271 54 0 1153 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 7372

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 26607
/proc/meminfo: memFree=31889244/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=8316 CPUtime=102.24 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 1765 0 14 0 10224 0 0 0 25 0 1 0 957185890 8515584 1631 33554432000 134512640 134731564 4290065552 18446744073709551615 134606119 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 2079 1631 271 54 0 1389 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 8316

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 26609
/proc/meminfo: memFree=31873472/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=8852 CPUtime=162.24 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 1901 0 14 0 16224 0 0 0 25 0 1 0 957185890 9064448 1767 33554432000 134512640 134731564 4290065552 18446744073709551615 134605029 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 2213 1767 271 54 0 1523 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 8852

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 26611
/proc/meminfo: memFree=31867864/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=9520 CPUtime=222.24 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2047 0 14 0 22224 0 0 0 25 0 1 0 957185890 9748480 1913 33554432000 134512640 134731564 4290065552 18446744073709551615 134605885 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 2380 1913 271 54 0 1690 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 9520

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 26650
/proc/meminfo: memFree=31918244/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=10208 CPUtime=282.24 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2202 0 14 0 28224 0 0 0 25 0 1 0 957185890 10452992 2068 33554432000 134512640 134731564 4290065552 18446744073709551615 134605464 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 2552 2068 271 54 0 1862 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 10208

[startup+342.3 s]
/proc/loadavg: 4.06 4.02 3.91 5/190 26652
/proc/meminfo: memFree=31903920/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=10772 CPUtime=342.24 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2331 0 14 0 34224 0 0 0 25 0 1 0 957185890 11030528 2197 33554432000 134512640 134731564 4290065552 18446744073709551615 134605677 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 2693 2197 271 54 0 2003 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 10772

[startup+402.3 s]
/proc/loadavg: 4.02 4.01 3.91 5/190 26656
/proc/meminfo: memFree=31902776/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=11048 CPUtime=402.24 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2400 0 14 0 40224 0 0 0 25 0 1 0 957185890 11313152 2266 33554432000 134512640 134731564 4290065552 18446744073709551615 134605723 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 2762 2266 271 54 0 2072 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 11048

[startup+462.3 s]
/proc/loadavg: 3.48 3.86 3.87 4/184 26682
/proc/meminfo: memFree=31905620/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=11316 CPUtime=462.24 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2466 0 14 0 46224 0 0 0 25 0 1 0 957185890 11587584 2332 33554432000 134512640 134731564 4290065552 18446744073709551615 134606107 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 2829 2332 271 54 0 2139 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 11316

[startup+522.3 s]
/proc/loadavg: 3.17 3.70 3.81 4/184 26684
/proc/meminfo: memFree=31904864/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=11588 CPUtime=522.24 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2525 0 14 0 52224 0 0 0 25 0 1 0 957185890 11866112 2391 33554432000 134512640 134731564 4290065552 18446744073709551615 134606318 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 2897 2391 271 54 0 2207 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 11588

[startup+582.3 s]
/proc/loadavg: 3.06 3.57 3.76 4/184 26685
/proc/meminfo: memFree=31904200/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=12136 CPUtime=582.24 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2632 0 14 0 58224 0 0 0 25 0 1 0 957185890 12427264 2498 33554432000 134512640 134731564 4290065552 18446744073709551615 134605562 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 3034 2498 271 54 0 2344 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 12136

[startup+642.3 s]
/proc/loadavg: 3.06 3.47 3.71 4/184 26687
/proc/meminfo: memFree=31903812/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=12404 CPUtime=642.25 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2709 0 14 0 64225 0 0 0 25 0 1 0 957185890 12701696 2575 33554432000 134512640 134731564 4290065552 18446744073709551615 134606290 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 3101 2575 271 54 0 2411 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 12404

[startup+702.3 s]
/proc/loadavg: 3.02 3.39 3.67 4/184 26688
/proc/meminfo: memFree=31892992/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=12700 CPUtime=702.25 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2777 0 14 0 70225 0 0 0 25 0 1 0 957185890 13004800 2643 33554432000 134512640 134731564 4290065552 18446744073709551615 134605840 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 3175 2643 271 54 0 2485 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 12700

[startup+762.306 s]
/proc/loadavg: 3.01 3.31 3.62 4/184 26690
/proc/meminfo: memFree=31892728/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=13136 CPUtime=762.25 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2859 0 14 0 76225 0 0 0 25 0 1 0 957185890 13451264 2725 33554432000 134512640 134731564 4290065552 18446744073709551615 134605544 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 3284 2725 271 54 0 2594 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 13136

[startup+822.3 s]
/proc/loadavg: 3.00 3.26 3.58 4/184 26692
/proc/meminfo: memFree=31887376/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=13432 CPUtime=822.25 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2918 0 14 0 82225 0 0 0 25 0 1 0 957185890 13754368 2784 33554432000 134512640 134731564 4290065552 18446744073709551615 134659291 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 3358 2784 271 54 0 2668 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 13432

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

[startup+844.7 s]
/proc/loadavg: 3.00 3.24 3.56 5/184 26692
/proc/meminfo: memFree=31887740/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=13432 CPUtime=844.65 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2920 0 14 0 84465 0 0 0 25 0 1 0 957185890 13754368 2786 33554432000 134512640 134731564 4290065552 18446744073709551615 134606309 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 3358 2786 271 54 0 2668 0
Current children cumulated CPU time (s) 844.65
Current children cumulated vsize (KiB) 13432

[startup+851.1 s]
/proc/loadavg: 3.00 3.23 3.56 4/184 26692
/proc/meminfo: memFree=31887612/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=13568 CPUtime=851.05 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2961 0 14 0 85105 0 0 0 25 0 1 0 957185890 13893632 2827 33554432000 134512640 134731564 4290065552 18446744073709551615 134605394 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 3392 2827 271 54 0 2702 0
Current children cumulated CPU time (s) 851.05
Current children cumulated vsize (KiB) 13568

[startup+854.301 s]
/proc/loadavg: 3.00 3.23 3.56 4/184 26692
/proc/meminfo: memFree=31886992/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=13568 CPUtime=854.25 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2961 0 14 0 85425 0 0 0 25 0 1 0 957185890 13893632 2827 33554432000 134512640 134731564 4290065552 18446744073709551615 134605876 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 3392 2827 271 54 0 2702 0
Current children cumulated CPU time (s) 854.25
Current children cumulated vsize (KiB) 13568

[startup+855.9 s]
/proc/loadavg: 3.00 3.23 3.56 4/184 26693
/proc/meminfo: memFree=31886620/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=13568 CPUtime=855.85 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2961 0 14 0 85585 0 0 0 25 0 1 0 957185890 13893632 2827 33554432000 134512640 134731564 4290065552 18446744073709551615 134605658 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 3392 2827 271 54 0 2702 0
Current children cumulated CPU time (s) 855.85
Current children cumulated vsize (KiB) 13568

[startup+857.501 s]
/proc/loadavg: 3.00 3.23 3.56 4/184 26693
/proc/meminfo: memFree=31886620/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=13568 CPUtime=857.45 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2961 0 14 0 85745 0 0 0 25 0 1 0 957185890 13893632 2827 33554432000 134512640 134731564 4290065552 18446744073709551615 134605885 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 3392 2827 271 54 0 2702 0
Current children cumulated CPU time (s) 857.45
Current children cumulated vsize (KiB) 13568

[startup+857.901 s]
/proc/loadavg: 3.00 3.22 3.55 4/184 26693
/proc/meminfo: memFree=31886620/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=13568 CPUtime=857.85 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2961 0 14 0 85785 0 0 0 25 0 1 0 957185890 13893632 2827 33554432000 134512640 134731564 4290065552 18446744073709551615 134605423 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 3392 2827 271 54 0 2702 0
Current children cumulated CPU time (s) 857.85
Current children cumulated vsize (KiB) 13568

[startup+858.101 s]
/proc/loadavg: 3.00 3.22 3.55 4/184 26693
/proc/meminfo: memFree=31886620/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=13568 CPUtime=858.05 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2961 0 14 0 85805 0 0 0 25 0 1 0 957185890 13893632 2827 33554432000 134512640 134731564 4290065552 18446744073709551615 134605029 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 3392 2827 271 54 0 2702 0
Current children cumulated CPU time (s) 858.05
Current children cumulated vsize (KiB) 13568

[startup+858.201 s]
/proc/loadavg: 3.00 3.22 3.55 4/184 26693
/proc/meminfo: memFree=31886620/32951124 swapFree=67056304/67111528
[pid=26594] ppid=26592 vsize=13568 CPUtime=858.15 cores=5,7
/proc/26594/stat : 26594 (MPhaseSAT) R 26592 26594 25858 0 -1 4202496 2961 0 14 0 85815 0 0 0 25 0 1 0 957185890 13893632 2827 33554432000 134512640 134731564 4290065552 18446744073709551615 134605860 0 0 4096 1026 0 0 0 17 5 0 0 5
/proc/26594/statm: 3392 2827 271 54 0 2702 0
Current children cumulated CPU time (s) 858.15
Current children cumulated vsize (KiB) 13568

Child status: 10
Real time (s): 858.3
CPU time (s): 858.255
CPU user time (s): 858.253
CPU system time (s): 0.001999
CPU usage (%): 99.9947
Max. virtual memory (cumulated for all children) (KiB): 13568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 858.253
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2973
page faults= 14
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24
involuntary context switches= 1362

runsolver used 1.20082 second user time and 2.80757 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-10 03:32:33
IDJOB=3094202
IDBENCH=82684
IDSOLVER=1520
FILE ID=node110/3094202-1307669553
RUNJOBID= node110-1307669553-26549
PBS_JOBID= 13549443
Free space on /tmp= 74168 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S1290198737-013-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3094202-1307669553/watcher-3094202-1307669553 -o /tmp/evaluation-result-3094202-1307669553/solver-3094202-1307669553 -C 2400 -W 1300 -M 7680  MPhaseSAT HOME/instance-3094202-1307669553.cnf

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

MD5SUM BENCH= 707c4bcddcda116edc4a57a77dc3ba68
RANDOM SEED=1510615553

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31969404 kB
Buffers:        247208 kB
Cached:         481316 kB
SwapCached:       8464 kB
Active:         350444 kB
Inactive:       398472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31969404 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            1536 kB
Writeback:           0 kB
AnonPages:       18096 kB
Mapped:          13348 kB
Slab:           166824 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   234752 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= 74168 MiB
End job on node110 at 2011-06-10 03:46:51