Trace number 3350227

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
minisat hack: LR_GL_NOSHR 2011-03-02? (TO) 1300.04 1300.02

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_3_keyfind_1.cnf
MD5SUMff59ad0e88befc51bfa041e45143dc53
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 variables2808
Number of clauses30432
Sum of the clauses size167020
Maximum clause length8
Minimum clause length1
Number of clauses of size 1280
Number of clauses of size 2384
Number of clauses of size 35024
Number of clauses of size 4960
Number of clauses of size 56144
Number of clauses of size over 517640

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: 961)

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-3350227-1304972746/watcher-3350227-1304972746 -o /tmp/evaluation-result-3350227-1304972746/solver-3350227-1304972746 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350227-1304972746.cnf -verb=0 -model -no-shrinking 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.09 2.42 3.21 3/356 4797
/proc/meminfo: memFree=23233508/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=20112 CPUtime=0 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 641 0 0 0 0 0 0 0 20 0 1 0 608874196 20594688 574 33554432000 4194304 4300056 140734764278752 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 5028 574 221 26 0 1660 0

[startup+0.0790689 s]
/proc/loadavg: 1.09 2.42 3.21 3/356 4797
/proc/meminfo: memFree=23233508/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=20772 CPUtime=0.07 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 1249 0 0 0 7 0 0 0 20 0 1 0 608874196 21270528 1155 33554432000 4194304 4300056 140734764278752 18446744073709551615 4232832 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 5193 1155 227 26 0 1825 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20772

[startup+0.101046 s]
/proc/loadavg: 1.09 2.42 3.21 3/356 4797
/proc/meminfo: memFree=23233508/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=20772 CPUtime=0.09 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 1249 0 0 0 9 0 0 0 20 0 1 0 608874196 21270528 1155 33554432000 4194304 4300056 140734764278752 18446744073709551615 4230341 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 5193 1155 227 26 0 1825 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20772

[startup+0.301015 s]
/proc/loadavg: 1.09 2.42 3.21 3/356 4797
/proc/meminfo: memFree=23233508/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=20644 CPUtime=0.29 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 2258 0 0 0 29 0 0 0 21 0 1 0 608874196 21139456 1816 33554432000 4194304 4300056 140734764278752 18446744073709551615 4254711 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 5161 1816 245 26 0 1793 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20644

[startup+0.700948 s]
/proc/loadavg: 1.09 2.42 3.21 3/356 4797
/proc/meminfo: memFree=23233508/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=24996 CPUtime=0.69 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 3278 0 0 0 69 0 0 0 22 0 1 0 608874196 25595904 2774 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 6249 2774 245 26 0 2881 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24996

[startup+1.50081 s]
/proc/loadavg: 1.33 2.44 3.22 5/368 4820
/proc/meminfo: memFree=23183752/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=29040 CPUtime=1.49 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 3747 0 0 0 149 0 0 0 25 0 1 0 608874196 29736960 3229 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 7260 3229 245 26 0 3892 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29040

[startup+3.10055 s]
/proc/loadavg: 1.33 2.44 3.22 5/368 4820
/proc/meminfo: memFree=23172840/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=29040 CPUtime=3.09 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 3998 0 0 0 309 0 0 0 25 0 1 0 608874196 29736960 3466 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 7260 3466 245 26 0 3892 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29040

[startup+6.301 s]
/proc/loadavg: 1.33 2.44 3.22 5/368 4820
/proc/meminfo: memFree=23155600/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=24684 CPUtime=6.29 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 7320 0 0 0 628 1 0 0 25 0 1 0 608874196 25276416 2942 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 6171 2942 245 26 0 2803 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24684

[startup+12.7009 s]
/proc/loadavg: 1.88 2.53 3.24 5/368 4820
/proc/meminfo: memFree=23122036/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=40984 CPUtime=12.69 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 12292 0 0 0 1268 1 0 0 25 0 1 0 608874196 41967616 5999 33554432000 4194304 4300056 140734764278752 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 10246 5999 245 26 0 6878 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40984

[startup+25.5008 s]
/proc/loadavg: 2.21 2.57 3.24 5/368 4821
/proc/meminfo: memFree=23084212/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=43660 CPUtime=25.49 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 14172 0 0 0 2548 1 0 0 25 0 1 0 608874196 44707840 7729 33554432000 4194304 4300056 140734764278752 18446744073709551615 4274956 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 10915 7729 245 26 0 7547 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43660

[startup+51.1005 s]
/proc/loadavg: 2.82 2.69 3.26 5/368 4821
/proc/meminfo: memFree=23080836/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=48056 CPUtime=51.09 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 18686 0 0 0 5107 2 0 0 25 0 1 0 608874196 49209344 8828 33554432000 4194304 4300056 140734764278752 18446744073709551615 4274956 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 12014 8828 245 26 0 8646 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 48056

[startup+102.314 s]
/proc/loadavg: 3.53 2.91 3.30 5/368 4823
/proc/meminfo: memFree=23054420/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=71316 CPUtime=102.3 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 23602 0 0 0 10227 3 0 0 25 0 1 0 608874196 73027584 10491 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 17829 10491 245 26 0 14461 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 71316

[startup+162.301 s]
/proc/loadavg: 3.90 3.12 3.35 5/368 4824
/proc/meminfo: memFree=23042496/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=71316 CPUtime=162.3 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 27847 0 0 0 16226 4 0 0 25 0 1 0 608874196 73027584 14642 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 17829 14642 245 26 0 14461 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 71316

[startup+222.301 s]
/proc/loadavg: 3.96 3.28 3.39 5/368 4826
/proc/meminfo: memFree=23011104/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=71872 CPUtime=222.29 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 33065 0 0 0 22225 4 0 0 25 0 1 0 608874196 73596928 14643 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 17968 14643 245 26 0 14600 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 71872

[startup+282.3 s]
/proc/loadavg: 4.18 3.45 3.44 5/368 4828
/proc/meminfo: memFree=23035148/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=102220 CPUtime=282.29 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 33254 0 0 0 28225 4 0 0 25 0 1 0 608874196 104673280 14827 33554432000 4194304 4300056 140734764278752 18446744073709551615 4262744 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 25555 14827 245 26 0 22187 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 102220

[startup+342.3 s]
/proc/loadavg: 4.06 3.55 3.47 5/368 4829
/proc/meminfo: memFree=23017144/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=102220 CPUtime=342.29 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 33430 0 0 0 34225 4 0 0 25 0 1 0 608874196 104673280 14993 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 25555 14993 245 26 0 22187 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 102220

[startup+402.3 s]
/proc/loadavg: 4.02 3.63 3.50 5/368 4831
/proc/meminfo: memFree=22939256/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=102220 CPUtime=402.29 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 39472 0 0 0 40224 5 0 0 25 0 1 0 608874196 104673280 20908 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 25555 20908 245 26 0 22187 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 102220

[startup+462.301 s]
/proc/loadavg: 4.01 3.69 3.53 5/368 4832
/proc/meminfo: memFree=22928944/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=102220 CPUtime=462.3 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 40961 0 0 0 46224 6 0 0 25 0 1 0 608874196 104673280 22370 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 25555 22370 245 26 0 22187 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 102220

[startup+522.301 s]
/proc/loadavg: 4.00 3.75 3.56 5/368 4834
/proc/meminfo: memFree=22935748/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=102220 CPUtime=522.3 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 40961 0 0 0 52224 6 0 0 25 0 1 0 608874196 104673280 22370 33554432000 4194304 4300056 140734764278752 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 25555 22370 245 26 0 22187 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 102220

[startup+582.301 s]
/proc/loadavg: 4.12 3.82 3.59 5/368 4836
/proc/meminfo: memFree=22923200/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=102220 CPUtime=582.3 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 40961 0 0 0 58224 6 0 0 25 0 1 0 608874196 104673280 22370 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 25555 22370 245 26 0 22187 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 102220

[startup+642.301 s]
/proc/loadavg: 4.10 3.87 3.62 5/368 4837
/proc/meminfo: memFree=22971784/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=102220 CPUtime=642.31 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 40962 0 0 0 64225 6 0 0 25 0 1 0 608874196 104673280 22371 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 25555 22371 245 26 0 22187 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 102220

[startup+702.301 s]
/proc/loadavg: 4.04 3.89 3.64 5/368 4839
/proc/meminfo: memFree=22971144/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=113964 CPUtime=702.3 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 50856 0 0 0 70223 7 0 0 25 0 1 0 608874196 116699136 23335 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 28491 23335 245 26 0 25123 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 113964

[startup+762.314 s]
/proc/loadavg: 4.09 3.94 3.67 5/368 4840
/proc/meminfo: memFree=22950916/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=113964 CPUtime=762.31 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 52886 0 0 0 76223 8 0 0 25 0 1 0 608874196 116699136 25306 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 28491 25306 245 26 0 25123 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 113964

[startup+822.3 s]
/proc/loadavg: 4.11 3.97 3.70 5/368 4842
/proc/meminfo: memFree=22935892/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=113964 CPUtime=822.3 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 52886 0 0 0 82222 8 0 0 25 0 1 0 608874196 116699136 25306 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 28491 25306 245 26 0 25123 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 113964

[startup+882.3 s]
/proc/loadavg: 4.08 3.99 3.72 5/368 4844
/proc/meminfo: memFree=22931156/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=113964 CPUtime=882.3 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 52886 0 0 0 88222 8 0 0 25 0 1 0 608874196 116699136 25306 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 28491 25306 245 26 0 25123 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 113964

[startup+942.3 s]
/proc/loadavg: 4.07 4.00 3.74 5/368 4845
/proc/meminfo: memFree=22933616/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=113964 CPUtime=942.3 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 52886 0 0 0 94222 8 0 0 25 0 1 0 608874196 116699136 25306 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 28491 25306 245 26 0 25123 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 113964

[startup+1002.3 s]
/proc/loadavg: 4.02 4.00 3.75 5/368 4847
/proc/meminfo: memFree=22929884/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=113964 CPUtime=1002.3 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 52886 0 0 0 100222 8 0 0 25 0 1 0 608874196 116699136 25306 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 28491 25306 245 26 0 25123 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 113964

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.76 5/368 4848
/proc/meminfo: memFree=22935700/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=113964 CPUtime=1062.3 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 52886 0 0 0 106222 8 0 0 25 0 1 0 608874196 116699136 25306 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256488 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 28491 25306 245 26 0 25123 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 113964

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.77 5/368 4850
/proc/meminfo: memFree=22932824/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=113964 CPUtime=1122.31 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 52888 0 0 0 112223 8 0 0 25 0 1 0 608874196 116699136 25308 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 28491 25308 245 26 0 25123 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 113964

[startup+1182.3 s]
/proc/loadavg: 4.08 4.02 3.79 5/368 4852
/proc/meminfo: memFree=22827156/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=113964 CPUtime=1182.31 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 70584 0 0 0 118220 11 0 0 25 0 1 0 608874196 116699136 25308 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 28491 25308 245 26 0 25123 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 113964

[startup+1242.3 s]
/proc/loadavg: 4.03 4.01 3.80 5/368 4853
/proc/meminfo: memFree=22877236/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=113964 CPUtime=1242.31 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 70584 0 0 0 124220 11 0 0 25 0 1 0 608874196 116699136 25308 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 28491 25308 245 26 0 25123 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 113964



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.01 3.81 5/368 4855
/proc/meminfo: memFree=22933896/32951132 swapFree=64495964/67111528
[pid=4797] ppid=4795 vsize=106720 CPUtime=1300.02 cores=5,7
/proc/4797/stat : 4797 (lr_gl_shr) R 4795 4797 3848 0 -1 4202496 77135 0 0 0 129989 13 0 0 25 0 1 0 608874196 109281280 22576 33554432000 4194304 4300056 140734764278752 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4797/statm: 26680 22576 245 26 0 23312 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 106720

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.9
CPU system time (s): 0.139978
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 163284

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

runsolver used 4.6023 second user time and 10.7884 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-09 22:25:46
IDJOB=3350227
IDBENCH=83408
IDSOLVER=1815
FILE ID=node129/3350227-1304972746
RUNJOBID= node129-1304972746-4780
PBS_JOBID= 13285621
Free space on /tmp= 48124 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_3_keyfind_1.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350227-1304972746/watcher-3350227-1304972746 -o /tmp/evaluation-result-3350227-1304972746/solver-3350227-1304972746 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350227-1304972746.cnf -verb=0 -model -no-shrinking 

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
RANDOM SEED=626540638

node129.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.831
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.831
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.831
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.831
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.82
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.831
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.74
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.831
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.831
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.831
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:     32951132 kB
MemFree:      23234156 kB
Buffers:        148892 kB
Cached:        4413916 kB
SwapCached:      52448 kB
Active:        2346560 kB
Inactive:      7168780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23234156 kB
SwapTotal:    67111528 kB
SwapFree:     64495964 kB
Dirty:            2360 kB
Writeback:           8 kB
AnonPages:     4908452 kB
Mapped:          16692 kB
Slab:            99564 kB
PageTables:      38552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79744788 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 48116 MiB
End job on node129 at 2011-05-09 22:47:28