Trace number 3493661

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
MiniUnsat2 2011-02-22? (TO) 1800.06 1800.02

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data


Verifier Data

ERROR: Unexpected answer ! (UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3493661-1307800697/watcher-3493661-1307800697 -o /tmp/evaluation-result-3493661-1307800697/solver-3493661-1307800697 -C 1800 -W 1850 -M 7680 munsat2_release -rnd-seed=1192654841 -verb=0 HOME/instance-3493661-1307800697.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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.08 0.03 0.31 3/180 23196
/proc/meminfo: memFree=31613728/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=17792 CPUtime=0 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 1177 0 0 0 0 0 0 0 20 0 1 0 891669538 18219008 1105 33554432000 4194304 4258824 140735388799120 18446744073709551615 4210343 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 4448 1114 219 16 0 1090 0

[startup+0.102559 s]
/proc/loadavg: 0.08 0.03 0.31 3/180 23196
/proc/meminfo: memFree=31613728/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=54592 CPUtime=0.09 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 10550 0 0 0 8 1 0 0 20 0 1 0 891669538 55902208 10478 33554432000 4194304 4258824 140735388799120 18446744073709551615 4201894 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 13648 10482 219 16 0 10290 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54592

[startup+0.200426 s]
/proc/loadavg: 0.08 0.03 0.31 3/180 23196
/proc/meminfo: memFree=31613728/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=90672 CPUtime=0.19 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 19326 0 0 0 16 3 0 0 21 0 1 0 891669538 92848128 19254 33554432000 4194304 4258824 140735388799120 18446744073709551615 4205676 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 22668 19254 220 16 0 19310 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 90672

[startup+0.300407 s]
/proc/loadavg: 0.08 0.03 0.31 3/180 23196
/proc/meminfo: memFree=31613728/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=90672 CPUtime=0.29 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 19326 0 0 0 26 3 0 0 21 0 1 0 891669538 92848128 19254 33554432000 4194304 4258824 140735388799120 18446744073709551615 4206588 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 22668 19254 220 16 0 19310 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90672

[startup+0.700336 s]
/proc/loadavg: 0.08 0.03 0.31 3/180 23196
/proc/meminfo: memFree=31613728/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=123900 CPUtime=0.69 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 26995 0 0 0 66 3 0 0 22 0 1 0 891669538 126873600 26385 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225228 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 30975 26385 243 16 0 27617 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 123900

[startup+1.50024 s]
/proc/loadavg: 0.08 0.03 0.31 5/185 23208
/proc/meminfo: memFree=31187492/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=123900 CPUtime=1.48 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 28965 0 0 0 145 3 0 0 25 0 1 0 891669538 126873600 26445 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225312 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 30975 26445 243 16 0 27617 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 123900

[startup+3.10091 s]
/proc/loadavg: 0.08 0.03 0.31 6/190 23222
/proc/meminfo: memFree=31043512/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=128764 CPUtime=3.08 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 29617 0 0 0 305 3 0 0 25 0 1 0 891669538 131854336 27091 33554432000 4194304 4258824 140735388799120 18446744073709551615 4221243 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 32191 27091 243 16 0 28833 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 128764

[startup+6.30046 s]
/proc/loadavg: 0.39 0.10 0.33 6/190 23222
/proc/meminfo: memFree=31013272/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=136080 CPUtime=6.29 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 32125 0 0 0 625 4 0 0 25 0 1 0 891669538 139345920 29598 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 34020 29598 243 16 0 30662 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 136080

[startup+12.7003 s]
/proc/loadavg: 0.68 0.16 0.35 6/190 23222
/proc/meminfo: memFree=31017784/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=144432 CPUtime=12.69 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 34191 0 0 0 1264 5 0 0 25 0 1 0 891669538 147898368 31659 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225138 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 36108 31659 243 16 0 32750 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 144432

[startup+25.501 s]
/proc/loadavg: 1.42 0.35 0.41 6/190 23222
/proc/meminfo: memFree=30993696/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=176612 CPUtime=25.49 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 38222 0 0 0 2542 7 0 0 25 0 1 0 891669538 180850688 35676 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 44153 35676 243 16 0 40795 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 176612

[startup+51.1005 s]
/proc/loadavg: 2.30 0.64 0.50 6/190 23223
/proc/meminfo: memFree=30957696/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=177964 CPUtime=51.09 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 42335 0 0 0 5100 9 0 0 25 0 1 0 891669538 182235136 39771 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 44491 39771 243 16 0 41133 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 177964

[startup+102.301 s]
/proc/loadavg: 3.26 1.16 0.68 6/190 23224
/proc/meminfo: memFree=30890848/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=176208 CPUtime=102.29 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 55958 0 0 0 10215 14 0 0 25 0 1 0 891669538 180436992 37986 33554432000 4194304 4258824 140735388799120 18446744073709551615 4231492 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 44052 37986 243 16 0 40694 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 176208

[startup+162.301 s]
/proc/loadavg: 3.73 1.67 0.89 6/190 23226
/proc/meminfo: memFree=30821252/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=167240 CPUtime=162.29 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 74402 0 0 0 16209 20 0 0 25 0 1 0 891669538 171253760 36329 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225261 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 41810 36329 243 16 0 38452 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 167240

[startup+222.307 s]
/proc/loadavg: 3.90 2.09 1.08 6/190 23237
/proc/meminfo: memFree=30747220/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=217028 CPUtime=222.3 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 82071 0 0 0 22205 25 0 0 25 0 1 0 891669538 222236672 43964 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 54257 43964 243 16 0 50899 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 217028

[startup+282.301 s]
/proc/loadavg: 4.04 2.45 1.26 6/190 23238
/proc/meminfo: memFree=30741200/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=155320 CPUtime=282.3 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 94179 0 0 0 28200 30 0 0 25 0 1 0 891669538 159047680 32669 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 38830 32669 243 16 0 35472 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 155320

[startup+342.3 s]
/proc/loadavg: 4.12 2.76 1.44 6/190 23242
/proc/meminfo: memFree=30683864/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=205108 CPUtime=342.3 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 102592 0 0 0 34197 33 0 0 25 0 1 0 891669538 210030592 41047 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 51277 41047 243 16 0 47919 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 205108

[startup+402.301 s]
/proc/loadavg: 4.04 2.99 1.60 6/190 23244
/proc/meminfo: memFree=30716612/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=145816 CPUtime=402.3 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 110577 0 0 0 40193 37 0 0 25 0 1 0 891669538 149315584 30911 33554432000 4194304 4258824 140735388799120 18446744073709551615 4217939 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 36454 30911 243 16 0 33096 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 145816

[startup+462.301 s]
/proc/loadavg: 4.07 3.18 1.75 6/190 23246
/proc/meminfo: memFree=30591820/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=247060 CPUtime=462.3 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 137622 0 0 0 46185 45 0 0 25 0 1 0 891669538 252989440 52040 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225851 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 61765 52040 243 16 0 58407 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 247060

[startup+522.301 s]
/proc/loadavg: 4.02 3.33 1.89 6/190 23248
/proc/meminfo: memFree=30609396/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=216240 CPUtime=522.3 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 153432 0 0 0 52179 51 0 0 25 0 1 0 891669538 221429760 44516 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 54060 44516 243 16 0 50702 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 216240

[startup+582.301 s]
/proc/loadavg: 4.01 3.45 2.02 6/190 23249
/proc/meminfo: memFree=30545112/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=247060 CPUtime=582.3 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 163895 0 0 0 58172 58 0 0 25 0 1 0 891669538 252989440 54952 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 61765 54952 243 16 0 58407 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 247060

[startup+642.3 s]

################
# More data... #
################

[startup+882.307 s]
/proc/loadavg: 4.04 3.80 2.56 6/190 23257
/proc/meminfo: memFree=30599084/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=166920 CPUtime=882.32 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 202077 0 0 0 88163 69 0 0 25 0 1 0 891669538 170926080 35906 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 41730 35906 243 16 0 38372 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 166920

[startup+942.301 s]
/proc/loadavg: 4.01 3.84 2.65 6/190 23259
/proc/meminfo: memFree=30542260/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=216240 CPUtime=942.31 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 210594 0 0 0 94161 70 0 0 25 0 1 0 891669538 221429760 44417 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 54060 44417 243 16 0 50702 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 216240

[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 2.73 6/190 23260
/proc/meminfo: memFree=30553004/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=171320 CPUtime=1002.31 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 213691 0 0 0 100159 72 0 0 25 0 1 0 891669538 175431680 38638 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 42830 38638 243 16 0 39472 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 171320

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.81 6/190 23262
/proc/meminfo: memFree=30526788/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=173852 CPUtime=1062.32 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 227848 0 0 0 106157 75 0 0 25 0 1 0 891669538 178024448 40042 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225395 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 43463 40042 243 16 0 40105 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 173852

[startup+1122.3 s]
/proc/loadavg: 4.00 3.90 2.88 6/190 23264
/proc/meminfo: memFree=30475780/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=199848 CPUtime=1122.31 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 241934 0 0 0 112153 78 0 0 25 0 1 0 891669538 204644352 46448 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225123 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 49962 46448 243 16 0 46604 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 199848

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.94 6/190 23265
/proc/meminfo: memFree=30460992/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=199848 CPUtime=1182.32 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 241934 0 0 0 118154 78 0 0 25 0 1 0 891669538 204644352 46448 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225505 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 49962 46448 243 16 0 46604 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 199848

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 3.01 6/190 23267
/proc/meminfo: memFree=30414948/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=249168 CPUtime=1242.31 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 251160 0 0 0 124152 79 0 0 25 0 1 0 891669538 255148032 55662 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225844 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 62292 55662 243 16 0 58934 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 249168

[startup+1302.3 s]
/proc/loadavg: 4.00 3.94 3.07 6/190 23268
/proc/meminfo: memFree=30449628/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=199848 CPUtime=1302.32 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 261576 0 0 0 130150 82 0 0 25 0 1 0 891669538 204644352 46541 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225477 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 49962 46541 243 16 0 46604 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 199848

[startup+1362.3 s]
/proc/loadavg: 4.00 3.95 3.12 6/190 23270
/proc/meminfo: memFree=30408888/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=199848 CPUtime=1362.32 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 279109 0 0 0 136145 87 0 0 25 0 1 0 891669538 204644352 46541 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225899 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 49962 46541 243 16 0 46604 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 199848

[startup+1422.3 s]
/proc/loadavg: 4.00 3.95 3.17 6/190 23272
/proc/meminfo: memFree=30418500/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=199848 CPUtime=1422.33 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 290395 0 0 0 142143 90 0 0 25 0 1 0 891669538 204644352 46541 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 49962 46541 243 16 0 46604 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 199848

[startup+1482.3 s]
/proc/loadavg: 4.00 3.96 3.22 6/190 23273
/proc/meminfo: memFree=30415604/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=199848 CPUtime=1482.32 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 301108 0 0 0 148139 93 0 0 25 0 1 0 891669538 204644352 46541 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 49962 46541 243 16 0 46604 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 199848

[startup+1542.31 s]
/proc/loadavg: 4.00 3.96 3.27 6/190 23275
/proc/meminfo: memFree=30348728/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=279988 CPUtime=1542.33 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 315848 0 0 0 154136 97 0 0 25 0 1 0 891669538 286707712 61264 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225138 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 69997 61264 243 16 0 66639 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 279988

[startup+1602.3 s]
/proc/loadavg: 4.00 3.97 3.31 6/190 23276
/proc/meminfo: memFree=30326344/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=279988 CPUtime=1602.33 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 320804 0 0 0 160133 100 0 0 25 0 1 0 891669538 286707712 66193 33554432000 4194304 4258824 140735388799120 18446744073709551615 4231492 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 69997 66193 243 16 0 66639 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 279988

[startup+1662.3 s]
/proc/loadavg: 4.00 3.97 3.35 6/190 23278
/proc/meminfo: memFree=30339816/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=279988 CPUtime=1662.33 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 335720 0 0 0 166128 105 0 0 25 0 1 0 891669538 286707712 61045 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 69997 61045 243 16 0 66639 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 279988

[startup+1722.3 s]
/proc/loadavg: 4.00 3.97 3.39 6/190 23280
/proc/meminfo: memFree=30305672/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=330076 CPUtime=1722.33 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 343618 0 0 0 172124 109 0 0 25 0 1 0 891669538 337997824 68898 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225208 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 82519 68898 243 16 0 79161 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 330076

[startup+1782.3 s]
/proc/loadavg: 4.00 3.97 3.42 6/190 23281
/proc/meminfo: memFree=30271152/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=330076 CPUtime=1782.33 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 351703 0 0 0 178120 113 0 0 25 0 1 0 891669538 337997824 76959 33554432000 4194304 4258824 140735388799120 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 82519 76959 243 16 0 79161 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 330076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 4.00 3.97 3.44 6/190 23282
/proc/meminfo: memFree=30387816/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=199848 CPUtime=1800.04 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 351977 0 0 0 179890 114 0 0 25 0 1 0 891669538 204644352 46541 33554432000 4194304 4258824 140735388799120 18446744073709551615 4229031 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 49962 46541 243 16 0 46604 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 199848

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

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

[startup+1800 s]
/proc/loadavg: 4.00 3.97 3.44 6/190 23282
/proc/meminfo: memFree=30387816/32950928 swapFree=67079488/67111528
[pid=23195] ppid=23191 vsize=199848 CPUtime=1800.04 cores=0,2
/proc/23195/stat : 23195 (munsat2_release) R 23191 23195 23145 0 -1 4202496 351977 0 0 0 179890 114 0 0 25 0 1 0 891669538 204644352 46541 33554432000 4194304 4258824 140735388799120 18446744073709551615 4229031 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23195/statm: 49962 46541 243 16 0 46604 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 199848

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.06
CPU user time (s): 1798.9
CPU system time (s): 1.15482
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 330076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.15482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 351977
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= 8
involuntary context switches= 3023

runsolver used 2.71759 second user time and 7.04693 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 15:58:18
IDJOB=3493661
IDBENCH=70997
IDSOLVER=1973
FILE ID=node125/3493661-1307800697
RUNJOBID= node125-1307800697-23163
PBS_JOBID= 13551054
Free space on /tmp= 74012 MiB

SOLVER NAME= MiniUnsat2 2011-02-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-5p0.cnf
COMMAND LINE= munsat2_release -rnd-seed=RANDOMSEED -verb=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493661-1307800697/watcher-3493661-1307800697 -o /tmp/evaluation-result-3493661-1307800697/solver-3493661-1307800697 -C 1800 -W 1850 -M 7680  munsat2_release -rnd-seed=1192654841 -verb=0 HOME/instance-3493661-1307800697.cnf

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=1192654841

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31615932 kB
Buffers:        298288 kB
Cached:         795572 kB
SwapCached:       3400 kB
Active:         529940 kB
Inactive:       604604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31615932 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           38248 kB
Writeback:           0 kB
AnonPages:       38656 kB
Mapped:          13612 kB
Slab:           134516 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192536 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= 73976 MiB
End job on node125 at 2011-06-11 16:28:21