Trace number 3283430

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-03-03UNSAT 1206.39 1206.35

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark365.63
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

1206.34/1206.34	c MPhaseSAT64 version 402 by Jingchao Chen,  April 1,2011
1206.34/1206.34	c input CNF file=HOME/instance-3283430-1303760034.cnf 
1206.34/1206.34	c Clause#=1374599  var#=259616  ratio=5 
1206.34/1206.34	c phase 1 
1206.34/1206.34	c height=304 
1206.34/1206.34	c eliminated 101023 out of 259616 variables 
1206.34/1206.34	c Simplified clause#=1597090 
1206.34/1206.34	c XOR_varElimination deleted var#=2515 clauses#=1592570 
1206.34/1206.34	c free var#=68649  
1206.34/1206.34	c solve by multiple heuristics 
1206.34/1206.34	c 
1206.34/1206.34	s UNSATISFIABLE
1206.34/1206.34	c 
1206.34/1206.34	c  Running time=1206.385602 

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3283430-1303760034/watcher-3283430-1303760034 -o /tmp/evaluation-result-3283430-1303760034/solver-3283430-1303760034 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3283430-1303760034.cnf 

running on 2 cores: 5,7

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: 4.03 3.68 4.43 4/189 26993
/proc/meminfo: memFree=13773972/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=24552 CPUtime=0 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487600534 25141248 270 33554432000 134512640 134761588 4288868304 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 6138 270 225 61 0 5441 0

[startup+0.033064 s]
/proc/loadavg: 4.03 3.68 4.43 4/189 26993
/proc/meminfo: memFree=13773972/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=24552 CPUtime=0.03 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 462 0 0 0 3 0 0 0 23 0 1 0 487600534 25141248 404 33554432000 134512640 134761588 4288868304 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 6138 404 225 61 0 5441 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24552

[startup+0.10105 s]
/proc/loadavg: 4.03 3.68 4.43 4/189 26993
/proc/meminfo: memFree=13773972/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=24552 CPUtime=0.09 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 805 0 0 0 9 0 0 0 23 0 1 0 487600534 25141248 747 33554432000 134512640 134761588 4288868304 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 6138 747 225 61 0 5441 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24552

[startup+0.301022 s]
/proc/loadavg: 4.03 3.68 4.43 4/189 26993
/proc/meminfo: memFree=13773972/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=24552 CPUtime=0.29 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1815 0 0 0 29 0 0 0 24 0 1 0 487600534 25141248 1757 33554432000 134512640 134761588 4288868304 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 6138 1757 225 61 0 5441 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24552

[startup+0.700933 s]
/proc/loadavg: 4.03 3.68 4.43 4/189 26993
/proc/meminfo: memFree=13773972/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=24552 CPUtime=0.69 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 3810 0 0 0 68 1 0 0 25 0 1 0 487600534 25141248 3752 33554432000 134512640 134761588 4288868304 18446744073709551615 9309118 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 6138 3752 225 61 0 5441 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24552

[startup+1.50078 s]
/proc/loadavg: 4.03 3.68 4.43 5/190 26994
/proc/meminfo: memFree=13731604/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=76900 CPUtime=1.49 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 18221 0 0 0 145 4 0 0 25 0 1 0 487600534 78745600 17970 33554432000 134512640 134761588 4288868304 18446744073709551615 134643525 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 19225 17970 500 61 0 18528 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76900

[startup+3.10048 s]
/proc/loadavg: 4.03 3.68 4.43 5/190 26994
/proc/meminfo: memFree=13701968/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=78580 CPUtime=3.09 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 42077 0 0 0 301 8 0 0 25 0 1 0 487600534 80465920 18368 33554432000 134512640 134761588 4288868304 18446744073709551615 134697693 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 19645 18368 510 61 0 18948 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 78580

[startup+6.30086 s]
/proc/loadavg: 4.02 3.69 4.43 5/190 26994
/proc/meminfo: memFree=13720940/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=82420 CPUtime=6.29 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 43043 0 0 0 621 8 0 0 25 0 1 0 487600534 84398080 19334 33554432000 134512640 134761588 4288868304 18446744073709551615 134634800 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 20605 19334 511 61 0 19908 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 82420

[startup+12.7006 s]
/proc/loadavg: 4.02 3.69 4.42 5/190 26994
/proc/meminfo: memFree=13676424/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=88044 CPUtime=12.69 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 44449 0 0 0 1261 8 0 0 25 0 1 0 487600534 90157056 20740 33554432000 134512640 134761588 4288868304 18446744073709551615 134614173 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 22011 20740 511 61 0 21314 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 88044

[startup+25.5002 s]
/proc/loadavg: 4.02 3.71 4.42 5/190 26995
/proc/meminfo: memFree=13655916/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=87300 CPUtime=25.49 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 57557 0 0 0 2539 10 0 0 25 0 1 0 487600534 89395200 20559 33554432000 134512640 134761588 4288868304 18446744073709551615 134616904 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 21825 20559 516 61 0 21128 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87300

[startup+51.1003 s]
/proc/loadavg: 4.01 3.73 4.41 5/190 26995
/proc/meminfo: memFree=13637656/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=86196 CPUtime=51.09 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 77944 0 0 0 5097 12 0 0 25 0 1 0 487600534 88264704 20283 33554432000 134512640 134761588 4288868304 18446744073709551615 134680812 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 21549 20283 516 61 0 20852 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86196

[startup+102.306 s]
/proc/loadavg: 4.00 3.77 4.38 5/190 26997
/proc/meminfo: memFree=13544968/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=91592 CPUtime=102.3 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1154419 0 0 0 10077 153 0 0 25 0 1 0 487600534 93790208 22404 33554432000 134512640 134761588 4288868304 18446744073709551615 9462535 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 22898 22404 324 61 0 22201 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 91592

[startup+162.301 s]
/proc/loadavg: 4.00 3.81 4.35 5/190 26998
/proc/meminfo: memFree=13564720/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=126152 CPUtime=162.29 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1245424 0 0 0 16062 167 0 0 25 0 1 0 487600534 129179648 31044 33554432000 134512640 134761588 4288868304 18446744073709551615 134704040 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 31538 31044 324 61 0 30841 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 126152

[startup+222.3 s]
/proc/loadavg: 4.00 3.84 4.33 5/190 27000
/proc/meminfo: memFree=13610524/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=125984 CPUtime=222.29 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1307203 0 0 0 22053 176 0 0 25 0 1 0 487600534 129007616 31002 33554432000 134512640 134761588 4288868304 18446744073709551615 134643057 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 31496 31002 324 61 0 30799 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 125984

[startup+282.301 s]
/proc/loadavg: 3.95 3.85 4.30 5/190 27029
/proc/meminfo: memFree=13635240/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=125500 CPUtime=282.3 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1312509 0 0 0 28053 177 0 0 25 0 1 0 487600534 128512000 30881 33554432000 134512640 134761588 4288868304 18446744073709551615 134747269 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 31375 30881 324 61 0 30678 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 125500

[startup+342.3 s]
/proc/loadavg: 3.98 3.88 4.28 5/190 27030
/proc/meminfo: memFree=13625948/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=130228 CPUtime=342.3 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1329384 0 0 0 34051 179 0 0 25 0 1 0 487600534 133353472 32063 33554432000 134512640 134761588 4288868304 18446744073709551615 134616951 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 32557 32063 324 61 0 31860 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 130228

[startup+402.301 s]
/proc/loadavg: 3.99 3.90 4.26 5/190 27032
/proc/meminfo: memFree=13624376/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=128608 CPUtime=402.3 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1346770 0 0 0 40048 182 0 0 25 0 1 0 487600534 131694592 31658 33554432000 134512640 134761588 4288868304 18446744073709551615 134747120 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 32152 31658 324 61 0 31455 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 128608

[startup+462.3 s]
/proc/loadavg: 3.99 3.91 4.24 5/190 27033
/proc/meminfo: memFree=13596224/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=128468 CPUtime=462.31 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1350710 0 0 0 46048 183 0 0 25 0 1 0 487600534 131551232 31623 33554432000 134512640 134761588 4288868304 18446744073709551615 134747232 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 32117 31623 324 61 0 31420 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 128468

[startup+522.301 s]
/proc/loadavg: 4.04 3.94 4.23 5/190 27035
/proc/meminfo: memFree=13564468/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=129748 CPUtime=522.31 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1364688 0 0 0 52046 185 0 0 25 0 1 0 487600534 132861952 31943 33554432000 134512640 134761588 4288868304 18446744073709551615 134747041 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 32437 31943 324 61 0 31740 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 129748

[startup+582.3 s]
/proc/loadavg: 4.01 3.95 4.21 5/190 27064
/proc/meminfo: memFree=13618456/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=132076 CPUtime=582.31 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1370425 0 0 0 58045 186 0 0 25 0 1 0 487600534 135245824 32525 33554432000 134512640 134761588 4288868304 18446744073709551615 134747232 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 33019 32525 324 61 0 32322 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 132076

[startup+642.301 s]
/proc/loadavg: 4.08 3.97 4.20 5/190 27065
/proc/meminfo: memFree=13618072/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=143556 CPUtime=642.32 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1387776 0 0 0 64043 189 0 0 25 0 1 0 487600534 147001344 35395 33554432000 134512640 134761588 4288868304 18446744073709551615 134616727 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 35889 35395 324 61 0 35192 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 143556

[startup+702.3 s]
/proc/loadavg: 4.08 3.99 4.19 5/190 27094
/proc/meminfo: memFree=13646332/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=135588 CPUtime=702.32 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1390400 0 0 0 70042 190 0 0 25 0 1 0 487600534 138842112 33403 33554432000 134512640 134761588 4288868304 18446744073709551615 134643389 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 33897 33403 324 61 0 33200 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 135588

[startup+762.307 s]
/proc/loadavg: 4.03 3.99 4.17 5/190 27095
/proc/meminfo: memFree=13634104/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=135552 CPUtime=762.32 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1403521 0 0 0 76040 192 0 0 25 0 1 0 487600534 138805248 33394 33554432000 134512640 134761588 4288868304 18446744073709551615 134644889 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 33888 33394 324 61 0 33191 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 135552

[startup+822.3 s]
/proc/loadavg: 4.01 3.99 4.16 5/190 27097
/proc/meminfo: memFree=13602780/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=135548 CPUtime=822.31 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1405633 0 0 0 82039 192 0 0 25 0 1 0 487600534 138801152 33393 33554432000 134512640 134761588 4288868304 18446744073709551615 134747236 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 33887 33393 324 61 0 33190 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 135548

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 4.15 5/190 27099
/proc/meminfo: memFree=13608372/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=135520 CPUtime=882.32 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1408486 0 0 0 88039 193 0 0 25 0 1 0 487600534 138772480 33386 33554432000 134512640 134761588 4288868304 18446744073709551615 134747019 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 33880 33386 324 61 0 33183 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 135520

[startup+942.3 s]
/proc/loadavg: 4.00 3.99 4.14 5/190 27127
/proc/meminfo: memFree=13578272/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=141920 CPUtime=942.32 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1422440 0 0 0 94037 195 0 0 25 0 1 0 487600534 145326080 34986 33554432000 134512640 134761588 4288868304 18446744073709551615 134616951 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 35480 34986 324 61 0 34783 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 141920

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 4.13 5/190 27129
/proc/meminfo: memFree=13595036/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=135744 CPUtime=1002.32 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1423736 0 0 0 100037 195 0 0 25 0 1 0 487600534 139001856 33442 33554432000 134512640 134761588 4288868304 18446744073709551615 134643511 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 33936 33442 324 61 0 33239 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 135744

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 4.11 5/190 27130
/proc/meminfo: memFree=13565872/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=134240 CPUtime=1062.32 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1435911 0 0 0 106035 197 0 0 25 0 1 0 487600534 137461760 33066 33554432000 134512640 134761588 4288868304 18446744073709551615 134643511 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 33560 33066 324 61 0 32863 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 134240

[startup+1122.3 s]
/proc/loadavg: 4.15 4.02 4.11 5/190 27132
/proc/meminfo: memFree=13520996/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=142276 CPUtime=1122.33 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1440872 0 0 0 112035 198 0 0 25 0 1 0 487600534 145690624 35075 33554432000 134512640 134761588 4288868304 18446744073709551615 134747536 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 35569 35075 324 61 0 34872 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 142276

[startup+1182.3 s]
/proc/loadavg: 4.17 4.04 4.11 5/190 27134
/proc/meminfo: memFree=13524824/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=133004 CPUtime=1182.33 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1453404 0 0 0 118033 200 0 0 25 0 1 0 487600534 136196096 32757 33554432000 134512640 134761588 4288868304 18446744073709551615 134748408 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 33251 32757 324 61 0 32554 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 133004

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

[startup+1190.3 s]
/proc/loadavg: 4.15 4.04 4.11 5/190 27134
/proc/meminfo: memFree=13532016/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=140172 CPUtime=1190.34 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1455196 0 0 0 118833 201 0 0 25 0 1 0 487600534 143536128 34549 33554432000 134512640 134761588 4288868304 18446744073709551615 134685726 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 35043 34549 324 61 0 34346 0
Current children cumulated CPU time (s) 1190.34
Current children cumulated vsize (KiB) 140172

[startup+1196.7 s]
/proc/loadavg: 4.13 4.04 4.11 5/190 27134
/proc/meminfo: memFree=13529040/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=140684 CPUtime=1196.74 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1455324 0 0 0 119473 201 0 0 25 0 1 0 487600534 144060416 34677 33554432000 134512640 134761588 4288868304 18446744073709551615 134636566 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 35171 34677 324 61 0 34474 0
Current children cumulated CPU time (s) 1196.74
Current children cumulated vsize (KiB) 140684

[startup+1203.1 s]
/proc/loadavg: 4.12 4.04 4.11 5/190 27134
/proc/meminfo: memFree=13539204/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=133004 CPUtime=1203.14 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1455324 0 0 0 120113 201 0 0 25 0 1 0 487600534 136196096 32757 33554432000 134512640 134761588 4288868304 18446744073709551615 134747232 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 33251 32757 324 61 0 32554 0
Current children cumulated CPU time (s) 1203.14
Current children cumulated vsize (KiB) 133004

[startup+1204.7 s]
/proc/loadavg: 4.11 4.04 4.11 5/190 27134
/proc/meminfo: memFree=13539204/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=133004 CPUtime=1204.74 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1455324 0 0 0 120273 201 0 0 25 0 1 0 487600534 136196096 32757 33554432000 134512640 134761588 4288868304 18446744073709551615 134651709 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 33251 32757 324 61 0 32554 0
Current children cumulated CPU time (s) 1204.74
Current children cumulated vsize (KiB) 133004

[startup+1205.5 s]
/proc/loadavg: 4.11 4.04 4.11 5/190 27134
/proc/meminfo: memFree=13539204/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=133004 CPUtime=1205.54 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1455324 0 0 0 120353 201 0 0 25 0 1 0 487600534 136196096 32757 33554432000 134512640 134761588 4288868304 18446744073709551615 134616951 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 33251 32757 324 61 0 32554 0
Current children cumulated CPU time (s) 1205.54
Current children cumulated vsize (KiB) 133004

[startup+1205.9 s]
/proc/loadavg: 4.11 4.04 4.11 5/190 27134
/proc/meminfo: memFree=13539204/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=133004 CPUtime=1205.94 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1455324 0 0 0 120393 201 0 0 25 0 1 0 487600534 136196096 32757 33554432000 134512640 134761588 4288868304 18446744073709551615 134680994 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 33251 32757 324 61 0 32554 0
Current children cumulated CPU time (s) 1205.94
Current children cumulated vsize (KiB) 133004

[startup+1206.3 s]
/proc/loadavg: 4.11 4.04 4.11 5/190 27134
/proc/meminfo: memFree=13539204/32950928 swapFree=67087032/67111528
[pid=26993] ppid=26991 vsize=133004 CPUtime=1206.34 cores=5,7
/proc/26993/stat : 26993 (MPhaseSAT64) R 26991 26993 26622 0 -1 4202496 1455324 0 0 0 120433 201 0 0 25 0 1 0 487600534 136196096 32757 33554432000 134512640 134761588 4288868304 18446744073709551615 134747192 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/26993/statm: 33251 32757 324 61 0 32554 0
Current children cumulated CPU time (s) 1206.34
Current children cumulated vsize (KiB) 133004

Child status: 20
Real time (s): 1206.35
CPU time (s): 1206.39
CPU user time (s): 1204.37
CPU system time (s): 2.01969
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 183916

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

runsolver used 1.83672 second user time and 4.74528 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-25 21:33:55
IDJOB=3283430
IDBENCH=71037
IDSOLVER=1521
FILE ID=node148/3283430-1303760034
RUNJOBID= node148-1303759501-26643
PBS_JOBID= 13157117
Free space on /tmp= 70496 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283430-1303760034/watcher-3283430-1303760034 -o /tmp/evaluation-result-3283430-1303760034/solver-3283430-1303760034 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3283430-1303760034.cnf

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=671095736

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:      13774128 kB
Buffers:       2058892 kB
Cached:       16212196 kB
SwapCached:       5264 kB
Active:        9447068 kB
Inactive:      9164596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13774128 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           51968 kB
Writeback:           0 kB
AnonPages:      336936 kB
Mapped:          15624 kB
Slab:           498464 kB
PageTables:       5916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   554064 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= 70512 MiB
End job on node148 at 2011-04-25 21:54:01