Trace number 3349897

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.06 1.03 0.37 5/326 24600
/proc/meminfo: memFree=3915412/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=11796 CPUtime=0 cores=1,3
/proc/24600/stat : 24600 (runsolver) R 24598 24600 24480 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 608422608 12079104 49 33554432000 4194304 5432360 140736282195952 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/24600/statm: 2949 49 30 303 0 2643 0

[startup+0.0961239 s]
/proc/loadavg: 3.06 1.03 0.37 5/326 24600
/proc/meminfo: memFree=3915412/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=33180 CPUtime=0.04 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 3874 0 0 0 4 0 0 0 20 0 1 0 608422608 33976320 3604 33554432000 4194304 4300056 140733587171136 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 8295 3605 222 26 0 4927 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 33180

[startup+0.101108 s]
/proc/loadavg: 3.06 1.03 0.37 5/326 24600
/proc/meminfo: memFree=3915412/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=33576 CPUtime=0.04 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 4031 0 0 0 4 0 0 0 20 0 1 0 608422608 34381824 3753 33554432000 4194304 4300056 140733587171136 18446744073709551615 212436016896 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 8394 3755 222 26 0 5026 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 33576

[startup+0.301072 s]
/proc/loadavg: 3.06 1.03 0.37 5/326 24600
/proc/meminfo: memFree=3915412/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=48340 CPUtime=0.24 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 8630 0 0 0 23 1 0 0 20 0 1 0 608422608 49500160 7715 33554432000 4194304 4300056 140733587171136 18446744073709551615 4213016 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 12085 7716 228 26 0 8717 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 48340

[startup+0.700998 s]
/proc/loadavg: 3.06 1.03 0.37 5/326 24600
/proc/meminfo: memFree=3915412/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=45164 CPUtime=0.64 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 12219 0 0 0 63 1 0 0 21 0 1 0 608422608 46247936 7189 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 11291 7189 236 26 0 7923 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 45164

[startup+1.50086 s]
/proc/loadavg: 3.06 1.03 0.37 5/327 24601
/proc/meminfo: memFree=3884404/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=45164 CPUtime=1.44 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 12282 0 0 0 143 1 0 0 25 0 1 0 608422608 46247936 7251 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256128 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 11291 7251 246 26 0 7923 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 45164

[startup+3.10056 s]
/proc/loadavg: 3.06 1.03 0.37 5/327 24601
/proc/meminfo: memFree=3881944/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=45164 CPUtime=3.04 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 12376 0 0 0 303 1 0 0 25 0 1 0 608422608 46247936 7344 33554432000 4194304 4300056 140733587171136 18446744073709551615 4252407 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 11291 7344 246 26 0 7923 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 45164

[startup+6.30094 s]
/proc/loadavg: 3.13 1.08 0.38 5/327 24601
/proc/meminfo: memFree=3873400/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=45164 CPUtime=6.24 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 12608 0 0 0 623 1 0 0 25 0 1 0 608422608 46247936 7573 33554432000 4194304 4300056 140733587171136 18446744073709551615 4262499 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 11291 7573 246 26 0 7923 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 45164

[startup+12.7007 s]
/proc/loadavg: 3.20 1.13 0.40 5/330 24625
/proc/meminfo: memFree=4176332/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=52236 CPUtime=12.65 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 12962 0 0 0 1263 2 0 0 25 0 1 0 608422608 53489664 7923 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 13059 7923 246 26 0 9691 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 52236

[startup+25.5003 s]
/proc/loadavg: 3.38 1.27 0.46 5/330 24626
/proc/meminfo: memFree=4145064/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=52236 CPUtime=25.44 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 13708 0 0 0 2542 2 0 0 25 0 1 0 608422608 53489664 8665 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 13059 8665 246 26 0 9691 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 52236

[startup+51.1005 s]
/proc/loadavg: 3.59 1.49 0.55 5/330 24626
/proc/meminfo: memFree=4094004/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=70912 CPUtime=51.04 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 17870 0 0 0 5101 3 0 0 25 0 1 0 608422608 72613888 12820 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256241 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 17728 12820 246 26 0 14360 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 70912

[startup+102.312 s]
/proc/loadavg: 3.88 1.89 0.74 5/330 24628
/proc/meminfo: memFree=3998464/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=82588 CPUtime=102.25 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 20842 0 0 0 10220 5 0 0 25 0 1 0 608422608 84570112 15774 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 20647 15774 246 26 0 17279 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 82588

[startup+162.3 s]
/proc/loadavg: 3.95 2.27 0.94 5/330 24656
/proc/meminfo: memFree=3895296/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=101556 CPUtime=162.25 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 23714 0 0 0 16219 6 0 0 25 0 1 0 608422608 103993344 18624 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 25389 18624 246 26 0 22021 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 101556

[startup+222.301 s]
/proc/loadavg: 3.98 2.58 1.13 5/330 24658
/proc/meminfo: memFree=3851360/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=101556 CPUtime=222.26 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 26676 0 0 0 22217 9 0 0 25 0 1 0 608422608 103993344 21561 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 25389 21561 246 26 0 22021 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 101556

[startup+282.301 s]
/proc/loadavg: 3.99 2.84 1.30 5/330 24686
/proc/meminfo: memFree=4125780/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=132376 CPUtime=282.25 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 29620 0 0 0 28215 10 0 0 25 0 1 0 608422608 135553024 24483 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 33094 24483 246 26 0 29726 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 132376

[startup+342.301 s]
/proc/loadavg: 4.03 3.06 1.47 5/330 24688
/proc/meminfo: memFree=4040232/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=132376 CPUtime=342.26 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 33339 0 0 0 34213 13 0 0 25 0 1 0 608422608 135553024 28187 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 33094 28187 246 26 0 29726 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 132376

[startup+402.3 s]
/proc/loadavg: 4.01 3.23 1.63 5/330 24690
/proc/meminfo: memFree=4006820/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=182464 CPUtime=402.26 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 36068 0 0 0 40210 16 0 0 25 0 1 0 608422608 186843136 30900 33554432000 4194304 4300056 140733587171136 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 45616 30900 246 26 0 42248 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 182464

[startup+462.301 s]
/proc/loadavg: 4.17 3.41 1.79 5/330 24691
/proc/meminfo: memFree=3946388/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=182464 CPUtime=462.26 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 39701 0 0 0 46208 18 0 0 25 0 1 0 608422608 186843136 34504 33554432000 4194304 4300056 140733587171136 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 45616 34504 246 26 0 42248 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 182464

[startup+522.301 s]
/proc/loadavg: 4.10 3.53 1.93 5/330 24693
/proc/meminfo: memFree=3894248/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=183868 CPUtime=522.27 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 42500 0 0 0 52208 19 0 0 25 0 1 0 608422608 188280832 37282 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 45967 37282 246 26 0 42599 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 183868

[startup+582.3 s]
/proc/loadavg: 4.04 3.61 2.06 5/330 24694
/proc/meminfo: memFree=3837404/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=185716 CPUtime=582.26 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 46273 0 0 0 58206 20 0 0 25 0 1 0 608422608 190173184 41034 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 46429 41034 246 26 0 43061 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 185716

[startup+642.301 s]
/proc/loadavg: 4.24 3.73 2.19 6/327 24717
/proc/meminfo: memFree=3570428/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=268956 CPUtime=642.28 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 50287 0 0 0 64205 23 0 0 25 0 1 0 608422608 275410944 45027 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 67239 45027 246 26 0 63871 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 268956

[startup+702.301 s]
/proc/loadavg: 4.25 3.83 2.32 5/330 24725
/proc/meminfo: memFree=678064/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=269596 CPUtime=702.21 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 52634 0 0 0 70197 24 0 0 25 0 1 0 608422608 276066304 47367 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 67399 47367 246 26 0 64031 0
Current children cumulated CPU time (s) 702.21
Current children cumulated vsize (KiB) 269596

[startup+762.312 s]
/proc/loadavg: 4.13 3.88 2.43 5/327 24729
/proc/meminfo: memFree=3776564/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=73156 CPUtime=762.22 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 56359 0 0 0 76198 24 0 0 25 0 1 0 608422608 74911744 13012 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 18289 13012 246 26 0 14921 0
Current children cumulated CPU time (s) 762.22
Current children cumulated vsize (KiB) 73156

[startup+822.301 s]
/proc/loadavg: 4.14 3.93 2.54 5/327 24758
/proc/meminfo: memFree=4775796/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=91832 CPUtime=822.21 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 61075 0 0 0 82195 26 0 0 25 0 1 0 608422608 94035968 17712 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 22958 17712 246 26 0 19590 0
Current children cumulated CPU time (s) 822.21
Current children cumulated vsize (KiB) 91832

[startup+882.301 s]
/proc/loadavg: 4.05 3.94 2.62 5/330 24783
/proc/meminfo: memFree=4645180/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=103508 CPUtime=882.21 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 64303 0 0 0 88193 28 0 0 25 0 1 0 608422608 105992192 20917 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 25877 20917 246 26 0 22509 0
Current children cumulated CPU time (s) 882.21
Current children cumulated vsize (KiB) 103508

[startup+942.3 s]
/proc/loadavg: 4.02 3.95 2.71 5/327 24860
/proc/meminfo: memFree=4669144/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=122476 CPUtime=942.21 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 67649 0 0 0 94192 29 0 0 25 0 1 0 608422608 125415424 24243 33554432000 4194304 4300056 140733587171136 18446744073709551615 4263087 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 30619 24243 246 26 0 27251 0
Current children cumulated CPU time (s) 942.21
Current children cumulated vsize (KiB) 122476

[startup+1002.3 s]
/proc/loadavg: 4.19 4.01 2.81 5/330 24895
/proc/meminfo: memFree=4408156/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=153296 CPUtime=1002.22 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 70687 0 0 0 100191 31 0 0 25 0 1 0 608422608 156975104 27262 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 38324 27262 246 26 0 34956 0
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (KiB) 153296

[startup+1062.3 s]
/proc/loadavg: 4.07 4.00 2.88 5/330 24896
/proc/meminfo: memFree=4288860/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=153296 CPUtime=1062.22 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 73998 0 0 0 106190 32 0 0 25 0 1 0 608422608 156975104 30550 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 38324 30550 246 26 0 34956 0
Current children cumulated CPU time (s) 1062.22
Current children cumulated vsize (KiB) 153296

[startup+1122.3 s]
/proc/loadavg: 4.02 4.00 2.95 5/330 24898
/proc/meminfo: memFree=4165448/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=153296 CPUtime=1122.22 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 77379 0 0 0 112188 34 0 0 25 0 1 0 608422608 156975104 33911 33554432000 4194304 4300056 140733587171136 18446744073709551615 4263027 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 38324 33911 246 26 0 34956 0
Current children cumulated CPU time (s) 1122.22
Current children cumulated vsize (KiB) 153296

[startup+1182.3 s]
/proc/loadavg: 4.06 4.01 3.01 5/330 24899
/proc/meminfo: memFree=4049224/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=203384 CPUtime=1182.23 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 78904 0 0 0 118188 35 0 0 25 0 1 0 608422608 208265216 35419 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 50846 35419 246 26 0 47478 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 203384

[startup+1242.3 s]
/proc/loadavg: 3.94 3.99 3.07 5/330 24929
/proc/meminfo: memFree=4526952/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=203384 CPUtime=1242.23 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 82375 0 0 0 124187 36 0 0 25 0 1 0 608422608 208265216 38858 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 50846 38858 246 26 0 47478 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 203384



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.98 3.99 3.12 5/330 24931
/proc/meminfo: memFree=4358036/32951124 swapFree=67093864/67111528
[pid=24600] ppid=24598 vsize=203384 CPUtime=1299.94 cores=1,3
/proc/24600/stat : 24600 (lr_gl_shr) R 24598 24600 24480 0 -1 4202496 85175 0 0 0 129957 37 0 0 25 0 1 0 608422608 208265216 41636 33554432000 4194304 4300056 140733587171136 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24600/statm: 50846 41636 246 26 0 47478 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 203384

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): 1299.96
CPU user time (s): 1299.57
CPU system time (s): 0.387941
CPU usage (%): 99.9952
Max. virtual memory (cumulated for all children) (KiB): 273348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.57
system time used= 0.387941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85175
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= 9
involuntary context switches= 2524

runsolver used 3.63645 second user time and 9.39057 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-09 21:10:03
IDJOB=3349897
IDBENCH=70829
IDSOLVER=1814
FILE ID=node102/3349897-1304968202
RUNJOBID= node102-1304968099-24500
PBS_JOBID= 13285648
Free space on /tmp= 44504 MiB

SOLVER NAME= minisat hack: LR_NOGL_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 -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349897-1304968202/watcher-3349897-1304968202 -o /tmp/evaluation-result-3349897-1304968202/solver-3349897-1304968202 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349897-1304968202.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=1041096563

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.828
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.75
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.828
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.82
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.828
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.828
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.828
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:       3915808 kB
Buffers:        215476 kB
Cached:        9523672 kB
SwapCached:       1136 kB
Active:       22025148 kB
Inactive:      6566156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3915808 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:          290512 kB
Writeback:           0 kB
AnonPages:    18850808 kB
Mapped:          27132 kB
Slab:           325436 kB
PageTables:      54380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59581212 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= 44800 MiB
End job on node102 at 2011-05-09 21:31:45