Trace number 3394161

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 3880.6 3880.5

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1455.4
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

Solver Data

3880.50/3880.49	c MPhaseSAT64 version 514 by Jingchao Chen,  May 13,2011
3880.50/3880.49	c input CNF file=HOME/instance-3394161-1306074791.cnf 
3880.50/3880.49	c Clause#=1039056  var#=302076  ratio=3 
3880.50/3880.49	c phase 1 
3880.50/3880.49	c height=44 
3880.50/3880.49	c eliminated 173890 out of 302076 variables 
3880.50/3880.49	c Simplified clause#=763849 
3880.50/3880.49	c XOR_varElimination deleted var#=1580 clauses#=772825 
3880.50/3880.49	c free var#=108295  
3880.50/3880.49	c solve by multiple heuristics 
3880.50/3880.49	c 
3880.50/3880.49	s UNSATISFIABLE
3880.50/3880.49	c 
3880.50/3880.49	c  Running time=3880.598059 

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-3394161-1306074791/watcher-3394161-1306074791 -o /tmp/evaluation-result-3394161-1306074791/solver-3394161-1306074791 -C 5000 -W 5100 -M 15500 MPhaseSAT64 HOME/instance-3394161-1306074791.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.07 2.04 2.01 3/554 1329
/proc/meminfo: memFree=17122596/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/1329/stat : 1329 (runsolver) R 1327 1329 933 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 719076291 12079104 50 33554432000 4194304 5432360 140736302956576 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/1329/statm: 2949 50 30 303 0 2643 0

[startup+0.107751 s]
/proc/loadavg: 2.07 2.04 2.01 3/554 1329
/proc/meminfo: memFree=17122596/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=32168 CPUtime=0.09 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 1238 0 0 0 9 0 0 0 21 0 1 0 719076291 32940032 1179 33554432000 4194304 4479436 140733814377744 18446744073709551615 239476694784 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1329/statm: 8042 1179 267 70 0 5162 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32168

[startup+0.20073 s]
/proc/loadavg: 2.07 2.04 2.01 3/554 1329
/proc/meminfo: memFree=17122596/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=32168 CPUtime=0.18 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 2028 0 0 0 18 0 0 0 21 0 1 0 719076291 32940032 1969 33554432000 4194304 4479436 140733814377744 18446744073709551615 239476694784 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1329/statm: 8042 1970 267 70 0 5162 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 32168

[startup+0.300711 s]
/proc/loadavg: 2.07 2.04 2.01 3/554 1329
/proc/meminfo: memFree=17122596/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=32168 CPUtime=0.28 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 2845 0 0 0 28 0 0 0 22 0 1 0 719076291 32940032 2786 33554432000 4194304 4479436 140733814377744 18446744073709551615 239476694784 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1329/statm: 8042 2786 267 70 0 5162 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 32168

[startup+0.700629 s]
/proc/loadavg: 2.07 2.04 2.01 3/554 1329
/proc/meminfo: memFree=17122596/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=59484 CPUtime=0.68 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 11904 0 0 0 67 1 0 0 23 0 1 0 719076291 60911616 11838 33554432000 4194304 4479436 140733814377744 18446744073709551615 4375606 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1329/statm: 14871 11838 538 70 0 11991 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 59484

[startup+1.50048 s]
/proc/loadavg: 2.07 2.04 2.01 3/555 1330
/proc/meminfo: memFree=17050188/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=85948 CPUtime=1.49 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 33474 0 0 0 145 4 0 0 25 0 1 0 719076291 88010752 18475 33554432000 4194304 4479436 140733814377744 18446744073709551615 4361477 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1329/statm: 21487 18475 591 70 0 18607 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85948

[startup+3.10117 s]
/proc/loadavg: 2.07 2.04 2.01 3/555 1330
/proc/meminfo: memFree=17009144/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=126060 CPUtime=3.09 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 43520 0 0 0 304 5 0 0 25 0 1 0 719076291 129085440 28509 33554432000 4194304 4479436 140733814377744 18446744073709551615 4397994 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1329/statm: 31515 28509 597 70 0 28635 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 126060

[startup+6.30056 s]
/proc/loadavg: 2.07 2.04 2.01 3/555 1330
/proc/meminfo: memFree=17005208/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=167772 CPUtime=6.28 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 53959 0 0 0 623 5 0 0 25 0 1 0 719076291 171798528 38948 33554432000 4194304 4479436 140733814377744 18446744073709551615 4336506 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1329/statm: 41943 38948 602 70 0 39063 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 167772

[startup+12.7003 s]
/proc/loadavg: 2.06 2.04 2.01 3/555 1330
/proc/meminfo: memFree=16966840/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=167772 CPUtime=12.68 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 53959 0 0 0 1263 5 0 0 25 0 1 0 719076291 171798528 38948 33554432000 4194304 4479436 140733814377744 18446744073709551615 4314190 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1329/statm: 41943 38948 602 70 0 39063 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 167772

[startup+25.5009 s]
/proc/loadavg: 2.05 2.03 2.00 3/555 1331
/proc/meminfo: memFree=16968120/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=167416 CPUtime=25.48 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 54026 0 0 0 2543 5 0 0 25 0 1 0 719076291 171433984 38862 33554432000 4194304 4479436 140733814377744 18446744073709551615 4339136 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1329/statm: 41854 38862 605 70 0 38974 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 167416

[startup+51.101 s]
/proc/loadavg: 2.03 2.03 2.00 3/555 1331
/proc/meminfo: memFree=16959628/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=176128 CPUtime=51.09 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 57253 0 0 0 5103 6 0 0 25 0 1 0 719076291 180355072 41040 33554432000 4194304 4479436 140733814377744 18446744073709551615 4314457 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1329/statm: 44032 41040 605 70 0 41152 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 176128

[startup+102.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/555 1333
/proc/meminfo: memFree=16942384/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=175336 CPUtime=102.29 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 58500 0 0 0 10223 6 0 0 25 0 1 0 719076291 179544064 40842 33554432000 4194304 4479436 140733814377744 18446744073709551615 4329186 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1329/statm: 43834 40842 605 70 0 40954 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 175336

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 1334
/proc/meminfo: memFree=16946324/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=170360 CPUtime=162.29 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 58500 0 0 0 16223 6 0 0 25 0 1 0 719076291 174448640 39598 33554432000 4194304 4479436 140733814377744 18446744073709551615 4306804 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1329/statm: 42590 39598 605 70 0 39710 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 170360

[startup+222.321 s]
/proc/loadavg: 2.00 2.01 2.00 3/555 1364
/proc/meminfo: memFree=16983836/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=175264 CPUtime=222.27 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 59739 0 0 0 22221 6 0 0 25 0 1 0 719076291 179470336 40824 33554432000 4194304 4479436 140733814377744 18446744073709551615 4327686 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 43816 40824 605 70 0 40936 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 175264

[startup+282.301 s]
/proc/loadavg: 2.12 2.05 2.01 3/555 1365
/proc/meminfo: memFree=16889568/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=149188 CPUtime=282.25 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 73478 0 0 0 28217 8 0 0 25 0 1 0 719076291 152768512 30173 33554432000 4194304 4479436 140733814377744 18446744073709551615 4410923 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 37297 30173 325 70 0 34417 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 149188

[startup+342.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/555 1367
/proc/meminfo: memFree=16888664/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=149188 CPUtime=342.25 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 73478 0 0 0 34217 8 0 0 25 0 1 0 719076291 152768512 30173 33554432000 4194304 4479436 140733814377744 18446744073709551615 4397904 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 37297 30173 325 70 0 34417 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 149188

[startup+402.301 s]
/proc/loadavg: 2.03 2.04 2.01 3/555 1369
/proc/meminfo: memFree=16878592/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=149188 CPUtime=402.25 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 73478 0 0 0 40217 8 0 0 25 0 1 0 719076291 152768512 30173 33554432000 4194304 4479436 140733814377744 18446744073709551615 4314910 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 37297 30173 325 70 0 34417 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 149188

[startup+462.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/555 1370
/proc/meminfo: memFree=16878496/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=149188 CPUtime=462.26 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 73478 0 0 0 46218 8 0 0 25 0 1 0 719076291 152768512 30173 33554432000 4194304 4479436 140733814377744 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 37297 30173 325 70 0 34417 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 149188

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 1372
/proc/meminfo: memFree=16878356/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=149188 CPUtime=522.26 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 73478 0 0 0 52218 8 0 0 25 0 1 0 719076291 152768512 30173 33554432000 4194304 4479436 140733814377744 18446744073709551615 4337541 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 37297 30173 325 70 0 34417 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 149188

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 1373
/proc/meminfo: memFree=16878724/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=149188 CPUtime=582.26 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 73478 0 0 0 58218 8 0 0 25 0 1 0 719076291 152768512 30173 33554432000 4194304 4479436 140733814377744 18446744073709551615 4450941 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 37297 30173 325 70 0 34417 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 149188

[startup+642.3 s]

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

/proc/meminfo: memFree=16796204/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=149548 CPUtime=3282.37 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 75217 0 0 0 328229 8 0 0 25 0 1 0 719076291 153137152 31912 33554432000 4194304 4479436 140733814377744 18446744073709551615 4307064 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 37387 31912 325 70 0 34507 0
Current children cumulated CPU time (s) 3282.37
Current children cumulated vsize (KiB) 149548

[startup+3342.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/555 1459
/proc/meminfo: memFree=16795920/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=149548 CPUtime=3342.37 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 75217 0 0 0 334229 8 0 0 25 0 1 0 719076291 153137152 31912 33554432000 4194304 4479436 140733814377744 18446744073709551615 4450896 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 37387 31912 325 70 0 34507 0
Current children cumulated CPU time (s) 3342.37
Current children cumulated vsize (KiB) 149548

[startup+3402.3 s]
/proc/loadavg: 2.22 2.08 2.02 3/555 1461
/proc/meminfo: memFree=16795648/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=149548 CPUtime=3402.37 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 75217 0 0 0 340229 8 0 0 25 0 1 0 719076291 153137152 31912 33554432000 4194304 4479436 140733814377744 18446744073709551615 4450918 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 37387 31912 325 70 0 34507 0
Current children cumulated CPU time (s) 3402.37
Current children cumulated vsize (KiB) 149548

[startup+3462.3 s]
/proc/loadavg: 2.13 2.08 2.02 3/555 1462
/proc/meminfo: memFree=16794992/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=149548 CPUtime=3462.37 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 75217 0 0 0 346229 8 0 0 25 0 1 0 719076291 153137152 31912 33554432000 4194304 4479436 140733814377744 18446744073709551615 4452303 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 37387 31912 325 70 0 34507 0
Current children cumulated CPU time (s) 3462.37
Current children cumulated vsize (KiB) 149548

[startup+3522.32 s]
/proc/loadavg: 2.05 2.06 2.01 3/555 1464
/proc/meminfo: memFree=16795096/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=149548 CPUtime=3522.4 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 75217 0 0 0 352232 8 0 0 25 0 1 0 719076291 153137152 31912 33554432000 4194304 4479436 140733814377744 18446744073709551615 4307038 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 37387 31912 325 70 0 34507 0
Current children cumulated CPU time (s) 3522.4
Current children cumulated vsize (KiB) 149548

[startup+3582.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/555 1465
/proc/meminfo: memFree=16795316/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=149548 CPUtime=3582.38 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 75217 0 0 0 358230 8 0 0 25 0 1 0 719076291 153137152 31912 33554432000 4194304 4479436 140733814377744 18446744073709551615 4451962 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 37387 31912 325 70 0 34507 0
Current children cumulated CPU time (s) 3582.38
Current children cumulated vsize (KiB) 149548

[startup+3642.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 1467
/proc/meminfo: memFree=16794800/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=149548 CPUtime=3642.38 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 75217 0 0 0 364230 8 0 0 25 0 1 0 719076291 153137152 31912 33554432000 4194304 4479436 140733814377744 18446744073709551615 4451944 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 37387 31912 325 70 0 34507 0
Current children cumulated CPU time (s) 3642.38
Current children cumulated vsize (KiB) 149548

[startup+3702.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 1469
/proc/meminfo: memFree=16793912/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=150256 CPUtime=3702.38 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 75394 0 0 0 370230 8 0 0 25 0 1 0 719076291 153862144 32089 33554432000 4194304 4479436 140733814377744 18446744073709551615 4450929 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 37564 32089 325 70 0 34684 0
Current children cumulated CPU time (s) 3702.38
Current children cumulated vsize (KiB) 150256

[startup+3762.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 1470
/proc/meminfo: memFree=16784348/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=159300 CPUtime=3762.39 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 77655 0 0 0 376230 9 0 0 25 0 1 0 719076291 163123200 34350 33554432000 4194304 4479436 140733814377744 18446744073709551615 4450854 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 39825 34350 325 70 0 36945 0
Current children cumulated CPU time (s) 3762.39
Current children cumulated vsize (KiB) 159300

[startup+3822.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/555 1472
/proc/meminfo: memFree=16785444/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=159300 CPUtime=3822.39 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 77655 0 0 0 382230 9 0 0 25 0 1 0 719076291 163123200 34350 33554432000 4194304 4479436 140733814377744 18446744073709551615 4450854 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 39825 34350 325 70 0 36945 0
Current children cumulated CPU time (s) 3822.39
Current children cumulated vsize (KiB) 159300

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

[startup+3840 s]
/proc/loadavg: 2.13 2.04 2.01 3/555 1472
/proc/meminfo: memFree=16785428/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=159300 CPUtime=3840.09 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 77655 0 0 0 384000 9 0 0 25 0 1 0 719076291 163123200 34350 33554432000 4194304 4479436 140733814377744 18446744073709551615 4451845 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 39825 34350 325 70 0 36945 0
Current children cumulated CPU time (s) 3840.09
Current children cumulated vsize (KiB) 159300

[startup+3865.6 s]
/proc/loadavg: 2.09 2.04 2.01 3/555 1473
/proc/meminfo: memFree=16785920/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=159300 CPUtime=3865.7 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 77655 0 0 0 386561 9 0 0 25 0 1 0 719076291 163123200 34350 33554432000 4194304 4479436 140733814377744 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 39825 34350 325 70 0 36945 0
Current children cumulated CPU time (s) 3865.7
Current children cumulated vsize (KiB) 159300

[startup+3872 s]
/proc/loadavg: 2.07 2.04 2.01 3/555 1473
/proc/meminfo: memFree=16785920/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=159300 CPUtime=3872.1 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 77655 0 0 0 387201 9 0 0 25 0 1 0 719076291 163123200 34350 33554432000 4194304 4479436 140733814377744 18446744073709551615 4307042 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 39825 34350 325 70 0 36945 0
Current children cumulated CPU time (s) 3872.1
Current children cumulated vsize (KiB) 159300

[startup+3875.2 s]
/proc/loadavg: 2.07 2.04 2.01 3/555 1473
/proc/meminfo: memFree=16785920/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=159300 CPUtime=3875.3 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 77655 0 0 0 387521 9 0 0 25 0 1 0 719076291 163123200 34350 33554432000 4194304 4479436 140733814377744 18446744073709551615 4346900 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 39825 34350 325 70 0 36945 0
Current children cumulated CPU time (s) 3875.3
Current children cumulated vsize (KiB) 159300

[startup+3878.4 s]
/proc/loadavg: 2.07 2.04 2.01 3/555 1473
/proc/meminfo: memFree=16785920/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=159300 CPUtime=3878.5 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 77655 0 0 0 387841 9 0 0 25 0 1 0 719076291 163123200 34350 33554432000 4194304 4479436 140733814377744 18446744073709551615 4307042 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 39825 34350 325 70 0 36945 0
Current children cumulated CPU time (s) 3878.5
Current children cumulated vsize (KiB) 159300

[startup+3879.2 s]
/proc/loadavg: 2.07 2.04 2.01 3/555 1473
/proc/meminfo: memFree=16785920/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=159300 CPUtime=3879.3 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 77655 0 0 0 387921 9 0 0 25 0 1 0 719076291 163123200 34350 33554432000 4194304 4479436 140733814377744 18446744073709551615 4451531 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 39825 34350 325 70 0 36945 0
Current children cumulated CPU time (s) 3879.3
Current children cumulated vsize (KiB) 159300

[startup+3880 s]
/proc/loadavg: 2.07 2.04 2.01 3/555 1473
/proc/meminfo: memFree=16785920/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=159300 CPUtime=3880.1 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 77655 0 0 0 388001 9 0 0 25 0 1 0 719076291 163123200 34350 33554432000 4194304 4479436 140733814377744 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 39825 34350 325 70 0 36945 0
Current children cumulated CPU time (s) 3880.1
Current children cumulated vsize (KiB) 159300

[startup+3880.4 s]
/proc/loadavg: 2.07 2.04 2.01 3/555 1473
/proc/meminfo: memFree=16785920/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=159300 CPUtime=3880.5 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) R 1327 1329 933 0 -1 4202496 77655 0 0 0 388041 9 0 0 25 0 1 0 719076291 163123200 34350 33554432000 4194304 4479436 140733814377744 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/1329/statm: 39825 34350 325 70 0 36945 0
Current children cumulated CPU time (s) 3880.5
Current children cumulated vsize (KiB) 159300

[startup+3880.5 s]
/proc/loadavg: 2.07 2.04 2.01 3/555 1473
/proc/meminfo: memFree=16785920/32950928 swapFree=67056572/67111528
[pid=1329] ppid=1327 vsize=0 CPUtime=3880.59 cores=1,3,5,7
/proc/1329/stat : 1329 (MPhaseSAT64) S 1327 1329 933 0 -1 4202500 77662 0 0 0 388050 9 0 0 25 0 1 0 719076291 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 1026 18446744073709551615 0 0 17 3 0 0 0
/proc/1329/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3880.59
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 3880.5
CPU time (s): 3880.6
CPU user time (s): 3880.5
CPU system time (s): 0.099984
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 176128

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

runsolver used 19.982 second user time and 50.5213 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-22 16:33:12
IDJOB=3394161
IDBENCH=82354
IDSOLVER=1879
FILE ID=node148/3394161-1306074791
RUNJOBID= node148-1306069993-953
PBS_JOBID= 13387855
Free space on /tmp= 73120 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394161-1306074791/watcher-3394161-1306074791 -o /tmp/evaluation-result-3394161-1306074791/solver-3394161-1306074791 -C 5000 -W 5100 -M 15500  MPhaseSAT64 HOME/instance-3394161-1306074791.cnf

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=1767653856

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.83
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.854
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.854
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.82
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.854
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.854
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.854
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:      17122876 kB
Buffers:        375328 kB
Cached:        8109688 kB
SwapCached:       8484 kB
Active:        9833028 kB
Inactive:      5616648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17122876 kB
SwapTotal:    67111528 kB
SwapFree:     67056572 kB
Dirty:           21308 kB
Writeback:           0 kB
AnonPages:     6962552 kB
Mapped:          43984 kB
Slab:           249888 kB
PageTables:      58436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170527700 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= 73104 MiB
End job on node148 at 2011-05-22 17:37:53