Trace number 3258224

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.04 1300.01

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1375c111739g4.cnf
MD5SUMb2f1edd9e4045a375bcfedb2d5e5bd0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark51.2682
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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-3258224-1303474276/watcher-3258224-1303474276 -o /tmp/evaluation-result-3258224-1303474276/solver-3258224-1303474276 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3258224-1303474276.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.39 3.86 3.77 4/189 17528
/proc/meminfo: memFree=12246028/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=4892 CPUtime=0 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 337 0 0 0 0 0 0 0 22 0 1 0 537658278 5009408 278 33554432000 134512640 134829744 4292041744 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 1223 278 225 78 0 509 0

[startup+0.00974008 s]
/proc/loadavg: 3.39 3.86 3.77 4/189 17528
/proc/meminfo: memFree=12246028/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=4892 CPUtime=0 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 358 0 0 0 0 0 0 0 22 0 1 0 537658278 5009408 299 33554432000 134512640 134829744 4292041744 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 1223 299 225 78 0 509 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4892

[startup+0.100781 s]
/proc/loadavg: 3.39 3.86 3.77 4/189 17528
/proc/meminfo: memFree=12246028/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=6580 CPUtime=0.09 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 2172 0 0 0 9 0 0 0 22 0 1 0 537658278 6737920 1131 33554432000 134512640 134829744 4292041744 18446744073709551615 134559376 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 1645 1131 237 78 0 931 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6580

[startup+0.300741 s]
/proc/loadavg: 3.39 3.86 3.77 4/189 17528
/proc/meminfo: memFree=12246028/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=15484 CPUtime=0.29 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 7117 0 0 0 29 0 0 0 23 0 1 0 537658278 15855616 3349 33554432000 134512640 134829744 4292041744 18446744073709551615 134719567 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 3871 3349 263 78 0 3157 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15484

[startup+0.700679 s]
/proc/loadavg: 3.39 3.86 3.77 4/189 17528
/proc/meminfo: memFree=12246028/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=10380 CPUtime=0.69 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 7982 0 0 0 69 0 0 0 25 0 1 0 537658278 10629120 2132 33554432000 134512640 134829744 4292041744 18446744073709551615 12146172 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2595 2134 279 78 0 1881 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10380

[startup+1.50053 s]
/proc/loadavg: 3.44 3.86 3.78 5/190 17529
/proc/meminfo: memFree=12236372/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=12000 CPUtime=1.49 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 8370 0 0 0 149 0 0 0 25 0 1 0 537658278 12288000 2520 33554432000 134512640 134829744 4292041744 18446744073709551615 134669644 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 3000 2520 279 78 0 2286 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12000

[startup+3.10025 s]
/proc/loadavg: 3.44 3.86 3.78 5/190 17529
/proc/meminfo: memFree=12235140/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=12528 CPUtime=3.09 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 8485 0 0 0 309 0 0 0 25 0 1 0 537658278 12828672 2635 33554432000 134512640 134829744 4292041744 18446744073709551615 134661832 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 3132 2635 279 78 0 2418 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12528

[startup+6.30068 s]
/proc/loadavg: 3.44 3.86 3.78 5/190 17529
/proc/meminfo: memFree=12235568/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=13320 CPUtime=6.29 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 8678 0 0 0 629 0 0 0 25 0 1 0 537658278 13639680 2828 33554432000 134512640 134829744 4292041744 18446744073709551615 134620979 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 3330 2828 279 78 0 2616 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13320

[startup+12.7006 s]
/proc/loadavg: 3.52 3.86 3.78 5/190 17530
/proc/meminfo: memFree=12234612/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=12792 CPUtime=12.69 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 9922 0 0 0 1268 1 0 0 25 0 1 0 537658278 13099008 2713 33554432000 134512640 134829744 4292041744 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 3198 2713 279 78 0 2484 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12792

[startup+25.5003 s]
/proc/loadavg: 3.60 3.87 3.78 5/190 17530
/proc/meminfo: memFree=12235008/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=10168 CPUtime=25.49 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 13090 0 0 0 2548 1 0 0 25 0 1 0 537658278 10412032 2062 33554432000 134512640 134829744 4292041744 18446744073709551615 134723549 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2542 2062 279 78 0 1828 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10168

[startup+51.1008 s]
/proc/loadavg: 3.73 3.88 3.78 5/190 17531
/proc/meminfo: memFree=12234956/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=9932 CPUtime=51.1 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 20156 0 0 0 5107 3 0 0 25 0 1 0 537658278 10170368 2013 33554432000 134512640 134829744 4292041744 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2483 2013 279 78 0 1769 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 9932

[startup+102.307 s]
/proc/loadavg: 3.89 3.89 3.79 5/190 17559
/proc/meminfo: memFree=12228132/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=10376 CPUtime=102.29 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 36021 0 0 0 10224 5 0 0 25 0 1 0 537658278 10625024 2132 33554432000 134512640 134829744 4292041744 18446744073709551615 134661488 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2594 2132 279 78 0 1880 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 10376

[startup+162.3 s]
/proc/loadavg: 3.96 3.91 3.81 5/190 17561
/proc/meminfo: memFree=12221028/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=10760 CPUtime=162.3 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 51027 0 0 0 16222 8 0 0 25 0 1 0 537658278 11018240 2208 33554432000 134512640 134829744 4292041744 18446744073709551615 134722280 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2690 2208 279 78 0 1976 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 10760

[startup+222.301 s]
/proc/loadavg: 3.98 3.92 3.82 5/190 17562
/proc/meminfo: memFree=12217032/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=10224 CPUtime=222.3 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 63847 0 0 0 22220 10 0 0 25 0 1 0 537658278 10469376 2093 33554432000 134512640 134829744 4292041744 18446744073709551615 11886446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2556 2093 279 78 0 1842 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 10224

[startup+282.301 s]
/proc/loadavg: 4.14 3.97 3.83 5/190 17564
/proc/meminfo: memFree=12213280/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=9720 CPUtime=282.3 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 81496 0 0 0 28218 12 0 0 25 0 1 0 537658278 9953280 1973 33554432000 134512640 134829744 4292041744 18446744073709551615 134699736 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2430 1973 279 78 0 1716 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 9720

[startup+342.3 s]
/proc/loadavg: 4.05 3.97 3.84 5/190 17565
/proc/meminfo: memFree=12213884/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=9664 CPUtime=342.3 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 99958 0 0 0 34216 14 0 0 25 0 1 0 537658278 9895936 1954 33554432000 134512640 134829744 4292041744 18446744073709551615 11886435 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2416 1954 279 78 0 1702 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 9664

[startup+402.301 s]
/proc/loadavg: 4.02 3.97 3.85 5/190 17567
/proc/meminfo: memFree=12209872/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=10732 CPUtime=402.3 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 114775 0 0 0 40214 16 0 0 25 0 1 0 537658278 10989568 2224 33554432000 134512640 134829744 4292041744 18446744073709551615 134668928 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2683 2224 279 78 0 1969 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 10732

[startup+462.3 s]
/proc/loadavg: 4.00 3.97 3.85 5/190 17569
/proc/meminfo: memFree=12201424/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=10548 CPUtime=462.3 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 131976 0 0 0 46211 19 0 0 25 0 1 0 537658278 10801152 2172 33554432000 134512640 134829744 4292041744 18446744073709551615 134719794 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2637 2172 279 78 0 1923 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 10548

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.86 5/190 17570
/proc/meminfo: memFree=12201656/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=10820 CPUtime=522.3 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 146877 0 0 0 52209 21 0 0 25 0 1 0 537658278 11079680 2223 33554432000 134512640 134829744 4292041744 18446744073709551615 134662010 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2705 2223 279 78 0 1991 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 10820

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.86 5/190 17572
/proc/meminfo: memFree=12202252/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=10204 CPUtime=582.31 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 166897 0 0 0 58206 25 0 0 25 0 1 0 537658278 10448896 2078 33554432000 134512640 134829744 4292041744 18446744073709551615 11886432 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2551 2078 279 78 0 1837 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 10204

[startup+642.3 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 17573
/proc/meminfo: memFree=12201240/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=9616 CPUtime=642.31 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 181102 0 0 0 64205 26 0 0 25 0 1 0 537658278 9846784 1945 33554432000 134512640 134829744 4292041744 18446744073709551615 134631990 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2404 1945 279 78 0 1690 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 9616

[startup+702.301 s]
/proc/loadavg: 4.00 3.97 3.88 5/190 17575
/proc/meminfo: memFree=12198704/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=10420 CPUtime=702.3 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 197722 0 0 0 70201 29 0 0 25 0 1 0 537658278 10670080 2126 33554432000 134512640 134829744 4292041744 18446744073709551615 134661635 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2605 2126 279 78 0 1891 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 10420

[startup+762.306 s]
/proc/loadavg: 4.00 3.97 3.88 5/190 17577
/proc/meminfo: memFree=12200892/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=10228 CPUtime=762.32 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 211322 0 0 0 76201 31 0 0 25 0 1 0 537658278 10473472 2077 33554432000 134512640 134829744 4292041744 18446744073709551615 134720479 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2557 2077 279 78 0 1843 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 10228

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 3.89 5/190 17578
/proc/meminfo: memFree=12200360/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=11128 CPUtime=822.32 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 225680 0 0 0 82199 33 0 0 25 0 1 0 537658278 11395072 2292 33554432000 134512640 134829744 4292041744 18446744073709551615 134662050 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2782 2292 279 78 0 2068 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 11128

[startup+882.3 s]
/proc/loadavg: 4.07 4.00 3.90 5/190 17580
/proc/meminfo: memFree=12200576/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=10076 CPUtime=882.31 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 242278 0 0 0 88196 35 0 0 25 0 1 0 537658278 10317824 2037 33554432000 134512640 134829744 4292041744 18446744073709551615 134722308 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2519 2037 279 78 0 1805 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 10076

[startup+942.301 s]
/proc/loadavg: 4.02 4.00 3.91 5/190 17581
/proc/meminfo: memFree=12196328/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=11536 CPUtime=942.32 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 258258 0 0 0 94194 38 0 0 25 0 1 0 537658278 11812864 2403 33554432000 134512640 134829744 4292041744 18446744073709551615 134661860 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2884 2403 279 78 0 2170 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 11536

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.91 5/190 17583
/proc/meminfo: memFree=12191460/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=10304 CPUtime=1002.32 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 273523 0 0 0 100191 41 0 0 25 0 1 0 537658278 10551296 2085 33554432000 134512640 134829744 4292041744 18446744073709551615 134724591 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2576 2085 279 78 0 1862 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 10304

[startup+1062.3 s]
/proc/loadavg: 4.08 4.02 3.91 5/190 17585
/proc/meminfo: memFree=12188572/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=12212 CPUtime=1062.32 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 289072 0 0 0 106189 43 0 0 25 0 1 0 537658278 12505088 2565 33554432000 134512640 134829744 4292041744 18446744073709551615 134657674 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 3053 2565 279 78 0 2339 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 12212

[startup+1122.3 s]
/proc/loadavg: 4.03 4.01 3.91 5/190 17586
/proc/meminfo: memFree=12189036/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=9892 CPUtime=1122.32 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 301997 0 0 0 112187 45 0 0 25 0 1 0 537658278 10129408 1994 33554432000 134512640 134829744 4292041744 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2473 1994 279 78 0 1759 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 9892

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.91 5/190 17588
/proc/meminfo: memFree=12187388/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=10456 CPUtime=1182.32 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 318497 0 0 0 118184 48 0 0 25 0 1 0 537658278 10706944 2134 33554432000 134512640 134829744 4292041744 18446744073709551615 11799776 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2614 2134 279 78 0 1900 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 10456

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 17589
/proc/meminfo: memFree=12186628/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=10228 CPUtime=1242.33 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 333856 0 0 0 124182 51 0 0 25 0 1 0 537658278 10473472 2092 33554432000 134512640 134829744 4292041744 18446744073709551615 134661382 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2557 2092 279 78 0 1843 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 10228



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 3/180 17627
/proc/meminfo: memFree=12269504/32950928 swapFree=67111528/67111528
[pid=17528] ppid=17526 vsize=9580 CPUtime=1300.02 cores=5,7
/proc/17528/stat : 17528 (MPhaseSAT_M) R 17526 17528 16652 0 -1 4202496 348840 0 0 0 129950 52 0 0 25 0 1 0 537658278 9809920 1903 33554432000 134512640 134829744 4292041744 18446744073709551615 134722641 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17528/statm: 2395 1903 279 78 0 1681 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 9580

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.04
CPU user time (s): 1299.51
CPU system time (s): 0.528919
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 16396

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

runsolver used 2.06669 second user time and 5.03323 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-22 14:11:16
IDJOB=3258224
IDBENCH=71317
IDSOLVER=1522
FILE ID=node112/3258224-1303474276
RUNJOBID= node112-1303474273-17489
PBS_JOBID= 13107199
Free space on /tmp= 72556 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1375c111739g4.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258224-1303474276/watcher-3258224-1303474276 -o /tmp/evaluation-result-3258224-1303474276/solver-3258224-1303474276 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3258224-1303474276.cnf

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

MD5SUM BENCH= b2f1edd9e4045a375bcfedb2d5e5bd0e
RANDOM SEED=2074892808

node112.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.828
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.65
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.828
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.83
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12246308 kB
Buffers:       1252088 kB
Cached:       18823556 kB
SwapCached:          0 kB
Active:        9134588 kB
Inactive:     11042096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12246308 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7432 kB
Writeback:           0 kB
AnonPages:      100676 kB
Mapped:          16584 kB
Slab:           464732 kB
PageTables:       5616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   283232 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= 72560 MiB
End job on node112 at 2011-04-22 14:32:58