Trace number 3317987

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: MiniSAT 2.2.0-agile-26? (TO) 1299.96 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-3317987-1304903813/watcher-3317987-1304903813 -o /tmp/evaluation-result-3317987-1304903813/solver-3317987-1304903813 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3317987-1304903813.cnf 

running on 2 cores: 0,2

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: 2.49 2.36 2.93 4/303 5986
/proc/meminfo: memFree=26888772/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=19664 CPUtime=0 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 778 0 0 0 0 0 0 0 21 0 1 0 582797244 20135936 710 33554432000 4194304 4291235 140733356954848 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 4916 713 213 24 0 1550 0

[startup+0.103522 s]
/proc/loadavg: 2.49 2.36 2.93 4/303 5986
/proc/meminfo: memFree=26888772/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=28740 CPUtime=0.09 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 4311 0 0 0 9 0 0 0 22 0 1 0 582797244 29429760 3728 33554432000 4194304 4291235 140733356954848 18446744073709551615 4229987 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5986/statm: 7185 3728 237 24 0 3819 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28740

[startup+0.200505 s]
/proc/loadavg: 2.49 2.36 2.93 4/303 5986
/proc/meminfo: memFree=26888772/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=28888 CPUtime=0.19 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 4340 0 0 0 19 0 0 0 22 0 1 0 582797244 29581312 3757 33554432000 4194304 4291235 140733356954848 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5986/statm: 7222 3757 237 24 0 3856 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28888

[startup+0.300488 s]
/proc/loadavg: 2.49 2.36 2.93 4/303 5986
/proc/meminfo: memFree=26888772/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=28888 CPUtime=0.29 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 4351 0 0 0 29 0 0 0 22 0 1 0 582797244 29581312 3768 33554432000 4194304 4291235 140733356954848 18446744073709551615 4229936 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5986/statm: 7222 3768 237 24 0 3856 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28888

[startup+0.700414 s]
/proc/loadavg: 2.49 2.36 2.93 4/303 5986
/proc/meminfo: memFree=26888772/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=28076 CPUtime=0.69 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 5177 0 0 0 69 0 0 0 24 0 1 0 582797244 28749824 3376 33554432000 4194304 4291235 140733356954848 18446744073709551615 4262952 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5986/statm: 7019 3376 256 24 0 3653 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28076

[startup+1.5003 s]
/proc/loadavg: 2.49 2.36 2.93 5/304 6014
/proc/meminfo: memFree=26871336/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=30796 CPUtime=1.48 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 5708 0 0 0 148 0 0 0 25 0 1 0 582797244 31535104 3895 33554432000 4194304 4291235 140733356954848 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 7699 3895 256 24 0 4333 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30796

[startup+3.10102 s]
/proc/loadavg: 2.49 2.36 2.93 5/304 6014
/proc/meminfo: memFree=26864084/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=35216 CPUtime=3.08 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 6606 0 0 0 307 1 0 0 25 0 1 0 582797244 36061184 4764 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 8804 4764 256 24 0 5438 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 35216

[startup+6.30044 s]
/proc/loadavg: 2.61 2.39 2.94 5/304 6014
/proc/meminfo: memFree=26849468/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=42620 CPUtime=6.28 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 7980 0 0 0 627 1 0 0 25 0 1 0 582797244 43642880 6100 33554432000 4194304 4291235 140733356954848 18446744073709551615 4261960 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 10655 6100 256 24 0 7289 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 42620

[startup+12.7003 s]
/proc/loadavg: 2.72 2.41 2.94 5/304 6014
/proc/meminfo: memFree=26838312/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=57012 CPUtime=12.68 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 10711 0 0 0 1267 1 0 0 25 0 1 0 582797244 58380288 8779 33554432000 4194304 4291235 140733356954848 18446744073709551615 4251573 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 14253 8779 256 24 0 10887 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57012

[startup+25.5009 s]
/proc/loadavg: 3.00 2.49 2.96 5/304 6015
/proc/meminfo: memFree=26800356/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=79832 CPUtime=25.48 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 15196 0 0 0 2545 3 0 0 25 0 1 0 582797244 81747968 13187 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 19958 13187 258 24 0 16592 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 79832

[startup+51.1012 s]
/proc/loadavg: 3.34 2.61 2.99 5/304 6015
/proc/meminfo: memFree=26846588/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=65060 CPUtime=51.08 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 24593 0 0 0 5102 6 0 0 25 0 1 0 582797244 66621440 12456 33554432000 4194304 4291235 140733356954848 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 16265 12456 258 24 0 12899 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 65060

[startup+102.301 s]
/proc/loadavg: 3.79 2.84 3.04 5/304 6017
/proc/meminfo: memFree=26771052/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=71920 CPUtime=102.28 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 39826 0 0 0 10218 10 0 0 25 0 1 0 582797244 73646080 14383 33554432000 4194304 4291235 140733356954848 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 17980 14383 258 24 0 14614 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 71920

[startup+162.301 s]
/proc/loadavg: 3.92 3.05 3.10 5/304 6018
/proc/meminfo: memFree=26691004/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=77024 CPUtime=162.27 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 55416 0 0 0 16212 15 0 0 25 0 1 0 582797244 78872576 15179 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 19256 15179 258 24 0 15890 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 77024

[startup+222.312 s]
/proc/loadavg: 3.97 3.22 3.15 5/304 6020
/proc/meminfo: memFree=26599772/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=133484 CPUtime=222.28 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 67058 0 0 0 22209 19 0 0 25 0 1 0 582797244 136687616 26631 33554432000 4194304 4291235 140733356954848 18446744073709551615 4275773 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 33371 26631 258 24 0 30005 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 133484

[startup+282.301 s]
/proc/loadavg: 3.99 3.36 3.20 5/304 6157
/proc/meminfo: memFree=25936184/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=136608 CPUtime=282.27 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 81056 0 0 0 28202 25 0 0 25 0 1 0 582797244 139886592 23238 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255905 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 34152 23238 258 24 0 30786 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 136608

[startup+342.3 s]
/proc/loadavg: 4.06 3.49 3.25 5/304 6158
/proc/meminfo: memFree=25800740/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=109948 CPUtime=342.26 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 94394 0 0 0 34197 29 0 0 25 0 1 0 582797244 112586752 20692 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 27487 20692 258 24 0 24121 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 109948

[startup+402.3 s]
/proc/loadavg: 4.07 3.59 3.30 5/304 6160
/proc/meminfo: memFree=25664328/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=70304 CPUtime=402.26 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 105217 0 0 0 40192 34 0 0 25 0 1 0 582797244 71991296 13742 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 17576 13742 258 24 0 14210 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 70304

[startup+462.3 s]
/proc/loadavg: 4.02 3.66 3.34 5/304 6161
/proc/meminfo: memFree=25471384/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=145576 CPUtime=462.26 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 117795 0 0 0 46188 38 0 0 25 0 1 0 582797244 149069824 26064 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 36394 26064 258 24 0 33028 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 145576

[startup+522.3 s]
/proc/loadavg: 4.01 3.72 3.38 5/304 6220
/proc/meminfo: memFree=26182520/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=119700 CPUtime=522.25 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 133063 0 0 0 52182 43 0 0 25 0 1 0 582797244 122572800 22153 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 29925 22153 258 24 0 26559 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 119700

[startup+582.3 s]
/proc/loadavg: 4.00 3.77 3.42 5/304 6222
/proc/meminfo: memFree=26048296/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=156772 CPUtime=582.24 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 143965 0 0 0 58178 46 0 0 25 0 1 0 582797244 160534528 32869 33554432000 4194304 4291235 140733356954848 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 39193 32869 258 24 0 35827 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 156772

[startup+642.301 s]
/proc/loadavg: 4.08 3.84 3.46 5/304 6223
/proc/meminfo: memFree=26016388/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=128564 CPUtime=642.24 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 157121 0 0 0 64173 51 0 0 25 0 1 0 582797244 131649536 23783 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 32141 23783 258 24 0 28775 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 128564

[startup+702.301 s]
/proc/loadavg: 4.03 3.86 3.49 5/304 6225
/proc/meminfo: memFree=25903536/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=160960 CPUtime=702.25 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 166851 0 0 0 70170 55 0 0 25 0 1 0 582797244 164823040 33315 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 40240 33315 258 24 0 36874 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 160960

[startup+762.301 s]
/proc/loadavg: 4.01 3.89 3.52 5/304 6226
/proc/meminfo: memFree=25810204/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=132152 CPUtime=762.25 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 180131 0 0 0 76165 60 0 0 25 0 1 0 582797244 135323648 26898 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255886 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 33038 26898 258 24 0 29672 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 132152

[startup+822.301 s]
/proc/loadavg: 4.00 3.90 3.55 5/304 6228
/proc/meminfo: memFree=25694996/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=164852 CPUtime=822.24 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 188679 0 0 0 82161 63 0 0 25 0 1 0 582797244 168808448 35282 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 41213 35282 258 24 0 37847 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 164852

[startup+882.311 s]
/proc/loadavg: 4.00 3.92 3.57 5/304 6230
/proc/meminfo: memFree=25652084/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=136636 CPUtime=882.25 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 201925 0 0 0 88157 68 0 0 25 0 1 0 582797244 139915264 26868 33554432000 4194304 4291235 140733356954848 18446744073709551615 4256048 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 34159 26868 258 24 0 30793 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 136636

[startup+942.301 s]
/proc/loadavg: 4.10 3.96 3.61 5/304 6231
/proc/meminfo: memFree=25545612/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=168972 CPUtime=942.24 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 211640 0 0 0 94153 71 0 0 25 0 1 0 582797244 173027328 36390 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 42243 36390 258 24 0 38877 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 168972

[startup+1002.3 s]
/proc/loadavg: 4.04 3.97 3.63 5/304 6233
/proc/meminfo: memFree=25526880/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=140336 CPUtime=1002.23 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 224473 0 0 0 100148 75 0 0 25 0 1 0 582797244 143704064 26733 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 35084 26733 258 24 0 31718 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 140336

[startup+1062.3 s]
/proc/loadavg: 4.01 3.97 3.65 5/304 6234
/proc/meminfo: memFree=25390768/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=172952 CPUtime=1062.24 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 233803 0 0 0 106146 78 0 0 25 0 1 0 582797244 177102848 35871 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 43238 35871 258 24 0 39872 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 172952

[startup+1122.3 s]
/proc/loadavg: 4.11 4.00 3.68 5/304 6236
/proc/meminfo: memFree=25315592/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=124680 CPUtime=1122.23 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 246127 0 0 0 112141 82 0 0 25 0 1 0 582797244 127672320 26464 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 31170 26464 258 24 0 27804 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 124680

[startup+1182.3 s]
/proc/loadavg: 4.10 4.02 3.70 5/304 6238
/proc/meminfo: memFree=25191812/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=176608 CPUtime=1182.23 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 256367 0 0 0 118138 85 0 0 25 0 1 0 582797244 180846592 36510 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 44152 36510 258 24 0 40786 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 176608

[startup+1242.3 s]
/proc/loadavg: 4.04 4.01 3.72 5/304 6239
/proc/meminfo: memFree=25143292/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=118952 CPUtime=1242.23 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 267876 0 0 0 124133 90 0 0 25 0 1 0 582797244 121806848 24669 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 29738 24669 258 24 0 26372 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 118952



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.28 3.83 3.68 3/292 6277
/proc/meminfo: memFree=27359756/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=183864 CPUtime=1299.94 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 277553 0 0 0 129900 94 0 0 25 0 1 0 582797244 188276736 34168 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 45966 34168 258 24 0 42600 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 183864

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 3.28 3.83 3.68 3/292 6277
/proc/meminfo: memFree=27359756/32951124 swapFree=63485424/67111528
[pid=5986] ppid=5984 vsize=183864 CPUtime=1299.94 cores=0,2
/proc/5986/stat : 5986 (minisat) R 5984 5986 5055 0 -1 4202496 277553 0 0 0 129900 94 0 0 25 0 1 0 582797244 188276736 34168 33554432000 4194304 4291235 140733356954848 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5986/statm: 45966 34168 258 24 0 42600 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 183864

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.96
CPU user time (s): 1299.01
CPU system time (s): 0.948855
CPU usage (%): 99.9956
Max. virtual memory (cumulated for all children) (KiB): 231136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.01
system time used= 0.948855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277554
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= 5
involuntary context switches= 2367

runsolver used 3.72143 second user time and 8.10777 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-09 03:16:53
IDJOB=3317987
IDBENCH=85965
IDSOLVER=1707
FILE ID=node147/3317987-1304903813
RUNJOBID= node147-1304903784-5916
PBS_JOBID= 13282124
Free space on /tmp= 53176 MiB

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

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=26225729

node147.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.836
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.67
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.836
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.836
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.82
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.836
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.836
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.836
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.76
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.836
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.836
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26888928 kB
Buffers:        141144 kB
Cached:        2176452 kB
SwapCached:      12836 kB
Active:         938796 kB
Inactive:      4940276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26888928 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:          161216 kB
Writeback:           8 kB
AnonPages:     3557360 kB
Mapped:          15376 kB
Slab:            91492 kB
PageTables:      30236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45516496 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= 53332 MiB
End job on node147 at 2011-05-09 03:38:35