Trace number 3280349

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

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

running on 2 cores: 4,6

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: 4.05 3.89 2.67 4/189 14213
/proc/meminfo: memFree=13901460/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=14560 CPUtime=0 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 467199004 14909440 273 33554432000 134512640 134829744 4288385280 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 3640 273 225 78 0 2926 0

[startup+0.0190331 s]
/proc/loadavg: 4.05 3.89 2.67 4/189 14213
/proc/meminfo: memFree=13901460/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=14560 CPUtime=0.01 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 405 0 0 0 1 0 0 0 24 0 1 0 467199004 14909440 347 33554432000 134512640 134829744 4288385280 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 3640 347 225 78 0 2926 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14560

[startup+0.101045 s]
/proc/loadavg: 4.05 3.89 2.67 4/189 14213
/proc/meminfo: memFree=13901460/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=14560 CPUtime=0.09 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 839 0 0 0 9 0 0 0 24 0 1 0 467199004 14909440 781 33554432000 134512640 134829744 4288385280 18446744073709551615 134531663 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 3640 782 225 78 0 2926 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14560

[startup+0.30101 s]
/proc/loadavg: 4.05 3.89 2.67 4/189 14213
/proc/meminfo: memFree=13901460/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=14560 CPUtime=0.29 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 1873 0 0 0 29 0 0 0 25 0 1 0 467199004 14909440 1815 33554432000 134512640 134829744 4288385280 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 3640 1815 225 78 0 2926 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14560

[startup+0.700929 s]
/proc/loadavg: 4.05 3.89 2.67 4/189 14213
/proc/meminfo: memFree=13901460/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=16488 CPUtime=0.69 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 3288 0 0 0 69 0 0 0 25 0 1 0 467199004 16883712 2915 33554432000 134512640 134829744 4288385280 18446744073709551615 134575016 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 4122 2915 235 78 0 3408 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16488

[startup+1.50077 s]
/proc/loadavg: 4.05 3.89 2.67 5/190 14214
/proc/meminfo: memFree=13890428/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=16488 CPUtime=1.49 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 3288 0 0 0 149 0 0 0 25 0 1 0 467199004 16883712 2915 33554432000 134512640 134829744 4288385280 18446744073709551615 134575075 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 4122 2915 235 78 0 3408 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16488

[startup+3.10046 s]
/proc/loadavg: 4.05 3.89 2.67 5/190 14214
/proc/meminfo: memFree=13889312/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=76864 CPUtime=3.09 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 44534 0 0 0 303 6 0 0 25 0 1 0 467199004 78708736 17431 33554432000 134512640 134829744 4288385280 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 19216 17431 262 78 0 18502 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76864

[startup+6.30082 s]
/proc/loadavg: 4.04 3.89 2.67 5/190 14214
/proc/meminfo: memFree=13813696/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=99960 CPUtime=6.29 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 50282 0 0 0 622 7 0 0 25 0 1 0 467199004 102359040 23179 33554432000 134512640 134829744 4288385280 18446744073709551615 134624903 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 24990 23179 262 78 0 24276 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99960

[startup+12.7005 s]
/proc/loadavg: 4.04 3.89 2.68 5/190 14214
/proc/meminfo: memFree=13800296/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=104380 CPUtime=12.69 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 66251 0 0 0 1260 9 0 0 25 0 1 0 467199004 106885120 23941 33554432000 134512640 134829744 4288385280 18446744073709551615 134623148 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 26095 23941 281 78 0 25381 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 104380

[startup+25.501 s]
/proc/loadavg: 4.03 3.89 2.70 5/190 14215
/proc/meminfo: memFree=13800660/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=108348 CPUtime=25.49 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 81755 0 0 0 2539 10 0 0 25 0 1 0 467199004 110948352 24955 33554432000 134512640 134829744 4288385280 18446744073709551615 134723758 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 27087 24955 281 78 0 26373 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 108348

[startup+51.1009 s]
/proc/loadavg: 4.02 3.90 2.73 5/190 14215
/proc/meminfo: memFree=13824760/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=77292 CPUtime=51.09 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 171419 0 0 0 5087 22 0 0 25 0 1 0 467199004 79147008 18755 33554432000 134512640 134829744 4288385280 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 19323 18755 282 78 0 18609 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 77292

[startup+102.307 s]
/proc/loadavg: 4.05 3.93 2.81 5/190 14217
/proc/meminfo: memFree=13804092/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=85476 CPUtime=102.3 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 175645 0 0 0 10207 23 0 0 25 0 1 0 467199004 87527424 20803 33554432000 134512640 134829744 4288385280 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 21369 20803 282 78 0 20655 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85476

[startup+162.301 s]
/proc/loadavg: 4.02 3.94 2.87 5/190 14218
/proc/meminfo: memFree=13810164/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=87276 CPUtime=162.29 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 178790 0 0 0 16206 23 0 0 25 0 1 0 467199004 89370624 21260 33554432000 134512640 134829744 4288385280 18446744073709551615 134661098 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 21819 21260 282 78 0 21105 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 87276

[startup+222.301 s]
/proc/loadavg: 4.00 3.95 2.94 5/190 14220
/proc/meminfo: memFree=13809028/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=87276 CPUtime=222.3 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 179630 0 0 0 22207 23 0 0 25 0 1 0 467199004 89370624 21260 33554432000 134512640 134829744 4288385280 18446744073709551615 134661172 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 21819 21260 282 78 0 21105 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 87276

[startup+282.301 s]
/proc/loadavg: 4.00 3.95 3.01 5/190 14249
/proc/meminfo: memFree=14038028/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=87276 CPUtime=282.3 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 180918 0 0 0 28207 23 0 0 25 0 1 0 467199004 89370624 21260 33554432000 134512640 134829744 4288385280 18446744073709551615 134661064 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 21819 21260 282 78 0 21105 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 87276

[startup+342.301 s]
/proc/loadavg: 3.47 3.82 3.02 6/190 14279
/proc/meminfo: memFree=14100260/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=89884 CPUtime=342.31 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 183629 0 0 0 34207 24 0 0 25 0 1 0 467199004 92041216 21912 33554432000 134512640 134829744 4288385280 18446744073709551615 134723243 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 22471 21912 282 78 0 21757 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 89884

[startup+402.301 s]
/proc/loadavg: 3.80 3.85 3.07 5/190 14281
/proc/meminfo: memFree=14085356/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=92796 CPUtime=402.31 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 185626 0 0 0 40207 24 0 0 25 0 1 0 467199004 95023104 22650 33554432000 134512640 134829744 4288385280 18446744073709551615 134614874 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 23199 22650 282 78 0 22485 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 92796

[startup+462.3 s]
/proc/loadavg: 3.96 3.89 3.13 5/190 14282
/proc/meminfo: memFree=14078900/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=95300 CPUtime=462.31 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 187316 0 0 0 46206 25 0 0 25 0 1 0 467199004 97587200 23292 33554432000 134512640 134829744 4288385280 18446744073709551615 2409980 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 23825 23292 282 78 0 23111 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 95300

[startup+522.3 s]
/proc/loadavg: 4.02 3.92 3.19 5/190 14284
/proc/meminfo: memFree=14074796/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=97108 CPUtime=522.32 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 189832 0 0 0 52207 25 0 0 25 0 1 0 467199004 99438592 23718 33554432000 134512640 134829744 4288385280 18446744073709551615 134722597 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 24277 23718 282 78 0 23563 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 97108

[startup+582.3 s]
/proc/loadavg: 4.01 3.93 3.24 5/190 14285
/proc/meminfo: memFree=14070688/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=97504 CPUtime=582.32 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 189937 0 0 0 58207 25 0 0 25 0 1 0 467199004 99844096 23823 33554432000 134512640 134829744 4288385280 18446744073709551615 134722223 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 24376 23823 282 78 0 23662 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 97504

[startup+642.3 s]
/proc/loadavg: 4.00 3.94 3.29 5/190 14314
/proc/meminfo: memFree=14073728/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=97972 CPUtime=642.32 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 191083 0 0 0 64207 25 0 0 25 0 1 0 467199004 100323328 23934 33554432000 134512640 134829744 4288385280 18446744073709551615 134720002 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 24493 23934 282 78 0 23779 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 97972

[startup+702.301 s]
/proc/loadavg: 4.00 3.95 3.32 5/190 14316
/proc/meminfo: memFree=14070008/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=99292 CPUtime=702.32 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 192448 0 0 0 70206 26 0 0 25 0 1 0 467199004 101675008 24291 33554432000 134512640 134829744 4288385280 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 24823 24291 282 78 0 24109 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 99292

[startup+762.307 s]
/proc/loadavg: 4.00 3.95 3.37 5/190 14317
/proc/meminfo: memFree=14066272/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=100156 CPUtime=762.33 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 193672 0 0 0 76207 26 0 0 25 0 1 0 467199004 102559744 24480 33554432000 134512640 134829744 4288385280 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 25039 24480 282 78 0 24325 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 100156

[startup+822.301 s]
/proc/loadavg: 4.04 3.97 3.41 5/190 14319
/proc/meminfo: memFree=14064892/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=100576 CPUtime=822.33 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 194800 0 0 0 82206 27 0 0 25 0 1 0 467199004 102989824 24585 33554432000 134512640 134829744 4288385280 18446744073709551615 134661497 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 25144 24585 282 78 0 24430 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 100576

[startup+882.301 s]
/proc/loadavg: 4.01 3.97 3.44 5/190 14323
/proc/meminfo: memFree=14062376/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=101940 CPUtime=882.33 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 196308 0 0 0 88206 27 0 0 25 0 1 0 467199004 104386560 24925 33554432000 134512640 134829744 4288385280 18446744073709551615 134657556 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 25485 24925 282 78 0 24771 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 101940

[startup+942.301 s]
/proc/loadavg: 4.05 3.99 3.48 5/190 14325
/proc/meminfo: memFree=14059356/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=103572 CPUtime=942.33 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 197777 0 0 0 94206 27 0 0 25 0 1 0 467199004 106057728 25333 33554432000 134512640 134829744 4288385280 18446744073709551615 134661441 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 25893 25333 282 78 0 25179 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 103572

[startup+1002.3 s]
/proc/loadavg: 4.07 4.00 3.52 5/190 14327
/proc/meminfo: memFree=14058224/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=103836 CPUtime=1002.33 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 197858 0 0 0 100206 27 0 0 25 0 1 0 467199004 106328064 25414 33554432000 134512640 134829744 4288385280 18446744073709551615 134722225 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 25959 25414 282 78 0 25245 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 103836

[startup+1062.3 s]
/proc/loadavg: 4.03 4.00 3.54 5/190 14328
/proc/meminfo: memFree=14052012/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=109604 CPUtime=1062.34 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 200317 0 0 0 106206 28 0 0 25 0 1 0 467199004 112234496 26837 33554432000 134512640 134829744 4288385280 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 27401 26837 282 78 0 26687 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 109604

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.57 5/190 14330
/proc/meminfo: memFree=14050256/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=109404 CPUtime=1122.34 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 201329 0 0 0 112206 28 0 0 25 0 1 0 467199004 112029696 26817 33554432000 134512640 134829744 4288385280 18446744073709551615 2150274 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 27351 26817 282 78 0 26637 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 109404

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.59 5/190 14331
/proc/meminfo: memFree=14049724/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=109404 CPUtime=1182.34 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 201331 0 0 0 118206 28 0 0 25 0 1 0 467199004 112029696 26819 33554432000 134512640 134829744 4288385280 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 27351 26819 282 78 0 26637 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 109404

[startup+1242.3 s]
/proc/loadavg: 3.92 3.98 3.61 4/184 14351
/proc/meminfo: memFree=14105068/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=109404 CPUtime=1242.35 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 201670 0 0 0 124206 29 0 0 25 0 1 0 467199004 112029696 26822 33554432000 134512640 134829744 4288385280 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 27351 26822 282 78 0 26637 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 109404



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.40 3.82 3.57 4/184 14353
/proc/meminfo: memFree=14104512/32951124 swapFree=67111528/67111528
[pid=14213] ppid=14211 vsize=109404 CPUtime=1300.06 cores=4,6
/proc/14213/stat : 14213 (MPhaseSAT_M) R 14211 14213 14035 0 -1 4202496 201672 0 0 0 129977 29 0 0 25 0 1 0 467199004 112029696 26824 33554432000 134512640 134829744 4288385280 18446744073709551615 134712718 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/14213/statm: 27351 26824 282 78 0 26637 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 109404

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.07
CPU user time (s): 1299.77
CPU system time (s): 0.297954
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 117328

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

runsolver used 2.22866 second user time and 4.87526 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-25 18:10:34
IDJOB=3280349
IDBENCH=20386
IDSOLVER=1522
FILE ID=node143/3280349-1303747833
RUNJOBID= node143-1303746801-14054
PBS_JOBID= 13154019
Free space on /tmp= 72268 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280349-1303747833/watcher-3280349-1303747833 -o /tmp/evaluation-result-3280349-1303747833/solver-3280349-1303747833 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3280349-1303747833.cnf

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

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED=176542667

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.74
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.846
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:      13901740 kB
Buffers:       2273372 kB
Cached:       15864028 kB
SwapCached:          0 kB
Active:        7155324 kB
Inactive:     11336948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13901740 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           19836 kB
Writeback:           0 kB
AnonPages:      354320 kB
Mapped:          16800 kB
Slab:           492420 kB
PageTables:       5896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   557148 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= 72324 MiB
End job on node143 at 2011-04-25 18:32:16