Trace number 3309839

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.03 4999.92

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
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 variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

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-3309839-1303996183/watcher-3309839-1303996183 -o /tmp/evaluation-result-3309839-1303996183/solver-3309839-1303996183 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309839-1303996183.cnf 

running on 4 cores: 0,2,4,6

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: 2.00 2.00 1.99 3/177 26259
/proc/meminfo: memFree=15029568/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=21968 CPUtime=0 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 1186 0 0 0 0 0 0 0 25 0 1 0 511217988 22495232 1127 33554432000 4194304 4309791 140734490146752 18446744073709551615 274473664631 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 5492 1134 215 29 0 2121 0

[startup+0.100911 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 26259
/proc/meminfo: memFree=15029568/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=35484 CPUtime=0.09 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 5797 0 0 0 9 0 0 0 25 0 1 0 511217988 36335616 5245 33554432000 4194304 4309791 140734490146752 18446744073709551615 4211077 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 8871 5246 225 29 0 5500 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35484

[startup+0.200941 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 26259
/proc/meminfo: memFree=15029568/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=46556 CPUtime=0.19 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 7622 0 0 0 18 1 0 0 25 0 1 0 511217988 47673344 6982 33554432000 4194304 4309791 140734490146752 18446744073709551615 4211531 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 11639 6982 225 29 0 8268 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 46556

[startup+0.300874 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 26259
/proc/meminfo: memFree=15029568/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=41552 CPUtime=0.29 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 8818 0 0 0 28 1 0 0 25 0 1 0 511217988 42549248 6736 33554432000 4194304 4309791 140734490146752 18446744073709551615 4231832 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 10388 6736 226 29 0 7017 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41552

[startup+0.700871 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 26259
/proc/meminfo: memFree=15029568/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=37536 CPUtime=0.69 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 9578 0 0 0 68 1 0 0 25 0 1 0 511217988 38436864 5942 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259390 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 9384 5942 244 29 0 6013 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37536

[startup+1.50077 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 26260
/proc/meminfo: memFree=15005552/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=41888 CPUtime=1.49 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 9925 0 0 0 148 1 0 0 25 0 1 0 511217988 42893312 6278 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 10472 6278 244 29 0 7101 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41888

[startup+3.10051 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 26260
/proc/meminfo: memFree=15002948/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=46284 CPUtime=3.09 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 11590 0 0 0 308 1 0 0 25 0 1 0 511217988 47394816 7817 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 11571 7817 244 29 0 8200 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46284

[startup+6.30082 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 26261
/proc/meminfo: memFree=14994820/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=46284 CPUtime=6.29 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 12005 0 0 0 628 1 0 0 25 0 1 0 511217988 47394816 8226 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 11571 8226 244 29 0 8200 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46284

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 26261
/proc/meminfo: memFree=14976516/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=62648 CPUtime=12.69 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 16169 0 0 0 1268 1 0 0 25 0 1 0 511217988 64151552 12228 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 15662 12228 244 29 0 12291 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62648

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 26261
/proc/meminfo: memFree=14972920/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=76968 CPUtime=25.49 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 18873 0 0 0 2547 2 0 0 25 0 1 0 511217988 78815232 11983 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 19242 11983 244 29 0 15871 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76968

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 26262
/proc/meminfo: memFree=15018384/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=84000 CPUtime=51.09 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 22378 0 0 0 5107 2 0 0 25 0 1 0 511217988 86016000 15329 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259874 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 21000 15329 244 29 0 17629 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84000

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 26263
/proc/meminfo: memFree=14962176/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=84000 CPUtime=102.3 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 24346 0 0 0 10227 3 0 0 25 0 1 0 511217988 86016000 17265 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 21000 17265 244 29 0 17629 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 84000

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 26265
/proc/meminfo: memFree=14951344/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=114352 CPUtime=162.29 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 38715 0 0 0 16225 4 0 0 25 0 1 0 511217988 117096448 23840 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259474 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 28588 23840 244 29 0 25217 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 114352

[startup+222.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 26266
/proc/meminfo: memFree=14920160/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=133320 CPUtime=222.31 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 56192 0 0 0 22223 8 0 0 25 0 1 0 511217988 136519680 25285 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259191 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 33330 25285 244 29 0 29959 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 133320

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 26268
/proc/meminfo: memFree=14952356/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=114352 CPUtime=282.29 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 74143 0 0 0 28219 10 0 0 25 0 1 0 511217988 117096448 23456 33554432000 4194304 4309791 140734490146752 18446744073709551615 4276920 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 28588 23456 244 29 0 25217 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 114352

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26270
/proc/meminfo: memFree=14916332/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=133320 CPUtime=342.3 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 88804 0 0 0 34215 15 0 0 25 0 1 0 511217988 136519680 26016 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 33330 26016 244 29 0 29959 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 133320

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26271
/proc/meminfo: memFree=14926320/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=133320 CPUtime=402.3 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 103223 0 0 0 40211 19 0 0 25 0 1 0 511217988 136519680 28392 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 33330 28392 244 29 0 29959 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 133320

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26273
/proc/meminfo: memFree=14945860/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=176876 CPUtime=462.3 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 121369 0 0 0 46207 23 0 0 25 0 1 0 511217988 181121024 33392 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 44219 33392 244 29 0 40848 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 176876

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26274
/proc/meminfo: memFree=14900796/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=146056 CPUtime=522.3 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 136372 0 0 0 52203 27 0 0 25 0 1 0 511217988 149561344 32960 33554432000 4194304 4309791 140734490146752 18446744073709551615 4252194 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 36514 32960 244 29 0 33143 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 146056

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26276
/proc/meminfo: memFree=14945400/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=176876 CPUtime=582.31 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 151167 0 0 0 58199 32 0 0 25 0 1 0 511217988 181121024 33495 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259182 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 44219 33495 244 29 0 40848 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 176876

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.34 1.70 2/172 26424
/proc/meminfo: memFree=15038648/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=179816 CPUtime=4002.38 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 759388 0 0 0 400054 184 0 0 25 0 1 0 511217988 184131584 40065 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 44954 40065 244 29 0 41583 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 179816

[startup+4062.3 s]
/proc/loadavg: 1.00 1.27 1.65 2/172 26426
/proc/meminfo: memFree=15004864/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=229604 CPUtime=4062.39 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 767802 0 0 0 406051 188 0 0 25 0 1 0 511217988 235114496 48320 33554432000 4194304 4309791 140734490146752 18446744073709551615 4253853 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 57401 48320 244 29 0 54030 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 229604

[startup+4122.3 s]
/proc/loadavg: 1.00 1.22 1.61 2/172 26427
/proc/meminfo: memFree=14979748/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=279692 CPUtime=4122.39 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 774250 0 0 0 412049 190 0 0 25 0 1 0 511217988 286404608 54637 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 69923 54637 244 29 0 66552 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 279692

[startup+4182.31 s]
/proc/loadavg: 1.00 1.18 1.57 2/172 26429
/proc/meminfo: memFree=15062640/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=149464 CPUtime=4182.39 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 780899 0 0 0 418047 192 0 0 25 0 1 0 511217988 153051136 33790 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 37366 33790 244 29 0 33995 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 149464

[startup+4242.3 s]
/proc/loadavg: 1.00 1.14 1.53 2/172 26431
/proc/meminfo: memFree=15007400/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=245432 CPUtime=4242.39 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 795099 0 0 0 424043 196 0 0 25 0 1 0 511217988 251322368 47847 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259235 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 61358 47847 244 29 0 57987 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 245432

[startup+4302.3 s]
/proc/loadavg: 1.00 1.11 1.50 2/172 26432
/proc/meminfo: memFree=14973636/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=295520 CPUtime=4302.39 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 803688 0 0 0 430041 198 0 0 25 0 1 0 511217988 302612480 56238 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 73880 56238 244 29 0 70509 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 295520

[startup+4362.3 s]
/proc/loadavg: 1.00 1.09 1.46 2/172 26434
/proc/meminfo: memFree=14948784/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=295520 CPUtime=4362.4 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 810067 0 0 0 436040 200 0 0 25 0 1 0 511217988 302612480 62512 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259917 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 73880 62512 244 29 0 70509 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 295520

[startup+4422.3 s]
/proc/loadavg: 1.00 1.07 1.43 2/172 26435
/proc/meminfo: memFree=15027108/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=214612 CPUtime=4422.4 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 821110 0 0 0 442037 203 0 0 25 0 1 0 511217988 219762688 42983 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 53653 42983 244 29 0 50282 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 214612

[startup+4482.3 s]
/proc/loadavg: 1.00 1.06 1.40 2/172 26437
/proc/meminfo: memFree=14991584/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=245432 CPUtime=4482.39 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 830228 0 0 0 448034 205 0 0 25 0 1 0 511217988 251322368 51947 33554432000 4194304 4309791 140734490146752 18446744073709551615 4260051 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 61358 51947 244 29 0 57987 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 245432

[startup+4542.3 s]
/proc/loadavg: 1.00 1.04 1.37 2/172 26439
/proc/meminfo: memFree=14962752/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=295520 CPUtime=4542.4 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 837480 0 0 0 454032 208 0 0 25 0 1 0 511217988 302612480 59083 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259881 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 73880 59083 244 29 0 70509 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 295520

[startup+4602.3 s]
/proc/loadavg: 1.00 1.03 1.35 2/172 26440
/proc/meminfo: memFree=14939492/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=295520 CPUtime=4602.4 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 843377 0 0 0 460029 211 0 0 25 0 1 0 511217988 302612480 64914 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 73880 64914 244 29 0 70509 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 295520

[startup+4662.3 s]
/proc/loadavg: 1.00 1.02 1.32 2/172 26442
/proc/meminfo: memFree=15026356/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=214612 CPUtime=4662.4 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 854547 0 0 0 466026 214 0 0 25 0 1 0 511217988 219762688 43210 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 53653 43210 244 29 0 50282 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 214612

[startup+4722.3 s]
/proc/loadavg: 1.00 1.02 1.30 2/172 26443
/proc/meminfo: memFree=15005092/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=245432 CPUtime=4722.41 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 859945 0 0 0 472025 216 0 0 25 0 1 0 511217988 251322368 48446 33554432000 4194304 4309791 140734490146752 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 61358 48446 244 29 0 57987 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 245432

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.28 2/172 26445
/proc/meminfo: memFree=14975396/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=295520 CPUtime=4782.41 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 867522 0 0 0 478023 218 0 0 25 0 1 0 511217988 302612480 55914 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 73880 55914 244 29 0 70509 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 295520

[startup+4842.31 s]
/proc/loadavg: 1.00 1.01 1.26 2/172 26447
/proc/meminfo: memFree=14945576/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=295520 CPUtime=4842.41 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 875001 0 0 0 484021 220 0 0 25 0 1 0 511217988 302612480 63283 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 73880 63283 244 29 0 70509 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 295520

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.24 2/172 26448
/proc/meminfo: memFree=15011380/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=214612 CPUtime=4902.41 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 888509 0 0 0 490018 223 0 0 25 0 1 0 511217988 219762688 46979 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259917 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 53653 46979 244 29 0 50282 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 214612

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/172 26450
/proc/meminfo: memFree=14978720/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=245432 CPUtime=4962.4 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 896673 0 0 0 496015 225 0 0 25 0 1 0 511217988 251322368 55028 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 61358 55028 244 29 0 57987 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 245432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.21 2/172 26451
/proc/meminfo: memFree=14961832/32950928 swapFree=67111528/67111528
[pid=26259] ppid=26257 vsize=295520 CPUtime=5000.01 cores=0,2,4,6
/proc/26259/stat : 26259 (glueminisat) R 26257 26259 25707 0 -1 4202496 900928 0 0 0 499775 226 0 0 25 0 1 0 511217988 302612480 59227 33554432000 4194304 4309791 140734490146752 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26259/statm: 73880 59227 244 29 0 70509 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 295520

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.03
CPU user time (s): 4997.76
CPU system time (s): 2.27965
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 376908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.76
system time used= 2.27965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 900928
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 3916

runsolver used 7.59884 second user time and 15.8396 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-28 15:09:43
IDJOB=3309839
IDBENCH=83133
IDSOLVER=1694
FILE ID=node125/3309839-1303996183
RUNJOBID= node125-1303987381-25725
PBS_JOBID= 13168748
Free space on /tmp= 72760 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom22.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309839-1303996183/watcher-3309839-1303996183 -o /tmp/evaluation-result-3309839-1303996183/solver-3309839-1303996183 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309839-1303996183.cnf

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
RANDOM SEED=1959088580

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:      15029724 kB
Buffers:       2213272 kB
Cached:       14943480 kB
SwapCached:          0 kB
Active:        8896408 kB
Inactive:      8493584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15029724 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3832 kB
Writeback:           0 kB
AnonPages:      232232 kB
Mapped:          15204 kB
Slab:           468308 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   407936 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= 72760 MiB
End job on node125 at 2011-04-28 16:33:05