Trace number 3310100

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
glueminisat 2.2.5? (TO) 5000.1 5000.02

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/2dlx_ca_bp_f_liveness.cnf
MD5SUM99cd8de7f06ce8c087a5c7fb299dfb62
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 variables202253
Number of clauses4313014
Sum of the clauses size12562188
Maximum clause length651
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23935640
Number of clauses of size 3199653
Number of clauses of size 410363
Number of clauses of size 55846
Number of clauses of size over 5161511

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3310100-1304002433/watcher-3310100-1304002433 -o /tmp/evaluation-result-3310100-1304002433/solver-3310100-1304002433 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3310100-1304002433.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.44 1.12 1.31 3/175 17100
/proc/meminfo: memFree=15795188/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=19664 CPUtime=0 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 757 0 0 0 0 0 0 0 25 0 1 0 511842951 20135936 685 33554432000 4194304 4309791 140733517853008 18446744073709551615 4294396 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17100/statm: 4916 685 215 29 0 1545 0

[startup+0.059261 s]
/proc/loadavg: 1.44 1.12 1.31 3/175 17100
/proc/meminfo: memFree=15795188/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=27988 CPUtime=0.05 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 3888 0 0 0 5 0 0 0 25 0 1 0 511842951 28659712 3338 33554432000 4194304 4309791 140733517853008 18446744073709551615 274664469189 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17100/statm: 6997 3340 217 29 0 3626 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27988

[startup+0.100253 s]
/proc/loadavg: 1.44 1.12 1.31 3/175 17100
/proc/meminfo: memFree=15795188/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=37464 CPUtime=0.09 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 6252 0 0 0 8 1 0 0 25 0 1 0 511842951 38363136 5415 33554432000 4194304 4309791 140733517853008 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17100/statm: 9366 5415 217 29 0 5995 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37464

[startup+0.300221 s]
/proc/loadavg: 1.44 1.12 1.31 3/175 17100
/proc/meminfo: memFree=15795188/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=77576 CPUtime=0.29 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 17414 0 0 0 26 3 0 0 25 0 1 0 511842951 79437824 14657 33554432000 4194304 4309791 140733517853008 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17100/statm: 19394 14657 217 29 0 16023 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77576

[startup+0.700143 s]
/proc/loadavg: 1.44 1.12 1.31 3/175 17100
/proc/meminfo: memFree=15795188/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=161032 CPUtime=0.69 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 38823 0 0 0 64 5 0 0 25 0 1 0 511842951 164896768 32441 33554432000 4194304 4309791 140733517853008 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17100/statm: 40258 32445 217 29 0 36887 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 161032

[startup+1.50101 s]
/proc/loadavg: 1.44 1.12 1.31 3/176 17101
/proc/meminfo: memFree=15610676/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=301596 CPUtime=1.49 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 82957 0 0 0 137 12 0 0 25 0 1 0 511842951 308834304 68647 33554432000 4194304 4309791 140733517853008 18446744073709551615 4243969 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17100/statm: 75399 68648 217 29 0 72028 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 301596

[startup+3.10073 s]
/proc/loadavg: 1.65 1.17 1.32 4/176 17101
/proc/meminfo: memFree=15496856/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=364412 CPUtime=3.09 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 88330 0 0 0 296 13 0 0 25 0 1 0 511842951 373157888 73694 33554432000 4194304 4309791 140733517853008 18446744073709551615 4227232 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17100/statm: 91103 73694 223 29 0 87732 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 364412

[startup+31.1119 s]
/proc/loadavg: 2.97 1.52 1.43 3/176 17102
/proc/meminfo: memFree=15503392/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=31.1 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 114713 0 0 0 3091 19 0 0 25 0 1 0 511842951 357732352 69307 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259609 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17100/statm: 87337 69307 244 29 0 83966 0
Current children cumulated CPU time (s) 31.1
Current children cumulated vsize (KiB) 349348

[startup+31.2069 s]
/proc/loadavg: 2.97 1.52 1.43 3/176 17102
/proc/meminfo: memFree=15503392/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=31.19 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 114728 0 0 0 3100 19 0 0 25 0 1 0 511842951 357732352 69321 33554432000 4194304 4309791 140733517853008 18446744073709551615 4275118 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17100/statm: 87337 69322 244 29 0 83966 0
Current children cumulated CPU time (s) 31.19
Current children cumulated vsize (KiB) 349348

[startup+31.3008 s]
/proc/loadavg: 2.97 1.52 1.43 3/176 17102
/proc/meminfo: memFree=15503392/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=31.29 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 114754 0 0 0 3110 19 0 0 25 0 1 0 511842951 357732352 69347 33554432000 4194304 4309791 140733517853008 18446744073709551615 4252194 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17100/statm: 87337 69347 244 29 0 83966 0
Current children cumulated CPU time (s) 31.29
Current children cumulated vsize (KiB) 349348

[startup+51.1004 s]
/proc/loadavg: 2.77 1.57 1.45 3/176 17102
/proc/meminfo: memFree=15504512/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=299260 CPUtime=51.09 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 141097 0 0 0 5085 24 0 0 25 0 1 0 511842951 306442240 68595 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 74815 68595 244 29 0 71444 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 299260

[startup+102.301 s]
/proc/loadavg: 2.38 1.65 1.48 3/176 17104
/proc/meminfo: memFree=15483108/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=102.27 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 199646 0 0 0 10192 35 0 0 25 0 1 0 511842951 357732352 70016 33554432000 4194304 4309791 140733517853008 18446744073709551615 4276914 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17100/statm: 87337 70016 244 29 0 83966 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 349348

[startup+162.301 s]
/proc/loadavg: 2.14 1.71 1.51 3/176 17105
/proc/meminfo: memFree=15460148/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=162.27 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 235904 0 0 0 16184 43 0 0 25 0 1 0 511842951 357732352 75565 33554432000 4194304 4309791 140733517853008 18446744073709551615 4275197 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 87337 75565 244 29 0 83966 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 349348

[startup+222.301 s]
/proc/loadavg: 2.11 1.78 1.55 3/176 17107
/proc/meminfo: memFree=15483452/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=222.28 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 295311 0 0 0 22175 53 0 0 25 0 1 0 511842951 357732352 69942 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 87337 69942 244 29 0 83966 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 349348

[startup+282.3 s]
/proc/loadavg: 2.15 1.85 1.58 3/176 17108
/proc/meminfo: memFree=15463100/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=282.28 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 334562 0 0 0 28168 60 0 0 25 0 1 0 511842951 357732352 74288 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259496 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 87337 74288 244 29 0 83966 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 349348

[startup+342.301 s]
/proc/loadavg: 2.16 1.91 1.62 3/176 17110
/proc/meminfo: memFree=15433204/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=342.28 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 375080 0 0 0 34159 69 0 0 25 0 1 0 511842951 357732352 79070 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 87337 79070 244 29 0 83966 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 349348

[startup+402.3 s]
/proc/loadavg: 2.06 1.93 1.64 4/176 17112
/proc/meminfo: memFree=15439888/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=402.28 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 412644 0 0 0 40152 76 0 0 25 0 1 0 511842951 357732352 77142 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 87337 77142 244 29 0 83966 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 349348

[startup+462.301 s]
/proc/loadavg: 2.02 1.94 1.66 3/176 17122
/proc/meminfo: memFree=15444964/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=462.29 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 448657 0 0 0 46144 85 0 0 25 0 1 0 511842951 357732352 75638 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 87337 75638 244 29 0 83966 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 349348

[startup+522.301 s]
/proc/loadavg: 2.07 1.96 1.68 3/176 17124
/proc/meminfo: memFree=15443824/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=522.28 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 489143 0 0 0 52134 94 0 0 25 0 1 0 511842951 357732352 76203 33554432000 4194304 4309791 140733517853008 18446744073709551615 4275174 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 87337 76203 244 29 0 83966 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 349348

[startup+582.306 s]
/proc/loadavg: 2.02 1.97 1.70 3/176 17125
/proc/meminfo: memFree=15426084/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=582.29 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 528169 0 0 0 58128 101 0 0 25 0 1 0 511842951 357732352 70703 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 87337 70703 244 29 0 83966 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 349348

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/176 17230
/proc/meminfo: memFree=15454116/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=4062.36 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 1933587 0 0 0 405787 449 0 0 25 0 1 0 511842951 357732352 73202 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259106 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 87337 73202 244 29 0 83966 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 349348

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/176 17232
/proc/meminfo: memFree=15355144/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=430736 CPUtime=4122.35 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 1948728 0 0 0 411782 453 0 0 25 0 1 0 511842951 441073664 88248 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259182 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 107684 88248 244 29 0 104313 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 430736

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17233
/proc/meminfo: memFree=15286076/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=430736 CPUtime=4182.36 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 1962784 0 0 0 417779 457 0 0 25 0 1 0 511842951 441073664 102210 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 107684 102210 244 29 0 104313 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 430736

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17235
/proc/meminfo: memFree=15221952/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=562996 CPUtime=4242.36 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 1975672 0 0 0 423774 462 0 0 25 0 1 0 511842951 576507904 115001 33554432000 4194304 4309791 140733517853008 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 140749 115001 244 29 0 137378 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 562996

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17237
/proc/meminfo: memFree=15364176/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=4302.36 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 2013674 0 0 0 429766 470 0 0 25 0 1 0 511842951 357732352 77099 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 87337 77099 244 29 0 83966 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 349348

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17241
/proc/meminfo: memFree=15346516/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=430736 CPUtime=4362.36 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 2028481 0 0 0 435761 475 0 0 25 0 1 0 511842951 441073664 91795 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 107684 91795 244 29 0 104313 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 430736

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17243
/proc/meminfo: memFree=15274956/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=562996 CPUtime=4422.37 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 2042420 0 0 0 441758 479 0 0 25 0 1 0 511842951 576507904 105632 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 140749 105632 244 29 0 137378 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 562996

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17244
/proc/meminfo: memFree=15205752/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=562996 CPUtime=4482.37 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 2057001 0 0 0 447754 483 0 0 25 0 1 0 511842951 576507904 120090 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 140749 120090 244 29 0 137378 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 562996

[startup+4542.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17246
/proc/meminfo: memFree=15360740/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=4542.37 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 2094757 0 0 0 453745 492 0 0 25 0 1 0 511842951 357732352 78392 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 87337 78392 244 29 0 83966 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 349348

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17248
/proc/meminfo: memFree=15378828/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=430736 CPUtime=4602.37 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 2107916 0 0 0 459739 498 0 0 25 0 1 0 511842951 441073664 91443 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 107684 91443 244 29 0 104313 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 430736

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17249
/proc/meminfo: memFree=15282724/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=562996 CPUtime=4662.37 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 2122597 0 0 0 465735 502 0 0 25 0 1 0 511842951 576507904 106026 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259390 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 140749 106026 244 29 0 137378 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 562996

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17251
/proc/meminfo: memFree=15217492/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=562996 CPUtime=4722.37 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 2135650 0 0 0 471731 506 0 0 25 0 1 0 511842951 576507904 118966 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 140749 118966 244 29 0 137378 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 562996

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17252
/proc/meminfo: memFree=15356728/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=4782.37 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 2175482 0 0 0 477722 515 0 0 25 0 1 0 511842951 357732352 81123 33554432000 4194304 4309791 140733517853008 18446744073709551615 4253853 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 87337 81123 244 29 0 83966 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 349348

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17254
/proc/meminfo: memFree=15284788/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=430736 CPUtime=4842.37 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 2191257 0 0 0 483717 520 0 0 25 0 1 0 511842951 441073664 96771 33554432000 4194304 4309791 140733517853008 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 107684 96771 244 29 0 104313 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 430736

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 17256
/proc/meminfo: memFree=15307472/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=562996 CPUtime=4902.37 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 2203811 0 0 0 489712 525 0 0 25 0 1 0 511842951 576507904 109223 33554432000 4194304 4309791 140733517853008 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 140749 109223 244 29 0 137378 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 562996

[startup+4962.3 s]
/proc/loadavg: 1.92 1.98 1.93 2/174 17258
/proc/meminfo: memFree=15356068/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=562996 CPUtime=4962.37 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 2215753 0 0 0 495707 530 0 0 25 0 1 0 511842951 576507904 121085 33554432000 4194304 4309791 140733517853008 18446744073709551615 4276390 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 140749 121085 244 29 0 137378 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 562996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.51 1.87 1.89 2/170 17276
/proc/meminfo: memFree=15544244/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=5000.09 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 2248790 0 0 0 499472 537 0 0 25 0 1 0 511842951 357732352 75309 33554432000 4194304 4309791 140733517853008 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 87337 75309 244 29 0 83966 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 349348

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

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

[startup+5000 s]
/proc/loadavg: 1.51 1.87 1.89 2/170 17276
/proc/meminfo: memFree=15544244/32951132 swapFree=67111528/67111528
[pid=17100] ppid=17098 vsize=349348 CPUtime=5000.09 cores=1,3,5,7
/proc/17100/stat : 17100 (glueminisat) R 17098 17100 16391 0 -1 4202496 2248790 0 0 0 499472 537 0 0 25 0 1 0 511842951 357732352 75309 33554432000 4194304 4309791 140733517853008 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17100/statm: 87337 75309 244 29 0 83966 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 349348

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.1
CPU user time (s): 4994.72
CPU system time (s): 5.38218
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 693224

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

runsolver used 7.58685 second user time and 17.9683 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-28 16:53:53
IDJOB=3310100
IDBENCH=88165
IDSOLVER=1694
FILE ID=node131/3310100-1304002433
RUNJOBID= node131-1304002392-17054
PBS_JOBID= 13168743
Free space on /tmp= 71292 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/2dlx_ca_bp_f_liveness.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310100-1304002433/watcher-3310100-1304002433 -o /tmp/evaluation-result-3310100-1304002433/solver-3310100-1304002433 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3310100-1304002433.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 99cd8de7f06ce8c087a5c7fb299dfb62
RANDOM SEED=786428930

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      15795344 kB
Buffers:       1026512 kB
Cached:       15496260 kB
SwapCached:          0 kB
Active:        6762456 kB
Inactive:      9872068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15795344 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           93120 kB
Writeback:           8 kB
AnonPages:      111216 kB
Mapped:          15504 kB
Slab:           458680 kB
PageTables:       4340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   271384 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71296 MiB
End job on node131 at 2011-04-28 18:17:15