Trace number 3309869

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/
64/aes_64_1_keyfind_1.cnf
MD5SUM9e18e0ee8a56ea2c59fe8e682ff6c747
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.1631
Satisfiable
(Un)Satisfiability was proved
Number of variables596
Number of clauses2780
Sum of the clauses size10460
Maximum clause length5
Minimum clause length1
Number of clauses of size 1132
Number of clauses of size 280
Number of clauses of size 31168
Number of clauses of size 4336
Number of clauses of size 51064
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-3309869-1303997390/watcher-3309869-1303997390 -o /tmp/evaluation-result-3309869-1303997390/solver-3309869-1303997390 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309869-1303997390.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 2.00 2/177 20884
/proc/meminfo: memFree=19696252/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=19396 CPUtime=0 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 439 0 0 0 0 0 0 0 25 0 1 0 511336996 19861504 375 33554432000 4194304 4309791 140736734957072 18446744073709551615 4232856 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 4849 375 222 29 0 1478 0

[startup+0.0415 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20884
/proc/meminfo: memFree=19696252/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=15524 CPUtime=0.03 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 543 0 0 0 3 0 0 0 25 0 1 0 511336996 15896576 446 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 3881 446 242 29 0 510 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15524

[startup+0.10049 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20884
/proc/meminfo: memFree=19696252/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=16192 CPUtime=0.09 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 717 0 0 0 9 0 0 0 25 0 1 0 511336996 16580608 617 33554432000 4194304 4309791 140736734957072 18446744073709551615 4277688 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 4048 617 242 29 0 677 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16192

[startup+0.300453 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20884
/proc/meminfo: memFree=19696252/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=16576 CPUtime=0.29 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 848 0 0 0 29 0 0 0 25 0 1 0 511336996 16973824 740 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259681 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 4144 740 242 29 0 773 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16576

[startup+0.700386 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20884
/proc/meminfo: memFree=19696252/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=18236 CPUtime=0.69 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 1186 0 0 0 69 0 0 0 25 0 1 0 511336996 18673664 1076 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259376 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 4559 1076 242 29 0 1188 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18236

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20885
/proc/meminfo: memFree=19691924/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=20916 CPUtime=1.49 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 1831 0 0 0 149 0 0 0 25 0 1 0 511336996 21417984 1693 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 5229 1693 242 29 0 1858 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20916

[startup+3.10096 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20885
/proc/meminfo: memFree=19687396/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=23876 CPUtime=3.09 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 2389 0 0 0 309 0 0 0 25 0 1 0 511336996 24449024 2241 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 5969 2241 242 29 0 2598 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23876

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20885
/proc/meminfo: memFree=19684768/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=30952 CPUtime=6.3 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 3821 0 0 0 629 1 0 0 25 0 1 0 511336996 31694848 3664 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259892 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 7738 3664 242 29 0 4367 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 30952

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20885
/proc/meminfo: memFree=19676828/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=38012 CPUtime=12.69 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 5396 0 0 0 1268 1 0 0 25 0 1 0 511336996 38924288 3981 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 9503 3981 242 29 0 6132 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38012

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20886
/proc/meminfo: memFree=19669768/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=29968 CPUtime=25.5 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 9444 0 0 0 2548 2 0 0 25 0 1 0 511336996 30687232 4084 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 7492 4084 243 29 0 4121 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 29968

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20886
/proc/meminfo: memFree=19656484/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=39496 CPUtime=51.09 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 11300 0 0 0 5107 2 0 0 25 0 1 0 511336996 40443904 5918 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259376 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 9874 5918 243 29 0 6503 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 39496

[startup+102.307 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 20888
/proc/meminfo: memFree=19639980/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=39496 CPUtime=102.3 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 14786 0 0 0 10228 2 0 0 25 0 1 0 511336996 40443904 6464 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 9874 6464 243 29 0 6503 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 39496

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 20889
/proc/meminfo: memFree=19694144/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=58140 CPUtime=162.3 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 18326 0 0 0 16227 3 0 0 25 0 1 0 511336996 59535360 9861 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 14535 9861 243 29 0 11164 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 58140

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20891
/proc/meminfo: memFree=19666844/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=58140 CPUtime=222.3 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 18750 0 0 0 22227 3 0 0 25 0 1 0 511336996 59535360 10274 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259235 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 14535 10274 243 29 0 11164 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 58140

[startup+282.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 20893
/proc/meminfo: memFree=19643752/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=58140 CPUtime=282.3 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 19049 0 0 0 28227 3 0 0 25 0 1 0 511336996 59535360 10564 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 14535 10564 243 29 0 11164 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 58140

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 20894
/proc/meminfo: memFree=19624756/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=58140 CPUtime=342.3 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 19409 0 0 0 34227 3 0 0 25 0 1 0 511336996 59535360 10911 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 14535 10911 243 29 0 11164 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 58140

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20896
/proc/meminfo: memFree=19708312/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=58140 CPUtime=402.3 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 24403 0 0 0 40226 4 0 0 25 0 1 0 511336996 59535360 11132 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 14535 11132 243 29 0 11164 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 58140

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20897
/proc/meminfo: memFree=19659184/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=99156 CPUtime=462.31 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 27412 0 0 0 46226 5 0 0 25 0 1 0 511336996 101535744 14063 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 24789 14063 243 29 0 21418 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 99156

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20899
/proc/meminfo: memFree=19633496/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=99156 CPUtime=522.31 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 27631 0 0 0 52226 5 0 0 25 0 1 0 511336996 101535744 14275 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259917 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 24789 14275 243 29 0 21418 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 99156

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20901
/proc/meminfo: memFree=19612264/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=99156 CPUtime=582.31 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 27885 0 0 0 58226 5 0 0 25 0 1 0 511336996 101535744 14522 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259317 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 24789 14522 243 29 0 21418 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 99156

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.07 1.02 1.19 2/172 21158
/proc/meminfo: memFree=19775484/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=114980 CPUtime=4062.4 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39172 0 0 0 406231 9 0 0 25 0 1 0 511336996 117739520 25273 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259895 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 28745 25273 243 29 0 25374 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 114980

[startup+4122.3 s]
/proc/loadavg: 1.02 1.01 1.18 2/172 21160
/proc/meminfo: memFree=19775716/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=114980 CPUtime=4122.39 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39172 0 0 0 412230 9 0 0 25 0 1 0 511336996 117739520 25273 33554432000 4194304 4309791 140736734957072 18446744073709551615 4275204 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 28745 25273 243 29 0 25374 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 114980

[startup+4182.3 s]
/proc/loadavg: 1.01 1.00 1.17 2/172 21162
/proc/meminfo: memFree=19775588/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=114980 CPUtime=4182.39 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39172 0 0 0 418230 9 0 0 25 0 1 0 511336996 117739520 25273 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 28745 25273 243 29 0 25374 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 114980

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/172 21163
/proc/meminfo: memFree=19775576/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=114980 CPUtime=4242.4 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39172 0 0 0 424231 9 0 0 25 0 1 0 511336996 117739520 25273 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 28745 25273 243 29 0 25374 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 114980

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/172 21165
/proc/meminfo: memFree=19775556/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=114980 CPUtime=4302.4 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39172 0 0 0 430231 9 0 0 25 0 1 0 511336996 117739520 25273 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259898 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 28745 25273 243 29 0 25374 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 114980

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/172 21166
/proc/meminfo: memFree=19775660/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=114980 CPUtime=4362.4 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39172 0 0 0 436231 9 0 0 25 0 1 0 511336996 117739520 25273 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 28745 25273 243 29 0 25374 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 114980

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/172 21168
/proc/meminfo: memFree=19775640/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=114980 CPUtime=4422.4 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39172 0 0 0 442231 9 0 0 25 0 1 0 511336996 117739520 25273 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259191 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 28745 25273 243 29 0 25374 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 114980

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/172 21170
/proc/meminfo: memFree=19775740/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=114980 CPUtime=4482.4 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39172 0 0 0 448231 9 0 0 25 0 1 0 511336996 117739520 25273 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 28745 25273 243 29 0 25374 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 114980

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/172 21171
/proc/meminfo: memFree=19775724/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=114980 CPUtime=4542.4 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39172 0 0 0 454231 9 0 0 25 0 1 0 511336996 117739520 25273 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 28745 25273 243 29 0 25374 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 114980

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/172 21173
/proc/meminfo: memFree=19775212/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=115404 CPUtime=4602.41 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39284 0 0 0 460232 9 0 0 25 0 1 0 511336996 118173696 25379 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 28851 25379 243 29 0 25480 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 115404

[startup+4662.3 s]
/proc/loadavg: 1.04 1.01 1.09 2/172 21174
/proc/meminfo: memFree=19775316/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=115404 CPUtime=4662.41 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39284 0 0 0 466232 9 0 0 25 0 1 0 511336996 118173696 25379 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 28851 25379 243 29 0 25480 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 115404

[startup+4722.31 s]
/proc/loadavg: 1.01 1.01 1.08 2/172 21176
/proc/meminfo: memFree=19775176/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=115404 CPUtime=4722.41 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39284 0 0 0 472232 9 0 0 25 0 1 0 511336996 118173696 25379 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 28851 25379 243 29 0 25480 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 115404

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/172 21178
/proc/meminfo: memFree=19773792/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=116844 CPUtime=4782.4 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39658 0 0 0 478231 9 0 0 25 0 1 0 511336996 119648256 25739 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259235 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 29211 25739 243 29 0 25840 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 116844

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/172 21179
/proc/meminfo: memFree=19773908/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=116844 CPUtime=4842.41 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39659 0 0 0 484232 9 0 0 25 0 1 0 511336996 119648256 25740 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 29211 25740 243 29 0 25840 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 116844

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/172 21181
/proc/meminfo: memFree=19773884/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=116844 CPUtime=4902.41 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39659 0 0 0 490232 9 0 0 25 0 1 0 511336996 119648256 25740 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 29211 25740 243 29 0 25840 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 116844

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/172 21182
/proc/meminfo: memFree=19773740/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=116844 CPUtime=4962.41 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39659 0 0 0 496232 9 0 0 25 0 1 0 511336996 119648256 25740 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 29211 25740 243 29 0 25840 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 116844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.05 2/172 21183
/proc/meminfo: memFree=19773848/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=116844 CPUtime=5000.01 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39659 0 0 0 499992 9 0 0 25 0 1 0 511336996 119648256 25740 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 29211 25740 243 29 0 25840 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 116844

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: 1.00 1.00 1.05 2/172 21183
/proc/meminfo: memFree=19773848/32951124 swapFree=67111464/67111528
[pid=20884] ppid=20882 vsize=116844 CPUtime=5000.01 cores=1,3,5,7
/proc/20884/stat : 20884 (glueminisat) R 20882 20884 20405 0 -1 4202496 39659 0 0 0 499992 9 0 0 25 0 1 0 511336996 119648256 25740 33554432000 4194304 4309791 140736734957072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20884/statm: 29211 25740 243 29 0 25840 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 116844

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

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

runsolver used 6.53401 second user time and 16.7994 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-28 15:29:50
IDJOB=3309869
IDBENCH=83420
IDSOLVER=1694
FILE ID=node136/3309869-1303997390
RUNJOBID= node136-1303987379-20424
PBS_JOBID= 13168738
Free space on /tmp= 72332 MiB

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

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

MD5SUM BENCH= 9e18e0ee8a56ea2c59fe8e682ff6c747
RANDOM SEED=969142010

node136.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	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
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.76
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.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.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.83
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19696532 kB
Buffers:       1734992 kB
Cached:       10690744 kB
SwapCached:         60 kB
Active:        5712816 kB
Inactive:      6963244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19696532 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:             428 kB
Writeback:           0 kB
AnonPages:      249456 kB
Mapped:          15200 kB
Slab:           515920 kB
PageTables:       5108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   414080 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= 72336 MiB
End job on node136 at 2011-04-28 16:53:12