Trace number 3394289

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-05-14 (fixed)UNSAT 2716.52 2716.45

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 benchmark245.654
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

2716.46/2716.45	c MPhaseSAT64 version 514 by Jingchao Chen,  May 13,2011
2716.46/2716.45	c input CNF file=HOME/instance-3394289-1306075548.cnf 
2716.46/2716.45	c Clause#=262658  var#=88352  ratio=2 
2716.46/2716.45	c phase 1 
2716.46/2716.45	c height=225 
2716.46/2716.45	c eliminated 70783 out of 88350 variables 
2716.46/2716.45	c Simplified clause#=117311 
2716.46/2716.45	c XOR_varElimination deleted var#=271 clauses#=117673 
2716.46/2716.45	c before shortening average=9.155556, XOR clauses#=45 
2716.46/2716.45	c after shortening average=3.444444 XOR clauses#=45 
2716.46/2716.45	c inative var#=0 
2716.46/2716.45	c free var#=15212  
2716.46/2716.45	c solve by multiple heuristics 
2716.46/2716.45	c 
2716.46/2716.45	s UNSATISFIABLE
2716.46/2716.45	c 
2716.46/2716.45	c  Running time=2716.518026 

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: 961)

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-3394289-1306075548/watcher-3394289-1306075548 -o /tmp/evaluation-result-3394289-1306075548/solver-3394289-1306075548 -C 5000 -W 5100 -M 15500 MPhaseSAT64 HOME/instance-3394289-1306075548.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.00 2/458 2835
/proc/meminfo: memFree=17293428/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=17004 CPUtime=0 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 382 0 0 0 0 0 0 0 25 0 1 0 719152973 17412096 324 33554432000 4194304 4479436 140737024581664 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 4251 324 267 70 0 1371 0

[startup+0.059774 s]
/proc/loadavg: 2.00 2.03 2.00 2/458 2835
/proc/meminfo: memFree=17293428/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=17004 CPUtime=0.05 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 873 0 0 0 5 0 0 0 25 0 1 0 719152973 17412096 815 33554432000 4194304 4479436 140737024581664 18446744073709551615 232335892224 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 4251 816 267 70 0 1371 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17004

[startup+0.100765 s]
/proc/loadavg: 2.00 2.03 2.00 2/458 2835
/proc/meminfo: memFree=17293428/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=17004 CPUtime=0.09 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 1232 0 0 0 9 0 0 0 25 0 1 0 719152973 17412096 1174 33554432000 4194304 4479436 140737024581664 18446744073709551615 4213812 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 4251 1174 267 70 0 1371 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17004

[startup+0.300736 s]
/proc/loadavg: 2.00 2.03 2.00 2/458 2835
/proc/meminfo: memFree=17293428/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=24960 CPUtime=0.28 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 11017 0 0 0 28 0 0 0 25 0 1 0 719152973 25559040 3596 33554432000 4194304 4479436 140737024581664 18446744073709551615 4277799 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 6240 3596 458 70 0 3360 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24960

[startup+0.700665 s]
/proc/loadavg: 2.00 2.03 2.00 2/458 2835
/proc/meminfo: memFree=17293428/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=39968 CPUtime=0.69 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 15115 0 0 0 68 1 0 0 25 0 1 0 719152973 40927232 7360 33554432000 4194304 4479436 140737024581664 18446744073709551615 4339554 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 9992 7360 470 70 0 7112 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39968

[startup+1.50052 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 2836
/proc/meminfo: memFree=17262924/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=37860 CPUtime=1.49 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 16301 0 0 0 148 1 0 0 25 0 1 0 719152973 38768640 6843 33554432000 4194304 4479436 140737024581664 18446744073709551615 4306775 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 9465 6843 479 70 0 6585 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37860

[startup+3.10023 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 2836
/proc/meminfo: memFree=17262072/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=50152 CPUtime=3.09 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 19386 0 0 0 307 2 0 0 25 0 1 0 719152973 51355648 9928 33554432000 4194304 4479436 140737024581664 18446744073709551615 4314551 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 12538 9928 485 70 0 9658 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50152

[startup+6.30066 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 2836
/proc/meminfo: memFree=17231148/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=36064 CPUtime=6.29 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 20509 0 0 0 627 2 0 0 25 0 1 0 719152973 36929536 6409 33554432000 4194304 4479436 140737024581664 18446744073709551615 4344096 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 9016 6409 488 70 0 6136 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36064

[startup+12.7005 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 2837
/proc/meminfo: memFree=17248336/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=36588 CPUtime=12.69 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 21380 0 0 0 1267 2 0 0 25 0 1 0 719152973 37466112 6540 33554432000 4194304 4479436 140737024581664 18446744073709551615 4353029 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 9147 6540 488 70 0 6267 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36588

[startup+25.5002 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 2837
/proc/meminfo: memFree=17237948/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=48948 CPUtime=25.49 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 28760 0 0 0 2547 2 0 0 25 0 1 0 719152973 50122752 9070 33554432000 4194304 4479436 140737024581664 18446744073709551615 4341216 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 12237 9070 408 70 0 9357 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48948

[startup+51.1007 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 2838
/proc/meminfo: memFree=17248164/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=48948 CPUtime=51.09 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 28760 0 0 0 5107 2 0 0 25 0 1 0 719152973 50122752 9070 33554432000 4194304 4479436 140737024581664 18446744073709551615 4451013 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 12237 9070 408 70 0 9357 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 48948

[startup+102.318 s]
/proc/loadavg: 2.04 2.03 2.00 3/459 2839
/proc/meminfo: memFree=17206980/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=57144 CPUtime=102.31 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 32857 0 0 0 10228 3 0 0 25 0 1 0 719152973 58515456 11119 33554432000 4194304 4479436 140737024581664 18446744073709551615 4340544 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 14286 11119 408 70 0 11406 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 57144

[startup+162.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/459 2841
/proc/meminfo: memFree=17203608/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=65336 CPUtime=162.29 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 36953 0 0 0 16226 3 0 0 25 0 1 0 719152973 66904064 13167 33554432000 4194304 4479436 140737024581664 18446744073709551615 4452279 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 16334 13167 408 70 0 13454 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 65336

[startup+222.3 s]
/proc/loadavg: 2.16 2.07 2.01 3/459 2842
/proc/meminfo: memFree=17212380/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=65336 CPUtime=222.3 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 39001 0 0 0 22226 4 0 0 25 0 1 0 719152973 66904064 13167 33554432000 4194304 4479436 140737024581664 18446744073709551615 4450941 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 16334 13167 408 70 0 13454 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 65336

[startup+282.301 s]
/proc/loadavg: 2.14 2.07 2.01 3/459 2844
/proc/meminfo: memFree=17238784/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=57144 CPUtime=282.3 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 39001 0 0 0 28226 4 0 0 25 0 1 0 719152973 58515456 11119 33554432000 4194304 4479436 140737024581664 18446744073709551615 4385151 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 14286 11119 408 70 0 11406 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 57144

[startup+342.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/459 2845
/proc/meminfo: memFree=17221036/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=65336 CPUtime=342.3 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 43097 0 0 0 34226 4 0 0 25 0 1 0 719152973 66904064 13167 33554432000 4194304 4479436 140737024581664 18446744073709551615 4330286 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 16334 13167 408 70 0 13454 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 65336

[startup+402.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/459 2847
/proc/meminfo: memFree=17213444/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=65336 CPUtime=402.3 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 45145 0 0 0 40226 4 0 0 25 0 1 0 719152973 66904064 13167 33554432000 4194304 4479436 140737024581664 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 16334 13167 408 70 0 13454 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 65336

[startup+462.301 s]
/proc/loadavg: 2.06 2.05 2.00 3/459 2849
/proc/meminfo: memFree=17204628/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=65336 CPUtime=462.31 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 47193 0 0 0 46226 5 0 0 25 0 1 0 719152973 66904064 13167 33554432000 4194304 4479436 140737024581664 18446744073709551615 4339617 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 16334 13167 408 70 0 13454 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 65336

[startup+522.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/459 2850
/proc/meminfo: memFree=17196048/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=69844 CPUtime=522.3 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 50368 0 0 0 52225 5 0 0 25 0 1 0 719152973 71520256 14294 33554432000 4194304 4479436 140737024581664 18446744073709551615 4340715 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 17461 14294 408 70 0 14581 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 69844

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/459 2852
/proc/meminfo: memFree=17200240/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=69844 CPUtime=582.3 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 50368 0 0 0 58225 5 0 0 25 0 1 0 719152973 71520256 14294 33554432000 4194304 4479436 140737024581664 18446744073709551615 4384761 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 17461 14294 408 70 0 14581 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 69844

[startup+642.3 s]

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

/proc/meminfo: memFree=17138872/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=73940 CPUtime=2142.34 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 53440 0 0 0 214229 5 0 0 25 0 1 0 719152973 75714560 15318 33554432000 4194304 4479436 140737024581664 18446744073709551615 4380302 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 18485 15318 408 70 0 15605 0
Current children cumulated CPU time (s) 2142.34
Current children cumulated vsize (KiB) 73940

[startup+2202.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/459 2914
/proc/meminfo: memFree=17028860/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=73940 CPUtime=2202.34 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 53440 0 0 0 220229 5 0 0 25 0 1 0 719152973 75714560 15318 33554432000 4194304 4479436 140737024581664 18446744073709551615 4384764 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 18485 15318 408 70 0 15605 0
Current children cumulated CPU time (s) 2202.34
Current children cumulated vsize (KiB) 73940

[startup+2262.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/459 2916
/proc/meminfo: memFree=17118732/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=73940 CPUtime=2262.34 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 53440 0 0 0 226229 5 0 0 25 0 1 0 719152973 75714560 15318 33554432000 4194304 4479436 140737024581664 18446744073709551615 4452303 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 18485 15318 408 70 0 15605 0
Current children cumulated CPU time (s) 2262.34
Current children cumulated vsize (KiB) 73940

[startup+2322.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 2917
/proc/meminfo: memFree=17118344/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=73940 CPUtime=2322.35 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 53440 0 0 0 232230 5 0 0 25 0 1 0 719152973 75714560 15318 33554432000 4194304 4479436 140737024581664 18446744073709551615 4450969 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 18485 15318 408 70 0 15605 0
Current children cumulated CPU time (s) 2322.35
Current children cumulated vsize (KiB) 73940

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 2919
/proc/meminfo: memFree=17080880/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=78036 CPUtime=2382.35 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 54464 0 0 0 238230 5 0 0 25 0 1 0 719152973 79908864 16342 33554432000 4194304 4479436 140737024581664 18446744073709551615 4382463 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 19509 16342 408 70 0 16629 0
Current children cumulated CPU time (s) 2382.35
Current children cumulated vsize (KiB) 78036

[startup+2442.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/459 2920
/proc/meminfo: memFree=17146200/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=78036 CPUtime=2442.35 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 54464 0 0 0 244230 5 0 0 25 0 1 0 719152973 79908864 16342 33554432000 4194304 4479436 140737024581664 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 19509 16342 408 70 0 16629 0
Current children cumulated CPU time (s) 2442.35
Current children cumulated vsize (KiB) 78036

[startup+2502.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/459 2922
/proc/meminfo: memFree=17138860/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=78036 CPUtime=2502.35 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 54464 0 0 0 250230 5 0 0 25 0 1 0 719152973 79908864 16342 33554432000 4194304 4479436 140737024581664 18446744073709551615 4306935 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 19509 16342 408 70 0 16629 0
Current children cumulated CPU time (s) 2502.35
Current children cumulated vsize (KiB) 78036

[startup+2562.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/459 2925
/proc/meminfo: memFree=17123088/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=78036 CPUtime=2562.35 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 54464 0 0 0 256230 5 0 0 25 0 1 0 719152973 79908864 16342 33554432000 4194304 4479436 140737024581664 18446744073709551615 4306966 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 19509 16342 408 70 0 16629 0
Current children cumulated CPU time (s) 2562.35
Current children cumulated vsize (KiB) 78036

[startup+2622.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/459 2926
/proc/meminfo: memFree=17024484/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=78036 CPUtime=2622.36 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 56512 0 0 0 262231 5 0 0 25 0 1 0 719152973 79908864 16342 33554432000 4194304 4479436 140737024581664 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 19509 16342 408 70 0 16629 0
Current children cumulated CPU time (s) 2622.36
Current children cumulated vsize (KiB) 78036

[startup+2682.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/459 2928
/proc/meminfo: memFree=17123168/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=78036 CPUtime=2682.36 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 56512 0 0 0 268231 5 0 0 25 0 1 0 719152973 79908864 16342 33554432000 4194304 4479436 140737024581664 18446744073709551615 4451020 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 19509 16342 408 70 0 16629 0
Current children cumulated CPU time (s) 2682.36
Current children cumulated vsize (KiB) 78036

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

[startup+2687.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/459 2928
/proc/meminfo: memFree=17106548/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=78036 CPUtime=2687.96 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 56512 0 0 0 268791 5 0 0 25 0 1 0 719152973 79908864 16342 33554432000 4194304 4479436 140737024581664 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 19509 16342 408 70 0 16629 0
Current children cumulated CPU time (s) 2687.96
Current children cumulated vsize (KiB) 78036

[startup+2700.7 s]
/proc/loadavg: 2.01 2.03 2.00 3/459 2928
/proc/meminfo: memFree=17106412/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=78036 CPUtime=2700.76 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 56512 0 0 0 270071 5 0 0 25 0 1 0 719152973 79908864 16342 33554432000 4194304 4479436 140737024581664 18446744073709551615 4450936 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 19509 16342 408 70 0 16629 0
Current children cumulated CPU time (s) 2700.76
Current children cumulated vsize (KiB) 78036

[startup+2707.12 s]
/proc/loadavg: 2.01 2.03 2.00 3/459 2928
/proc/meminfo: memFree=17090044/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=78036 CPUtime=2707.17 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 56512 0 0 0 270712 5 0 0 25 0 1 0 719152973 79908864 16342 33554432000 4194304 4479436 140737024581664 18446744073709551615 4451020 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 19509 16342 408 70 0 16629 0
Current children cumulated CPU time (s) 2707.17
Current children cumulated vsize (KiB) 78036

[startup+2710.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/459 2929
/proc/meminfo: memFree=17081856/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=78036 CPUtime=2710.36 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 56512 0 0 0 271031 5 0 0 25 0 1 0 719152973 79908864 16342 33554432000 4194304 4479436 140737024581664 18446744073709551615 4450854 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 19509 16342 408 70 0 16629 0
Current children cumulated CPU time (s) 2710.36
Current children cumulated vsize (KiB) 78036

[startup+2713.5 s]
/proc/loadavg: 2.01 2.03 2.00 3/459 2929
/proc/meminfo: memFree=17048748/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=78036 CPUtime=2713.56 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 56512 0 0 0 271351 5 0 0 25 0 1 0 719152973 79908864 16342 33554432000 4194304 4479436 140737024581664 18446744073709551615 4451189 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 19509 16342 408 70 0 16629 0
Current children cumulated CPU time (s) 2713.56
Current children cumulated vsize (KiB) 78036

[startup+2715.1 s]
/proc/loadavg: 2.01 2.03 2.00 3/459 2929
/proc/meminfo: memFree=17048992/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=78036 CPUtime=2715.16 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 56512 0 0 0 271511 5 0 0 25 0 1 0 719152973 79908864 16342 33554432000 4194304 4479436 140737024581664 18446744073709551615 4450996 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 19509 16342 408 70 0 16629 0
Current children cumulated CPU time (s) 2715.16
Current children cumulated vsize (KiB) 78036

[startup+2715.92 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 2929
/proc/meminfo: memFree=17048992/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=78036 CPUtime=2715.97 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 56512 0 0 0 271592 5 0 0 25 0 1 0 719152973 79908864 16342 33554432000 4194304 4479436 140737024581664 18446744073709551615 4450959 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 19509 16342 408 70 0 16629 0
Current children cumulated CPU time (s) 2715.97
Current children cumulated vsize (KiB) 78036

[startup+2716.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 2929
/proc/meminfo: memFree=17048992/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=78036 CPUtime=2716.36 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 56512 0 0 0 271631 5 0 0 25 0 1 0 719152973 79908864 16342 33554432000 4194304 4479436 140737024581664 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 19509 16342 408 70 0 16629 0
Current children cumulated CPU time (s) 2716.36
Current children cumulated vsize (KiB) 78036

[startup+2716.4 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 2929
/proc/meminfo: memFree=17048992/32951124 swapFree=65173184/67111528
[pid=2835] ppid=2833 vsize=78036 CPUtime=2716.46 cores=1,3,5,7
/proc/2835/stat : 2835 (MPhaseSAT64) R 2833 2835 2526 0 -1 4202496 56512 0 0 0 271641 5 0 0 25 0 1 0 719152973 79908864 16342 33554432000 4194304 4479436 140737024581664 18446744073709551615 4452288 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/2835/statm: 19509 16342 408 70 0 16629 0
Current children cumulated CPU time (s) 2716.46
Current children cumulated vsize (KiB) 78036

Child status: 20
Real time (s): 2716.45
CPU time (s): 2716.52
CPU user time (s): 2716.46
CPU system time (s): 0.06199
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 78036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2716.46
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56514
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= 10
involuntary context switches= 6833

runsolver used 11.4633 second user time and 28.2647 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-22 16:45:48
IDJOB=3394289
IDBENCH=82469
IDSOLVER=1879
FILE ID=node132/3394289-1306075548
RUNJOBID= node132-1306069995-2545
PBS_JOBID= 13387871
Free space on /tmp= 73252 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394289-1306075548/watcher-3394289-1306075548 -o /tmp/evaluation-result-3394289-1306075548/solver-3394289-1306075548 -C 5000 -W 5100 -M 15500  MPhaseSAT64 HOME/instance-3394289-1306075548.cnf

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=1449340188

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17293584 kB
Buffers:        352952 kB
Cached:        7281116 kB
SwapCached:       9944 kB
Active:        7760600 kB
Inactive:      7559076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17293584 kB
SwapTotal:    67111528 kB
SwapFree:     65173184 kB
Dirty:            4660 kB
Writeback:           0 kB
AnonPages:     7682564 kB
Mapped:          31728 kB
Slab:           218956 kB
PageTables:      50352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 109371468 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73252 MiB
End job on node132 at 2011-05-22 17:31:05