Trace number 3394311

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 756.891 756.874

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark153.665
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

756.83/756.87	c MPhaseSAT64 version 514 by Jingchao Chen,  May 13,2011
756.83/756.87	c input CNF file=HOME/instance-3394311-1306075788.cnf 
756.83/756.87	c Clause#=296405  var#=98935  ratio=2 
756.83/756.87	c phase 1 
756.83/756.87	c height=95 
756.83/756.87	c eliminated 75667 out of 98933 variables 
756.83/756.87	c Simplified clause#=115448 
756.83/756.87	c XOR_varElimination deleted var#=164 clauses#=113778 
756.83/756.87	c inative var#=0 
756.83/756.87	c free var#=14834  
756.83/756.87	c solve by multiple heuristics 
756.83/756.87	c 
756.83/756.87	s UNSATISFIABLE
756.83/756.87	c 
756.83/756.87	c  Running time=756.888936 

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-3394311-1306075788/watcher-3394311-1306075788 -o /tmp/evaluation-result-3394311-1306075788/solver-3394311-1306075788 -C 5000 -W 5100 -M 15500 MPhaseSAT64 HOME/instance-3394311-1306075788.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.01 2.03 2.00 2/446 6916
/proc/meminfo: memFree=16057240/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=17660 CPUtime=0 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 430 0 0 0 0 0 0 0 25 0 1 0 719177610 18083840 371 33554432000 4194304 4479436 140735782288512 18446744073709551615 235594866432 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 4415 371 267 70 0 1535 0

[startup+0.0251581 s]
/proc/loadavg: 2.01 2.03 2.00 2/446 6916
/proc/meminfo: memFree=16057240/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=17660 CPUtime=0.02 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 575 0 0 0 2 0 0 0 25 0 1 0 719177610 18083840 516 33554432000 4194304 4479436 140735782288512 18446744073709551615 4213812 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 4415 516 267 70 0 1535 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17660

[startup+0.100145 s]
/proc/loadavg: 2.01 2.03 2.00 2/446 6916
/proc/meminfo: memFree=16057240/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=17660 CPUtime=0.09 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 1227 0 0 0 9 0 0 0 25 0 1 0 719177610 18083840 1168 33554432000 4194304 4479436 140735782288512 18446744073709551615 235594398477 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 4415 1169 267 70 0 1535 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17660

[startup+0.30112 s]
/proc/loadavg: 2.01 2.03 2.00 2/446 6916
/proc/meminfo: memFree=16057240/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=24996 CPUtime=0.29 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 10320 0 0 0 29 0 0 0 25 0 1 0 719177610 25595904 3598 33554432000 4194304 4479436 140735782288512 18446744073709551615 4244190 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 6249 3598 470 70 0 3369 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24996

[startup+0.701046 s]
/proc/loadavg: 2.01 2.03 2.00 2/446 6916
/proc/meminfo: memFree=16057240/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=37648 CPUtime=0.69 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 15360 0 0 0 68 1 0 0 25 0 1 0 719177610 38551552 6777 33554432000 4194304 4479436 140735782288512 18446744073709551615 4340608 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 9412 6777 486 70 0 6532 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37648

[startup+1.5009 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 6917
/proc/meminfo: memFree=16030944/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=37824 CPUtime=1.49 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 19581 0 0 0 148 1 0 0 25 0 1 0 719177610 38731776 6834 33554432000 4194304 4479436 140735782288512 18446744073709551615 4397424 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 9456 6834 499 70 0 6576 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37824

[startup+3.10062 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 6917
/proc/meminfo: memFree=16030200/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=49536 CPUtime=3.09 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 22521 0 0 0 308 1 0 0 25 0 1 0 719177610 50724864 9774 33554432000 4194304 4479436 140735782288512 18446744073709551615 4312821 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 12384 9774 505 70 0 9504 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49536

[startup+6.30105 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 6917
/proc/meminfo: memFree=16022264/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=45440 CPUtime=6.3 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 23548 0 0 0 628 2 0 0 25 0 1 0 719177610 46530560 8753 33554432000 4194304 4479436 140735782288512 18446744073709551615 4450800 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 11360 8753 508 70 0 8480 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 45440

[startup+12.701 s]
/proc/loadavg: 2.01 2.02 2.00 4/447 6917
/proc/meminfo: memFree=16021684/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=45440 CPUtime=12.7 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 23548 0 0 0 1268 2 0 0 25 0 1 0 719177610 46530560 8753 33554432000 4194304 4479436 140735782288512 18446744073709551615 4452262 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 11360 8753 508 70 0 8480 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 45440

[startup+25.5007 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 6918
/proc/meminfo: memFree=16026732/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=40420 CPUtime=25.5 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 23549 0 0 0 2548 2 0 0 25 0 1 0 719177610 41390080 7499 33554432000 4194304 4479436 140735782288512 18446744073709551615 4308108 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 10105 7499 509 70 0 7225 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 40420

[startup+51.1002 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 6919
/proc/meminfo: memFree=16025840/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=42108 CPUtime=51.09 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 26174 0 0 0 5107 2 0 0 25 0 1 0 719177610 43118592 7929 33554432000 4194304 4479436 140735782288512 18446744073709551615 4346829 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 10527 7929 371 70 0 7647 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 42108

[startup+102.316 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 6920
/proc/meminfo: memFree=16024964/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=42108 CPUtime=102.31 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 26174 0 0 0 10229 2 0 0 25 0 1 0 719177610 43118592 7929 33554432000 4194304 4479436 140735782288512 18446744073709551615 4451008 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 10527 7929 371 70 0 7647 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 42108

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 6921
/proc/meminfo: memFree=16012164/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=54400 CPUtime=162.29 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 31295 0 0 0 16227 2 0 0 25 0 1 0 719177610 55705600 11002 33554432000 4194304 4479436 140735782288512 18446744073709551615 4451020 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 54400

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 6923
/proc/meminfo: memFree=16012004/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=54400 CPUtime=222.29 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 31295 0 0 0 22227 2 0 0 25 0 1 0 719177610 55705600 11002 33554432000 4194304 4479436 140735782288512 18446744073709551615 4452507 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 54400

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 6925
/proc/meminfo: memFree=16012716/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=54400 CPUtime=282.29 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 31295 0 0 0 28227 2 0 0 25 0 1 0 719177610 55705600 11002 33554432000 4194304 4479436 140735782288512 18446744073709551615 4339545 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 54400

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 6926
/proc/meminfo: memFree=16012440/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=54400 CPUtime=342.29 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 31295 0 0 0 34227 2 0 0 25 0 1 0 719177610 55705600 11002 33554432000 4194304 4479436 140735782288512 18446744073709551615 4380528 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 54400

[startup+402.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/447 6928
/proc/meminfo: memFree=16012664/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=54400 CPUtime=402.3 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 33343 0 0 0 40227 3 0 0 25 0 1 0 719177610 55705600 11002 33554432000 4194304 4479436 140735782288512 18446744073709551615 4330444 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 54400

[startup+462.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/447 6929
/proc/meminfo: memFree=16011884/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=54400 CPUtime=462.3 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 35391 0 0 0 46227 3 0 0 25 0 1 0 719177610 55705600 11002 33554432000 4194304 4479436 140735782288512 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 54400

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/447 6931
/proc/meminfo: memFree=16013208/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=54400 CPUtime=522.3 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 37439 0 0 0 52227 3 0 0 25 0 1 0 719177610 55705600 11002 33554432000 4194304 4479436 140735782288512 18446744073709551615 4451075 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 54400

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/447 6933
/proc/meminfo: memFree=16013412/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=54400 CPUtime=582.3 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 39487 0 0 0 58227 3 0 0 25 0 1 0 719177610 55705600 11002 33554432000 4194304 4479436 140735782288512 18446744073709551615 4451020 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 54400

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 6934
/proc/meminfo: memFree=16013008/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=54400 CPUtime=642.31 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 41535 0 0 0 64228 3 0 0 25 0 1 0 719177610 55705600 11002 33554432000 4194304 4479436 140735782288512 18446744073709551615 4330596 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 54400

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 6947
/proc/meminfo: memFree=16004992/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=62592 CPUtime=702.31 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 43583 0 0 0 70227 4 0 0 25 0 1 0 719177610 64094208 13050 33554432000 4194304 4479436 140735782288512 18446744073709551615 4451010 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 15648 13050 371 70 0 12768 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 62592

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

[startup+716.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 6947
/proc/meminfo: memFree=16011776/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=54400 CPUtime=716.71 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 43583 0 0 0 71667 4 0 0 25 0 1 0 719177610 55705600 11002 33554432000 4194304 4479436 140735782288512 18446744073709551615 4451111 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 716.71
Current children cumulated vsize (KiB) 54400

[startup+742.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 6948
/proc/meminfo: memFree=16012260/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=54400 CPUtime=742.31 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 43583 0 0 0 74227 4 0 0 25 0 1 0 719177610 55705600 11002 33554432000 4194304 4479436 140735782288512 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 742.31
Current children cumulated vsize (KiB) 54400

[startup+748.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 6948
/proc/meminfo: memFree=16012380/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=54400 CPUtime=748.71 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 43583 0 0 0 74867 4 0 0 25 0 1 0 719177610 55705600 11002 33554432000 4194304 4479436 140735782288512 18446744073709551615 4451189 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 748.71
Current children cumulated vsize (KiB) 54400

[startup+751.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 6948
/proc/meminfo: memFree=16005308/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=62592 CPUtime=751.91 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 45631 0 0 0 75187 4 0 0 25 0 1 0 719177610 64094208 13050 33554432000 4194304 4479436 140735782288512 18446744073709551615 4450996 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 15648 13050 371 70 0 12768 0
Current children cumulated CPU time (s) 751.91
Current children cumulated vsize (KiB) 62592

[startup+755.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 6948
/proc/meminfo: memFree=16005308/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=62592 CPUtime=755.11 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 45631 0 0 0 75507 4 0 0 25 0 1 0 719177610 64094208 13050 33554432000 4194304 4479436 140735782288512 18446744073709551615 4340384 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 15648 13050 371 70 0 12768 0
Current children cumulated CPU time (s) 755.11
Current children cumulated vsize (KiB) 62592

[startup+755.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 6948
/proc/meminfo: memFree=16005308/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=62592 CPUtime=755.91 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 45631 0 0 0 75587 4 0 0 25 0 1 0 719177610 64094208 13050 33554432000 4194304 4479436 140735782288512 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 15648 13050 371 70 0 12768 0
Current children cumulated CPU time (s) 755.91
Current children cumulated vsize (KiB) 62592

[startup+756.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 6948
/proc/meminfo: memFree=16005308/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=62592 CPUtime=756.31 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 45631 0 0 0 75627 4 0 0 25 0 1 0 719177610 64094208 13050 33554432000 4194304 4479436 140735782288512 18446744073709551615 4452007 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 15648 13050 371 70 0 12768 0
Current children cumulated CPU time (s) 756.31
Current children cumulated vsize (KiB) 62592

[startup+756.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 6948
/proc/meminfo: memFree=16005928/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=62592 CPUtime=756.72 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 45631 0 0 0 75668 4 0 0 25 0 1 0 719177610 64094208 13050 33554432000 4194304 4479436 140735782288512 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 15648 13050 371 70 0 12768 0
Current children cumulated CPU time (s) 756.72
Current children cumulated vsize (KiB) 62592

[startup+756.817 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 6948
/proc/meminfo: memFree=16005928/32950928 swapFree=45972252/67111528
[pid=6916] ppid=6914 vsize=62592 CPUtime=756.83 cores=1,3,5,7
/proc/6916/stat : 6916 (MPhaseSAT64) R 6914 6916 6308 0 -1 4202496 45631 0 0 0 75679 4 0 0 25 0 1 0 719177610 64094208 13050 33554432000 4194304 4479436 140735782288512 18446744073709551615 4450952 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/6916/statm: 15648 13050 371 70 0 12768 0
Current children cumulated CPU time (s) 756.83
Current children cumulated vsize (KiB) 62592

Child status: 20
Real time (s): 756.874
CPU time (s): 756.891
CPU user time (s): 756.845
CPU system time (s): 0.045993
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 62592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 756.845
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45638
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= 11
involuntary context switches= 10197

runsolver used 3.15452 second user time and 7.55385 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-22 16:49:48
IDJOB=3394311
IDBENCH=82482
IDSOLVER=1879
FILE ID=node120/3394311-1306075788
RUNJOBID= node120-1306069996-6327
PBS_JOBID= 13387883
Free space on /tmp= 73304 MiB

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

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

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=1741899180

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16057272 kB
Buffers:        214636 kB
Cached:        4309132 kB
SwapCached:      64972 kB
Active:        3992976 kB
Inactive:     12623084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16057272 kB
SwapTotal:    67111528 kB
SwapFree:     45972252 kB
Dirty:            5216 kB
Writeback:           0 kB
AnonPages:    12034508 kB
Mapped:          23036 kB
Slab:           115980 kB
PageTables:      92228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105854748 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= 73304 MiB
End job on node120 at 2011-05-22 17:02:25