Trace number 3288030

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-03? (TO) 1299.77 1300.01

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark166.168
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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

running on 2 cores: 1,3

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.41 3.71 3.89 5/187 20758
/proc/meminfo: memFree=24798784/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=7704 CPUtime=0 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 488956474 7888896 268 33554432000 134512640 134761588 4292869824 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 1926 268 225 61 0 1229 0

[startup+0.089435 s]
/proc/loadavg: 3.41 3.71 3.89 5/187 20758
/proc/meminfo: memFree=24798784/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=7704 CPUtime=0.08 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 747 0 0 0 8 0 0 0 20 0 1 0 488956474 7888896 688 33554432000 134512640 134761588 4292869824 18446744073709551615 134531177 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 1926 688 225 61 0 1229 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7704

[startup+0.100433 s]
/proc/loadavg: 3.41 3.71 3.89 5/187 20758
/proc/meminfo: memFree=24798784/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=7704 CPUtime=0.09 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 802 0 0 0 9 0 0 0 20 0 1 0 488956474 7888896 743 33554432000 134512640 134761588 4292869824 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 1926 743 225 61 0 1229 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7704

[startup+0.300404 s]
/proc/loadavg: 3.41 3.71 3.89 5/187 20758
/proc/meminfo: memFree=24798784/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=13892 CPUtime=0.29 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 8447 0 0 0 28 1 0 0 21 0 1 0 488956474 14225408 2778 33554432000 134512640 134761588 4292869824 18446744073709551615 134559293 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 3473 2778 427 61 0 2776 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13892

[startup+0.700333 s]
/proc/loadavg: 3.41 3.71 3.89 5/187 20758
/proc/meminfo: memFree=24798784/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=22532 CPUtime=0.68 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 18610 0 0 0 66 2 0 0 22 0 1 0 488956474 23072768 5149 33554432000 134512640 134761588 4292869824 18446744073709551615 134643596 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 5633 5149 445 61 0 4936 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22532

[startup+1.5002 s]
/proc/loadavg: 3.41 3.71 3.89 5/188 20759
/proc/meminfo: memFree=24770128/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=23804 CPUtime=1.49 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 26945 0 0 0 146 3 0 0 25 0 1 0 488956474 24375296 5478 33554432000 134512640 134761588 4292869824 18446744073709551615 134697240 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 5951 5478 456 61 0 5254 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23804

[startup+3.10088 s]
/proc/loadavg: 3.41 3.71 3.89 5/188 20759
/proc/meminfo: memFree=24764920/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=25088 CPUtime=2.9 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 27271 0 0 0 286 4 0 0 25 0 1 0 488956474 25690112 5804 33554432000 134512640 134761588 4292869824 18446744073709551615 134621456 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/20758/statm: 6272 5804 457 61 0 5575 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 25088

[startup+6.30037 s]
/proc/loadavg: 3.62 3.75 3.90 5/188 20759
/proc/meminfo: memFree=24755708/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=38404 CPUtime=6.03 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 30600 0 0 0 598 5 0 0 25 0 1 0 488956474 39325696 9133 33554432000 134512640 134761588 4292869824 18446744073709551615 134622156 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 9601 9133 457 61 0 8904 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 38404

[startup+12.7003 s]
/proc/loadavg: 3.65 3.76 3.90 5/188 20759
/proc/meminfo: memFree=24777684/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=24676 CPUtime=12.44 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 33254 0 0 0 1238 6 0 0 25 0 1 0 488956474 25268224 5705 33554432000 134512640 134761588 4292869824 18446744073709551615 134748399 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 6169 5705 461 61 0 5472 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 24676

[startup+25.5011 s]
/proc/loadavg: 3.72 3.77 3.90 5/188 20760
/proc/meminfo: memFree=24806100/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=27056 CPUtime=25.23 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 37321 0 0 0 2515 8 0 0 25 0 1 0 488956474 27705344 6300 33554432000 134512640 134761588 4292869824 18446744073709551615 134621422 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 6764 6300 461 61 0 6067 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 27056

[startup+51.1007 s]
/proc/loadavg: 3.82 3.79 3.90 5/188 20761
/proc/meminfo: memFree=24787452/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=25792 CPUtime=50.82 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 71346 0 0 0 5070 12 0 0 25 0 1 0 488956474 26411008 5954 33554432000 134512640 134761588 4292869824 18446744073709551615 134751768 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 6448 5954 321 61 0 5751 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 25792

[startup+102.307 s]
/proc/loadavg: 3.86 3.80 3.90 5/188 20789
/proc/meminfo: memFree=24779212/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=27056 CPUtime=102.03 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 87225 0 0 0 10189 14 0 0 25 0 1 0 488956474 27705344 6268 33554432000 134512640 134761588 4292869824 18446744073709551615 8977730 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 6764 6268 321 61 0 6067 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 27056

[startup+162.301 s]
/proc/loadavg: 3.95 3.83 3.91 5/188 20790
/proc/meminfo: memFree=24745308/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=27584 CPUtime=162.03 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 92690 0 0 0 16187 16 0 0 25 0 1 0 488956474 28246016 6401 33554432000 134512640 134761588 4292869824 18446744073709551615 134747177 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 6896 6401 321 61 0 6199 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 27584

[startup+222.3 s]
/proc/loadavg: 4.02 3.88 3.91 5/188 20792
/proc/meminfo: memFree=24781480/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=28772 CPUtime=222.02 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 98347 0 0 0 22186 16 0 0 25 0 1 0 488956474 29462528 6698 33554432000 134512640 134761588 4292869824 18446744073709551615 134747173 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 7193 6698 321 61 0 6496 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 28772

[startup+282.301 s]
/proc/loadavg: 4.01 3.90 3.91 5/188 20794
/proc/meminfo: memFree=24781088/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=27664 CPUtime=282.03 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 103003 0 0 0 28186 17 0 0 25 0 1 0 488956474 28327936 6421 33554432000 134512640 134761588 4292869824 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 6916 6421 321 61 0 6219 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 27664

[startup+342.301 s]
/proc/loadavg: 4.04 3.93 3.92 5/188 20795
/proc/meminfo: memFree=24759116/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=29200 CPUtime=342.04 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 110841 0 0 0 34186 18 0 0 25 0 1 0 488956474 29900800 6805 33554432000 134512640 134761588 4292869824 18446744073709551615 134747285 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 7300 6805 321 61 0 6603 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 29200

[startup+402.3 s]
/proc/loadavg: 4.01 3.94 3.92 5/188 20797
/proc/meminfo: memFree=24775588/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=30980 CPUtime=402.03 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 117988 0 0 0 40185 18 0 0 25 0 1 0 488956474 31723520 7250 33554432000 134512640 134761588 4292869824 18446744073709551615 134747177 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 7745 7250 321 61 0 7048 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 30980

[startup+462.301 s]
/proc/loadavg: 4.00 3.95 3.92 5/188 20798
/proc/meminfo: memFree=24776544/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=29180 CPUtime=462.03 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 123343 0 0 0 46184 19 0 0 25 0 1 0 488956474 29880320 6800 33554432000 134512640 134761588 4292869824 18446744073709551615 134747300 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 7295 6800 321 61 0 6598 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 29180

[startup+522.3 s]
/proc/loadavg: 4.06 3.97 3.93 5/188 20800
/proc/meminfo: memFree=24760392/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=29576 CPUtime=522.04 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 131589 0 0 0 52183 21 0 0 25 0 1 0 488956474 30285824 6899 33554432000 134512640 134761588 4292869824 18446744073709551615 134747252 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 7394 6899 321 61 0 6697 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 29576

[startup+582.3 s]
/proc/loadavg: 4.02 3.97 3.93 5/188 20802
/proc/meminfo: memFree=24779204/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=29428 CPUtime=582.04 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 139818 0 0 0 58182 22 0 0 25 0 1 0 488956474 30134272 6862 33554432000 134512640 134761588 4292869824 18446744073709551615 134748408 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 7357 6862 321 61 0 6660 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 29428

[startup+642.301 s]
/proc/loadavg: 4.01 3.97 3.93 5/188 20803
/proc/meminfo: memFree=24765536/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=38636 CPUtime=642.04 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 149005 0 0 0 64181 23 0 0 25 0 1 0 488956474 39563264 9164 33554432000 134512640 134761588 4292869824 18446744073709551615 134747252 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 9659 9164 321 61 0 8962 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 38636

[startup+702.3 s]
/proc/loadavg: 4.00 3.97 3.93 5/188 20805
/proc/meminfo: memFree=24768604/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=37612 CPUtime=702.04 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 155953 0 0 0 70180 24 0 0 25 0 1 0 488956474 38514688 8908 33554432000 134512640 134761588 4292869824 18446744073709551615 134747069 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 9403 8908 321 61 0 8706 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 37612

[startup+762.306 s]
/proc/loadavg: 4.06 3.99 3.93 5/188 20806
/proc/meminfo: memFree=24771792/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=29416 CPUtime=762.04 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 161300 0 0 0 76179 25 0 0 25 0 1 0 488956474 30121984 6859 33554432000 134512640 134761588 4292869824 18446744073709551615 134616841 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 7354 6859 321 61 0 6657 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 29416

[startup+822.301 s]
/proc/loadavg: 4.02 3.99 3.93 5/188 20808
/proc/meminfo: memFree=24772388/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=29164 CPUtime=822.04 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 169433 0 0 0 82177 27 0 0 25 0 1 0 488956474 29863936 6796 33554432000 134512640 134761588 4292869824 18446744073709551615 134747218 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 7291 6796 321 61 0 6594 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 29164

[startup+882.3 s]
/proc/loadavg: 4.01 3.99 3.93 5/188 20810
/proc/meminfo: memFree=24781656/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=29164 CPUtime=882.04 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 176923 0 0 0 88176 28 0 0 25 0 1 0 488956474 29863936 6796 33554432000 134512640 134761588 4292869824 18446744073709551615 134680765 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 7291 6796 321 61 0 6594 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 29164

[startup+942.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/188 20811
/proc/meminfo: memFree=24732392/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=37352 CPUtime=942.04 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 184251 0 0 0 94175 29 0 0 25 0 1 0 488956474 38248448 8843 33554432000 134512640 134761588 4292869824 18446744073709551615 134747384 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 9338 8843 321 61 0 8641 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 37352

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/188 20840
/proc/meminfo: memFree=24767784/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=31972 CPUtime=1002.04 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 190172 0 0 0 100174 30 0 0 25 0 1 0 488956474 32739328 7498 33554432000 134512640 134761588 4292869824 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 7993 7498 321 61 0 7296 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 31972

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/188 20895
/proc/meminfo: memFree=24762296/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=29668 CPUtime=1062.04 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 197757 0 0 0 106173 31 0 0 25 0 1 0 488956474 30380032 6922 33554432000 134512640 134761588 4292869824 18446744073709551615 134747274 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 7417 6922 321 61 0 6720 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 29668

[startup+1122.3 s]
/proc/loadavg: 4.07 4.00 3.94 5/188 20897
/proc/meminfo: memFree=24747984/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=37604 CPUtime=1122.05 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 204828 0 0 0 112173 32 0 0 25 0 1 0 488956474 38506496 8906 33554432000 134512640 134761588 4292869824 18446744073709551615 134748397 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 9401 8906 321 61 0 8704 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 37604

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.94 5/188 20899
/proc/meminfo: memFree=24762964/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=31460 CPUtime=1182.05 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 210334 0 0 0 118172 33 0 0 25 0 1 0 488956474 32215040 7370 33554432000 134512640 134761588 4292869824 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 7865 7370 321 61 0 7168 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 31460

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.94 5/188 20900
/proc/meminfo: memFree=24761216/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=30432 CPUtime=1242.04 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 218143 0 0 0 124171 33 0 0 25 0 1 0 488956474 31162368 7113 33554432000 134512640 134761588 4292869824 18446744073709551615 134616760 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 7608 7113 321 61 0 6911 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 30432



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.23 3.81 3.87 3/176 20938
/proc/meminfo: memFree=24819000/32951132 swapFree=67111364/67111528
[pid=20758] ppid=20756 vsize=37860 CPUtime=1299.75 cores=1,3
/proc/20758/stat : 20758 (MPhaseSAT64) R 20756 20758 20197 0 -1 4202496 225822 0 0 0 129941 34 0 0 25 0 1 0 488956474 38768640 8970 33554432000 134512640 134761588 4292869824 18446744073709551615 134747274 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/20758/statm: 9465 8970 321 61 0 8768 0
Current children cumulated CPU time (s) 1299.75
Current children cumulated vsize (KiB) 37860

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1299.77
CPU user time (s): 1299.42
CPU system time (s): 0.348946
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 43792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.42
system time used= 0.348946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225822
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 1617

runsolver used 2.08268 second user time and 4.96624 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-26 01:19:38
IDJOB=3288030
IDBENCH=82482
IDSOLVER=1521
FILE ID=node128/3288030-1303773578
RUNJOBID= node128-1303773520-20528
PBS_JOBID= 13157180
Free space on /tmp= 66776 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288030-1303773578/watcher-3288030-1303773578 -o /tmp/evaluation-result-3288030-1303773578/solver-3288030-1303773578 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3288030-1303773578.cnf

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

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=1779456950

node128.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.852
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.852
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.852
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.82
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24799064 kB
Buffers:       1286776 kB
Cached:        6084468 kB
SwapCached:        160 kB
Active:         727172 kB
Inactive:      6806364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24799064 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           20364 kB
Writeback:           0 kB
AnonPages:      162600 kB
Mapped:          16864 kB
Slab:           554300 kB
PageTables:       5416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   350764 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66788 MiB
End job on node128 at 2011-04-26 01:41:20