Trace number 3280532

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 923.947 923.923

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.887
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data

923.92/923.92	c MPhaseSAT64 version 402 by Jingchao Chen,  April 1,2011
923.92/923.92	c input CNF file=HOME/instance-3280532-1303748469.cnf 
923.92/923.92	c Clause#=10827  var#=3114  ratio=3 
923.92/923.92	c phase 1 
923.92/923.92	c height=29 
923.92/923.92	c eliminated 1787 out of 3110 variables 
923.92/923.92	c Simplified clause#=7859 
923.92/923.92	c XOR_varElimination deleted var#=5 clauses#=7870 
923.92/923.92	c before shortening average=6.129707, XOR clauses#=478 
923.92/923.92	c after shortening average=4.953975 XOR clauses#=478 
923.92/923.92	c inative var#=0 
923.92/923.92	c free var#=1187  
923.92/923.92	c local search off 
923.92/923.92	c height=15 age=37.329960 
923.92/923.92	c hybrid solving 
923.92/923.92	c 
923.92/923.92	s UNSATISFIABLE
923.92/923.92	c 
923.92/923.92	c  Running time=923.945539 

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-3280532-1303748469/watcher-3280532-1303748469 -o /tmp/evaluation-result-3280532-1303748469/solver-3280532-1303748469 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3280532-1303748469.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: 3.99 3.92 3.27 4/189 24936
/proc/meminfo: memFree=13867228/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=3324 CPUtime=0 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 336 0 0 0 0 0 0 0 25 0 1 0 467263152 3403776 277 33554432000 134512640 134761588 4292168400 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 831 277 225 61 0 134 0

[startup+0.0242001 s]
/proc/loadavg: 3.99 3.92 3.27 4/189 24936
/proc/meminfo: memFree=13867228/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=3992 CPUtime=0.02 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 710 0 0 0 2 0 0 0 25 0 1 0 467263152 4087808 549 33554432000 134512640 134761588 4292168400 18446744073709551615 134645954 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 998 549 257 61 0 301 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3992

[startup+0.100188 s]
/proc/loadavg: 3.99 3.92 3.27 4/189 24936
/proc/meminfo: memFree=13867228/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=4232 CPUtime=0.09 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 836 0 0 0 9 0 0 0 25 0 1 0 467263152 4333568 587 33554432000 134512640 134761588 4292168400 18446744073709551615 134634603 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 1058 587 266 61 0 361 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4232

[startup+0.300152 s]
/proc/loadavg: 3.99 3.92 3.27 4/189 24936
/proc/meminfo: memFree=13867228/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=4596 CPUtime=0.29 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 929 0 0 0 29 0 0 0 25 0 1 0 467263152 4706304 680 33554432000 134512640 134761588 4292168400 18446744073709551615 134649448 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 1149 680 266 61 0 452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4596

[startup+0.701078 s]
/proc/loadavg: 3.99 3.92 3.27 4/189 24936
/proc/meminfo: memFree=13867228/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=4596 CPUtime=0.69 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 933 0 0 0 69 0 0 0 25 0 1 0 467263152 4706304 684 33554432000 134512640 134761588 4292168400 18446744073709551615 134748056 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 1149 684 270 61 0 452 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4596

[startup+1.50094 s]
/proc/loadavg: 3.99 3.92 3.27 5/190 24937
/proc/meminfo: memFree=13863880/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=6404 CPUtime=1.49 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 1481 0 0 0 149 0 0 0 25 0 1 0 467263152 6557696 1136 33554432000 134512640 134761588 4292168400 18446744073709551615 134747093 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 1601 1136 270 61 0 904 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6404

[startup+3.10065 s]
/proc/loadavg: 3.99 3.92 3.27 5/190 24937
/proc/meminfo: memFree=13862720/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=6924 CPUtime=3.09 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 1771 0 0 0 309 0 0 0 25 0 1 0 467263152 7090176 1266 33554432000 134512640 134761588 4292168400 18446744073709551615 134747209 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 1731 1266 270 61 0 1034 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6924

[startup+6.30108 s]
/proc/loadavg: 3.99 3.92 3.27 5/190 24937
/proc/meminfo: memFree=13857528/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=8208 CPUtime=6.29 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 2476 0 0 0 629 0 0 0 25 0 1 0 467263152 8404992 1619 33554432000 134512640 134761588 4292168400 18446744073709551615 134680473 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2052 1619 270 61 0 1355 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8208

[startup+12.7009 s]
/proc/loadavg: 3.99 3.92 3.27 5/190 24937
/proc/meminfo: memFree=13857636/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=8596 CPUtime=12.69 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 3885 0 0 0 1269 0 0 0 25 0 1 0 467263152 8802304 1716 33554432000 134512640 134761588 4292168400 18446744073709551615 134748058 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2149 1716 270 61 0 1452 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8596

[startup+25.5006 s]
/proc/loadavg: 3.99 3.92 3.28 5/190 24937
/proc/meminfo: memFree=13858628/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=10544 CPUtime=25.49 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 7233 0 0 0 2548 1 0 0 25 0 1 0 467263152 10797056 2058 33554432000 134512640 134761588 4292168400 18446744073709551615 134748185 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2636 2058 282 61 0 1939 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10544

[startup+51.1011 s]
/proc/loadavg: 3.99 3.93 3.30 5/190 24938
/proc/meminfo: memFree=13849172/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=10428 CPUtime=51.09 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 13000 0 0 0 5107 2 0 0 25 0 1 0 467263152 10678272 2158 33554432000 134512640 134761588 4292168400 18446744073709551615 134651920 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2607 2158 285 61 0 1910 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 10428

[startup+102.307 s]
/proc/loadavg: 3.99 3.94 3.34 5/190 24939
/proc/meminfo: memFree=13841096/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=10496 CPUtime=102.3 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 25294 0 0 0 10226 4 0 0 25 0 1 0 467263152 10747904 2207 33554432000 134512640 134761588 4292168400 18446744073709551615 134636041 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2624 2207 285 61 0 1927 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 10496

[startup+162.3 s]
/proc/loadavg: 4.04 3.96 3.38 5/190 24941
/proc/meminfo: memFree=13833004/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=10684 CPUtime=162.29 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 37904 0 0 0 16223 6 0 0 25 0 1 0 467263152 10940416 2222 33554432000 134512640 134761588 4292168400 18446744073709551615 134635862 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2671 2222 285 61 0 1974 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 10684

[startup+222.3 s]
/proc/loadavg: 4.01 3.97 3.41 5/190 24943
/proc/meminfo: memFree=13830112/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=12352 CPUtime=222.29 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 50587 0 0 0 22221 8 0 0 25 0 1 0 467263152 12648448 2671 33554432000 134512640 134761588 4292168400 18446744073709551615 134747199 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 3088 2671 285 61 0 2391 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 12352

[startup+282.301 s]
/proc/loadavg: 4.04 3.99 3.46 5/190 24947
/proc/meminfo: memFree=13843056/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=9276 CPUtime=282.3 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 66105 0 0 0 28220 10 0 0 25 0 1 0 467263152 9498624 1870 33554432000 134512640 134761588 4292168400 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2319 1870 285 61 0 1622 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 9276

[startup+342.301 s]
/proc/loadavg: 4.01 3.99 3.48 5/190 24949
/proc/meminfo: memFree=13836076/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=10748 CPUtime=342.3 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 78473 0 0 0 34218 12 0 0 25 0 1 0 467263152 11005952 2238 33554432000 134512640 134761588 4292168400 18446744073709551615 134636797 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2687 2238 285 61 0 1990 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 10748

[startup+402.3 s]
/proc/loadavg: 4.00 3.99 3.51 5/190 24950
/proc/meminfo: memFree=13831568/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=9276 CPUtime=402.3 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 91390 0 0 0 40216 14 0 0 25 0 1 0 467263152 9498624 1902 33554432000 134512640 134761588 4292168400 18446744073709551615 134644376 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2319 1902 285 61 0 1622 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 9276

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.54 5/190 24952
/proc/meminfo: memFree=13840828/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=10300 CPUtime=462.3 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 103023 0 0 0 46214 16 0 0 25 0 1 0 467263152 10547200 2158 33554432000 134512640 134761588 4292168400 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2575 2158 285 61 0 1878 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 10300

[startup+522.301 s]
/proc/loadavg: 4.00 3.99 3.57 5/190 24954
/proc/meminfo: memFree=13834340/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=9276 CPUtime=522.3 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 114489 0 0 0 52213 17 0 0 25 0 1 0 467263152 9498624 1902 33554432000 134512640 134761588 4292168400 18446744073709551615 134748077 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2319 1902 285 61 0 1622 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 9276

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.59 5/190 24955
/proc/meminfo: memFree=13845348/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=9276 CPUtime=582.31 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 129734 0 0 0 58212 19 0 0 25 0 1 0 467263152 9498624 1870 33554432000 134512640 134761588 4292168400 18446744073709551615 134747294 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2319 1870 285 61 0 1622 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 9276

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.61 5/190 24957
/proc/meminfo: memFree=13843828/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=11068 CPUtime=642.31 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 141565 0 0 0 64210 21 0 0 25 0 1 0 467263152 11333632 2318 33554432000 134512640 134761588 4292168400 18446744073709551615 134747269 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2767 2318 285 61 0 2070 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 11068

[startup+702.301 s]
/proc/loadavg: 4.06 4.00 3.64 5/190 24958
/proc/meminfo: memFree=13851724/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=10044 CPUtime=702.31 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 155623 0 0 0 70208 23 0 0 25 0 1 0 467263152 10285056 2062 33554432000 134512640 134761588 4292168400 18446744073709551615 134616745 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2511 2062 285 61 0 1814 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 10044

[startup+762.307 s]
/proc/loadavg: 4.02 4.00 3.66 5/190 24960
/proc/meminfo: memFree=13841152/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=10300 CPUtime=762.31 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 171507 0 0 0 76206 25 0 0 25 0 1 0 467263152 10547200 2126 33554432000 134512640 134761588 4292168400 18446744073709551615 134617171 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2575 2126 285 61 0 1878 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 10300

[startup+822.301 s]
/proc/loadavg: 4.05 4.01 3.68 5/190 24962
/proc/meminfo: memFree=13847684/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=10044 CPUtime=822.31 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 186485 0 0 0 82204 27 0 0 25 0 1 0 467263152 10285056 2094 33554432000 134512640 134761588 4292168400 18446744073709551615 134635840 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2511 2094 285 61 0 1814 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 10044

[startup+882.3 s]
/proc/loadavg: 4.02 4.01 3.70 5/190 24963
/proc/meminfo: memFree=13843564/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=10428 CPUtime=882.31 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 201616 0 0 0 88202 29 0 0 25 0 1 0 467263152 10678272 2158 33554432000 134512640 134761588 4292168400 18446744073709551615 134747556 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2607 2158 285 61 0 1910 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 10428

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

[startup+895.901 s]
/proc/loadavg: 4.01 4.01 3.70 5/190 24964
/proc/meminfo: memFree=13838088/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=9340 CPUtime=895.92 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 204928 0 0 0 89562 30 0 0 25 0 1 0 467263152 9564160 1918 33554432000 134512640 134761588 4292168400 18446744073709551615 134747315 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2335 1918 285 61 0 1638 0
Current children cumulated CPU time (s) 895.92
Current children cumulated vsize (KiB) 9340

[startup+908.701 s]
/proc/loadavg: 4.01 4.00 3.71 5/190 24964
/proc/meminfo: memFree=13849620/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=10428 CPUtime=908.71 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 207801 0 0 0 90841 30 0 0 25 0 1 0 467263152 10678272 2158 33554432000 134512640 134761588 4292168400 18446744073709551615 134635842 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2607 2158 285 61 0 1910 0
Current children cumulated CPU time (s) 908.71
Current children cumulated vsize (KiB) 10428

[startup+915.1 s]
/proc/loadavg: 4.01 4.00 3.71 5/190 24964
/proc/meminfo: memFree=13853584/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=10236 CPUtime=915.12 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 209196 0 0 0 91482 30 0 0 25 0 1 0 467263152 10481664 2142 33554432000 134512640 134761588 4292168400 18446744073709551615 134680161 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2559 2142 285 61 0 1862 0
Current children cumulated CPU time (s) 915.12
Current children cumulated vsize (KiB) 10236

[startup+918.301 s]
/proc/loadavg: 4.01 4.00 3.71 5/190 24964
/proc/meminfo: memFree=13852344/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=10688 CPUtime=918.31 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 209895 0 0 0 91801 30 0 0 25 0 1 0 467263152 10944512 2223 33554432000 134512640 134761588 4292168400 18446744073709551615 134747315 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2672 2223 285 61 0 1975 0
Current children cumulated CPU time (s) 918.31
Current children cumulated vsize (KiB) 10688

[startup+921.5 s]
/proc/loadavg: 4.01 4.00 3.71 5/190 24964
/proc/meminfo: memFree=13855316/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=10684 CPUtime=921.51 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 210795 0 0 0 92121 30 0 0 25 0 1 0 467263152 10940416 2222 33554432000 134512640 134761588 4292168400 18446744073709551615 134747323 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2671 2222 285 61 0 1974 0
Current children cumulated CPU time (s) 921.51
Current children cumulated vsize (KiB) 10684

[startup+923.101 s]
/proc/loadavg: 4.01 4.00 3.71 5/190 24964
/proc/meminfo: memFree=13852332/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=11068 CPUtime=923.11 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 210891 0 0 0 92281 30 0 0 25 0 1 0 467263152 11333632 2318 33554432000 134512640 134761588 4292168400 18446744073709551615 134747171 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2767 2318 285 61 0 2070 0
Current children cumulated CPU time (s) 923.11
Current children cumulated vsize (KiB) 11068

[startup+923.501 s]
/proc/loadavg: 4.01 4.00 3.71 5/190 24964
/proc/meminfo: memFree=13852332/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=11068 CPUtime=923.51 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 210923 0 0 0 92321 30 0 0 25 0 1 0 467263152 11333632 2350 33554432000 134512640 134761588 4292168400 18446744073709551615 134636376 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2767 2350 285 61 0 2070 0
Current children cumulated CPU time (s) 923.51
Current children cumulated vsize (KiB) 11068

[startup+923.901 s]
/proc/loadavg: 4.01 4.00 3.71 5/190 24964
/proc/meminfo: memFree=13852580/32951124 swapFree=67111528/67111528
[pid=24936] ppid=24934 vsize=11068 CPUtime=923.92 cores=5,7
/proc/24936/stat : 24936 (MPhaseSAT64) R 24934 24936 24629 0 -1 4202496 210923 0 0 0 92362 30 0 0 25 0 1 0 467263152 11333632 2350 33554432000 134512640 134761588 4292168400 18446744073709551615 134748062 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24936/statm: 2767 2350 285 61 0 2070 0
Current children cumulated CPU time (s) 923.92
Current children cumulated vsize (KiB) 11068

Child status: 20
Real time (s): 923.923
CPU time (s): 923.947
CPU user time (s): 923.636
CPU system time (s): 0.310952
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 14220

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

runsolver used 1.50977 second user time and 3.53346 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-25 18:21:09
IDJOB=3280532
IDBENCH=20401
IDSOLVER=1521
FILE ID=node146/3280532-1303748469
RUNJOBID= node146-1303746801-24650
PBS_JOBID= 13154016
Free space on /tmp= 72836 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280532-1303748469/watcher-3280532-1303748469 -o /tmp/evaluation-result-3280532-1303748469/solver-3280532-1303748469 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3280532-1303748469.cnf

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=1757099627

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13867508 kB
Buffers:       2071656 kB
Cached:       16332492 kB
SwapCached:          0 kB
Active:        9651572 kB
Inactive:      8898988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13867508 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1260 kB
Writeback:           0 kB
AnonPages:      145996 kB
Mapped:          16872 kB
Slab:           467552 kB
PageTables:       5508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   326560 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= 72836 MiB
End job on node146 at 2011-04-25 18:36:33