Trace number 3309854

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.91

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_2_keyfind_1.cnf
MD5SUM19e0b91e7d093f7cb35b11b46708a49b
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 variables2000
Number of clauses20544
Sum of the clauses size111944
Maximum clause length8
Minimum clause length1
Number of clauses of size 1272
Number of clauses of size 2256
Number of clauses of size 33520
Number of clauses of size 4640
Number of clauses of size 54096
Number of clauses of size over 511760

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-3309854-1303997332/watcher-3309854-1303997332 -o /tmp/evaluation-result-3309854-1303997332/solver-3309854-1303997332 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309854-1303997332.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.08 2.02 2.00 2/181 14814
/proc/meminfo: memFree=25335464/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=19980 CPUtime=0 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 739 0 0 0 0 0 0 0 25 0 1 0 511331324 20459520 669 33554432000 4194304 4309791 140734006753792 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14814/statm: 4995 669 215 29 0 1624 0

[startup+0.0536239 s]
/proc/loadavg: 2.08 2.02 2.00 2/181 14814
/proc/meminfo: memFree=25335464/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=21060 CPUtime=0.05 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 1139 0 0 0 5 0 0 0 25 0 1 0 511331324 21565440 1049 33554432000 4194304 4309791 140734006753792 18446744073709551615 4226931 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14814/statm: 5265 1049 224 29 0 1894 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21060

[startup+0.100614 s]
/proc/loadavg: 2.08 2.02 2.00 2/181 14814
/proc/meminfo: memFree=25335464/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=17720 CPUtime=0.09 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 1360 0 0 0 9 0 0 0 25 0 1 0 511331324 18145280 1065 33554432000 4194304 4309791 140734006753792 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14814/statm: 4430 1065 246 29 0 1059 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17720

[startup+0.300578 s]
/proc/loadavg: 2.08 2.02 2.00 2/181 14814
/proc/meminfo: memFree=25335464/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=21164 CPUtime=0.29 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 2106 0 0 0 29 0 0 0 25 0 1 0 511331324 21671936 1538 33554432000 4194304 4309791 140734006753792 18446744073709551615 232335557418 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14814/statm: 5291 1538 246 29 0 1920 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21164

[startup+0.700509 s]
/proc/loadavg: 2.08 2.02 2.00 2/181 14814
/proc/meminfo: memFree=25335464/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=22828 CPUtime=0.69 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 2824 0 0 0 69 0 0 0 25 0 1 0 511331324 23375872 2216 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259184 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14814/statm: 5707 2216 246 29 0 2336 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22828

[startup+1.50037 s]
/proc/loadavg: 2.08 2.02 2.00 3/182 14815
/proc/meminfo: memFree=25326412/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=24504 CPUtime=1.49 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 3465 0 0 0 149 0 0 0 25 0 1 0 511331324 25092096 2812 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14814/statm: 6126 2812 246 29 0 2755 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24504

[startup+3.10108 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 14815
/proc/meminfo: memFree=25322692/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=30228 CPUtime=3.09 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 4224 0 0 0 309 0 0 0 25 0 1 0 511331324 30953472 3539 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259381 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14814/statm: 7557 3539 246 29 0 4186 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30228

[startup+6.30051 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 14816
/proc/meminfo: memFree=25319604/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=32952 CPUtime=6.29 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 5199 0 0 0 629 0 0 0 25 0 1 0 511331324 33742848 4458 33554432000 4194304 4309791 140734006753792 18446744073709551615 4278218 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14814/statm: 8238 4458 246 29 0 4867 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32952

[startup+12.7004 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 14816
/proc/meminfo: memFree=25312916/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=44928 CPUtime=12.69 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 7619 0 0 0 1268 1 0 0 25 0 1 0 511331324 46006272 6851 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14814/statm: 11232 6851 246 29 0 7861 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44928

[startup+25.5011 s]
/proc/loadavg: 2.05 2.02 2.00 3/182 14816
/proc/meminfo: memFree=25302748/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=42244 CPUtime=25.49 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 9813 0 0 0 2548 1 0 0 25 0 1 0 511331324 43257856 7024 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14814/statm: 10561 7024 246 29 0 7190 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42244

[startup+51.1006 s]
/proc/loadavg: 2.03 2.02 2.00 3/182 14817
/proc/meminfo: memFree=25371288/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=60212 CPUtime=51.08 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 16342 0 0 0 5106 2 0 0 25 0 1 0 511331324 61657088 10288 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14814/statm: 15053 10288 246 29 0 11682 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 60212

[startup+102.306 s]
/proc/loadavg: 2.05 2.03 2.00 3/182 14818
/proc/meminfo: memFree=25325776/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=60212 CPUtime=102.29 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 17616 0 0 0 10226 3 0 0 25 0 1 0 511331324 61657088 11523 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 15053 11523 246 29 0 11682 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 60212

[startup+162.301 s]
/proc/loadavg: 2.12 2.05 2.01 3/182 14820
/proc/meminfo: memFree=25296988/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=80476 CPUtime=162.29 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 25328 0 0 0 16225 4 0 0 25 0 1 0 511331324 82407424 14484 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 20119 14484 246 29 0 16748 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 80476

[startup+222.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/182 14821
/proc/meminfo: memFree=25280464/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=80476 CPUtime=222.29 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 25817 0 0 0 22225 4 0 0 25 0 1 0 511331324 82407424 14965 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 20119 14965 246 29 0 16748 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 80476

[startup+282.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/182 14823
/proc/meminfo: memFree=25264204/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=80476 CPUtime=282.29 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 26446 0 0 0 28225 4 0 0 25 0 1 0 511331324 82407424 15581 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 20119 15581 246 29 0 16748 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 80476

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/182 14825
/proc/meminfo: memFree=25310688/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=80476 CPUtime=342.29 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 26992 0 0 0 34225 4 0 0 25 0 1 0 511331324 82407424 16113 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 20119 16113 246 29 0 16748 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 80476

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/182 14826
/proc/meminfo: memFree=25292440/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=80476 CPUtime=402.29 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 27339 0 0 0 40225 4 0 0 25 0 1 0 511331324 82407424 16452 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259892 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 20119 16452 246 29 0 16748 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 80476

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 14828
/proc/meminfo: memFree=25275420/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=80476 CPUtime=462.29 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 35431 0 0 0 46224 5 0 0 25 0 1 0 511331324 82407424 16838 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 20119 16838 246 29 0 16748 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 80476

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 14829
/proc/meminfo: memFree=25262496/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=80476 CPUtime=522.29 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 43436 0 0 0 52223 6 0 0 25 0 1 0 511331324 82407424 16838 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 20119 16838 246 29 0 16748 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 80476

[startup+582.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 14831
/proc/meminfo: memFree=25343568/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=80476 CPUtime=582.29 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 51667 0 0 0 58222 7 0 0 25 0 1 0 511331324 82407424 16838 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 20119 16838 246 29 0 16748 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 80476

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.02 2.04 2.00 3/182 14964
/proc/meminfo: memFree=25228252/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=197992 CPUtime=4062.4 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 450349 0 0 0 406134 106 0 0 25 0 1 0 511331324 202743808 39043 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 49498 39043 246 29 0 46127 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 197992

[startup+4122.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/182 14965
/proc/meminfo: memFree=25260968/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=197992 CPUtime=4122.38 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 453873 0 0 0 412131 107 0 0 25 0 1 0 511331324 202743808 42472 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259874 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 49498 42472 246 29 0 46127 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 197992

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 14967
/proc/meminfo: memFree=25290336/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=117852 CPUtime=4182.39 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 454707 0 0 0 418131 108 0 0 25 0 1 0 511331324 120680448 26180 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 29463 26180 246 29 0 26092 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 117852

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 14969
/proc/meminfo: memFree=25231412/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=167172 CPUtime=4242.39 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 466301 0 0 0 424128 111 0 0 25 0 1 0 511331324 171184128 37696 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259892 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 41793 37696 246 29 0 38422 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 167172

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 14970
/proc/meminfo: memFree=25263620/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=197992 CPUtime=4302.4 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 470459 0 0 0 430127 113 0 0 25 0 1 0 511331324 202743808 41779 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 49498 41779 246 29 0 46127 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 197992

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 14972
/proc/meminfo: memFree=25284680/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=117852 CPUtime=4362.4 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 472786 0 0 0 436126 114 0 0 25 0 1 0 511331324 120680448 26180 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259909 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 29463 26180 246 29 0 26092 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 117852

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14973
/proc/meminfo: memFree=25230468/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=167172 CPUtime=4422.4 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 483157 0 0 0 442124 116 0 0 25 0 1 0 511331324 171184128 36499 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 41793 36499 246 29 0 38422 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 167172

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14975
/proc/meminfo: memFree=25238752/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=197992 CPUtime=4482.4 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 487295 0 0 0 448122 118 0 0 25 0 1 0 511331324 202743808 40552 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 49498 40552 246 29 0 46127 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 197992

[startup+4542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 14977
/proc/meminfo: memFree=25210700/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=197992 CPUtime=4542.4 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 490575 0 0 0 454120 120 0 0 25 0 1 0 511331324 202743808 43762 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 49498 43762 246 29 0 46127 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 197992

[startup+4602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 14978
/proc/meminfo: memFree=25235724/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=167172 CPUtime=4602.4 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 498966 0 0 0 460119 121 0 0 25 0 1 0 511331324 171184128 34369 33554432000 4194304 4309791 140734006753792 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 41793 34369 246 29 0 38422 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 167172

[startup+4662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 14980
/proc/meminfo: memFree=25245616/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=167172 CPUtime=4662.4 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 503137 0 0 0 466117 123 0 0 25 0 1 0 511331324 171184128 38438 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259889 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 41793 38438 246 29 0 38422 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 167172

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14981
/proc/meminfo: memFree=25217200/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=197992 CPUtime=4722.41 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 506593 0 0 0 472116 125 0 0 25 0 1 0 511331324 202743808 41819 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259381 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 49498 41819 246 29 0 46127 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 197992

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14983
/proc/meminfo: memFree=25306828/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=117852 CPUtime=4782.4 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 508902 0 0 0 478114 126 0 0 25 0 1 0 511331324 120680448 26181 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 29463 26181 246 29 0 26092 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 117852

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14985
/proc/meminfo: memFree=25223224/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=167172 CPUtime=4842.4 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 518192 0 0 0 484112 128 0 0 25 0 1 0 511331324 171184128 35449 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 41793 35449 246 29 0 38422 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 167172

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14986
/proc/meminfo: memFree=25248372/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=197992 CPUtime=4902.41 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 522518 0 0 0 490110 131 0 0 25 0 1 0 511331324 202743808 39673 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 49498 39673 246 29 0 46127 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 197992

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14988
/proc/meminfo: memFree=25200976/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=197992 CPUtime=4962.41 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 525910 0 0 0 496109 132 0 0 25 0 1 0 511331324 202743808 42992 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 49498 42992 246 29 0 46127 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 197992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14989
/proc/meminfo: memFree=25258868/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=117852 CPUtime=5000.02 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 527575 0 0 0 499869 133 0 0 25 0 1 0 511331324 120680448 26181 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 29463 26181 246 29 0 26092 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 117852

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/182 14989
/proc/meminfo: memFree=25258868/32951124 swapFree=67111524/67111528
[pid=14814] ppid=14812 vsize=117852 CPUtime=5000.02 cores=1,3,5,7
/proc/14814/stat : 14814 (glueminisat) R 14812 14814 14312 0 -1 4202496 527575 0 0 0 499869 133 0 0 25 0 1 0 511331324 120680448 26181 33554432000 4194304 4309791 140734006753792 18446744073709551615 4259937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14814/statm: 29463 26181 246 29 0 26092 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 117852

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.03
CPU user time (s): 4998.69
CPU system time (s): 1.3388
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 197992

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

runsolver used 8.00278 second user time and 19.2591 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-28 15:28:52
IDJOB=3309854
IDBENCH=83410
IDSOLVER=1694
FILE ID=node132/3309854-1303997332
RUNJOBID= node132-1303987380-14331
PBS_JOBID= 13168742
Free space on /tmp= 71868 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_2_keyfind_1.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309854-1303997332/watcher-3309854-1303997332 -o /tmp/evaluation-result-3309854-1303997332/solver-3309854-1303997332 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309854-1303997332.cnf

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

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=554630681

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.67
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.833
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.833
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:     32951124 kB
MemFree:      25335744 kB
Buffers:        731896 kB
Cached:        6136388 kB
SwapCached:          4 kB
Active:        1686844 kB
Inactive:      5440364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25335744 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             816 kB
Writeback:           0 kB
AnonPages:      258556 kB
Mapped:          15224 kB
Slab:           425188 kB
PageTables:       5232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   406644 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71872 MiB
End job on node132 at 2011-04-28 16:52:14