Trace number 3287525

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MPhaseSAT_M 2011-02-16UNSAT 676.984 676.969

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark265.638
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

676.90/676.96	c MPhaseSAT_M version 401 suited for random catagory by Jingchao Chen,  April 1,2011 
676.90/676.96	c input CNF file=HOME/instance-3287525-1303774792.cnf 
676.90/676.96	c Clause#=262658  var#=88352  ratio=2 
676.90/676.96	c phase 1 
676.90/676.96	c Simplified clause#=263120 
676.90/676.96	c XOR_varElimination deleted var#=318 clauses#=261899 
676.90/676.96	c before shortening average=4.777778, XOR clauses#=45 
676.90/676.96	c after shortening average=3.133333 XOR clauses#=45 
676.90/676.96	c inative var#=0 
676.90/676.96	c free var#=17753  
676.90/676.96	c 
676.90/676.96	s UNSATISFIABLE
676.90/676.96	c 
676.90/676.96	c  Running time=676.982083 

Verifier Data

No possible verification on an UNSAT instance

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-3287525-1303774792/watcher-3287525-1303774792 -o /tmp/evaluation-result-3287525-1303774792/solver-3287525-1303774792 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3287525-1303774792.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: 1.51 2.65 3.35 4/184 29128
/proc/meminfo: memFree=13287944/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=7248 CPUtime=0 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 325 0 0 0 0 0 0 0 21 0 1 0 469895511 7421952 266 33554432000 134512640 134829744 4290989248 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 1812 266 225 78 0 1098 0

[startup+0.0171329 s]
/proc/loadavg: 1.51 2.65 3.35 4/184 29128
/proc/meminfo: memFree=13287944/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=7248 CPUtime=0.01 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 384 0 0 0 1 0 0 0 21 0 1 0 469895511 7421952 325 33554432000 134512640 134829744 4290989248 18446744073709551615 10781295 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 1812 325 225 78 0 1098 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7248

[startup+0.101146 s]
/proc/loadavg: 1.51 2.65 3.35 4/184 29128
/proc/meminfo: memFree=13287944/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=7248 CPUtime=0.09 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 800 0 0 0 9 0 0 0 21 0 1 0 469895511 7421952 741 33554432000 134512640 134829744 4290989248 18446744073709551615 134531663 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 1812 741 225 78 0 1098 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7248

[startup+0.301108 s]
/proc/loadavg: 1.51 2.65 3.35 4/184 29128
/proc/meminfo: memFree=13287944/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=12756 CPUtime=0.29 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 10007 0 0 0 28 1 0 0 22 0 1 0 469895511 13062144 2669 33554432000 134512640 134829744 4290989248 18446744073709551615 134559392 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 3189 2669 407 78 0 2475 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12756

[startup+0.70105 s]
/proc/loadavg: 1.51 2.65 3.35 4/184 29128
/proc/meminfo: memFree=13287944/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=47108 CPUtime=0.68 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 22684 0 0 0 67 1 0 0 23 0 1 0 469895511 48238592 10694 33554432000 134512640 134829744 4290989248 18446744073709551615 134663556 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 11777 10694 426 78 0 11063 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 47108

[startup+1.50087 s]
/proc/loadavg: 1.51 2.65 3.35 5/187 29133
/proc/meminfo: memFree=13159512/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=59792 CPUtime=1.49 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 27806 0 0 0 147 2 0 0 25 0 1 0 469895511 61227008 13702 33554432000 134512640 134829744 4290989248 18446744073709551615 134720606 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 14948 13702 434 78 0 14234 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59792

[startup+3.10063 s]
/proc/loadavg: 1.51 2.65 3.35 5/190 29139
/proc/meminfo: memFree=13066216/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=54612 CPUtime=3.08 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 28658 0 0 0 306 2 0 0 25 0 1 0 469895511 55922688 12450 33554432000 134512640 134829744 4290989248 18446744073709551615 134661386 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 13653 12450 444 78 0 12939 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 54612

[startup+6.30104 s]
/proc/loadavg: 1.71 2.67 3.36 5/190 29139
/proc/meminfo: memFree=13050360/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=55276 CPUtime=6.29 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 34896 0 0 0 626 3 0 0 25 0 1 0 469895511 56602624 12642 33554432000 134512640 134829744 4290989248 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 13819 12642 444 78 0 13105 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55276

[startup+12.7009 s]
/proc/loadavg: 1.81 2.67 3.35 4/185 29156
/proc/meminfo: memFree=13143260/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=55276 CPUtime=12.69 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 40946 0 0 0 1265 4 0 0 25 0 1 0 469895511 56602624 12646 33554432000 134512640 134829744 4290989248 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 13819 12646 444 78 0 13105 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55276

[startup+25.5006 s]
/proc/loadavg: 2.22 2.72 3.36 4/185 29183
/proc/meminfo: memFree=13182360/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=55400 CPUtime=25.48 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 95490 0 0 0 2537 11 0 0 25 0 1 0 469895511 56729600 13154 33554432000 134512640 134829744 4290989248 18446744073709551615 134719552 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 13850 13154 361 78 0 13136 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55400

[startup+51.101 s]
/proc/loadavg: 2.76 2.81 3.37 5/190 29221
/proc/meminfo: memFree=13123748/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=60108 CPUtime=51.09 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 96888 0 0 0 5097 12 0 0 25 0 1 0 469895511 61550592 14331 33554432000 134512640 134829744 4290989248 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 15027 14331 361 78 0 14313 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 60108

[startup+102.307 s]
/proc/loadavg: 3.46 2.99 3.40 5/190 29222
/proc/meminfo: memFree=13147676/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=60840 CPUtime=102.3 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 97429 0 0 0 10218 12 0 0 25 0 1 0 469895511 62300160 14514 33554432000 134512640 134829744 4290989248 18446744073709551615 134718338 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 15210 14514 361 78 0 14496 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 60840

[startup+162.3 s]
/proc/loadavg: 3.80 3.17 3.43 5/190 29224
/proc/meminfo: memFree=13140820/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=62452 CPUtime=162.29 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 98030 0 0 0 16217 12 0 0 25 0 1 0 469895511 63950848 14917 33554432000 134512640 134829744 4290989248 18446744073709551615 134725743 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 15613 14917 361 78 0 14899 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 62452

[startup+222.301 s]
/proc/loadavg: 3.96 3.33 3.47 5/190 29253
/proc/meminfo: memFree=13064932/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=64768 CPUtime=222.29 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 98881 0 0 0 22217 12 0 0 25 0 1 0 469895511 66322432 15528 33554432000 134512640 134829744 4290989248 18446744073709551615 11061212 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 16192 15528 361 78 0 15478 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 64768

[startup+282.301 s]
/proc/loadavg: 3.84 3.39 3.48 5/190 29335
/proc/meminfo: memFree=13118648/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=67468 CPUtime=282.29 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 99528 0 0 0 28217 12 0 0 25 0 1 0 469895511 69087232 16171 33554432000 134512640 134829744 4290989248 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 16867 16171 361 78 0 16153 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 67468

[startup+342.3 s]
/proc/loadavg: 3.94 3.50 3.51 5/190 29337
/proc/meminfo: memFree=13107588/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=69676 CPUtime=342.3 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 100309 0 0 0 34217 13 0 0 25 0 1 0 469895511 71348224 16723 33554432000 134512640 134829744 4290989248 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 17419 16723 361 78 0 16705 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 69676

[startup+402.301 s]
/proc/loadavg: 3.85 3.56 3.53 5/190 29392
/proc/meminfo: memFree=13041584/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=70584 CPUtime=402.3 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 100923 0 0 0 40217 13 0 0 25 0 1 0 469895511 72278016 16950 33554432000 134512640 134829744 4290989248 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 17646 16950 361 78 0 16932 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 70584

[startup+462.301 s]
/proc/loadavg: 3.94 3.64 3.55 5/190 29394
/proc/meminfo: memFree=13073012/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=70552 CPUtime=462.3 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 101126 0 0 0 46217 13 0 0 25 0 1 0 469895511 72245248 16942 33554432000 134512640 134829744 4290989248 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 17638 16942 361 78 0 16924 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 70552

[startup+522.301 s]
/proc/loadavg: 4.09 3.73 3.59 5/190 29396
/proc/meminfo: memFree=13072236/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=71272 CPUtime=522.3 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 101516 0 0 0 52217 13 0 0 25 0 1 0 469895511 72982528 17122 33554432000 134512640 134829744 4290989248 18446744073709551615 134678256 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 17818 17122 361 78 0 17104 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 71272

[startup+582.3 s]
/proc/loadavg: 4.03 3.78 3.61 5/190 29397
/proc/meminfo: memFree=13069868/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=72536 CPUtime=582.3 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 102258 0 0 0 58217 13 0 0 25 0 1 0 469895511 74276864 17438 33554432000 134512640 134829744 4290989248 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 18134 17438 361 78 0 17420 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 72536

[startup+642.301 s]
/proc/loadavg: 4.01 3.81 3.64 5/190 29399
/proc/meminfo: memFree=13063264/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=77904 CPUtime=642.31 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 103821 0 0 0 64217 14 0 0 25 0 1 0 469895511 79773696 18776 33554432000 134512640 134829744 4290989248 18446744073709551615 134722837 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 19476 18776 361 78 0 18762 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 77904

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

[startup+652.701 s]
/proc/loadavg: 4.08 3.84 3.64 5/190 29399
/proc/meminfo: memFree=13062396/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=77096 CPUtime=652.7 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 103821 0 0 0 65256 14 0 0 25 0 1 0 469895511 78946304 18606 33554432000 134512640 134829744 4290989248 18446744073709551615 134717952 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 19274 18606 361 78 0 18560 0
Current children cumulated CPU time (s) 652.7
Current children cumulated vsize (KiB) 77096

[startup+665.507 s]
/proc/loadavg: 4.06 3.84 3.65 5/190 29399
/proc/meminfo: memFree=13062636/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=77096 CPUtime=665.51 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 103821 0 0 0 66537 14 0 0 25 0 1 0 469895511 78946304 18606 33554432000 134512640 134829744 4290989248 18446744073709551615 134723138 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 19274 18606 361 78 0 18560 0
Current children cumulated CPU time (s) 665.51
Current children cumulated vsize (KiB) 77096

[startup+671.9 s]
/proc/loadavg: 4.06 3.85 3.65 5/190 29400
/proc/meminfo: memFree=13062388/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=77096 CPUtime=671.9 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 103821 0 0 0 67176 14 0 0 25 0 1 0 469895511 78946304 18606 33554432000 134512640 134829744 4290989248 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 19274 18606 361 78 0 18560 0
Current children cumulated CPU time (s) 671.9
Current children cumulated vsize (KiB) 77096

[startup+675.101 s]
/proc/loadavg: 4.06 3.85 3.65 5/190 29400
/proc/meminfo: memFree=13061760/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=77096 CPUtime=675.1 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 103821 0 0 0 67496 14 0 0 25 0 1 0 469895511 78946304 18606 33554432000 134512640 134829744 4290989248 18446744073709551615 134624903 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 19274 18606 361 78 0 18560 0
Current children cumulated CPU time (s) 675.1
Current children cumulated vsize (KiB) 77096

[startup+675.901 s]
/proc/loadavg: 4.05 3.85 3.65 5/190 29400
/proc/meminfo: memFree=13060764/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=77096 CPUtime=675.9 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 103821 0 0 0 67576 14 0 0 25 0 1 0 469895511 78946304 18606 33554432000 134512640 134829744 4290989248 18446744073709551615 134719593 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 19274 18606 361 78 0 18560 0
Current children cumulated CPU time (s) 675.9
Current children cumulated vsize (KiB) 77096

[startup+676.701 s]
/proc/loadavg: 4.05 3.85 3.65 5/190 29400
/proc/meminfo: memFree=13061136/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=77096 CPUtime=676.7 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 103821 0 0 0 67656 14 0 0 25 0 1 0 469895511 78946304 18606 33554432000 134512640 134829744 4290989248 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 19274 18606 361 78 0 18560 0
Current children cumulated CPU time (s) 676.7
Current children cumulated vsize (KiB) 77096

[startup+676.901 s]
/proc/loadavg: 4.05 3.85 3.65 5/190 29400
/proc/meminfo: memFree=13061136/32951124 swapFree=67111528/67111528
[pid=29128] ppid=29126 vsize=73368 CPUtime=676.9 cores=4,6
/proc/29128/stat : 29128 (MPhaseSAT_M) R 29126 29128 27771 0 -1 4202496 103821 0 0 0 67676 14 0 0 25 0 1 0 469895511 75128832 17733 33554432000 134512640 134829744 4290989248 18446744073709551615 134648917 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/29128/statm: 18342 17733 361 78 0 17628 0
Current children cumulated CPU time (s) 676.9
Current children cumulated vsize (KiB) 73368

Child status: 20
Real time (s): 676.969
CPU time (s): 676.984
CPU user time (s): 676.833
CPU system time (s): 0.150977
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 78320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 676.833
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103826
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= 8
involuntary context switches= 941

runsolver used 1.19582 second user time and 2.50162 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-26 01:39:53
IDJOB=3287525
IDBENCH=82469
IDSOLVER=1522
FILE ID=node146/3287525-1303774792
RUNJOBID= node146-1303774789-29097
PBS_JOBID= 13157158
Free space on /tmp= 72748 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287525-1303774792/watcher-3287525-1303774792 -o /tmp/evaluation-result-3287525-1303774792/solver-3287525-1303774792 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3287525-1303774792.cnf

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=1427054511

node146.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.75
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.86
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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13288348 kB
Buffers:       2078124 kB
Cached:       16932036 kB
SwapCached:          0 kB
Active:        9798152 kB
Inactive:      9331428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13288348 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18388 kB
Writeback:           0 kB
AnonPages:      118620 kB
Mapped:          15976 kB
Slab:           468768 kB
PageTables:       4916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   287132 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= 72740 MiB
End job on node146 at 2011-04-26 01:51:10