Trace number 3350230

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 1300.01

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
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 variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
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: 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-3350230-1304972926/watcher-3350230-1304972926 -o /tmp/evaluation-result-3350230-1304972926/solver-3350230-1304972926 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350230-1304972926.cnf -verb=0 -model -no-shrinking 

running on 2 cores: 1,3

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: 3.87 4.00 3.91 4/397 16840
/proc/meminfo: memFree=28191236/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=14412 CPUtime=0.01 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 527 0 0 0 1 0 0 0 25 0 1 0 608891273 14757888 426 33554432000 4194304 4300056 140736824451664 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 3603 426 242 26 0 235 0

[startup+0.0838289 s]
/proc/loadavg: 3.87 4.00 3.91 4/397 16840
/proc/meminfo: memFree=28191236/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=14852 CPUtime=0.08 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 644 0 0 0 8 0 0 0 25 0 1 0 608891273 15208448 531 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 3713 531 242 26 0 345 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14852

[startup+0.100825 s]
/proc/loadavg: 3.87 4.00 3.91 4/397 16840
/proc/meminfo: memFree=28191236/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=15328 CPUtime=0.09 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 657 0 0 0 9 0 0 0 25 0 1 0 608891273 15695872 544 33554432000 4194304 4300056 140736824451664 18446744073709551615 4255920 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 3832 544 243 26 0 464 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15328

[startup+0.300793 s]
/proc/loadavg: 3.87 4.00 3.91 4/397 16840
/proc/meminfo: memFree=28191236/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=15328 CPUtime=0.29 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 735 0 0 0 29 0 0 0 25 0 1 0 608891273 15695872 619 33554432000 4194304 4300056 140736824451664 18446744073709551615 4263773 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 3832 619 243 26 0 464 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15328

[startup+0.700725 s]
/proc/loadavg: 3.87 4.00 3.91 4/397 16840
/proc/meminfo: memFree=28191236/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=15328 CPUtime=0.69 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 791 0 0 0 69 0 0 0 25 0 1 0 608891273 15695872 673 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 3832 673 243 26 0 464 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15328

[startup+1.50059 s]
/proc/loadavg: 3.87 4.00 3.91 5/398 16841
/proc/meminfo: memFree=28186160/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=16040 CPUtime=1.49 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 871 0 0 0 149 0 0 0 25 0 1 0 608891273 16424960 749 33554432000 4194304 4300056 140736824451664 18446744073709551615 4262999 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 4010 749 243 26 0 642 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16040

[startup+3.10032 s]
/proc/loadavg: 3.87 4.00 3.91 5/398 16841
/proc/meminfo: memFree=28183448/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=16040 CPUtime=3.09 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 953 0 0 0 309 0 0 0 25 0 1 0 608891273 16424960 831 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 4010 831 243 26 0 642 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16040

[startup+6.30079 s]
/proc/loadavg: 3.88 4.00 3.91 5/398 16841
/proc/meminfo: memFree=28178252/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=16568 CPUtime=6.29 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 986 0 0 0 629 0 0 0 25 0 1 0 608891273 16965632 862 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 4142 862 243 26 0 774 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16568

[startup+12.7008 s]
/proc/loadavg: 3.89 4.00 3.91 5/398 16841
/proc/meminfo: memFree=28132492/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=16808 CPUtime=12.69 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 1161 0 0 0 1269 0 0 0 25 0 1 0 608891273 17211392 1022 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 4202 1022 243 26 0 834 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16808

[startup+25.5006 s]
/proc/loadavg: 3.91 4.00 3.91 5/398 16842
/proc/meminfo: memFree=28150460/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=17820 CPUtime=25.49 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 1284 0 0 0 2549 0 0 0 25 0 1 0 608891273 18247680 1142 33554432000 4194304 4300056 140736824451664 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 4455 1142 243 26 0 1087 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17820

[startup+51.1003 s]
/proc/loadavg: 3.94 4.00 3.91 5/398 16842
/proc/meminfo: memFree=28190624/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=18864 CPUtime=51.09 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 1524 0 0 0 5109 0 0 0 25 0 1 0 608891273 19316736 1371 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 4716 1371 243 26 0 1348 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 18864

[startup+102.315 s]
/proc/loadavg: 3.97 4.00 3.91 5/398 16844
/proc/meminfo: memFree=28159336/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=20904 CPUtime=102.3 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 1997 0 0 0 10230 0 0 0 25 0 1 0 608891273 21405696 1825 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 5226 1825 243 26 0 1858 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 20904

[startup+162.301 s]
/proc/loadavg: 4.12 4.03 3.92 5/398 16845
/proc/meminfo: memFree=28151108/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=20904 CPUtime=162.28 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 2011 0 0 0 16228 0 0 0 25 0 1 0 608891273 21405696 1839 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 5226 1839 243 26 0 1858 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 20904

[startup+222.3 s]
/proc/loadavg: 3.52 3.88 3.87 4/392 16865
/proc/meminfo: memFree=28256548/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=20904 CPUtime=222.29 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 2011 0 0 0 22229 0 0 0 25 0 1 0 608891273 21405696 1839 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 5226 1839 243 26 0 1858 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 20904

[startup+282.3 s]
/proc/loadavg: 3.19 3.72 3.82 4/392 16866
/proc/meminfo: memFree=28276596/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=20904 CPUtime=282.28 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 2241 0 0 0 28228 0 0 0 25 0 1 0 608891273 21405696 2058 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 5226 2058 243 26 0 1858 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 20904

[startup+342.3 s]
/proc/loadavg: 3.07 3.58 3.76 4/392 16868
/proc/meminfo: memFree=28239352/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=22672 CPUtime=342.28 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 2365 0 0 0 34228 0 0 0 25 0 1 0 608891273 23216128 2180 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 5668 2180 243 26 0 2300 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 22672

[startup+402.3 s]
/proc/loadavg: 3.16 3.51 3.72 4/392 16870
/proc/meminfo: memFree=28274280/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=22672 CPUtime=402.28 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 2402 0 0 0 40228 0 0 0 25 0 1 0 608891273 23216128 2216 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 5668 2216 243 26 0 2300 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 22672

[startup+462.301 s]
/proc/loadavg: 3.12 3.43 3.68 4/392 16871
/proc/meminfo: memFree=28237908/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=22672 CPUtime=462.28 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 2402 0 0 0 46228 0 0 0 25 0 1 0 608891273 23216128 2216 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 5668 2216 243 26 0 2300 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 22672

[startup+522.301 s]
/proc/loadavg: 3.12 3.38 3.64 4/392 16873
/proc/meminfo: memFree=28259572/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=22672 CPUtime=522.28 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 2402 0 0 0 52228 0 0 0 25 0 1 0 608891273 23216128 2216 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 5668 2216 243 26 0 2300 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 22672

[startup+582.301 s]
/proc/loadavg: 3.08 3.32 3.61 4/392 16874
/proc/meminfo: memFree=28230016/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=23072 CPUtime=582.28 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 2799 0 0 0 58228 0 0 0 25 0 1 0 608891273 23625728 2589 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 5768 2589 243 26 0 2400 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 23072

[startup+642.301 s]
/proc/loadavg: 3.02 3.25 3.56 4/392 16876
/proc/meminfo: memFree=28226260/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=24360 CPUtime=642.29 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 2896 0 0 0 64229 0 0 0 25 0 1 0 608891273 24944640 2686 33554432000 4194304 4300056 140736824451664 18446744073709551615 4263267 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 6090 2686 243 26 0 2722 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 24360

[startup+702.301 s]
/proc/loadavg: 3.01 3.21 3.53 4/392 16878
/proc/meminfo: memFree=28214180/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=24360 CPUtime=702.28 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 2896 0 0 0 70228 0 0 0 25 0 1 0 608891273 24944640 2686 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256078 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 6090 2686 243 26 0 2722 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 24360

[startup+762.315 s]
/proc/loadavg: 3.00 3.17 3.49 4/392 16879
/proc/meminfo: memFree=28213896/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=24360 CPUtime=762.29 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 2896 0 0 0 76229 0 0 0 25 0 1 0 608891273 24944640 2686 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 6090 2686 243 26 0 2722 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 24360

[startup+822.301 s]
/proc/loadavg: 3.03 3.15 3.46 4/392 16881
/proc/meminfo: memFree=28212116/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=24360 CPUtime=822.27 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 2896 0 0 0 82227 0 0 0 25 0 1 0 608891273 24944640 2686 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 6090 2686 243 26 0 2722 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 24360

[startup+882.3 s]
/proc/loadavg: 3.01 3.12 3.43 4/392 16882
/proc/meminfo: memFree=28205256/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=27656 CPUtime=882.27 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 3593 0 0 0 88227 0 0 0 25 0 1 0 608891273 28319744 3355 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 6914 3355 243 26 0 3546 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 27656

[startup+942.3 s]
/proc/loadavg: 3.00 3.09 3.40 4/392 16884
/proc/meminfo: memFree=28263868/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=27656 CPUtime=942.27 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 3593 0 0 0 94227 0 0 0 25 0 1 0 608891273 28319744 3355 33554432000 4194304 4300056 140736824451664 18446744073709551615 4262820 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 6914 3355 243 26 0 3546 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 27656

[startup+1002.3 s]
/proc/loadavg: 3.00 3.08 3.37 3/387 16904
/proc/meminfo: memFree=28342960/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=27656 CPUtime=1002.27 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 3593 0 0 0 100227 0 0 0 25 0 1 0 608891273 28319744 3355 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 6914 3355 243 26 0 3546 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 27656

[startup+1062.3 s]
/proc/loadavg: 2.48 2.91 3.30 3/386 16905
/proc/meminfo: memFree=28344212/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=27656 CPUtime=1062.27 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 3593 0 0 0 106227 0 0 0 25 0 1 0 608891273 28319744 3355 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 6914 3355 243 26 0 3546 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 27656

[startup+1122.3 s]
/proc/loadavg: 2.17 2.74 3.21 3/386 16907
/proc/meminfo: memFree=28344024/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=27656 CPUtime=1122.27 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 3593 0 0 0 112227 0 0 0 25 0 1 0 608891273 28319744 3355 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 6914 3355 243 26 0 3546 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 27656

[startup+1182.3 s]
/proc/loadavg: 2.06 2.60 3.13 3/386 16908
/proc/meminfo: memFree=28343348/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=27656 CPUtime=1182.27 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 3593 0 0 0 118227 0 0 0 25 0 1 0 608891273 28319744 3355 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 6914 3355 243 26 0 3546 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 27656

[startup+1242.3 s]
/proc/loadavg: 2.02 2.49 3.06 3/386 16910
/proc/meminfo: memFree=28343184/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=27656 CPUtime=1242.27 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 3593 0 0 0 124227 0 0 0 25 0 1 0 608891273 28319744 3355 33554432000 4194304 4300056 140736824451664 18446744073709551615 4256531 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 6914 3355 243 26 0 3546 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 27656



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.93 2.38 2.98 2/380 16930
/proc/meminfo: memFree=28372704/32950928 swapFree=44388816/67111528
[pid=16840] ppid=16838 vsize=27656 CPUtime=1299.98 cores=1,3
/proc/16840/stat : 16840 (lr_gl_shr) R 16838 16840 15673 0 -1 4202496 3593 0 0 0 129998 0 0 0 25 0 1 0 608891273 28319744 3355 33554432000 4194304 4300056 140736824451664 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16840/statm: 6914 3355 243 26 0 3546 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 27656

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.01
CPU time (s): 1300
CPU user time (s): 1299.98
CPU system time (s): 0.010998
CPU usage (%): 99.9985
Max. virtual memory (cumulated for all children) (KiB): 27656

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

runsolver used 4.71428 second user time and 11.5802 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-09 22:28:46
IDJOB=3350230
IDBENCH=83430
IDSOLVER=1815
FILE ID=node126/3350230-1304972926
RUNJOBID= node126-1304971322-16400
PBS_JOBID= 13285624
Free space on /tmp= 50744 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_5_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-3350230-1304972926/watcher-3350230-1304972926 -o /tmp/evaluation-result-3350230-1304972926/solver-3350230-1304972926 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350230-1304972926.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=1197976698

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28191508 kB
Buffers:        146376 kB
Cached:        1248464 kB
SwapCached:      92124 kB
Active:         531848 kB
Inactive:      4008496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28191508 kB
SwapTotal:    67111528 kB
SwapFree:     44388816 kB
Dirty:            1532 kB
Writeback:           0 kB
AnonPages:     3065880 kB
Mapped:          15852 kB
Slab:            75944 kB
PageTables:      76556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88364724 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= 50752 MiB
End job on node126 at 2011-05-09 22:50:28