Trace number 3309803

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-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18199.9
Satisfiable
(Un)Satisfiability was proved
Number of variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

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-3309803-1303994724/watcher-3309803-1303994724 -o /tmp/evaluation-result-3309803-1303994724/solver-3309803-1303994724 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309803-1303994724.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: 2.00 2.00 1.97 2/177 24445
/proc/meminfo: memFree=13030692/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=22392 CPUtime=0 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 1313 0 0 0 0 0 0 0 25 0 1 0 511071133 22929408 1254 33554432000 4194304 4309791 140734567718944 18446744073709551615 4243969 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 5598 1257 215 29 0 2227 0

[startup+0.042746 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 24445
/proc/meminfo: memFree=13030692/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=30920 CPUtime=0.03 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 3868 0 0 0 3 0 0 0 25 0 1 0 511071133 31662080 3627 33554432000 4194304 4309791 140734567718944 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 7730 3628 217 29 0 4359 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30920

[startup+0.100735 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 24445
/proc/meminfo: memFree=13030692/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=35360 CPUtime=0.09 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 5676 0 0 0 9 0 0 0 25 0 1 0 511071133 36208640 5133 33554432000 4194304 4309791 140734567718944 18446744073709551615 4222014 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 8840 5133 225 29 0 5469 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35360

[startup+0.3007 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 24445
/proc/meminfo: memFree=13030692/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=40300 CPUtime=0.29 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 8205 0 0 0 28 1 0 0 25 0 1 0 511071133 41267200 6378 33554432000 4194304 4309791 140734567718944 18446744073709551615 4232179 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 10075 6378 226 29 0 6704 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40300

[startup+0.700691 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 24445
/proc/meminfo: memFree=13030692/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=36372 CPUtime=0.69 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 8891 0 0 0 68 1 0 0 25 0 1 0 511071133 37244928 5588 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 9093 5588 244 29 0 5722 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36372

[startup+1.50055 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24446
/proc/meminfo: memFree=13003816/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=40728 CPUtime=1.49 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 9131 0 0 0 148 1 0 0 25 0 1 0 511071133 41705472 5822 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259892 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 10182 5822 244 29 0 6811 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40728

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24446
/proc/meminfo: memFree=12999104/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=45144 CPUtime=3.09 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 9648 0 0 0 308 1 0 0 25 0 1 0 511071133 46227456 6321 33554432000 4194304 4309791 140734567718944 18446744073709551615 4263467 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 11286 6326 244 29 0 7915 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45144

[startup+6.3007 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24447
/proc/meminfo: memFree=12981000/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=52220 CPUtime=6.29 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 12413 0 0 0 628 1 0 0 25 0 1 0 511071133 53473280 8978 33554432000 4194304 4309791 140734567718944 18446744073709551615 4279092 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 13055 8978 244 29 0 9684 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52220

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24447
/proc/meminfo: memFree=12967060/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=59360 CPUtime=12.69 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 14181 0 0 0 1268 1 0 0 25 0 1 0 511071133 60784640 8743 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 14840 8743 244 29 0 11469 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59360

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24447
/proc/meminfo: memFree=12929240/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=66544 CPUtime=25.49 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 17371 0 0 0 2548 1 0 0 25 0 1 0 511071133 68141056 11751 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 16636 11751 244 29 0 13265 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66544

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24448
/proc/meminfo: memFree=12819520/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=71148 CPUtime=51.09 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 23802 0 0 0 5106 3 0 0 25 0 1 0 511071133 72855552 11746 33554432000 4194304 4309791 140734567718944 18446744073709551615 4275167 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 17787 11746 244 29 0 14416 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71148

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24449
/proc/meminfo: memFree=12634096/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=102504 CPUtime=102.3 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 33512 0 0 0 10226 4 0 0 25 0 1 0 511071133 104964096 16288 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 25626 16288 244 29 0 22255 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 102504

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/178 24451
/proc/meminfo: memFree=12485648/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=102504 CPUtime=162.29 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 42431 0 0 0 16224 5 0 0 25 0 1 0 511071133 104964096 17541 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259278 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 25626 17541 244 29 0 22255 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 102504

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 1.98 3/178 24452
/proc/meminfo: memFree=12344632/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=102504 CPUtime=222.29 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 58115 0 0 0 22223 6 0 0 25 0 1 0 511071133 104964096 17541 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 25626 17541 244 29 0 22255 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 102504

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 24454
/proc/meminfo: memFree=12206216/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=102504 CPUtime=282.3 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 66963 0 0 0 28222 8 0 0 25 0 1 0 511071133 104964096 17541 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 25626 17541 244 29 0 22255 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 102504

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 24455
/proc/meminfo: memFree=12049712/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=151824 CPUtime=342.29 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 83564 0 0 0 34218 11 0 0 25 0 1 0 511071133 155467776 25263 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 37956 25263 244 29 0 34585 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 151824

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 24457
/proc/meminfo: memFree=11905348/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=151824 CPUtime=402.3 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 94871 0 0 0 40216 14 0 0 25 0 1 0 511071133 155467776 26976 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 37956 26976 244 29 0 34585 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 151824

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 24459
/proc/meminfo: memFree=11765952/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=164868 CPUtime=462.3 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 112930 0 0 0 46213 17 0 0 25 0 1 0 511071133 168824832 35023 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259725 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 41217 35023 244 29 0 37846 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 164868

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 24460
/proc/meminfo: memFree=12925448/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=164868 CPUtime=522.3 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 123837 0 0 0 52211 19 0 0 25 0 1 0 511071133 168824832 35458 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 41217 35458 244 29 0 37846 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 164868

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 24462
/proc/meminfo: memFree=12755420/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=164868 CPUtime=582.31 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 134242 0 0 0 58210 21 0 0 25 0 1 0 511071133 168824832 34982 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259229 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 41217 34982 244 29 0 37846 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 164868

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24594
/proc/meminfo: memFree=13485424/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=134384 CPUtime=4062.39 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 504858 0 0 0 406086 153 0 0 25 0 1 0 511071133 137609216 25513 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 33596 25513 244 29 0 30225 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 134384

[startup+4122.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 24595
/proc/meminfo: memFree=13534128/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=183704 CPUtime=4122.39 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 515812 0 0 0 412082 157 0 0 25 0 1 0 511071133 188112896 36397 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 45926 36397 244 29 0 42555 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 183704

[startup+4182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 24597
/proc/meminfo: memFree=13460452/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=214524 CPUtime=4182.39 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 519901 0 0 0 418080 159 0 0 25 0 1 0 511071133 219672576 40384 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 53631 40384 244 29 0 50260 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 214524

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24598
/proc/meminfo: memFree=13424104/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=214524 CPUtime=4242.39 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 523233 0 0 0 424078 161 0 0 25 0 1 0 511071133 219672576 43646 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259376 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 53631 43646 244 29 0 50260 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 214524

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24600
/proc/meminfo: memFree=13474556/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=134384 CPUtime=4302.39 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 526177 0 0 0 430076 163 0 0 25 0 1 0 511071133 137609216 25513 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 33596 25513 244 29 0 30225 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 134384

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24602
/proc/meminfo: memFree=13497356/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=183704 CPUtime=4362.4 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 536496 0 0 0 436075 165 0 0 25 0 1 0 511071133 188112896 35764 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 45926 35764 244 29 0 42555 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 183704

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24603
/proc/meminfo: memFree=13454440/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=214524 CPUtime=4422.4 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 540608 0 0 0 442073 167 0 0 25 0 1 0 511071133 219672576 39774 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 53631 39774 244 29 0 50260 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 214524

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24605
/proc/meminfo: memFree=13417344/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=214524 CPUtime=4482.4 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 544232 0 0 0 448072 168 0 0 25 0 1 0 511071133 219672576 43314 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 53631 43314 244 29 0 50260 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 214524

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24615
/proc/meminfo: memFree=13489612/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=264612 CPUtime=4542.4 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 547382 0 0 0 454071 169 0 0 25 0 1 0 511071133 270962688 46379 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 66153 46379 244 29 0 62782 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 264612

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24617
/proc/meminfo: memFree=13486580/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=183704 CPUtime=4602.4 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 556303 0 0 0 460070 170 0 0 25 0 1 0 511071133 188112896 33640 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 45926 33640 244 29 0 42555 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 183704

[startup+4662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 24619
/proc/meminfo: memFree=13439688/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=214524 CPUtime=4662.4 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 561060 0 0 0 466067 173 0 0 25 0 1 0 511071133 219672576 38279 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 53631 38279 244 29 0 50260 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 214524

[startup+4722.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 24622
/proc/meminfo: memFree=13400612/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=214524 CPUtime=4722.41 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 564487 0 0 0 472066 175 0 0 25 0 1 0 511071133 219672576 41622 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 53631 41622 244 29 0 50260 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 214524

[startup+4782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 24625
/proc/meminfo: memFree=13459644/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=214524 CPUtime=4782.4 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 567747 0 0 0 478063 177 0 0 25 0 1 0 511071133 219672576 44819 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 53631 44819 244 29 0 50260 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 214524

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24626
/proc/meminfo: memFree=13422300/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=264612 CPUtime=4842.41 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 570521 0 0 0 484062 179 0 0 25 0 1 0 511071133 270962688 47542 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 66153 47542 244 29 0 62782 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 264612

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24628
/proc/meminfo: memFree=13454280/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=183704 CPUtime=4902.41 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 579812 0 0 0 490060 181 0 0 25 0 1 0 511071133 188112896 34558 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 45926 34558 244 29 0 42555 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 183704

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24630
/proc/meminfo: memFree=13517248/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=214524 CPUtime=4962.41 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 584036 0 0 0 496058 183 0 0 25 0 1 0 511071133 219672576 38687 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 53631 38687 244 29 0 50260 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 214524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24631
/proc/meminfo: memFree=13465652/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=214524 CPUtime=5000.01 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 586501 0 0 0 499817 184 0 0 25 0 1 0 511071133 219672576 41102 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 53631 41102 244 29 0 50260 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 214524

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24631
/proc/meminfo: memFree=13465652/32950928 swapFree=67111528/67111528
[pid=24445] ppid=24443 vsize=214524 CPUtime=5000.01 cores=1,3,5,7
/proc/24445/stat : 24445 (glueminisat) R 24443 24445 23999 0 -1 4202496 586501 0 0 0 499817 184 0 0 25 0 1 0 511071133 219672576 41102 33554432000 4194304 4309791 140734567718944 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24445/statm: 53631 41102 244 29 0 50260 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 214524

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

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

runsolver used 7.68483 second user time and 17.4473 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-28 14:45:24
IDJOB=3309803
IDBENCH=83115
IDSOLVER=1694
FILE ID=node120/3309803-1303994724
RUNJOBID= node120-1303987382-24018
PBS_JOBID= 13168753
Free space on /tmp= 71976 MiB

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

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=1322301864

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:      13030848 kB
Buffers:       2477328 kB
Cached:       16145260 kB
SwapCached:          0 kB
Active:       11529528 kB
Inactive:      7819700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13030848 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3120 kB
Writeback:           0 kB
AnonPages:      725944 kB
Mapped:          15512 kB
Slab:           506872 kB
PageTables:       5656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   978708 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= 72068 MiB
End job on node120 at 2011-04-28 16:08:46