Trace number 3350208

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

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-3350208-1304971622/watcher-3350208-1304971622 -o /tmp/evaluation-result-3350208-1304971622/solver-3350208-1304971622 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350208-1304971622.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: 4.12 3.69 3.66 4/397 16640
/proc/meminfo: memFree=27967252/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=25688 CPUtime=0.01 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 1788 0 0 0 1 0 0 0 25 0 1 0 608760935 26304512 1664 33554432000 4194304 4300056 140735620472688 18446744073709551615 251813900997 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 6422 1664 222 26 0 3054 0

[startup+0.100666 s]
/proc/loadavg: 4.12 3.69 3.66 4/397 16640
/proc/meminfo: memFree=27967252/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=32428 CPUtime=0.09 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 4647 0 0 0 9 0 0 0 25 0 1 0 608760935 33206272 4065 33554432000 4194304 4300056 140735620472688 18446744073709551615 4220867 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 8107 4065 228 26 0 4739 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32428

[startup+0.200652 s]
/proc/loadavg: 4.12 3.69 3.66 4/397 16640
/proc/meminfo: memFree=27967252/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=39380 CPUtime=0.19 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 6841 0 0 0 19 0 0 0 25 0 1 0 608760935 40325120 6084 33554432000 4194304 4300056 140735620472688 18446744073709551615 4258655 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 9845 6084 228 26 0 6477 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 39380

[startup+0.300631 s]
/proc/loadavg: 4.12 3.69 3.66 4/397 16640
/proc/meminfo: memFree=27967252/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=37768 CPUtime=0.29 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 7264 0 0 0 29 0 0 0 25 0 1 0 608760935 38674432 5397 33554432000 4194304 4300056 140735620472688 18446744073709551615 4230665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 9442 5397 228 26 0 6074 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37768

[startup+0.700566 s]
/proc/loadavg: 4.12 3.69 3.66 4/397 16640
/proc/meminfo: memFree=27967252/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=33760 CPUtime=0.69 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 7958 0 0 0 69 0 0 0 25 0 1 0 608760935 34570240 4736 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 8440 4736 245 26 0 5072 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33760

[startup+1.50043 s]
/proc/loadavg: 4.11 3.69 3.66 5/398 16641
/proc/meminfo: memFree=27944792/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=38116 CPUtime=1.48 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 8398 0 0 0 148 0 0 0 25 0 1 0 608760935 39030784 5170 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 9529 5170 246 26 0 6161 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38116

[startup+3.10016 s]
/proc/loadavg: 4.11 3.69 3.66 5/398 16641
/proc/meminfo: memFree=27947520/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=49796 CPUtime=3.09 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 11158 0 0 0 308 1 0 0 25 0 1 0 608760935 50991104 7908 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256071 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 12449 7908 246 26 0 9081 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49796

[startup+6.30062 s]
/proc/loadavg: 4.11 3.69 3.66 5/398 16641
/proc/meminfo: memFree=27921724/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=56976 CPUtime=6.29 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 12770 0 0 0 628 1 0 0 25 0 1 0 608760935 58343424 9492 33554432000 4194304 4300056 140735620472688 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 14244 9492 246 26 0 10876 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56976

[startup+12.7005 s]
/proc/loadavg: 4.10 3.70 3.66 5/398 16642
/proc/meminfo: memFree=27942812/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=68652 CPUtime=12.69 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 15811 0 0 0 1267 2 0 0 25 0 1 0 608760935 70299648 12494 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 17163 12494 246 26 0 13795 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68652

[startup+25.5004 s]
/proc/loadavg: 4.08 3.71 3.66 5/398 16642
/proc/meminfo: memFree=27913036/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=68652 CPUtime=25.49 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 24467 0 0 0 2546 3 0 0 25 0 1 0 608760935 70299648 11846 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 17163 11846 246 26 0 13795 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68652

[startup+51.1011 s]
/proc/loadavg: 4.05 3.73 3.67 5/398 16643
/proc/meminfo: memFree=27874820/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=88364 CPUtime=51.09 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 39331 0 0 0 5102 7 0 0 25 0 1 0 608760935 90484736 16742 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256237 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 22091 16742 246 26 0 18723 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 88364

[startup+102.3 s]
/proc/loadavg: 4.02 3.78 3.69 5/398 16644
/proc/meminfo: memFree=27836712/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=74036 CPUtime=102.3 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 70021 0 0 0 10216 14 0 0 25 0 1 0 608760935 75812864 13214 33554432000 4194304 4300056 140735620472688 18446744073709551615 4251676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 18509 13214 246 26 0 15141 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 74036

[startup+162.3 s]
/proc/loadavg: 4.00 3.81 3.70 5/398 16645
/proc/meminfo: memFree=27796376/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=96256 CPUtime=162.28 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 100634 0 0 0 16207 21 0 0 25 0 1 0 608760935 98566144 19154 33554432000 4194304 4300056 140735620472688 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 24064 19154 246 26 0 20696 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 96256

[startup+222.315 s]
/proc/loadavg: 4.04 3.86 3.73 5/398 16674
/proc/meminfo: memFree=27922972/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=67588 CPUtime=222.3 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 131225 0 0 0 22200 30 0 0 25 0 1 0 608760935 69210112 12875 33554432000 4194304 4300056 140735620472688 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 16897 12875 246 26 0 13529 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 67588

[startup+282.3 s]
/proc/loadavg: 4.08 3.90 3.75 5/398 16676
/proc/meminfo: memFree=27814444/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=100296 CPUtime=282.29 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 163808 0 0 0 28191 38 0 0 25 0 1 0 608760935 102703104 17478 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 25074 17478 246 26 0 21706 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 100296

[startup+342.301 s]
/proc/loadavg: 4.03 3.92 3.76 5/398 16678
/proc/meminfo: memFree=27785516/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=101400 CPUtime=342.29 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 192199 0 0 0 34183 46 0 0 25 0 1 0 608760935 103833600 19430 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 25350 19430 246 26 0 21982 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 101400

[startup+402.301 s]
/proc/loadavg: 4.22 3.99 3.79 5/398 16679
/proc/meminfo: memFree=27733896/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=135260 CPUtime=402.29 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 216222 0 0 0 40174 55 0 0 25 0 1 0 608760935 138506240 26885 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 33815 26885 246 26 0 30447 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 135260

[startup+462.301 s]
/proc/loadavg: 4.18 4.02 3.81 5/398 16680
/proc/meminfo: memFree=27768072/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=106156 CPUtime=462.28 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 245687 0 0 0 46165 63 0 0 25 0 1 0 608760935 108703744 20840 33554432000 4194304 4300056 140735620472688 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 26539 20840 246 26 0 23171 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 106156

[startup+522.301 s]
/proc/loadavg: 4.06 4.01 3.82 5/398 16682
/proc/meminfo: memFree=27808580/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=107372 CPUtime=522.28 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 274667 0 0 0 52157 71 0 0 25 0 1 0 608760935 109948928 19206 33554432000 4194304 4300056 140735620472688 18446744073709551615 4254695 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 26843 19206 246 26 0 23475 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 107372

[startup+582.301 s]
/proc/loadavg: 4.02 4.01 3.83 5/398 16684
/proc/meminfo: memFree=27777536/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=78404 CPUtime=582.28 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 301566 0 0 0 58149 79 0 0 25 0 1 0 608760935 80285696 14963 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 19601 14963 246 26 0 16233 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 78404

[startup+642.301 s]
/proc/loadavg: 4.01 4.00 3.83 5/398 16685
/proc/meminfo: memFree=27753072/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=110800 CPUtime=642.27 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 325630 0 0 0 64144 83 0 0 25 0 1 0 608760935 113459200 23429 33554432000 4194304 4300056 140735620472688 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 27700 23429 246 26 0 24332 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 110800

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/398 16687
/proc/meminfo: memFree=27700836/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=83256 CPUtime=702.28 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 352039 0 0 0 70138 90 0 0 25 0 1 0 608760935 85254144 15703 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 20814 15703 246 26 0 17446 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 83256

[startup+762.3 s]
/proc/loadavg: 4.12 4.03 3.86 5/398 16689
/proc/meminfo: memFree=27711584/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=145284 CPUtime=762.29 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 378576 0 0 0 76131 98 0 0 25 0 1 0 608760935 148770816 26408 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 36321 26408 246 26 0 32953 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 145284

[startup+822.3 s]
/proc/loadavg: 4.10 4.04 3.87 5/398 16690
/proc/meminfo: memFree=27730648/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=96544 CPUtime=822.27 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 406858 0 0 0 82122 105 0 0 25 0 1 0 608760935 98861056 19599 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 24136 19599 246 26 0 20768 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 96544

[startup+882.315 s]
/proc/loadavg: 4.04 4.03 3.87 5/398 16692
/proc/meminfo: memFree=27627320/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=148480 CPUtime=882.29 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 431174 0 0 0 88117 112 0 0 25 0 1 0 608760935 152043520 27966 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 37120 27966 246 26 0 33752 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 148480

[startup+942.3 s]
/proc/loadavg: 4.04 4.03 3.88 5/398 16693
/proc/meminfo: memFree=27732188/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=89628 CPUtime=942.28 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 453629 0 0 0 94109 119 0 0 25 0 1 0 608760935 91779072 17908 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 22407 17908 246 26 0 19039 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 89628

[startup+1002.3 s]
/proc/loadavg: 4.07 4.04 3.89 5/394 16697
/proc/meminfo: memFree=28089296/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=104092 CPUtime=1002.28 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 473481 0 0 0 100104 124 0 0 25 0 1 0 608760935 106590208 21504 33554432000 4194304 4300056 140735620472688 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 26023 21504 246 26 0 22655 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 104092

[startup+1062.3 s]
/proc/loadavg: 4.15 4.06 3.91 5/398 16724
/proc/meminfo: memFree=28004852/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=155672 CPUtime=1062.27 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 496204 0 0 0 106096 131 0 0 25 0 1 0 608760935 159408128 28006 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 38918 28006 246 26 0 35550 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 155672

[startup+1122.3 s]
/proc/loadavg: 4.05 4.05 3.91 5/398 16726
/proc/meminfo: memFree=28010640/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=106312 CPUtime=1122.27 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 524520 0 0 0 112088 139 0 0 25 0 1 0 608760935 108863488 19393 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 26578 19393 246 26 0 23210 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 106312

[startup+1182.3 s]
/proc/loadavg: 4.02 4.04 3.91 5/398 16728
/proc/meminfo: memFree=28010476/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=125752 CPUtime=1182.27 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 547952 0 0 0 118081 146 0 0 25 0 1 0 608760935 128770048 25820 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256538 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 31438 25820 246 26 0 28070 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 125752

[startup+1242.3 s]
/proc/loadavg: 4.06 4.04 3.92 5/398 16729
/proc/meminfo: memFree=27980428/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=157296 CPUtime=1242.27 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 569565 0 0 0 124074 153 0 0 25 0 1 0 608760935 161071104 30525 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 39324 30525 246 26 0 35956 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 157296



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.94 4.01 3.91 5/398 16759
/proc/meminfo: memFree=28116212/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=96384 CPUtime=1299.98 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 592739 0 0 0 129840 158 0 0 25 0 1 0 608760935 98697216 19396 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 24096 19396 246 26 0 20728 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 96384

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

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

[startup+1300 s]
/proc/loadavg: 3.94 4.01 3.91 5/398 16759
/proc/meminfo: memFree=28116212/32950928 swapFree=44388816/67111528
[pid=16640] ppid=16638 vsize=96384 CPUtime=1299.98 cores=1,3
/proc/16640/stat : 16640 (lr_gl_shr) R 16638 16640 15673 0 -1 4202496 592739 0 0 0 129840 158 0 0 25 0 1 0 608760935 98697216 19396 33554432000 4194304 4300056 140735620472688 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16640/statm: 24096 19396 246 26 0 20728 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 96384

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300
CPU user time (s): 1298.41
CPU system time (s): 1.59076
CPU usage (%): 99.9984
Max. virtual memory (cumulated for all children) (KiB): 168068

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

runsolver used 4.81127 second user time and 11.7492 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-09 22:07:02
IDJOB=3350208
IDBENCH=83110
IDSOLVER=1815
FILE ID=node126/3350208-1304971622
RUNJOBID= node126-1304971322-16400
PBS_JOBID= 13285624
Free space on /tmp= 50724 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom20.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350208-1304971622/watcher-3350208-1304971622 -o /tmp/evaluation-result-3350208-1304971622/solver-3350208-1304971622 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350208-1304971622.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=580734908

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:      27967532 kB
Buffers:        145284 kB
Cached:        1267460 kB
SwapCached:      92124 kB
Active:         758316 kB
Inactive:      4006132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27967532 kB
SwapTotal:    67111528 kB
SwapFree:     44388816 kB
Dirty:            5396 kB
Writeback:           0 kB
AnonPages:     3271848 kB
Mapped:          15852 kB
Slab:            76388 kB
PageTables:      76864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88596000 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= 50744 MiB
End job on node126 at 2011-05-09 22:28:44