Trace number 3349095

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
minisat hack: EBMiniSAT 2011-03-02? (TO) 1300.07 1300.02

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_34.renamed-as.sat05-1926.cnf
MD5SUM349e2f9eff952d4e42f8e1caefaa382b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.3457
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

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

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-3349095-1304982163/watcher-3349095-1304982163 -o /tmp/evaluation-result-3349095-1304982163/solver-3349095-1304982163 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349095-1304982163.cnf -verb=0 

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: 0.92 1.16 1.96 5/355 2265
/proc/meminfo: memFree=5724416/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=13676 CPUtime=0 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4194304 228 0 0 0 0 0 0 0 22 0 1 0 609813398 14004224 171 33554432000 4194304 4293939 140733887845280 18446744073709551615 239471771703 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2265/statm: 3419 185 156 25 0 52 0

[startup+0.077427 s]
/proc/loadavg: 0.92 1.16 1.96 5/355 2265
/proc/meminfo: memFree=5724416/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=28600 CPUtime=0.06 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 4285 0 0 0 6 0 0 0 22 0 1 0 609813398 29286400 3704 33554432000 4194304 4293939 140733887845280 18446744073709551615 4230019 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 7150 3704 222 25 0 3783 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28600

[startup+0.100422 s]
/proc/loadavg: 0.92 1.16 1.96 5/355 2265
/proc/meminfo: memFree=5724416/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=28740 CPUtime=0.09 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 4292 0 0 0 9 0 0 0 22 0 1 0 609813398 29429760 3711 33554432000 4194304 4293939 140733887845280 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 7185 3711 222 25 0 3818 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28740

[startup+0.300395 s]
/proc/loadavg: 0.92 1.16 1.96 5/355 2265
/proc/meminfo: memFree=5724416/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=28888 CPUtime=0.29 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 4332 0 0 0 29 0 0 0 23 0 1 0 609813398 29581312 3751 33554432000 4194304 4293939 140733887845280 18446744073709551615 4229980 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 7222 3751 222 25 0 3855 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28888

[startup+0.700309 s]
/proc/loadavg: 0.92 1.16 1.96 5/355 2265
/proc/meminfo: memFree=5724416/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=28076 CPUtime=0.68 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 5160 0 0 0 68 0 0 0 25 0 1 0 609813398 28749824 3357 33554432000 4194304 4293939 140733887845280 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 7019 3357 242 25 0 3652 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 28076

[startup+1.50115 s]
/proc/loadavg: 1.17 1.20 1.97 5/356 2266
/proc/meminfo: memFree=5582512/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=30796 CPUtime=1.48 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 5697 0 0 0 148 0 0 0 25 0 1 0 609813398 31535104 3874 33554432000 4194304 4293939 140733887845280 18446744073709551615 4263128 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 7699 3874 242 25 0 4332 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30796

[startup+3.10085 s]
/proc/loadavg: 1.17 1.20 1.97 5/356 2266
/proc/meminfo: memFree=5438432/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=35216 CPUtime=3.09 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 6670 0 0 0 308 1 0 0 25 0 1 0 609813398 36061184 4823 33554432000 4194304 4293939 140733887845280 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 8804 4823 242 25 0 5437 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35216

[startup+6.30024 s]
/proc/loadavg: 1.55 1.28 1.99 5/362 2278
/proc/meminfo: memFree=4647928/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=43104 CPUtime=6.28 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 8115 0 0 0 627 1 0 0 25 0 1 0 609813398 44138496 6226 33554432000 4194304 4293939 140733887845280 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 10776 6227 242 25 0 7409 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 43104

[startup+12.701 s]
/proc/loadavg: 1.83 1.34 2.01 7/365 2284
/proc/meminfo: memFree=3964772/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=56940 CPUtime=12.69 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 10891 0 0 0 1267 2 0 0 25 0 1 0 609813398 58306560 8951 33554432000 4194304 4293939 140733887845280 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 14235 8951 242 25 0 10868 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56940

[startup+25.5006 s]
/proc/loadavg: 2.31 1.47 2.04 6/365 2285
/proc/meminfo: memFree=3875400/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=79896 CPUtime=25.49 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 15144 0 0 0 2545 4 0 0 25 0 1 0 609813398 81813504 13112 33554432000 4194304 4293939 140733887845280 18446744073709551615 4256153 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 19974 13112 242 25 0 16607 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79896

[startup+51.1006 s]
/proc/loadavg: 2.96 1.69 2.10 7/359 2293
/proc/meminfo: memFree=4548224/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=65092 CPUtime=51.09 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 24719 0 0 0 5103 6 0 0 25 0 1 0 609813398 66654208 12840 33554432000 4194304 4293939 140733887845280 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 16273 12840 242 25 0 12906 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65092

[startup+102.301 s]
/proc/loadavg: 3.55 2.05 2.19 7/365 2374
/proc/meminfo: memFree=4585988/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=90356 CPUtime=102.3 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 40078 0 0 0 10219 11 0 0 25 0 1 0 609813398 92524544 15769 33554432000 4194304 4293939 140733887845280 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 22589 15769 242 25 0 19222 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 90356

[startup+162.3 s]
/proc/loadavg: 3.91 2.42 2.31 7/365 2429
/proc/meminfo: memFree=4715332/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=95580 CPUtime=162.29 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 55753 0 0 0 16215 14 0 0 25 0 1 0 609813398 97873920 17571 33554432000 4194304 4293939 140733887845280 18446744073709551615 4248637 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 23895 17571 242 25 0 20528 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 95580

[startup+222.314 s]
/proc/loadavg: 3.96 2.70 2.41 7/365 2431
/proc/meminfo: memFree=4639140/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=100576 CPUtime=222.31 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 70975 0 0 0 22213 18 0 0 25 0 1 0 609813398 102989824 16852 33554432000 4194304 4293939 140733887845280 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 25144 16852 244 25 0 21777 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 100576

[startup+282.3 s]
/proc/loadavg: 3.98 2.93 2.51 7/365 2432
/proc/meminfo: memFree=4597456/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=85588 CPUtime=282.3 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 85649 0 0 0 28206 24 0 0 25 0 1 0 609813398 87642112 15752 33554432000 4194304 4293939 140733887845280 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 21397 15752 244 25 0 18030 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 85588

[startup+342.301 s]
/proc/loadavg: 3.99 3.13 2.60 7/365 2434
/proc/meminfo: memFree=4507756/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=139140 CPUtime=342.3 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 96910 0 0 0 34202 28 0 0 25 0 1 0 609813398 142479360 26760 33554432000 4194304 4293939 140733887845280 18446744073709551615 4255922 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 34785 26760 244 25 0 31418 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 139140

[startup+402.3 s]
/proc/loadavg: 3.99 3.28 2.68 7/365 2436
/proc/meminfo: memFree=4484292/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=142004 CPUtime=402.3 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 111987 0 0 0 40197 33 0 0 25 0 1 0 609813398 145412096 24505 33554432000 4194304 4293939 140733887845280 18446744073709551615 4256153 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 35501 24505 244 25 0 32134 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 142004

[startup+462.301 s]
/proc/loadavg: 4.08 3.44 2.77 7/365 2437
/proc/meminfo: memFree=4482652/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=114460 CPUtime=462.31 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 126127 0 0 0 46194 37 0 0 25 0 1 0 609813398 117207040 20623 33554432000 4194304 4293939 140733887845280 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 28615 20623 244 25 0 25248 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 114460

[startup+522.3 s]
/proc/loadavg: 4.08 3.55 2.85 6/365 2439
/proc/meminfo: memFree=4318804/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=149264 CPUtime=522.31 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 136805 0 0 0 52192 39 0 0 25 0 1 0 609813398 152846336 31087 33554432000 4194304 4293939 140733887845280 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 37316 31087 244 25 0 33949 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 149264

[startup+582.301 s]
/proc/loadavg: 3.60 3.52 2.88 6/359 2457
/proc/meminfo: memFree=4330764/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=152984 CPUtime=582.31 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 151957 0 0 0 58188 43 0 0 25 0 1 0 609813398 156655616 26786 33554432000 4194304 4293939 140733887845280 18446744073709551615 4256106 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 38246 26786 244 25 0 34879 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 152984

[startup+642.3 s]
/proc/loadavg: 3.22 3.43 2.89 6/359 2459
/proc/meminfo: memFree=4316452/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=105836 CPUtime=642.31 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 165021 0 0 0 64185 46 0 0 25 0 1 0 609813398 108376064 20555 33554432000 4194304 4293939 140733887845280 18446744073709551615 4263294 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 26459 20555 244 25 0 23092 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 105836

[startup+702.301 s]
/proc/loadavg: 3.16 3.37 2.91 5/359 2461
/proc/meminfo: memFree=4244376/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=157444 CPUtime=702.32 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 175866 0 0 0 70183 49 0 0 25 0 1 0 609813398 161222656 31184 33554432000 4194304 4293939 140733887845280 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 39361 31184 244 25 0 35994 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 157444

[startup+762.3 s]
/proc/loadavg: 3.06 3.30 2.91 6/359 2462
/proc/meminfo: memFree=4166208/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=129512 CPUtime=762.32 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 189450 0 0 0 76179 53 0 0 25 0 1 0 609813398 132620288 24015 33554432000 4194304 4293939 140733887845280 18446744073709551615 4256111 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 32378 24015 244 25 0 29011 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 129512

[startup+822.301 s]
/proc/loadavg: 3.02 3.25 2.91 7/359 2464
/proc/meminfo: memFree=4057412/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=161884 CPUtime=822.32 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 199827 0 0 0 82176 56 0 0 25 0 1 0 609813398 165769216 34173 33554432000 4194304 4293939 140733887845280 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 40471 34173 244 25 0 37104 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 161884

[startup+882.313 s]
/proc/loadavg: 3.00 3.20 2.91 6/359 2465
/proc/meminfo: memFree=4027984/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=133324 CPUtime=882.33 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 214238 0 0 0 88174 59 0 0 25 0 1 0 609813398 136523776 27502 33554432000 4194304 4293939 140733887845280 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 33331 27502 244 25 0 29964 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 133324

[startup+942.301 s]
/proc/loadavg: 3.00 3.16 2.91 5/359 2467
/proc/meminfo: memFree=3841088/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=166184 CPUtime=942.33 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 223636 0 0 0 94171 62 0 0 25 0 1 0 609813398 170172416 36700 33554432000 4194304 4293939 140733887845280 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 41546 36700 244 25 0 38179 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 166184

[startup+1002.3 s]
/proc/loadavg: 3.08 3.14 2.91 5/359 2469
/proc/meminfo: memFree=3828164/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=136400 CPUtime=1002.33 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 237495 0 0 0 100166 67 0 0 25 0 1 0 609813398 139673600 29538 33554432000 4194304 4293939 140733887845280 18446744073709551615 4255570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 34100 29538 244 25 0 30733 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 136400

[startup+1062.3 s]
/proc/loadavg: 3.17 3.15 2.93 6/359 2470
/proc/meminfo: memFree=3786472/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=220012 CPUtime=1062.33 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 246544 0 0 0 106164 69 0 0 25 0 1 0 609813398 225292288 38411 33554432000 4194304 4293939 140733887845280 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 55003 38411 244 25 0 51636 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 220012

[startup+1122.3 s]
/proc/loadavg: 3.13 3.14 2.93 6/359 2472
/proc/meminfo: memFree=3684508/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=172040 CPUtime=1122.33 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 262306 0 0 0 112160 73 0 0 25 0 1 0 609813398 176168960 32260 33554432000 4194304 4293939 140733887845280 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 43010 32260 244 25 0 39643 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 172040

[startup+1182.3 s]
/proc/loadavg: 3.05 3.11 2.93 5/359 2473
/proc/meminfo: memFree=3595944/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=224280 CPUtime=1182.33 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 271701 0 0 0 118156 77 0 0 25 0 1 0 609813398 229662720 41469 33554432000 4194304 4293939 140733887845280 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 56070 41469 244 25 0 52703 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 224280

[startup+1242.3 s]
/proc/loadavg: 3.07 3.10 2.94 6/359 2475
/proc/meminfo: memFree=3539972/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=144620 CPUtime=1242.34 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 285314 0 0 0 124154 80 0 0 25 0 1 0 609813398 148090880 29971 33554432000 4194304 4293939 140733887845280 18446744073709551615 4249378 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 36155 29971 244 25 0 32788 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 144620



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.08 2.94 4/359 2477
/proc/meminfo: memFree=3486876/32950928 swapFree=67056568/67111528
[pid=2265] ppid=2263 vsize=176884 CPUtime=1300.04 cores=5,7
/proc/2265/stat : 2265 (ebminisat_relea) R 2263 2265 1165 0 -1 4202496 294114 0 0 0 129921 83 0 0 25 0 1 0 609813398 181129216 38599 33554432000 4194304 4293939 140733887845280 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2265/statm: 44221 38599 244 25 0 40854 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 176884

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.02
CPU time (s): 1300.07
CPU user time (s): 1299.23
CPU system time (s): 0.839872
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 232036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.23
system time used= 0.839872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294115
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= 10
involuntary context switches= 2214

runsolver used 4.28935 second user time and 10.1815 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-10 01:02:43
IDJOB=3349095
IDBENCH=85965
IDSOLVER=1812
FILE ID=node148/3349095-1304982163
RUNJOBID= node148-1304982163-2235
PBS_JOBID= 13285665
Free space on /tmp= 30672 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_34.renamed-as.sat05-1926.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349095-1304982163/watcher-3349095-1304982163 -o /tmp/evaluation-result-3349095-1304982163/solver-3349095-1304982163 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349095-1304982163.cnf  -verb=0

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=325663872

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5725316 kB
Buffers:        244552 kB
Cached:       23245884 kB
SwapCached:       8268 kB
Active:       10775124 kB
Inactive:     15660640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5725316 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           14376 kB
Writeback:           0 kB
AnonPages:     2943692 kB
Mapped:          26796 kB
Slab:           695596 kB
PageTables:      29184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84656876 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= 30468 MiB
End job on node148 at 2011-05-10 01:24:25