Trace number 3293137

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_M 2011-02-16? (TO) 1300.03 1300.01

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.08123
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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-3293137-1303792248/watcher-3293137-1303792248 -o /tmp/evaluation-result-3293137-1303792248/solver-3293137-1303792248 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3293137-1303792248.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.46 2.33 2.90 5/189 1908
/proc/meminfo: memFree=22786464/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=11800 CPUtime=0 cores=5,7
/proc/1908/stat : 1908 (runsolver) R 1906 1908 1046 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 490827596 12083200 52 33554432000 4194304 5434984 140734610023504 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/1908/statm: 2950 52 31 303 0 2644 0

[startup+0.060898 s]
/proc/loadavg: 3.46 2.33 2.90 5/189 1908
/proc/meminfo: memFree=22786464/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=7388 CPUtime=0.05 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 608 0 0 0 5 0 0 0 25 0 1 0 490827596 7565312 550 33554432000 134512640 134829744 4288708848 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 1847 550 225 78 0 1133 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7388

[startup+0.100902 s]
/proc/loadavg: 3.46 2.33 2.90 5/189 1908
/proc/meminfo: memFree=22786464/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=7388 CPUtime=0.09 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 829 0 0 0 9 0 0 0 25 0 1 0 490827596 7565312 771 33554432000 134512640 134829744 4288708848 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 1847 771 225 78 0 1133 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7388

[startup+0.30086 s]
/proc/loadavg: 3.46 2.33 2.90 5/189 1908
/proc/meminfo: memFree=22786464/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=24028 CPUtime=0.28 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 5282 0 0 0 28 0 0 0 25 0 1 0 490827596 24604672 5173 33554432000 134512640 134829744 4288708848 18446744073709551615 8276292 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 6007 5173 248 78 0 5293 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24028

[startup+0.700788 s]
/proc/loadavg: 3.46 2.33 2.90 5/189 1908
/proc/meminfo: memFree=22786464/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=36560 CPUtime=0.69 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 8463 0 0 0 68 1 0 0 25 0 1 0 490827596 37437440 8295 33554432000 134512640 134829744 4288708848 18446744073709551615 134651542 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 9140 8295 256 78 0 8426 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36560

[startup+1.50065 s]
/proc/loadavg: 3.46 2.33 2.90 5/190 1909
/proc/meminfo: memFree=22753356/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=36840 CPUtime=1.49 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 8534 0 0 0 148 1 0 0 25 0 1 0 490827596 37724160 8365 33554432000 134512640 134829744 4288708848 18446744073709551615 134661669 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 9210 8365 266 78 0 8496 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36840

[startup+3.10037 s]
/proc/loadavg: 3.46 2.33 2.90 5/190 1909
/proc/meminfo: memFree=22752984/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=36840 CPUtime=3.09 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 8534 0 0 0 308 1 0 0 25 0 1 0 490827596 37724160 8365 33554432000 134512640 134829744 4288708848 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 9210 8365 266 78 0 8496 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36840

[startup+6.30081 s]
/proc/loadavg: 3.51 2.36 2.91 5/190 1909
/proc/meminfo: memFree=22752372/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=36840 CPUtime=6.29 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 8534 0 0 0 628 1 0 0 25 0 1 0 490827596 37724160 8365 33554432000 134512640 134829744 4288708848 18446744073709551615 134623160 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 9210 8365 266 78 0 8496 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36840

[startup+12.7007 s]
/proc/loadavg: 3.55 2.38 2.91 5/190 1909
/proc/meminfo: memFree=22751956/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=36840 CPUtime=12.69 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 8534 0 0 0 1268 1 0 0 25 0 1 0 490827596 37724160 8365 33554432000 134512640 134829744 4288708848 18446744073709551615 134678178 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 9210 8365 266 78 0 8496 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36840

[startup+25.5004 s]
/proc/loadavg: 3.65 2.46 2.93 5/190 1910
/proc/meminfo: memFree=22751592/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=36840 CPUtime=25.49 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 8534 0 0 0 2548 1 0 0 25 0 1 0 490827596 37724160 8365 33554432000 134512640 134829744 4288708848 18446744073709551615 134662089 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 9210 8365 266 78 0 8496 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36840

[startup+51.1008 s]
/proc/loadavg: 3.77 2.58 2.96 5/190 1911
/proc/meminfo: memFree=22746848/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=37768 CPUtime=51.09 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 8788 0 0 0 5108 1 0 0 25 0 1 0 490827596 38674432 8619 33554432000 134512640 134829744 4288708848 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 9442 8619 266 78 0 8728 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 37768

[startup+102.307 s]
/proc/loadavg: 3.90 2.80 3.01 5/190 1912
/proc/meminfo: memFree=22737284/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=39492 CPUtime=102.29 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 9200 0 0 0 10228 1 0 0 25 0 1 0 490827596 40439808 9031 33554432000 134512640 134829744 4288708848 18446744073709551615 134661576 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 9873 9031 266 78 0 9159 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 39492

[startup+162.301 s]
/proc/loadavg: 4.03 3.03 3.07 5/190 1913
/proc/meminfo: memFree=22729696/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=41832 CPUtime=162.29 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 9772 0 0 0 16227 2 0 0 25 0 1 0 490827596 42835968 9603 33554432000 134512640 134829744 4288708848 18446744073709551615 134712858 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 10458 9603 266 78 0 9744 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 41832

[startup+222.3 s]
/proc/loadavg: 4.01 3.21 3.13 5/190 1915
/proc/meminfo: memFree=22726084/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=43720 CPUtime=222.29 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 10230 0 0 0 22227 2 0 0 25 0 1 0 490827596 44769280 10061 33554432000 134512640 134829744 4288708848 18446744073709551615 134624903 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 10930 10061 266 78 0 10216 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 43720

[startup+282.301 s]
/proc/loadavg: 4.12 3.38 3.19 5/190 1917
/proc/meminfo: memFree=22746280/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=19788 CPUtime=282.29 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 25056 0 0 0 28226 3 0 0 25 0 1 0 490827596 20262912 4358 33554432000 134512640 134829744 4288708848 18446744073709551615 134580676 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 4947 4358 280 78 0 4233 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 19788

[startup+342.301 s]
/proc/loadavg: 4.04 3.49 3.24 5/190 1918
/proc/meminfo: memFree=22707332/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=54772 CPUtime=342.3 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 43393 0 0 0 34224 6 0 0 25 0 1 0 490827596 56086528 13090 33554432000 134512640 134829744 4288708848 18446744073709551615 134661461 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 13693 13090 285 78 0 12979 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 54772

[startup+402.3 s]
/proc/loadavg: 4.01 3.58 3.28 5/190 1920
/proc/meminfo: memFree=22704228/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=55912 CPUtime=402.3 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 43891 0 0 0 40224 6 0 0 25 0 1 0 490827596 57253888 13427 33554432000 134512640 134829744 4288708848 18446744073709551615 134620973 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 13978 13427 285 78 0 13264 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 55912

[startup+462.301 s]
/proc/loadavg: 4.00 3.65 3.32 5/190 1921
/proc/meminfo: memFree=22704460/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=55912 CPUtime=462.29 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 43891 0 0 0 46223 6 0 0 25 0 1 0 490827596 57253888 13427 33554432000 134512640 134829744 4288708848 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 13978 13427 285 78 0 13264 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 55912

[startup+522.3 s]
/proc/loadavg: 4.00 3.71 3.37 5/190 1923
/proc/meminfo: memFree=22704068/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=55912 CPUtime=522.3 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 43891 0 0 0 52224 6 0 0 25 0 1 0 490827596 57253888 13427 33554432000 134512640 134829744 4288708848 18446744073709551615 134661731 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 13978 13427 285 78 0 13264 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 55912

[startup+582.301 s]
/proc/loadavg: 4.00 3.76 3.40 5/190 1925
/proc/meminfo: memFree=22701564/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=56396 CPUtime=582.3 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 43965 0 0 0 58224 6 0 0 25 0 1 0 490827596 57749504 13501 33554432000 134512640 134829744 4288708848 18446744073709551615 134661449 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 14099 13501 285 78 0 13385 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 56396

[startup+642.301 s]
/proc/loadavg: 4.00 3.80 3.44 5/190 1926
/proc/meminfo: memFree=22697832/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=58384 CPUtime=642.3 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 44465 0 0 0 64224 6 0 0 25 0 1 0 490827596 59785216 14001 33554432000 134512640 134829744 4288708848 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 14596 14001 285 78 0 13882 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 58384

[startup+702.3 s]
/proc/loadavg: 4.00 3.84 3.47 5/190 1928
/proc/meminfo: memFree=22694576/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=60812 CPUtime=702.3 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 45056 0 0 0 70223 7 0 0 25 0 1 0 490827596 62271488 14592 33554432000 134512640 134829744 4288708848 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 15203 14592 285 78 0 14489 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 60812

[startup+762.307 s]
/proc/loadavg: 4.03 3.88 3.50 5/190 1929
/proc/meminfo: memFree=22691584/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=62280 CPUtime=762.31 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 45423 0 0 0 76224 7 0 0 25 0 1 0 490827596 63774720 14959 33554432000 134512640 134829744 4288708848 18446744073709551615 134661731 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 15570 14959 285 78 0 14856 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 62280

[startup+822.301 s]
/proc/loadavg: 4.17 3.93 3.54 5/190 1931
/proc/meminfo: memFree=22686228/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=64000 CPUtime=822.3 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 45827 0 0 0 82223 7 0 0 25 0 1 0 490827596 65536000 15363 33554432000 134512640 134829744 4288708848 18446744073709551615 134661654 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 16000 15363 285 78 0 15286 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 64000

[startup+882.3 s]
/proc/loadavg: 4.06 3.94 3.57 5/190 1933
/proc/meminfo: memFree=22683856/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=65696 CPUtime=882.31 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 46197 0 0 0 88223 8 0 0 25 0 1 0 490827596 67272704 15733 33554432000 134512640 134829744 4288708848 18446744073709551615 134722607 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 16424 15733 285 78 0 15710 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 65696

[startup+942.301 s]
/proc/loadavg: 4.02 3.95 3.59 5/190 1934
/proc/meminfo: memFree=22681976/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=66704 CPUtime=942.31 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 46452 0 0 0 94223 8 0 0 25 0 1 0 490827596 68304896 15988 33554432000 134512640 134829744 4288708848 18446744073709551615 134661432 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 16676 15988 285 78 0 15962 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 66704

[startup+1002.3 s]
/proc/loadavg: 4.01 3.95 3.61 5/190 1936
/proc/meminfo: memFree=22680356/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=67496 CPUtime=1002.31 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 46656 0 0 0 100223 8 0 0 25 0 1 0 490827596 69115904 16192 33554432000 134512640 134829744 4288708848 18446744073709551615 134661386 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 16874 16192 285 78 0 16160 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 67496

[startup+1062.3 s]
/proc/loadavg: 4.00 3.96 3.64 5/190 1937
/proc/meminfo: memFree=22678596/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=68604 CPUtime=1062.31 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 46872 0 0 0 106223 8 0 0 25 0 1 0 490827596 70250496 16408 33554432000 134512640 134829744 4288708848 18446744073709551615 134657773 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 17151 16408 285 78 0 16437 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 68604

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.66 5/190 1939
/proc/meminfo: memFree=22676708/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=69528 CPUtime=1122.31 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 47121 0 0 0 112223 8 0 0 25 0 1 0 490827596 71196672 16657 33554432000 134512640 134829744 4288708848 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 17382 16657 285 78 0 16668 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 69528

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.67 5/190 1941
/proc/meminfo: memFree=22675936/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=69672 CPUtime=1182.31 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 47150 0 0 0 118223 8 0 0 25 0 1 0 490827596 71344128 16686 33554432000 134512640 134829744 4288708848 18446744073709551615 134719801 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 17418 16686 285 78 0 16704 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 69672

[startup+1242.3 s]
/proc/loadavg: 2.60 3.61 3.57 2/172 1996
/proc/meminfo: memFree=22750844/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=71460 CPUtime=1242.31 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 47558 0 0 0 124223 8 0 0 25 0 1 0 490827596 73175040 17094 33554432000 134512640 134829744 4288708848 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 17865 17094 285 78 0 17151 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 71460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.59 3.13 3.41 2/172 1998
/proc/meminfo: memFree=22748344/32951124 swapFree=67051468/67111528
[pid=1908] ppid=1906 vsize=74132 CPUtime=1300.01 cores=5,7
/proc/1908/stat : 1908 (MPhaseSAT_M) R 1906 1908 1046 0 -1 4202496 48117 0 0 0 129993 8 0 0 25 0 1 0 490827596 75911168 17653 33554432000 134512640 134829744 4288708848 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/1908/statm: 18533 17653 285 78 0 17819 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 74132

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): 1300.03
CPU user time (s): 1299.94
CPU system time (s): 0.090986
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 74132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.94
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48117
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 1798

runsolver used 2.07069 second user time and 4.95225 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-26 06:30:48
IDJOB=3293137
IDBENCH=88062
IDSOLVER=1522
FILE ID=node101/3293137-1303792248
RUNJOBID= node101-1303792146-1731
PBS_JOBID= 13157254
Free space on /tmp= 72164 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293137-1303792248/watcher-3293137-1303792248 -o /tmp/evaluation-result-3293137-1303792248/solver-3293137-1303792248 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3293137-1303792248.cnf

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=1816521989

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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.841
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.74
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.841
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.83
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22786620 kB
Buffers:       2091904 kB
Cached:        7547152 kB
SwapCached:      33708 kB
Active:        6309204 kB
Inactive:      3398812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22786620 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            3888 kB
Writeback:           0 kB
AnonPages:       56084 kB
Mapped:          10968 kB
Slab:           391928 kB
PageTables:       5344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   278840 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= 72164 MiB
End job on node101 at 2011-04-26 06:52:30