Trace number 3375894

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 881.329 881.313

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 benchmark166.168
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

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

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

running on 2 cores: 0,2

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.07 1.80 2.49 5/360 21300
/proc/meminfo: memFree=19498292/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=17660 CPUtime=0 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 440 0 0 0 0 0 0 0 21 0 1 0 735018115 18083840 382 33554432000 4194304 4479436 140735501792368 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 4415 382 267 70 0 1535 0

[startup+0.0949309 s]
/proc/loadavg: 1.07 1.80 2.49 5/360 21300
/proc/meminfo: memFree=19498292/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=17660 CPUtime=0.09 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 1082 0 0 0 9 0 0 0 21 0 1 0 735018115 18083840 1024 33554432000 4194304 4479436 140735501792368 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 4415 1024 267 70 0 1535 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17660

[startup+0.100935 s]
/proc/loadavg: 1.07 1.80 2.49 5/360 21300
/proc/meminfo: memFree=19498292/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=17660 CPUtime=0.09 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 1129 0 0 0 9 0 0 0 21 0 1 0 735018115 18083840 1071 33554432000 4194304 4479436 140735501792368 18446744073709551615 256415391488 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 4415 1071 267 70 0 1535 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17660

[startup+0.30091 s]
/proc/loadavg: 1.07 1.80 2.49 5/360 21300
/proc/meminfo: memFree=19498292/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=24996 CPUtime=0.29 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 8710 0 0 0 28 1 0 0 22 0 1 0 735018115 25595904 3598 33554432000 4194304 4479436 140735501792368 18446744073709551615 4244364 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 6249 3598 470 70 0 3369 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24996

[startup+0.700825 s]
/proc/loadavg: 1.07 1.80 2.49 5/360 21300
/proc/meminfo: memFree=19498292/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=37648 CPUtime=0.69 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 15359 0 0 0 67 2 0 0 24 0 1 0 735018115 38551552 6777 33554432000 4194304 4479436 140735501792368 18446744073709551615 4339083 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 9412 6777 486 70 0 6532 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37648

[startup+1.50067 s]
/proc/loadavg: 1.07 1.80 2.49 5/364 21307
/proc/meminfo: memFree=19387416/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=37824 CPUtime=1.49 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 19576 0 0 0 146 3 0 0 25 0 1 0 735018115 38731776 6830 33554432000 4194304 4479436 140735501792368 18446744073709551615 4359508 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 9456 6830 495 70 0 6576 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37824

[startup+3.10037 s]
/proc/loadavg: 1.07 1.80 2.49 5/364 21307
/proc/meminfo: memFree=19380116/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=49536 CPUtime=3.09 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 22520 0 0 0 306 3 0 0 25 0 1 0 735018115 50724864 9774 33554432000 4194304 4479436 140735501792368 18446744073709551615 4329680 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 12384 9774 505 70 0 9504 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49536

[startup+6.30076 s]
/proc/loadavg: 1.30 1.83 2.49 5/364 21307
/proc/meminfo: memFree=19318096/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=45440 CPUtime=6.29 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 23547 0 0 0 626 3 0 0 25 0 1 0 735018115 46530560 8753 33554432000 4194304 4479436 140735501792368 18446744073709551615 4450765 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 11360 8753 508 70 0 8480 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45440

[startup+12.7005 s]
/proc/loadavg: 1.52 1.87 2.50 5/364 21334
/proc/meminfo: memFree=19294660/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=45440 CPUtime=12.69 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 23547 0 0 0 1266 3 0 0 25 0 1 0 735018115 46530560 8753 33554432000 4194304 4479436 140735501792368 18446744073709551615 4452267 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 11360 8753 508 70 0 8480 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45440

[startup+25.5011 s]
/proc/loadavg: 2.07 1.97 2.53 5/364 21335
/proc/meminfo: memFree=19321960/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=45440 CPUtime=25.49 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 23547 0 0 0 2546 3 0 0 25 0 1 0 735018115 46530560 8753 33554432000 4194304 4479436 140735501792368 18446744073709551615 4382318 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 11360 8753 508 70 0 8480 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45440

[startup+51.1003 s]
/proc/loadavg: 2.81 2.15 2.57 5/364 21335
/proc/meminfo: memFree=19309680/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=42108 CPUtime=51.08 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 26173 0 0 0 5104 4 0 0 25 0 1 0 735018115 43118592 7929 33554432000 4194304 4479436 140735501792368 18446744073709551615 4451967 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 10527 7929 371 70 0 7647 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 42108

[startup+102.314 s]
/proc/loadavg: 3.48 2.43 2.64 5/364 21364
/proc/meminfo: memFree=19345800/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=42108 CPUtime=102.3 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 26173 0 0 0 10226 4 0 0 25 0 1 0 735018115 43118592 7929 33554432000 4194304 4479436 140735501792368 18446744073709551615 4382311 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 10527 7929 371 70 0 7647 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 42108

[startup+162.301 s]
/proc/loadavg: 3.81 2.71 2.72 5/364 21365
/proc/meminfo: memFree=19329492/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=44620 CPUtime=162.28 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 26801 0 0 0 16224 4 0 0 25 0 1 0 735018115 45690880 8557 33554432000 4194304 4479436 140735501792368 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 11155 8557 371 70 0 8275 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 44620

[startup+222.301 s]
/proc/loadavg: 3.96 2.96 2.81 5/364 21367
/proc/meminfo: memFree=19284432/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=54400 CPUtime=222.29 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 31294 0 0 0 22224 5 0 0 25 0 1 0 735018115 55705600 11002 33554432000 4194304 4479436 140735501792368 18446744073709551615 4330591 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/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: 3.98 3.15 2.88 5/364 21368
/proc/meminfo: memFree=19283648/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=54400 CPUtime=282.29 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 31294 0 0 0 28224 5 0 0 25 0 1 0 735018115 55705600 11002 33554432000 4194304 4479436 140735501792368 18446744073709551615 4450996 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/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: 3.99 3.30 2.95 5/364 21370
/proc/meminfo: memFree=19283472/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=54400 CPUtime=342.29 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 31294 0 0 0 34224 5 0 0 25 0 1 0 735018115 55705600 11002 33554432000 4194304 4479436 140735501792368 18446744073709551615 4451003 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 54400

[startup+402.301 s]
/proc/loadavg: 4.03 3.44 3.01 5/364 21372
/proc/meminfo: memFree=19282568/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=54400 CPUtime=402.29 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 31294 0 0 0 40224 5 0 0 25 0 1 0 735018115 55705600 11002 33554432000 4194304 4479436 140735501792368 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 54400

[startup+462.3 s]
/proc/loadavg: 4.10 3.57 3.08 5/364 21373
/proc/meminfo: memFree=19282012/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=54400 CPUtime=462.29 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 33342 0 0 0 46224 5 0 0 25 0 1 0 735018115 55705600 11002 33554432000 4194304 4479436 140735501792368 18446744073709551615 4451841 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 54400

[startup+522.301 s]
/proc/loadavg: 4.04 3.64 3.14 5/364 21375
/proc/meminfo: memFree=19273056/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=62592 CPUtime=522.3 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 35390 0 0 0 52224 6 0 0 25 0 1 0 735018115 64094208 13050 33554432000 4194304 4479436 140735501792368 18446744073709551615 4452279 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 15648 13050 371 70 0 12768 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 62592

[startup+582.301 s]
/proc/loadavg: 4.06 3.72 3.19 5/364 21403
/proc/meminfo: memFree=19365496/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=62592 CPUtime=582.3 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 37438 0 0 0 58224 6 0 0 25 0 1 0 735018115 64094208 13050 33554432000 4194304 4479436 140735501792368 18446744073709551615 4452121 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 15648 13050 371 70 0 12768 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 62592

[startup+642.3 s]
/proc/loadavg: 4.02 3.77 3.24 5/364 21405
/proc/meminfo: memFree=19365096/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=62592 CPUtime=642.31 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 39486 0 0 0 64224 7 0 0 25 0 1 0 735018115 64094208 13050 33554432000 4194304 4479436 140735501792368 18446744073709551615 4450969 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 15648 13050 371 70 0 12768 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 62592

[startup+702.301 s]
/proc/loadavg: 4.06 3.82 3.29 5/364 21407
/proc/meminfo: memFree=19369400/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=54400 CPUtime=702.31 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 39486 0 0 0 70224 7 0 0 25 0 1 0 735018115 55705600 11002 33554432000 4194304 4479436 140735501792368 18446744073709551615 4450927 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 54400

[startup+762.313 s]
/proc/loadavg: 4.02 3.85 3.33 5/364 21408
/proc/meminfo: memFree=19369224/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=54400 CPUtime=762.32 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 41534 0 0 0 76225 7 0 0 25 0 1 0 735018115 55705600 11002 33554432000 4194304 4479436 140735501792368 18446744073709551615 4451003 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 54400

[startup+822.301 s]
/proc/loadavg: 4.00 3.88 3.37 5/364 21410
/proc/meminfo: memFree=19370796/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=54400 CPUtime=822.3 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 43582 0 0 0 82223 7 0 0 25 0 1 0 735018115 55705600 11002 33554432000 4194304 4479436 140735501792368 18446744073709551615 4450936 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 54400

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

[startup+844.701 s]
/proc/loadavg: 4.00 3.89 3.39 5/364 21410
/proc/meminfo: memFree=19370784/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=54400 CPUtime=844.71 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 43582 0 0 0 84464 7 0 0 25 0 1 0 735018115 55705600 11002 33554432000 4194304 4479436 140735501792368 18446744073709551615 4450912 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 844.71
Current children cumulated vsize (KiB) 54400

[startup+857.5 s]
/proc/loadavg: 4.15 3.92 3.40 5/364 21412
/proc/meminfo: memFree=19370412/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=54400 CPUtime=857.5 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 43582 0 0 0 85743 7 0 0 25 0 1 0 735018115 55705600 11002 33554432000 4194304 4479436 140735501792368 18446744073709551615 4451872 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 857.5
Current children cumulated vsize (KiB) 54400

[startup+870.301 s]
/proc/loadavg: 4.12 3.92 3.41 5/364 21414
/proc/meminfo: memFree=19370392/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=54400 CPUtime=870.3 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 43582 0 0 0 87023 7 0 0 25 0 1 0 735018115 55705600 11002 33554432000 4194304 4479436 140735501792368 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 13600 11002 371 70 0 10720 0
Current children cumulated CPU time (s) 870.3
Current children cumulated vsize (KiB) 54400

[startup+876.714 s]
/proc/loadavg: 4.11 3.93 3.41 5/364 21414
/proc/meminfo: memFree=19362812/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=62592 CPUtime=876.72 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 45630 0 0 0 87664 8 0 0 25 0 1 0 735018115 64094208 13050 33554432000 4194304 4479436 140735501792368 18446744073709551615 4306804 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 15648 13050 371 70 0 12768 0
Current children cumulated CPU time (s) 876.72
Current children cumulated vsize (KiB) 62592

[startup+879.901 s]
/proc/loadavg: 4.10 3.93 3.42 5/364 21414
/proc/meminfo: memFree=19362688/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=62592 CPUtime=879.92 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 45630 0 0 0 87984 8 0 0 25 0 1 0 735018115 64094208 13050 33554432000 4194304 4479436 140735501792368 18446744073709551615 4450936 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 15648 13050 371 70 0 12768 0
Current children cumulated CPU time (s) 879.92
Current children cumulated vsize (KiB) 62592

[startup+880.701 s]
/proc/loadavg: 4.10 3.93 3.42 5/364 21414
/proc/meminfo: memFree=19362688/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=62592 CPUtime=880.71 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 45630 0 0 0 88063 8 0 0 25 0 1 0 735018115 64094208 13050 33554432000 4194304 4479436 140735501792368 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 15648 13050 371 70 0 12768 0
Current children cumulated CPU time (s) 880.71
Current children cumulated vsize (KiB) 62592

[startup+881.114 s]
/proc/loadavg: 4.10 3.93 3.42 5/364 21414
/proc/meminfo: memFree=19362688/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=62592 CPUtime=881.12 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 45630 0 0 0 88104 8 0 0 25 0 1 0 735018115 64094208 13050 33554432000 4194304 4479436 140735501792368 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 15648 13050 371 70 0 12768 0
Current children cumulated CPU time (s) 881.12
Current children cumulated vsize (KiB) 62592

[startup+881.301 s]
/proc/loadavg: 4.10 3.93 3.42 5/364 21414
/proc/meminfo: memFree=19362688/32950928 swapFree=67111200/67111528
[pid=21300] ppid=21298 vsize=62592 CPUtime=881.31 cores=0,2
/proc/21300/stat : 21300 (MPhaseSAT64) R 21298 21300 20857 0 -1 4202496 45630 0 0 0 88123 8 0 0 25 0 1 0 735018115 64094208 13050 33554432000 4194304 4479436 140735501792368 18446744073709551615 4451008 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/21300/statm: 15648 13050 371 70 0 12768 0
Current children cumulated CPU time (s) 881.31
Current children cumulated vsize (KiB) 62592

Child status: 20
Real time (s): 881.313
CPU time (s): 881.329
CPU user time (s): 881.244
CPU system time (s): 0.084987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 62592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 881.244
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45637
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= 6
involuntary context switches= 11910

runsolver used 3.32549 second user time and 6.97494 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 10:24:34
IDJOB=3375894
IDBENCH=82482
IDSOLVER=1855
FILE ID=node115/3375894-1305447874
RUNJOBID= node115-1305447874-21264
PBS_JOBID= 13324848
Free space on /tmp= 73276 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-3375894-1305447874/watcher-3375894-1305447874 -o /tmp/evaluation-result-3375894-1305447874/solver-3375894-1305447874 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375894-1305447874.cnf

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

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=44729449

node115.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.811
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.62
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.811
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.15
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.811
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.811
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.811
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.811
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.74
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19498572 kB
Buffers:        245316 kB
Cached:        2846516 kB
SwapCached:          0 kB
Active:       10110820 kB
Inactive:      3040056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19498572 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           24116 kB
Writeback:           0 kB
AnonPages:    10058496 kB
Mapped:          28404 kB
Slab:           195656 kB
PageTables:      41384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69736100 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= 73280 MiB
End job on node115 at 2011-05-15 10:39:16