Trace number 3349918

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_NOGL_NOSHR 2011-03-02? (TO) 1300.07 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom25.cnf
MD5SUMc40bd543dad558d19995fef4fd742233
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 variables67777
Number of clauses227761
Sum of the clauses size582177
Maximum clause length2084
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2115213
Number of clauses of size 3111398
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 5802

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

running on 2 cores: 4,6

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.95 2.74 2.38 4/326 29522
/proc/meminfo: memFree=24892788/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=28036 CPUtime=0 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 2129 0 0 0 0 0 0 0 25 0 1 0 687381720 28708864 2018 33554432000 4194304 4300056 140736169446480 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 7009 2020 219 26 0 3641 0

[startup+0.0985579 s]
/proc/loadavg: 3.95 2.74 2.38 4/326 29522
/proc/meminfo: memFree=24892788/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=36668 CPUtime=0.09 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 5432 0 0 0 9 0 0 0 25 0 1 0 687381720 37548032 4845 33554432000 4194304 4300056 140736169446480 18446744073709551615 252457726661 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 9167 4847 222 26 0 5799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36668

[startup+0.100578 s]
/proc/loadavg: 3.95 2.74 2.38 4/326 29522
/proc/meminfo: memFree=24892788/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=36800 CPUtime=0.09 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 5497 0 0 0 9 0 0 0 25 0 1 0 687381720 37683200 4906 33554432000 4194304 4300056 140736169446480 18446744073709551615 252457726661 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 9200 4907 222 26 0 5832 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36800

[startup+0.300516 s]
/proc/loadavg: 3.95 2.74 2.38 4/326 29522
/proc/meminfo: memFree=24892788/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=48872 CPUtime=0.28 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 9199 0 0 0 28 0 0 0 25 0 1 0 687381720 50044928 8266 33554432000 4194304 4300056 140736169446480 18446744073709551615 252457727009 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 12218 8266 228 26 0 8850 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 48872

[startup+0.700456 s]
/proc/loadavg: 3.95 2.74 2.38 4/326 29522
/proc/meminfo: memFree=24892788/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=44108 CPUtime=0.69 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 11644 0 0 0 68 1 0 0 25 0 1 0 687381720 45166592 6834 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 11027 6834 246 26 0 7659 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44108

[startup+1.50032 s]
/proc/loadavg: 3.95 2.74 2.38 5/327 29523
/proc/meminfo: memFree=24888572/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=51180 CPUtime=1.49 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 12075 0 0 0 147 2 0 0 25 0 1 0 687381720 52408320 7255 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256063 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 12795 7255 246 26 0 9427 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51180

[startup+3.10103 s]
/proc/loadavg: 3.95 2.74 2.38 5/327 29523
/proc/meminfo: memFree=24884232/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=51180 CPUtime=3.09 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 12933 0 0 0 307 2 0 0 25 0 1 0 687381720 52408320 8099 33554432000 4194304 4300056 140736169446480 18446744073709551615 4263274 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 12795 8099 246 26 0 9427 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51180

[startup+6.30044 s]
/proc/loadavg: 3.95 2.76 2.39 5/327 29523
/proc/meminfo: memFree=24862076/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=70140 CPUtime=6.29 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 17386 0 0 0 627 2 0 0 25 0 1 0 687381720 71823360 12528 33554432000 4194304 4300056 140736169446480 18446744073709551615 4252516 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 17535 12528 246 26 0 14167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70140

[startup+12.7002 s]
/proc/loadavg: 3.96 2.78 2.39 5/327 29524
/proc/meminfo: memFree=24840608/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=81816 CPUtime=12.69 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 20826 0 0 0 1266 3 0 0 25 0 1 0 687381720 83779584 15925 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 20454 15925 246 26 0 17086 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81816

[startup+25.5009 s]
/proc/loadavg: 3.97 2.84 2.42 5/327 29578
/proc/meminfo: memFree=25044208/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=131604 CPUtime=25.5 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 26879 0 0 0 2546 4 0 0 25 0 1 0 687381720 134762496 21919 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 32901 21919 246 26 0 29533 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 131604

[startup+51.1011 s]
/proc/loadavg: 3.98 2.93 2.46 5/327 29579
/proc/meminfo: memFree=25046684/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=75480 CPUtime=51.09 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 40041 0 0 0 5102 7 0 0 25 0 1 0 687381720 77291520 14837 33554432000 4194304 4300056 140736169446480 18446744073709551615 4251317 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 18870 14837 246 26 0 15502 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 75480

[startup+102.313 s]
/proc/loadavg: 3.99 3.09 2.54 5/327 29580
/proc/meminfo: memFree=24936336/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=187032 CPUtime=102.3 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 61163 0 0 0 10219 11 0 0 25 0 1 0 687381720 191520768 35766 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 46758 35766 246 26 0 43390 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 187032

[startup+162.3 s]
/proc/loadavg: 4.06 3.28 2.64 5/327 29609
/proc/meminfo: memFree=25003652/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=195792 CPUtime=162.29 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 90578 0 0 0 16211 18 0 0 25 0 1 0 687381720 200491008 37576 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 48948 37576 246 26 0 45580 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 195792

[startup+222.301 s]
/proc/loadavg: 4.08 3.43 2.72 5/327 29610
/proc/meminfo: memFree=25016132/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=152928 CPUtime=222.3 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 117277 0 0 0 22206 24 0 0 25 0 1 0 687381720 156598272 30936 33554432000 4194304 4300056 140736169446480 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 38232 30936 246 26 0 34864 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 152928

[startup+282.301 s]
/proc/loadavg: 4.03 3.53 2.80 5/327 29612
/proc/meminfo: memFree=25032968/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=129288 CPUtime=282.3 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 143318 0 0 0 28199 31 0 0 25 0 1 0 687381720 132390912 25870 33554432000 4194304 4300056 140736169446480 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 32322 25870 246 26 0 28954 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 129288

[startup+342.301 s]
/proc/loadavg: 4.01 3.61 2.87 5/327 29613
/proc/meminfo: memFree=24877076/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=291584 CPUtime=342.3 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 167531 0 0 0 34193 37 0 0 25 0 1 0 687381720 298582016 49882 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256367 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 72896 49882 246 26 0 69528 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 291584

[startup+402.301 s]
/proc/loadavg: 4.00 3.68 2.94 5/327 29615
/proc/meminfo: memFree=24912516/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=214740 CPUtime=402.31 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 196652 0 0 0 40186 45 0 0 25 0 1 0 687381720 219893760 38971 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 53685 38971 246 26 0 50317 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 214740

[startup+462.301 s]
/proc/loadavg: 4.04 3.75 3.01 5/327 29617
/proc/meminfo: memFree=24839212/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=296128 CPUtime=462.31 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 217548 0 0 0 46181 50 0 0 25 0 1 0 687381720 303235072 59696 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 74032 59696 246 26 0 70664 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 296128

[startup+522.3 s]
/proc/loadavg: 4.06 3.81 3.07 5/327 29618
/proc/meminfo: memFree=24917048/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=219352 CPUtime=522.31 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 242077 0 0 0 52175 56 0 0 25 0 1 0 687381720 224616448 40926 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 54838 40926 246 26 0 51470 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 219352

[startup+582.301 s]
/proc/loadavg: 4.07 3.86 3.13 5/327 29620
/proc/meminfo: memFree=24994016/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=125288 CPUtime=582.31 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 261470 0 0 0 58169 62 0 0 25 0 1 0 687381720 128294912 25030 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 31322 25030 246 26 0 27954 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 125288

[startup+642.301 s]
/proc/loadavg: 4.02 3.88 3.19 5/327 29621
/proc/meminfo: memFree=24884624/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=225164 CPUtime=642.32 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 284997 0 0 0 64166 66 0 0 25 0 1 0 687381720 230567936 48294 33554432000 4194304 4300056 140736169446480 18446744073709551615 4263274 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 56291 48294 246 26 0 52923 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 225164

[startup+702.301 s]
/proc/loadavg: 4.01 3.90 3.23 5/327 29623
/proc/meminfo: memFree=24796928/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=181608 CPUtime=702.31 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 313766 0 0 0 70158 73 0 0 25 0 1 0 687381720 185966592 36882 33554432000 4194304 4300056 140736169446480 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 45402 36882 246 26 0 42034 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 181608

[startup+762.313 s]
/proc/loadavg: 4.07 3.94 3.29 5/327 29625
/proc/meminfo: memFree=24761192/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=313084 CPUtime=762.33 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 335042 0 0 0 76155 78 0 0 25 0 1 0 687381720 320598016 57953 33554432000 4194304 4300056 140736169446480 18446744073709551615 4262744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 78271 57953 246 26 0 74903 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 313084

[startup+822.3 s]
/proc/loadavg: 4.06 3.96 3.34 5/327 29626
/proc/meminfo: memFree=24855396/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=181608 CPUtime=822.32 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 357966 0 0 0 82149 83 0 0 25 0 1 0 687381720 185966592 40823 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 45402 40823 246 26 0 42034 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 181608

[startup+882.3 s]
/proc/loadavg: 4.02 3.97 3.37 5/327 29628
/proc/meminfo: memFree=24789024/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=313084 CPUtime=882.32 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 378537 0 0 0 88144 88 0 0 25 0 1 0 687381720 320598016 61210 33554432000 4194304 4300056 140736169446480 18446744073709551615 4264273 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 78271 61210 246 26 0 74903 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 313084

[startup+942.301 s]
/proc/loadavg: 4.06 3.99 3.42 5/327 29629
/proc/meminfo: memFree=24854848/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=186296 CPUtime=942.33 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 401765 0 0 0 94138 95 0 0 25 0 1 0 687381720 190767104 40843 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 46574 40843 246 26 0 43206 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 186296

[startup+1002.3 s]
/proc/loadavg: 4.09 4.00 3.46 5/327 29631
/proc/meminfo: memFree=24717176/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=320384 CPUtime=1002.32 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 419570 0 0 0 100133 99 0 0 25 0 1 0 687381720 328073216 58538 33554432000 4194304 4300056 140736169446480 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 80096 58538 246 26 0 76728 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 320384

[startup+1062.3 s]
/proc/loadavg: 4.11 4.02 3.49 5/327 29633
/proc/meminfo: memFree=24679084/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=325656 CPUtime=1062.32 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 433248 0 0 0 106129 103 0 0 25 0 1 0 687381720 333471744 72136 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 81414 72136 246 26 0 78046 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 325656

[startup+1122.3 s]
/proc/loadavg: 4.04 4.01 3.52 5/327 29634
/proc/meminfo: memFree=24774148/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=160576 CPUtime=1122.33 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 456420 0 0 0 112123 110 0 0 25 0 1 0 687381720 164429824 34938 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 40144 34938 246 26 0 36776 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 160576

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.55 5/327 29636
/proc/meminfo: memFree=24725756/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=260452 CPUtime=1182.33 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 479873 0 0 0 118118 115 0 0 25 0 1 0 687381720 266702848 58180 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 65113 58180 246 26 0 61745 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 260452

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.57 5/327 29637
/proc/meminfo: memFree=24870436/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=184068 CPUtime=1242.33 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 501784 0 0 0 124112 121 0 0 25 0 1 0 687381720 188485632 37170 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 46017 37170 246 26 0 42649 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 184068



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.01 3.60 5/327 29639
/proc/meminfo: memFree=24651424/32951124 swapFree=59305740/67111528
[pid=29522] ppid=29520 vsize=346364 CPUtime=1300.05 cores=4,6
/proc/29522/stat : 29522 (lr_gl_shr) R 29520 29522 28902 0 -1 4202496 530360 0 0 0 129877 128 0 0 25 0 1 0 687381720 354676736 65523 33554432000 4194304 4300056 140736169446480 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29522/statm: 86591 65523 246 26 0 83223 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 346364

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.03
CPU time (s): 1300.07
CPU user time (s): 1298.77
CPU system time (s): 1.2948
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 467072

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

runsolver used 4.06138 second user time and 8.96264 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-09 22:05:12
IDJOB=3349918
IDBENCH=83109
IDSOLVER=1814
FILE ID=node111/3349918-1304971512
RUNJOBID= node111-1304971268-29421
PBS_JOBID= 13285639
Free space on /tmp= 51616 MiB

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

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

MD5SUM BENCH= c40bd543dad558d19995fef4fd742233
RANDOM SEED=1122383314

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.67
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.849
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:     32951124 kB
MemFree:      24892944 kB
Buffers:        141876 kB
Cached:        4257544 kB
SwapCached:      13448 kB
Active:         864580 kB
Inactive:      7000104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24892944 kB
SwapTotal:    67111528 kB
SwapFree:     59305740 kB
Dirty:            4652 kB
Writeback:           0 kB
AnonPages:     3461068 kB
Mapped:          13236 kB
Slab:            91520 kB
PageTables:      37952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53919356 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= 51656 MiB
End job on node111 at 2011-05-09 22:26:54