Trace number 3445871

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
MPhaseSAT 2011-02-15UNSAT 3731.86 3731.76

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
dead-dnd003.shuffled-as.sat05-3109.cnf
MD5SUMd6a882056a7d77e09b3b073fbf028602
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark133.148
Satisfiable
(Un)Satisfiability was proved
Number of variables468
Number of clauses11753
Sum of the clauses size40843
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21122
Number of clauses of size 38729
Number of clauses of size 4277
Number of clauses of size 5279
Number of clauses of size over 51304

Solver Data

3731.79/3731.75	c MPhaseSAT version 401 by Jingchao Chen,  April 1, 2011
3731.79/3731.75	c input CNF file=HOME/instance-3445871-1306986170.cnf 
3731.79/3731.75	c Clause#=11753  var#=468  ratio=25 
3731.79/3731.75	c Simplified clause#=10283 
3731.79/3731.75	c XOR_varElimination deleted var#=0 clauses#=6723 
3731.79/3731.75	c inative var#=0 
3731.79/3731.75	c free var#=412  
3731.79/3731.75	c local search off 
3731.79/3731.75	c height=7 age=22 
3731.79/3731.75	c hybrid solving 
3731.79/3731.75	c 
3731.79/3731.75	s UNSATISFIABLE
3731.79/3731.75	c 
3731.79/3731.75	c  Running time=3731.857671 

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: 977)

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-3445871-1306986170/watcher-3445871-1306986170 -o /tmp/evaluation-result-3445871-1306986170/solver-3445871-1306986170 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445871-1306986170.cnf 

running on 4 cores: 0,2,4,6

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: 1.05 1.03 1.14 2/526 14750
/proc/meminfo: memFree=23274384/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=3316 CPUtime=0 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 361 0 0 0 0 0 0 0 25 0 1 0 791032811 3395584 302 33554432000 134512640 134731564 4289732960 18446744073709551615 134531593 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 829 302 225 54 0 139 0

[startup+0.0816519 s]
/proc/loadavg: 1.05 1.03 1.14 2/526 14750
/proc/meminfo: memFree=23274384/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=3788 CPUtime=0.07 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 533 0 0 0 7 0 0 0 25 0 1 0 791032811 3878912 417 33554432000 134512640 134731564 4289732960 18446744073709551615 134580500 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 947 417 239 54 0 257 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3788

[startup+0.100659 s]
/proc/loadavg: 1.05 1.03 1.14 2/526 14750
/proc/meminfo: memFree=23274384/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=3788 CPUtime=0.09 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 533 0 0 0 9 0 0 0 25 0 1 0 791032811 3878912 417 33554432000 134512640 134731564 4289732960 18446744073709551615 134580418 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 947 417 239 54 0 257 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3788

[startup+0.300612 s]
/proc/loadavg: 1.05 1.03 1.14 2/526 14750
/proc/meminfo: memFree=23274384/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=4620 CPUtime=0.29 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 844 0 0 0 29 0 0 0 25 0 1 0 791032811 4730880 700 33554432000 134512640 134731564 4289732960 18446744073709551615 134720304 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 1155 700 270 54 0 465 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4620

[startup+0.700547 s]
/proc/loadavg: 1.05 1.03 1.14 2/526 14750
/proc/meminfo: memFree=23274384/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=5016 CPUtime=0.69 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 955 0 0 0 69 0 0 0 25 0 1 0 791032811 5136384 811 33554432000 134512640 134731564 4289732960 18446744073709551615 134659479 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 1254 811 270 54 0 564 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5016

[startup+1.5004 s]
/proc/loadavg: 1.05 1.03 1.14 3/527 14751
/proc/meminfo: memFree=23269732/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=5412 CPUtime=1.49 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 1044 0 0 0 149 0 0 0 25 0 1 0 791032811 5541888 900 33554432000 134512640 134731564 4289732960 18446744073709551615 134659284 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 1353 900 270 54 0 663 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5412

[startup+3.10108 s]
/proc/loadavg: 1.12 1.05 1.14 3/527 14751
/proc/meminfo: memFree=23267996/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=5544 CPUtime=3.09 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 1068 0 0 0 309 0 0 0 25 0 1 0 791032811 5677056 924 33554432000 134512640 134731564 4289732960 18446744073709551615 134659483 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 1386 924 270 54 0 696 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5544

[startup+6.30053 s]
/proc/loadavg: 1.12 1.05 1.14 3/527 14752
/proc/meminfo: memFree=23267116/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=5808 CPUtime=6.29 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 1134 0 0 0 629 0 0 0 25 0 1 0 791032811 5947392 990 33554432000 134512640 134731564 4289732960 18446744073709551615 134723670 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 1452 990 270 54 0 762 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5808

[startup+12.7004 s]
/proc/loadavg: 1.19 1.06 1.15 3/527 14752
/proc/meminfo: memFree=23264804/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=5808 CPUtime=12.69 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 1134 0 0 0 1269 0 0 0 25 0 1 0 791032811 5947392 990 33554432000 134512640 134731564 4289732960 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 1452 990 270 54 0 762 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5808

[startup+25.5011 s]
/proc/loadavg: 1.37 1.11 1.16 3/527 14752
/proc/meminfo: memFree=23263808/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=6440 CPUtime=25.49 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 1698 0 0 0 2549 0 0 0 25 0 1 0 791032811 6594560 1177 33554432000 134512640 134731564 4289732960 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 1610 1177 272 54 0 920 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6440

[startup+51.1005 s]
/proc/loadavg: 1.74 1.21 1.19 3/527 14753
/proc/meminfo: memFree=23261532/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=7628 CPUtime=51.09 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 1994 0 0 0 5109 0 0 0 25 0 1 0 791032811 7811072 1473 33554432000 134512640 134731564 4289732960 18446744073709551615 134720304 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 1907 1473 272 54 0 1217 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7628

[startup+102.319 s]
/proc/loadavg: 2.02 1.37 1.25 3/527 14754
/proc/meminfo: memFree=23256016/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=9364 CPUtime=102.31 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 2420 0 0 0 10231 0 0 0 25 0 1 0 791032811 9588736 1899 33554432000 134512640 134731564 4289732960 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 2341 1899 272 54 0 1651 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 9364

[startup+162.301 s]
/proc/loadavg: 2.18 1.52 1.30 3/527 14756
/proc/meminfo: memFree=23254224/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=9372 CPUtime=162.29 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 2646 0 0 0 16229 0 0 0 25 0 1 0 791032811 9596928 1903 33554432000 134512640 134731564 4289732960 18446744073709551615 134621083 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 2343 1903 272 54 0 1653 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 9372

[startup+222.301 s]
/proc/loadavg: 2.06 1.61 1.35 3/527 14757
/proc/meminfo: memFree=23254892/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=10168 CPUtime=222.29 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 2844 0 0 0 22229 0 0 0 25 0 1 0 791032811 10412032 2100 33554432000 134512640 134731564 4289732960 18446744073709551615 134620712 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 2542 2100 278 54 0 1852 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 10168

[startup+282.301 s]
/proc/loadavg: 2.02 1.67 1.38 3/527 14759
/proc/meminfo: memFree=23255556/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=10168 CPUtime=282.3 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 2851 0 0 0 28230 0 0 0 25 0 1 0 791032811 10412032 2107 33554432000 134512640 134731564 4289732960 18446744073709551615 134620727 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 2542 2107 278 54 0 1852 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 10168

[startup+342.301 s]
/proc/loadavg: 2.00 1.74 1.42 3/527 14761
/proc/meminfo: memFree=23255244/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=9776 CPUtime=342.3 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 3064 0 0 0 34230 0 0 0 25 0 1 0 791032811 10010624 2024 33554432000 134512640 134731564 4289732960 18446744073709551615 134668656 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 2444 2024 278 54 0 1754 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 9776

[startup+402.3 s]
/proc/loadavg: 2.00 1.78 1.45 3/527 14762
/proc/meminfo: memFree=23254548/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=11644 CPUtime=402.3 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 3518 0 0 0 40230 0 0 0 25 0 1 0 791032811 11923456 2478 33554432000 134512640 134731564 4289732960 18446744073709551615 134620738 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 2911 2478 278 54 0 2221 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 11644

[startup+462.301 s]
/proc/loadavg: 2.00 1.81 1.48 3/527 14764
/proc/meminfo: memFree=23252268/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=11644 CPUtime=462.3 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 3518 0 0 0 46230 0 0 0 25 0 1 0 791032811 11923456 2478 33554432000 134512640 134731564 4289732960 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 2911 2478 278 54 0 2221 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 11644

[startup+522.301 s]
/proc/loadavg: 2.00 1.85 1.51 3/527 14765
/proc/meminfo: memFree=23250968/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=11740 CPUtime=522.3 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 3673 0 0 0 52230 0 0 0 25 0 1 0 791032811 12021760 2514 33554432000 134512640 134731564 4289732960 18446744073709551615 134659986 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 2935 2514 278 54 0 2245 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 11740

[startup+582.301 s]
/proc/loadavg: 2.00 1.87 1.54 3/527 14767
/proc/meminfo: memFree=23250520/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=11740 CPUtime=582.3 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 3673 0 0 0 58230 0 0 0 25 0 1 0 791032811 12021760 2514 33554432000 134512640 134731564 4289732960 18446744073709551615 8433479 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 2935 2514 278 54 0 2245 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 11740

[startup+642.3 s]

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

/proc/meminfo: memFree=23239616/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3042.38 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 304236 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134719966 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3042.38
Current children cumulated vsize (KiB) 19188

[startup+3102.3 s]
/proc/loadavg: 2.00 2.03 1.96 3/527 14846
/proc/meminfo: memFree=23240028/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3102.38 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 310236 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134721168 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3102.38
Current children cumulated vsize (KiB) 19188

[startup+3162.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/527 14848
/proc/meminfo: memFree=23238848/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3162.38 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 316236 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134620749 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3162.38
Current children cumulated vsize (KiB) 19188

[startup+3222.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/527 14849
/proc/meminfo: memFree=23240000/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3222.38 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 322236 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134620755 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3222.38
Current children cumulated vsize (KiB) 19188

[startup+3282.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/527 14851
/proc/meminfo: memFree=23239544/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3282.39 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 328237 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134620664 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3282.39
Current children cumulated vsize (KiB) 19188

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/527 14853
/proc/meminfo: memFree=23239588/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3342.38 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 334236 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134720319 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3342.38
Current children cumulated vsize (KiB) 19188

[startup+3402.32 s]
/proc/loadavg: 2.10 2.03 1.97 3/527 14854
/proc/meminfo: memFree=23239132/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3402.4 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 340238 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134717330 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3402.4
Current children cumulated vsize (KiB) 19188

[startup+3462.3 s]
/proc/loadavg: 2.11 2.05 1.98 3/527 14856
/proc/meminfo: memFree=23237208/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3462.38 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 346236 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134659520 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3462.38
Current children cumulated vsize (KiB) 19188

[startup+3522.3 s]
/proc/loadavg: 2.04 2.04 1.98 3/527 14857
/proc/meminfo: memFree=23238472/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3522.38 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 352236 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134659012 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3522.38
Current children cumulated vsize (KiB) 19188

[startup+3582.3 s]
/proc/loadavg: 2.01 2.03 1.98 3/527 14859
/proc/meminfo: memFree=23239396/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3582.39 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 358237 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134634514 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3582.39
Current children cumulated vsize (KiB) 19188

[startup+3642.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/527 14861
/proc/meminfo: memFree=23239180/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3642.39 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 364237 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134659263 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3642.39
Current children cumulated vsize (KiB) 19188

[startup+3702.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/527 14862
/proc/meminfo: memFree=23238612/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3702.39 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 370237 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3702.39
Current children cumulated vsize (KiB) 19188

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

[startup+3711.9 s]
/proc/loadavg: 2.00 2.02 1.98 3/527 14862
/proc/meminfo: memFree=23239332/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3711.99 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 371197 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3711.99
Current children cumulated vsize (KiB) 19188

[startup+3724.7 s]
/proc/loadavg: 2.00 2.01 1.98 3/527 14863
/proc/meminfo: memFree=23238448/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3724.79 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 372477 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134720143 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3724.79
Current children cumulated vsize (KiB) 19188

[startup+3727.92 s]
/proc/loadavg: 2.00 2.01 1.98 3/527 14863
/proc/meminfo: memFree=23239192/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3728.01 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 372799 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134659520 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3728.01
Current children cumulated vsize (KiB) 19188

[startup+3729.5 s]
/proc/loadavg: 2.00 2.01 1.98 3/527 14863
/proc/meminfo: memFree=23239192/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3729.59 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 372957 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134655782 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3729.59
Current children cumulated vsize (KiB) 19188

[startup+3731.1 s]
/proc/loadavg: 2.00 2.01 1.98 3/527 14863
/proc/meminfo: memFree=23239192/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3731.2 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 373118 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134659542 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3731.2
Current children cumulated vsize (KiB) 19188

[startup+3731.5 s]
/proc/loadavg: 2.00 2.01 1.98 3/527 14863
/proc/meminfo: memFree=23239192/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3731.59 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 373157 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134659675 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3731.59
Current children cumulated vsize (KiB) 19188

[startup+3731.7 s]
/proc/loadavg: 2.00 2.01 1.98 3/527 14863
/proc/meminfo: memFree=23239192/32951124 swapFree=64303760/67111528
[pid=14750] ppid=14748 vsize=19188 CPUtime=3731.79 cores=0,2,4,6
/proc/14750/stat : 14750 (MPhaseSAT) R 14748 14750 13250 0 -1 4202496 6383 0 0 0 373177 2 0 0 25 0 1 0 791032811 19648512 4368 33554432000 134512640 134731564 4289732960 18446744073709551615 134620727 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/14750/statm: 4797 4368 278 54 0 4107 0
Current children cumulated CPU time (s) 3731.79
Current children cumulated vsize (KiB) 19188

Child status: 20
Real time (s): 3731.76
CPU time (s): 3731.86
CPU user time (s): 3731.83
CPU system time (s): 0.028995
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 21296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3731.83
system time used= 0.028995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6392
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= 5152

runsolver used 19.969 second user time and 41.4367 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-02 05:42:50
IDJOB=3445871
IDBENCH=85841
IDSOLVER=1941
FILE ID=node145/3445871-1306986170
RUNJOBID= node145-1306986169-14703
PBS_JOBID= 13497679
Free space on /tmp= 73952 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT05/crafted/sorge05/QG7/dead-dnd003.shuffled-as.sat05-3109.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445871-1306986170/watcher-3445871-1306986170 -o /tmp/evaluation-result-3445871-1306986170/solver-3445871-1306986170 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445871-1306986170.cnf

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

MD5SUM BENCH= d6a882056a7d77e09b3b073fbf028602
RANDOM SEED=1510215386

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23274540 kB
Buffers:        168828 kB
Cached:         251940 kB
SwapCached:        944 kB
Active:        9178988 kB
Inactive:       229124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23274540 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:            1172 kB
Writeback:           0 kB
AnonPages:     8986264 kB
Mapped:          34784 kB
Slab:           132672 kB
PageTables:      65588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153224968 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= 73952 MiB
End job on node145 at 2011-06-02 06:45:01