Trace number 3362492

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 reference: minisat 2.2.0? (TO) 1300.06 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-3362492-1305308658/watcher-3362492-1305308658 -o /tmp/evaluation-result-3362492-1305308658/solver-3362492-1305308658 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362492-1305308658.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: 4.01 4.01 4.00 5/326 4126
/proc/meminfo: memFree=22852056/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=19532 CPUtime=0 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 715 0 0 0 0 0 0 0 25 0 1 0 721096265 20000768 653 33554432000 4194304 4291037 140734009215408 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 4883 653 213 24 0 1517 0

[startup+0.041619 s]
/proc/loadavg: 4.01 4.01 4.00 5/326 4126
/proc/meminfo: memFree=22852056/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=25072 CPUtime=0.03 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 2921 0 0 0 3 0 0 0 25 0 1 0 721096265 25673728 2538 33554432000 4194304 4291037 140734009215408 18446744073709551615 252457726661 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 6268 2539 214 24 0 2902 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25072

[startup+0.100608 s]
/proc/loadavg: 4.01 4.01 4.00 5/326 4126
/proc/meminfo: memFree=22852056/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=28740 CPUtime=0.09 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 4310 0 0 0 8 1 0 0 25 0 1 0 721096265 29429760 3728 33554432000 4194304 4291037 140734009215408 18446744073709551615 4230042 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 7185 3728 238 24 0 3819 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28740

[startup+0.30057 s]
/proc/loadavg: 4.01 4.01 4.00 5/326 4126
/proc/meminfo: memFree=22852056/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=28888 CPUtime=0.29 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 4350 0 0 0 28 1 0 0 25 0 1 0 721096265 29581312 3768 33554432000 4194304 4291037 140734009215408 18446744073709551615 4229971 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 7222 3768 238 24 0 3856 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28888

[startup+0.700493 s]
/proc/loadavg: 4.01 4.01 4.00 5/326 4126
/proc/meminfo: memFree=22852056/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=28076 CPUtime=0.69 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 5165 0 0 0 68 1 0 0 25 0 1 0 721096265 28749824 3365 33554432000 4194304 4291037 140734009215408 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 7019 3365 256 24 0 3653 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28076

[startup+1.50035 s]
/proc/loadavg: 4.01 4.01 4.00 5/327 4127
/proc/meminfo: memFree=22838168/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=30796 CPUtime=1.49 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 5701 0 0 0 148 1 0 0 25 0 1 0 721096265 31535104 3890 33554432000 4194304 4291037 140734009215408 18446744073709551615 4249026 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 7699 3890 256 24 0 4333 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30796

[startup+3.10105 s]
/proc/loadavg: 4.01 4.01 4.00 5/327 4127
/proc/meminfo: memFree=22804812/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=35216 CPUtime=3.09 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 6636 0 0 0 308 1 0 0 25 0 1 0 721096265 36061184 4794 33554432000 4194304 4291037 140734009215408 18446744073709551615 4248957 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 8804 4794 256 24 0 5438 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35216

[startup+6.30046 s]
/proc/loadavg: 4.01 4.00 4.00 5/327 4127
/proc/meminfo: memFree=22796072/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=43100 CPUtime=6.29 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 8085 0 0 0 628 1 0 0 25 0 1 0 721096265 44134400 6205 33554432000 4194304 4291037 140734009215408 18446744073709551615 4262129 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 10775 6205 256 24 0 7409 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43100

[startup+12.7003 s]
/proc/loadavg: 4.01 4.00 4.00 5/327 4127
/proc/meminfo: memFree=22780824/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=57148 CPUtime=12.69 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 10988 0 0 0 1267 2 0 0 25 0 1 0 721096265 58519552 9046 33554432000 4194304 4291037 140734009215408 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 14287 9046 256 24 0 10921 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57148

[startup+25.5009 s]
/proc/loadavg: 4.08 4.02 4.00 5/327 4127
/proc/meminfo: memFree=22798732/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=80244 CPUtime=25.49 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 15640 0 0 0 2546 3 0 0 25 0 1 0 721096265 82169856 13626 33554432000 4194304 4291037 140734009215408 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 20061 13626 258 24 0 16695 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80244

[startup+51.1011 s]
/proc/loadavg: 4.05 4.02 4.00 5/327 4155
/proc/meminfo: memFree=22863768/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=84708 CPUtime=51.09 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 25631 0 0 0 5103 6 0 0 25 0 1 0 721096265 86740992 13479 33554432000 4194304 4291037 140734009215408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 21177 13479 258 24 0 17811 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84708

[startup+102.312 s]
/proc/loadavg: 4.07 4.03 4.00 5/327 4156
/proc/meminfo: memFree=22811588/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=91512 CPUtime=102.3 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 41777 0 0 0 10219 11 0 0 25 0 1 0 721096265 93708288 16296 33554432000 4194304 4291037 140734009215408 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 22878 16296 258 24 0 19512 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 91512

[startup+162.301 s]
/proc/loadavg: 4.02 4.02 4.00 5/327 4158
/proc/meminfo: memFree=22721288/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=96704 CPUtime=162.29 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 58586 0 0 0 16214 15 0 0 25 0 1 0 721096265 99024896 18296 33554432000 4194304 4291037 140734009215408 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 24176 18296 258 24 0 20810 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 96704

[startup+222.3 s]
/proc/loadavg: 4.05 4.03 4.00 5/327 4160
/proc/meminfo: memFree=22689608/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=84460 CPUtime=222.29 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 73786 0 0 0 22210 19 0 0 25 0 1 0 721096265 86487040 16128 33554432000 4194304 4291037 140734009215408 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 21115 16128 258 24 0 17749 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 84460

[startup+282.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/327 4161
/proc/meminfo: memFree=22645456/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=76392 CPUtime=282.3 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 87848 0 0 0 28206 24 0 0 25 0 1 0 721096265 78225408 14263 33554432000 4194304 4291037 140734009215408 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 19098 14263 258 24 0 15732 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 76392

[startup+342.301 s]
/proc/loadavg: 3.40 3.85 3.94 4/321 4180
/proc/meminfo: memFree=22626288/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=142656 CPUtime=342.3 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 101044 0 0 0 34204 26 0 0 25 0 1 0 721096265 146079744 27197 33554432000 4194304 4291037 140734009215408 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 35664 27197 258 24 0 32298 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 142656

[startup+402.301 s]
/proc/loadavg: 3.15 3.69 3.88 4/321 4181
/proc/meminfo: memFree=22604056/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=145424 CPUtime=402.3 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 116833 0 0 0 40201 29 0 0 25 0 1 0 721096265 148914176 25114 33554432000 4194304 4291037 140734009215408 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 36356 25114 258 24 0 32990 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 145424

[startup+462.301 s]
/proc/loadavg: 3.11 3.58 3.83 4/321 4183
/proc/meminfo: memFree=22575016/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=120840 CPUtime=462.31 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 134072 0 0 0 46198 33 0 0 25 0 1 0 721096265 123740160 23148 33554432000 4194304 4291037 140734009215408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 30210 23148 258 24 0 26844 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 120840

[startup+522.301 s]
/proc/loadavg: 3.04 3.47 3.77 4/321 4185
/proc/meminfo: memFree=22499828/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=156772 CPUtime=522.31 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 145732 0 0 0 52195 36 0 0 25 0 1 0 721096265 160534528 34616 33554432000 4194304 4291037 140734009215408 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 39193 34616 258 24 0 35827 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 156772

[startup+582.301 s]
/proc/loadavg: 3.09 3.40 3.72 4/321 4186
/proc/meminfo: memFree=22500792/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=128852 CPUtime=582.31 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 160936 0 0 0 58192 39 0 0 25 0 1 0 721096265 131944448 27504 33554432000 4194304 4291037 140734009215408 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 32213 27504 258 24 0 28847 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 128852

[startup+642.3 s]
/proc/loadavg: 3.03 3.32 3.68 4/321 4188
/proc/meminfo: memFree=22493436/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=112036 CPUtime=642.32 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 174012 0 0 0 64190 42 0 0 25 0 1 0 721096265 114724864 20902 33554432000 4194304 4291037 140734009215408 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 28009 20902 258 24 0 24643 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 112036

[startup+702.3 s]
/proc/loadavg: 3.01 3.26 3.63 4/321 4189
/proc/meminfo: memFree=22421736/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=164032 CPUtime=702.32 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 185517 0 0 0 70186 46 0 0 25 0 1 0 721096265 167968768 32186 33554432000 4194304 4291037 140734009215408 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 41008 32186 258 24 0 37642 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 164032

[startup+762.312 s]
/proc/loadavg: 3.06 3.23 3.60 4/321 4191
/proc/meminfo: memFree=22425408/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=117168 CPUtime=762.33 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 199491 0 0 0 76184 49 0 0 25 0 1 0 721096265 119980032 24503 33554432000 4194304 4291037 140734009215408 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 29292 24503 258 24 0 25926 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 117168

[startup+822.301 s]
/proc/loadavg: 3.02 3.18 3.56 4/321 4193
/proc/meminfo: memFree=22346384/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=168972 CPUtime=822.32 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 211128 0 0 0 82180 52 0 0 25 0 1 0 721096265 173027328 35887 33554432000 4194304 4291037 140734009215408 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 42243 35887 258 24 0 38877 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 168972

[startup+882.301 s]
/proc/loadavg: 2.56 3.04 3.48 3/315 4212
/proc/meminfo: memFree=23192948/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=140656 CPUtime=882.31 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 225217 0 0 0 88176 55 0 0 25 0 1 0 721096265 144031744 27460 33554432000 4194304 4291037 140734009215408 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 35164 27460 258 24 0 31798 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 140656

[startup+942.301 s]
/proc/loadavg: 2.12 2.83 3.38 2/310 4232
/proc/meminfo: memFree=23180900/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=173224 CPUtime=942.32 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 235616 0 0 0 94174 58 0 0 25 0 1 0 721096265 177381376 37656 33554432000 4194304 4291037 140734009215408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 43306 37656 258 24 0 39940 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 173224

[startup+1002.3 s]
/proc/loadavg: 1.41 2.49 3.23 2/309 4233
/proc/meminfo: memFree=23211196/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=143944 CPUtime=1002.32 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 249913 0 0 0 100170 62 0 0 25 0 1 0 721096265 147398656 30173 33554432000 4194304 4291037 140734009215408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 35986 30173 258 24 0 32620 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 143944

[startup+1062.3 s]
/proc/loadavg: 1.15 2.22 3.09 2/309 4244
/proc/meminfo: memFree=23167344/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=229740 CPUtime=1062.32 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 261084 0 0 0 106166 66 0 0 25 0 1 0 721096265 235253760 41174 33554432000 4194304 4291037 140734009215408 18446744073709551615 4255913 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 57435 41174 258 24 0 54069 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 229740

[startup+1122.3 s]
/proc/loadavg: 1.05 1.99 2.95 2/309 4246
/proc/meminfo: memFree=23204256/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=150752 CPUtime=1122.33 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 275157 0 0 0 112163 70 0 0 25 0 1 0 721096265 154370048 31812 33554432000 4194304 4291037 140734009215408 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 37688 31812 258 24 0 34322 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 150752

[startup+1182.3 s]
/proc/loadavg: 1.02 1.81 2.83 2/309 4247
/proc/meminfo: memFree=23169012/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=185360 CPUtime=1182.33 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 284234 0 0 0 118160 73 0 0 25 0 1 0 721096265 189808640 40729 33554432000 4194304 4291037 140734009215408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 46340 40729 258 24 0 42974 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 185360

[startup+1242.3 s]
/proc/loadavg: 1.00 1.66 2.71 2/309 4249
/proc/meminfo: memFree=23138108/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=237808 CPUtime=1242.33 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 291952 0 0 0 124158 75 0 0 25 0 1 0 721096265 243515392 48308 33554432000 4194304 4291037 140734009215408 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 59452 48308 258 24 0 56086 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 237808



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.03 1.55 2.61 2/309 4250
/proc/meminfo: memFree=23191032/32951124 swapFree=59305796/67111528
[pid=4126] ppid=4124 vsize=188996 CPUtime=1300.04 cores=5,7
/proc/4126/stat : 4126 (minisat_release) R 4124 4126 3769 0 -1 4202496 306111 0 0 0 129926 78 0 0 25 0 1 0 721096265 193531904 35044 33554432000 4194304 4291037 140734009215408 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4126/statm: 47249 35044 258 24 0 43883 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 188996

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.06
CPU user time (s): 1299.27
CPU system time (s): 0.789879
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 249812

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

runsolver used 3.70644 second user time and 9.27059 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-13 19:44:18
IDJOB=3362492
IDBENCH=85965
IDSOLVER=1840
FILE ID=node111/3362492-1305308658
RUNJOBID= node111-1305306889-3790
PBS_JOBID= 13321484
Free space on /tmp= 51476 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_34.renamed-as.sat05-1926.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362492-1305308658/watcher-3362492-1305308658 -o /tmp/evaluation-result-3362492-1305308658/solver-3362492-1305308658 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362492-1305308658.cnf

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=920077331

node111.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.849
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.849
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.849
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.67
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.849
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:      22852088 kB
Buffers:        208604 kB
Cached:        6285920 kB
SwapCached:      13720 kB
Active:        1117760 kB
Inactive:      8764060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22852088 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           42892 kB
Writeback:           0 kB
AnonPages:     3382780 kB
Mapped:          13124 kB
Slab:           114060 kB
PageTables:      37752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53782328 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= 51592 MiB
End job on node111 at 2011-05-13 20:06:00