Trace number 3309380

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

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1376.76
Satisfiable
(Un)Satisfiability was proved
Number of variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3309380-1303987605/watcher-3309380-1303987605 -o /tmp/evaluation-result-3309380-1303987605/solver-3309380-1303987605 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309380-1303987605.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: 1.97 1.53 1.57 2/177 7669
/proc/meminfo: memFree=26162860/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=22776 CPUtime=0 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 1392 0 0 0 0 0 0 0 25 0 1 0 510360222 23322624 1333 33554432000 4194304 4309791 140736096547072 18446744073709551615 208079929552 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 5730 1341 217 29 0 2359 0

[startup+0.089054 s]
/proc/loadavg: 1.97 1.53 1.57 2/177 7669
/proc/meminfo: memFree=26162860/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=39816 CPUtime=0.08 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 6572 0 0 0 8 0 0 0 25 0 1 0 510360222 40771584 5990 33554432000 4194304 4309791 140736096547072 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 9954 5991 217 29 0 6583 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39816

[startup+0.100999 s]
/proc/loadavg: 1.97 1.53 1.57 2/177 7669
/proc/meminfo: memFree=26162860/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=41232 CPUtime=0.09 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 6986 0 0 0 9 0 0 0 25 0 1 0 510360222 42221568 6380 33554432000 4194304 4309791 140736096547072 18446744073709551615 208079893189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 10308 6381 217 29 0 6937 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41232

[startup+0.301069 s]
/proc/loadavg: 1.97 1.53 1.57 2/177 7669
/proc/meminfo: memFree=26162860/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=56656 CPUtime=0.3 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 10258 0 0 0 29 1 0 0 25 0 1 0 510360222 58015744 9260 33554432000 4194304 4309791 140736096547072 18446744073709551615 4212089 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 14164 9262 225 29 0 10793 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 56656

[startup+0.700993 s]
/proc/loadavg: 1.97 1.53 1.57 2/177 7669
/proc/meminfo: memFree=26162860/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=47508 CPUtime=0.69 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 12795 0 0 0 68 1 0 0 25 0 1 0 510360222 48648192 7758 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259235 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 11877 7758 244 29 0 8506 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47508

[startup+1.5008 s]
/proc/loadavg: 1.97 1.53 1.57 3/178 7670
/proc/meminfo: memFree=26132232/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=47508 CPUtime=1.49 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 12811 0 0 0 148 1 0 0 25 0 1 0 510360222 48648192 7774 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259902 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 11877 7774 244 29 0 8506 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47508

[startup+3.10048 s]
/proc/loadavg: 1.97 1.53 1.57 3/178 7670
/proc/meminfo: memFree=26131860/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=47508 CPUtime=3.09 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 12938 0 0 0 308 1 0 0 25 0 1 0 510360222 48648192 7900 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259423 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 11877 7900 244 29 0 8506 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47508

[startup+6.30082 s]
/proc/loadavg: 1.97 1.53 1.57 3/178 7670
/proc/meminfo: memFree=26130936/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=54580 CPUtime=6.29 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 13186 0 0 0 628 1 0 0 25 0 1 0 510360222 55889920 8148 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 13645 8148 244 29 0 10274 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54580

[startup+12.7006 s]
/proc/loadavg: 1.97 1.54 1.57 3/178 7670
/proc/meminfo: memFree=26128716/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=54580 CPUtime=12.69 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 13691 0 0 0 1268 1 0 0 25 0 1 0 510360222 55889920 8647 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259848 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 13645 8647 246 29 0 10274 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54580

[startup+25.5002 s]
/proc/loadavg: 1.98 1.56 1.58 3/178 7670
/proc/meminfo: memFree=26091744/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=54580 CPUtime=25.49 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 14743 0 0 0 2548 1 0 0 25 0 1 0 510360222 55889920 9691 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 13645 9691 246 29 0 10274 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54580

[startup+51.1004 s]
/proc/loadavg: 1.98 1.60 1.59 3/178 7671
/proc/meminfo: memFree=26072136/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=73428 CPUtime=51.09 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 21825 0 0 0 5107 2 0 0 25 0 1 0 510360222 75190272 13074 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259852 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 18357 13074 246 29 0 14986 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73428

[startup+102.307 s]
/proc/loadavg: 1.99 1.66 1.61 3/178 7672
/proc/meminfo: memFree=26103984/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=73428 CPUtime=102.3 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 29198 0 0 0 10227 3 0 0 25 0 1 0 510360222 75190272 14644 33554432000 4194304 4309791 140736096547072 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 18357 14644 246 29 0 14986 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 73428

[startup+162.301 s]
/proc/loadavg: 2.03 1.73 1.64 3/178 7701
/proc/meminfo: memFree=26309236/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=103776 CPUtime=162.3 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 40007 0 0 0 16225 5 0 0 25 0 1 0 510360222 106266624 17563 33554432000 4194304 4309791 140736096547072 18446744073709551615 4260074 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 25944 17563 246 29 0 22573 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 103776

[startup+222.301 s]
/proc/loadavg: 2.01 1.78 1.65 3/178 7702
/proc/meminfo: memFree=26301856/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=103776 CPUtime=222.3 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 49810 0 0 0 22223 7 0 0 25 0 1 0 510360222 106266624 17563 33554432000 4194304 4309791 140736096547072 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 25944 17563 246 29 0 22573 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 103776

[startup+282.3 s]
/proc/loadavg: 2.00 1.81 1.67 3/178 7704
/proc/meminfo: memFree=26260160/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=153096 CPUtime=282.3 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 58131 0 0 0 28222 8 0 0 25 0 1 0 510360222 156770304 25873 33554432000 4194304 4309791 140736096547072 18446744073709551615 4276363 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 38274 25873 246 29 0 34903 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 153096

[startup+342.301 s]
/proc/loadavg: 2.00 1.85 1.69 3/178 7706
/proc/meminfo: memFree=26291728/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=103776 CPUtime=342.31 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 61640 0 0 0 34221 10 0 0 25 0 1 0 510360222 106266624 17563 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259202 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 25944 17563 246 29 0 22573 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 103776

[startup+402.3 s]
/proc/loadavg: 2.00 1.87 1.71 3/178 7707
/proc/meminfo: memFree=26248796/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=153096 CPUtime=402.31 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 72234 0 0 0 40220 11 0 0 25 0 1 0 510360222 156770304 28134 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259463 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 38274 28134 246 29 0 34903 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 153096

[startup+462.301 s]
/proc/loadavg: 2.00 1.89 1.72 3/178 7709
/proc/meminfo: memFree=26288072/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=103776 CPUtime=462.31 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 74731 0 0 0 46220 11 0 0 25 0 1 0 510360222 106266624 17564 33554432000 4194304 4309791 140736096547072 18446744073709551615 4275296 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 25944 17564 246 29 0 22573 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 103776

[startup+522.301 s]
/proc/loadavg: 2.00 1.91 1.74 3/178 7710
/proc/meminfo: memFree=26240168/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=153096 CPUtime=522.31 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 86691 0 0 0 52218 13 0 0 25 0 1 0 510360222 156770304 29493 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 38274 29493 246 29 0 34903 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 153096

[startup+582.301 s]
/proc/loadavg: 2.00 1.92 1.75 3/178 7712
/proc/meminfo: memFree=26286020/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=103776 CPUtime=582.32 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 89968 0 0 0 58217 15 0 0 25 0 1 0 510360222 106266624 17564 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259895 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 25944 17564 246 29 0 22573 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 103776

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 7817
/proc/meminfo: memFree=26088604/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=234004 CPUtime=4062.45 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 456490 0 0 0 406135 110 0 0 25 0 1 0 510360222 239620096 46222 33554432000 4194304 4309791 140736096547072 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 58501 46222 246 29 0 55130 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 234004

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 7818
/proc/meminfo: memFree=26111872/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=234004 CPUtime=4122.45 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 459959 0 0 0 412133 112 0 0 25 0 1 0 510360222 239620096 49658 33554432000 4194304 4309791 140736096547072 18446744073709551615 4276082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 58501 49658 246 29 0 55130 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 234004

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 7820
/proc/meminfo: memFree=26097944/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=315392 CPUtime=4182.45 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 463327 0 0 0 418132 113 0 0 25 0 1 0 510360222 322961408 52996 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 78848 52996 246 29 0 75477 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 315392

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 7822
/proc/meminfo: memFree=26178252/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=183916 CPUtime=4242.46 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 479503 0 0 0 424130 116 0 0 25 0 1 0 510360222 188329984 33055 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259848 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 45979 33055 246 29 0 42608 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 183916

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 7823
/proc/meminfo: memFree=26125764/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=183916 CPUtime=4302.46 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 483504 0 0 0 430128 118 0 0 25 0 1 0 510360222 188329984 37020 33554432000 4194304 4309791 140736096547072 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 45979 37020 246 29 0 42608 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 183916

[startup+4362.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 7825
/proc/meminfo: memFree=26147304/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=234004 CPUtime=4362.46 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 487245 0 0 0 436127 119 0 0 25 0 1 0 510360222 239620096 40727 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259937 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 58501 40727 246 29 0 55130 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 234004

[startup+4422.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 7826
/proc/meminfo: memFree=26133380/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=234004 CPUtime=4422.47 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 490713 0 0 0 442126 121 0 0 25 0 1 0 510360222 239620096 44175 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 58501 44175 246 29 0 55130 0
Current children cumulated CPU time (s) 4422.47
Current children cumulated vsize (KiB) 234004

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 7837
/proc/meminfo: memFree=26089740/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=234004 CPUtime=4482.46 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 493974 0 0 0 448124 122 0 0 25 0 1 0 510360222 239620096 47416 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259381 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 58501 47416 246 29 0 55130 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 234004

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 7839
/proc/meminfo: memFree=26067892/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=234004 CPUtime=4542.46 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 497139 0 0 0 454123 123 0 0 25 0 1 0 510360222 239620096 50551 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 58501 50551 246 29 0 55130 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 234004

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 7840
/proc/meminfo: memFree=26048520/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=315392 CPUtime=4602.47 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 499996 0 0 0 460123 124 0 0 25 0 1 0 510360222 322961408 53367 33554432000 4194304 4309791 140736096547072 18446744073709551615 4275118 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 78848 53367 246 29 0 75477 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 315392

[startup+4662.3 s]
/proc/loadavg: 2.06 2.01 1.94 3/178 7845
/proc/meminfo: memFree=26174612/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=183916 CPUtime=4662.48 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 516457 0 0 0 466120 128 0 0 25 0 1 0 510360222 188329984 33769 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259892 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 45979 33769 246 29 0 42608 0
Current children cumulated CPU time (s) 4662.48
Current children cumulated vsize (KiB) 183916

[startup+4722.31 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 7846
/proc/meminfo: memFree=26160032/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=183916 CPUtime=4722.48 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 520094 0 0 0 472119 129 0 0 25 0 1 0 510360222 188329984 37372 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 45979 37372 246 29 0 42608 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 183916

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 7848
/proc/meminfo: memFree=26110268/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=234004 CPUtime=4782.48 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 523336 0 0 0 478118 130 0 0 25 0 1 0 510360222 239620096 40575 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 58501 40575 246 29 0 55130 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 234004

[startup+4842.3 s]
/proc/loadavg: 2.10 2.03 1.95 3/178 7850
/proc/meminfo: memFree=26090268/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=234004 CPUtime=4842.47 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 526342 0 0 0 484116 131 0 0 25 0 1 0 510360222 239620096 43548 33554432000 4194304 4309791 140736096547072 18446744073709551615 4275157 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 58501 43548 246 29 0 55130 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 234004

[startup+4902.3 s]
/proc/loadavg: 2.04 2.02 1.95 3/178 7851
/proc/meminfo: memFree=26125584/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=234004 CPUtime=4902.48 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 528836 0 0 0 490115 133 0 0 25 0 1 0 510360222 239620096 46011 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 58501 46011 246 29 0 55130 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 234004

[startup+4962.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/178 7853
/proc/meminfo: memFree=26118488/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=234004 CPUtime=4962.48 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 530618 0 0 0 496115 133 0 0 25 0 1 0 510360222 239620096 47772 33554432000 4194304 4309791 140736096547072 18446744073709551615 4275316 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 58501 47772 246 29 0 55130 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 234004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 7854
/proc/meminfo: memFree=26083372/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=234004 CPUtime=5000.09 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 531685 0 0 0 499876 133 0 0 25 0 1 0 510360222 239620096 48818 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259390 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 58501 48818 246 29 0 55130 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 234004

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.01 1.95 3/178 7854
/proc/meminfo: memFree=26083372/32950928 swapFree=67111364/67111528
[pid=7669] ppid=7667 vsize=234004 CPUtime=5000.09 cores=0,2,4,6
/proc/7669/stat : 7669 (glueminisat) R 7667 7669 7571 0 -1 4202496 531685 0 0 0 499876 133 0 0 25 0 1 0 510360222 239620096 48818 33554432000 4194304 4309791 140736096547072 18446744073709551615 4259390 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7669/statm: 58501 48818 246 29 0 55130 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 234004

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.11
CPU user time (s): 4998.76
CPU system time (s): 1.3458
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 395532

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

runsolver used 7.65384 second user time and 15.7866 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-28 12:46:46
IDJOB=3309380
IDBENCH=70830
IDSOLVER=1694
FILE ID=node127/3309380-1303987605
RUNJOBID= node127-1303987381-7589
PBS_JOBID= 13168746
Free space on /tmp= 71788 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309380-1303987605/watcher-3309380-1303987605 -o /tmp/evaluation-result-3309380-1303987605/solver-3309380-1303987605 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309380-1303987605.cnf

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=1198800111

node127.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.823
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.64
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.823
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.83
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.823
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.74
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26163140 kB
Buffers:       1360712 kB
Cached:        4671920 kB
SwapCached:          0 kB
Active:        1900672 kB
Inactive:      4412100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26163140 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            4664 kB
Writeback:           0 kB
AnonPages:      279748 kB
Mapped:          15300 kB
Slab:           409012 kB
PageTables:       4992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   462472 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= 71812 MiB
End job on node127 at 2011-04-28 14:10:07