Trace number 3350197

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.05 1300.02

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-12.cnf
MD5SUM0621e557bffdc18ca509447665adecda
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 variables69553
Number of clauses226752
Sum of the clauses size587624
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292374
Number of clauses of size 3134249
Number of clauses of size 40
Number of clauses of size 50
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-3350197-1304969399/watcher-3350197-1304969399 -o /tmp/evaluation-result-3350197-1304969399/solver-3350197-1304969399 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350197-1304969399.cnf -verb=0 -model -no-shrinking 

running on 2 cores: 0,2

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.77 3.92 3.00 3/255 1049
/proc/meminfo: memFree=17551208/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=11796 CPUtime=0 cores=0,2
/proc/1049/stat : 1049 (runsolver) R 1047 1049 876 0 -1 4202560 42 0 0 0 0 0 0 0 24 0 1 0 608537820 12079104 49 33554432000 4194304 5432360 140734295988160 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/1049/statm: 2949 49 30 303 0 2643 0

[startup+0.035174 s]
/proc/loadavg: 3.77 3.92 3.00 3/255 1049
/proc/meminfo: memFree=17551208/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=30556 CPUtime=0.02 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 2985 0 0 0 2 0 0 0 24 0 1 0 608537820 31289344 2848 33554432000 4194304 4300056 140736695913984 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 7639 2850 222 26 0 4271 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30556

[startup+0.101113 s]
/proc/loadavg: 3.77 3.92 3.00 3/255 1049
/proc/meminfo: memFree=17551208/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=36800 CPUtime=0.08 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 5404 0 0 0 8 0 0 0 24 0 1 0 608537820 37683200 4835 33554432000 4194304 4300056 140736695913984 18446744073709551615 4221225 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 9200 4835 222 26 0 5832 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36800

[startup+0.301112 s]
/proc/loadavg: 3.77 3.92 3.00 3/255 1049
/proc/meminfo: memFree=17551208/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=48340 CPUtime=0.29 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 8897 0 0 0 28 1 0 0 25 0 1 0 608537820 49500160 7958 33554432000 4194304 4300056 140736695913984 18446744073709551615 4221136 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 12085 7958 228 26 0 8717 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48340

[startup+0.701051 s]
/proc/loadavg: 3.77 3.92 3.00 3/255 1049
/proc/meminfo: memFree=17551208/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=45164 CPUtime=0.68 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 12220 0 0 0 67 1 0 0 25 0 1 0 608537820 46247936 7190 33554432000 4194304 4300056 140736695913984 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 11291 7190 236 26 0 7923 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 45164

[startup+1.50092 s]
/proc/loadavg: 3.77 3.92 3.00 5/258 1082
/proc/meminfo: memFree=17495848/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=45164 CPUtime=1.48 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 12280 0 0 0 147 1 0 0 25 0 1 0 608537820 46247936 7249 33554432000 4194304 4300056 140736695913984 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 11291 7249 246 26 0 7923 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 45164

[startup+3.10064 s]
/proc/loadavg: 3.77 3.92 3.00 5/263 1087
/proc/meminfo: memFree=17476224/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=45164 CPUtime=3.09 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 12371 0 0 0 307 2 0 0 25 0 1 0 608537820 46247936 7339 33554432000 4194304 4300056 140736695913984 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 11291 7339 246 26 0 7923 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45164

[startup+6.30105 s]
/proc/loadavg: 3.79 3.92 3.00 5/263 1087
/proc/meminfo: memFree=17739524/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=45164 CPUtime=6.29 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 12586 0 0 0 627 2 0 0 25 0 1 0 608537820 46247936 7551 33554432000 4194304 4300056 140736695913984 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 11291 7551 246 26 0 7923 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45164

[startup+12.7009 s]
/proc/loadavg: 3.80 3.92 3.01 5/263 1088
/proc/meminfo: memFree=17720064/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=52236 CPUtime=12.69 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 12927 0 0 0 1267 2 0 0 25 0 1 0 608537820 53489664 7888 33554432000 4194304 4300056 140736695913984 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 13059 7888 246 26 0 9691 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52236

[startup+25.5006 s]
/proc/loadavg: 3.91 3.94 3.03 5/263 1088
/proc/meminfo: memFree=17688836/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=52236 CPUtime=25.49 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 13644 0 0 0 2547 2 0 0 25 0 1 0 608537820 53489664 8601 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256042 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 13059 8601 246 26 0 9691 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52236

[startup+51.1009 s]
/proc/loadavg: 3.94 3.94 3.05 5/263 1089
/proc/meminfo: memFree=17605920/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=70912 CPUtime=51.09 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 17748 0 0 0 5106 3 0 0 25 0 1 0 608537820 72613888 12698 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256128 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 17728 12698 246 26 0 14360 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70912

[startup+102.31 s]
/proc/loadavg: 4.04 3.97 3.10 5/263 1090
/proc/meminfo: memFree=17417300/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=82588 CPUtime=102.29 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 20635 0 0 0 10225 4 0 0 25 0 1 0 608537820 84570112 15567 33554432000 4194304 4300056 140736695913984 18446744073709551615 4262758 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 20647 15567 246 26 0 17279 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 82588

[startup+162.301 s]
/proc/loadavg: 4.01 3.97 3.16 5/263 1092
/proc/meminfo: memFree=17532704/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=101556 CPUtime=162.29 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 23686 0 0 0 16224 5 0 0 25 0 1 0 608537820 103993344 18598 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 25389 18598 246 26 0 22021 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 101556

[startup+222.301 s]
/proc/loadavg: 4.14 4.00 3.22 5/263 1093
/proc/meminfo: memFree=17475496/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=101556 CPUtime=222.29 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 26259 0 0 0 22223 6 0 0 25 0 1 0 608537820 103993344 21147 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 25389 21147 246 26 0 22021 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 101556

[startup+282.301 s]
/proc/loadavg: 4.05 4.00 3.26 5/263 1095
/proc/meminfo: memFree=17300016/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=132376 CPUtime=282.3 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 28877 0 0 0 28222 8 0 0 25 0 1 0 608537820 135553024 23745 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 33094 23745 246 26 0 29726 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 132376

[startup+342.301 s]
/proc/loadavg: 4.06 4.01 3.31 5/263 1096
/proc/meminfo: memFree=17537324/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=132376 CPUtime=342.29 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 32005 0 0 0 34220 9 0 0 25 0 1 0 608537820 135553024 26861 33554432000 4194304 4300056 140736695913984 18446744073709551615 4263280 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 33094 26861 246 26 0 29726 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 132376

[startup+402.301 s]
/proc/loadavg: 4.09 4.02 3.36 5/263 1098
/proc/meminfo: memFree=17428652/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=132376 CPUtime=402.29 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 34532 0 0 0 40219 10 0 0 25 0 1 0 608537820 135553024 29374 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 33094 29374 246 26 0 29726 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 132376

[startup+462.301 s]
/proc/loadavg: 4.03 4.02 3.39 5/263 1100
/proc/meminfo: memFree=17330164/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=182464 CPUtime=462.3 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 37740 0 0 0 46218 12 0 0 25 0 1 0 608537820 186843136 32555 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 45616 32555 246 26 0 42248 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 182464

[startup+522.301 s]
/proc/loadavg: 4.01 4.01 3.43 5/263 1129
/proc/meminfo: memFree=16930960/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=183868 CPUtime=522.3 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 41093 0 0 0 52217 13 0 0 25 0 1 0 608537820 188280832 35888 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 45967 35888 246 26 0 42599 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 183868

[startup+582.301 s]
/proc/loadavg: 4.00 4.01 3.46 5/263 1131
/proc/meminfo: memFree=16773916/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=184296 CPUtime=582.3 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 43174 0 0 0 58217 13 0 0 25 0 1 0 608537820 188719104 37951 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 46074 37951 246 26 0 42706 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 184296

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.49 5/263 1132
/proc/meminfo: memFree=16613292/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=185716 CPUtime=642.31 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 46657 0 0 0 64215 16 0 0 25 0 1 0 608537820 190173184 41416 33554432000 4194304 4300056 140736695913984 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 46429 41416 246 26 0 43061 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 185716

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.52 5/263 1134
/proc/meminfo: memFree=16452144/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=268956 CPUtime=702.31 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 50096 0 0 0 70213 18 0 0 25 0 1 0 608537820 275410944 44837 33554432000 4194304 4300056 140736695913984 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 67239 44837 246 26 0 63871 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 268956

[startup+762.309 s]
/proc/loadavg: 4.00 4.00 3.55 5/263 1136
/proc/meminfo: memFree=16293140/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=268956 CPUtime=762.31 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 52440 0 0 0 76212 19 0 0 25 0 1 0 608537820 275410944 47174 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 67239 47174 246 26 0 63871 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 268956

[startup+822.3 s]
/proc/loadavg: 4.07 4.03 3.58 5/263 1137
/proc/meminfo: memFree=16204828/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=271300 CPUtime=822.31 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 53707 0 0 0 82211 20 0 0 25 0 1 0 608537820 277811200 48431 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 67825 48431 246 26 0 64457 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 271300

[startup+882.301 s]
/proc/loadavg: 4.08 4.04 3.61 5/263 1139
/proc/meminfo: memFree=16110052/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=191960 CPUtime=882.31 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 75943 0 0 0 88208 23 0 0 25 0 1 0 608537820 196567040 32450 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 47990 32450 246 26 0 44622 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 191960

[startup+942.301 s]
/proc/loadavg: 4.03 4.03 3.64 5/263 1140
/proc/meminfo: memFree=16004132/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=191960 CPUtime=942.31 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 78001 0 0 0 94206 25 0 0 25 0 1 0 608537820 196567040 34486 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 47990 34486 246 26 0 44622 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 191960

[startup+1002.3 s]
/proc/loadavg: 4.09 4.04 3.66 5/263 1142
/proc/meminfo: memFree=15851432/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=191960 CPUtime=1002.31 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 78334 0 0 0 100206 25 0 0 25 0 1 0 608537820 196567040 34806 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 47990 34806 246 26 0 44622 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 191960

[startup+1062.3 s]
/proc/loadavg: 4.03 4.03 3.68 5/263 1144
/proc/meminfo: memFree=15682004/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=191960 CPUtime=1062.32 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 80389 0 0 0 106205 27 0 0 25 0 1 0 608537820 196567040 36844 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 47990 36844 246 26 0 44622 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 191960

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.70 5/263 1145
/proc/meminfo: memFree=15525096/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=191960 CPUtime=1122.32 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 83805 0 0 0 112204 28 0 0 25 0 1 0 608537820 196567040 40236 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 47990 40236 246 26 0 44622 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 191960

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.71 5/263 1147
/proc/meminfo: memFree=15361748/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=191960 CPUtime=1182.33 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 86709 0 0 0 118203 30 0 0 25 0 1 0 608537820 196567040 43105 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 47990 43105 246 26 0 44622 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 191960

[startup+1242.3 s]
/proc/loadavg: 4.04 4.03 3.73 5/263 1148
/proc/meminfo: memFree=15217872/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=274060 CPUtime=1242.32 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 89981 0 0 0 124201 31 0 0 25 0 1 0 608537820 280637440 46360 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 68515 46360 246 26 0 65147 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 274060



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.16 4.06 3.76 5/263 1150
/proc/meminfo: memFree=15016704/32951124 swapFree=67056776/67111528
[pid=1049] ppid=1047 vsize=274952 CPUtime=1300.03 cores=0,2
/proc/1049/stat : 1049 (lr_gl_shr) R 1047 1049 876 0 -1 4202496 93230 0 0 0 129970 33 0 0 25 0 1 0 608537820 281550848 49581 33554432000 4194304 4300056 140736695913984 18446744073709551615 4256337 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1049/statm: 68738 49581 246 26 0 65370 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 274952

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.71
CPU system time (s): 0.341948
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 403576

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

runsolver used 3.36649 second user time and 7.28789 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-09 21:29:59
IDJOB=3350197
IDBENCH=70829
IDSOLVER=1815
FILE ID=node133/3350197-1304969399
RUNJOBID= node133-1304968093-896
PBS_JOBID= 13285617
Free space on /tmp= 43128 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-12.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350197-1304969399/watcher-3350197-1304969399 -o /tmp/evaluation-result-3350197-1304969399/solver-3350197-1304969399 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350197-1304969399.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=10123328

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17551240 kB
Buffers:        161448 kB
Cached:        7077760 kB
SwapCached:       8416 kB
Active:        8092000 kB
Inactive:      6931860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17551240 kB
SwapTotal:    67111528 kB
SwapFree:     67056776 kB
Dirty:            4692 kB
Writeback:           0 kB
AnonPages:     7782368 kB
Mapped:          21280 kB
Slab:           288024 kB
PageTables:      24676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19682620 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 43004 MiB
End job on node133 at 2011-05-09 21:51:41