Trace number 3350194

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) 1298.19 1300.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
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 variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
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-3350194-1304968336/watcher-3350194-1304968336 -o /tmp/evaluation-result-3350194-1304968336/solver-3350194-1304968336 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350194-1304968336.cnf -verb=0 -model -no-shrinking 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.89 1.82 0.70 4/410 16460
/proc/meminfo: memFree=23359280/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=19528 CPUtime=0 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 742 0 0 0 0 0 0 0 25 0 1 0 608432270 19996672 667 33554432000 4194304 4300056 140735253837360 18446744073709551615 242970246923 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 4882 668 227 26 0 1514 0

[startup+0.055159 s]
/proc/loadavg: 3.89 1.82 0.70 4/410 16460
/proc/meminfo: memFree=23359280/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=16520 CPUtime=0.05 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 1048 0 0 0 5 0 0 0 25 0 1 0 608432270 16916480 849 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 4130 849 243 26 0 762 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16520

[startup+0.101153 s]
/proc/loadavg: 3.89 1.82 0.70 4/410 16460
/proc/meminfo: memFree=23359280/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=16520 CPUtime=0.09 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 1087 0 0 0 9 0 0 0 25 0 1 0 608432270 16916480 887 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256327 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 4130 887 243 26 0 762 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16520

[startup+0.301117 s]
/proc/loadavg: 3.89 1.82 0.70 4/410 16460
/proc/meminfo: memFree=23359280/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=17540 CPUtime=0.29 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 1241 0 0 0 29 0 0 0 25 0 1 0 608432270 17960960 1031 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 4385 1031 244 26 0 1017 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17540

[startup+0.701051 s]
/proc/loadavg: 3.89 1.82 0.70 4/410 16460
/proc/meminfo: memFree=23359280/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=18172 CPUtime=0.69 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 1590 0 0 0 69 0 0 0 25 0 1 0 608432270 18608128 1359 33554432000 4194304 4300056 140735253837360 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 4543 1359 244 26 0 1175 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18172

[startup+1.50091 s]
/proc/loadavg: 3.89 1.82 0.70 5/411 16461
/proc/meminfo: memFree=23345888/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=18400 CPUtime=1.49 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 1602 0 0 0 149 0 0 0 25 0 1 0 608432270 18841600 1371 33554432000 4194304 4300056 140735253837360 18446744073709551615 4251360 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 4600 1371 244 26 0 1232 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18400

[startup+3.10064 s]
/proc/loadavg: 3.89 1.82 0.70 5/411 16461
/proc/meminfo: memFree=23336588/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=19024 CPUtime=3.09 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 1690 0 0 0 309 0 0 0 25 0 1 0 608432270 19480576 1454 33554432000 4194304 4300056 140735253837360 18446744073709551615 4259145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 4756 1457 244 26 0 1388 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19024

[startup+6.30108 s]
/proc/loadavg: 3.90 1.85 0.72 5/411 16461
/proc/meminfo: memFree=23316132/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=21080 CPUtime=6.29 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 2195 0 0 0 629 0 0 0 25 0 1 0 608432270 21585920 1931 33554432000 4194304 4300056 140735253837360 18446744073709551615 4264260 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 5270 1931 244 26 0 1902 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21080

[startup+12.701 s]
/proc/loadavg: 3.91 1.89 0.73 5/411 16461
/proc/meminfo: memFree=23365756/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=23792 CPUtime=12.69 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 2497 0 0 0 1269 0 0 0 25 0 1 0 608432270 24363008 2227 33554432000 4194304 4300056 140735253837360 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 5948 2227 244 26 0 2580 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23792

[startup+25.5008 s]
/proc/loadavg: 3.93 1.99 0.78 5/411 16462
/proc/meminfo: memFree=23280264/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=23792 CPUtime=25.49 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 2603 0 0 0 2549 0 0 0 25 0 1 0 608432270 24363008 2333 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 5948 2333 244 26 0 2580 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23792

[startup+51.1004 s]
/proc/loadavg: 3.95 2.15 0.87 5/411 16462
/proc/meminfo: memFree=23203592/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=23792 CPUtime=51.09 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 2610 0 0 0 5109 0 0 0 25 0 1 0 608432270 24363008 2340 33554432000 4194304 4300056 140735253837360 18446744073709551615 4263784 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 5948 2340 244 26 0 2580 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 23792

[startup+102.316 s]
/proc/loadavg: 3.98 2.43 1.03 5/411 16464
/proc/meminfo: memFree=22999224/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=26532 CPUtime=102.31 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 3443 0 0 0 10230 1 0 0 25 0 1 0 608432270 27168768 3122 33554432000 4194304 4300056 140735253837360 18446744073709551615 4263248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 6633 3122 244 26 0 3265 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 26532

[startup+162.3 s]
/proc/loadavg: 4.14 2.75 1.22 5/411 16465
/proc/meminfo: memFree=22876928/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=26532 CPUtime=162.3 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 3631 0 0 0 16229 1 0 0 25 0 1 0 608432270 27168768 3309 33554432000 4194304 4300056 140735253837360 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 6633 3309 244 26 0 3265 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 26532

[startup+222.301 s]
/proc/loadavg: 4.12 2.99 1.40 5/411 16467
/proc/meminfo: memFree=22865988/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=27572 CPUtime=222.3 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 3905 0 0 0 22229 1 0 0 25 0 1 0 608432270 28233728 3562 33554432000 4194304 4300056 140735253837360 18446744073709551615 4262758 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 6893 3562 244 26 0 3525 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 27572

[startup+282.301 s]
/proc/loadavg: 4.18 3.20 1.57 5/411 16496
/proc/meminfo: memFree=23000888/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=33632 CPUtime=281.99 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 6788 0 0 0 28194 5 0 0 25 0 1 0 608432270 34439168 5225 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256044 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 8408 5225 244 26 0 5040 0
Current children cumulated CPU time (s) 281.99
Current children cumulated vsize (KiB) 33632

[startup+342.3 s]
/proc/loadavg: 4.13 3.36 1.72 5/411 16497
/proc/meminfo: memFree=23350948/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=33632 CPUtime=341.97 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 6788 0 0 0 34186 11 0 0 25 0 1 0 608432270 34439168 5225 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256488 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 8408 5225 244 26 0 5040 0
Current children cumulated CPU time (s) 341.97
Current children cumulated vsize (KiB) 33632

[startup+402.301 s]
/proc/loadavg: 4.05 3.48 1.86 5/411 16499
/proc/meminfo: memFree=23177428/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=33632 CPUtime=401.97 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 6788 0 0 0 40186 11 0 0 25 0 1 0 608432270 34439168 5225 33554432000 4194304 4300056 140735253837360 18446744073709551615 4252407 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 8408 5225 244 26 0 5040 0
Current children cumulated CPU time (s) 401.97
Current children cumulated vsize (KiB) 33632

[startup+462.301 s]
/proc/loadavg: 4.16 3.60 2.01 5/411 16500
/proc/meminfo: memFree=22980616/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=33632 CPUtime=461.97 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 6788 0 0 0 46186 11 0 0 25 0 1 0 608432270 34439168 5225 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 8408 5225 244 26 0 5040 0
Current children cumulated CPU time (s) 461.97
Current children cumulated vsize (KiB) 33632

[startup+522.3 s]
/proc/loadavg: 4.13 3.69 2.13 5/411 16502
/proc/meminfo: memFree=22829056/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=33632 CPUtime=521.97 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 6789 0 0 0 52186 11 0 0 25 0 1 0 608432270 34439168 5226 33554432000 4194304 4300056 140735253837360 18446744073709551615 4263252 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 8408 5226 244 26 0 5040 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 33632

[startup+582.301 s]
/proc/loadavg: 4.10 3.76 2.25 5/411 16504
/proc/meminfo: memFree=23078264/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=33632 CPUtime=581.97 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 6789 0 0 0 58186 11 0 0 25 0 1 0 608432270 34439168 5226 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 8408 5226 244 26 0 5040 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 33632

[startup+642.301 s]
/proc/loadavg: 4.04 3.80 2.36 5/411 16505
/proc/meminfo: memFree=22851812/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=33632 CPUtime=641.98 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 6789 0 0 0 64187 11 0 0 25 0 1 0 608432270 34439168 5226 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 8408 5226 244 26 0 5040 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 33632

[startup+702.301 s]
/proc/loadavg: 4.01 3.83 2.46 5/411 16507
/proc/meminfo: memFree=22824876/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=33632 CPUtime=701.97 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 6789 0 0 0 70186 11 0 0 25 0 1 0 608432270 34439168 5226 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 8408 5226 244 26 0 5040 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 33632

[startup+762.315 s]
/proc/loadavg: 4.00 3.86 2.55 5/411 16508
/proc/meminfo: memFree=23116992/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=34732 CPUtime=761.99 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 7083 0 0 0 76188 11 0 0 25 0 1 0 608432270 35565568 5491 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256566 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 8683 5491 244 26 0 5315 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 34732

[startup+822.3 s]
/proc/loadavg: 4.00 3.88 2.64 5/411 16510
/proc/meminfo: memFree=22927372/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=34732 CPUtime=821.98 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 7083 0 0 0 82187 11 0 0 25 0 1 0 608432270 35565568 5491 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 8683 5491 244 26 0 5315 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 34732

[startup+882.3 s]
/proc/loadavg: 4.04 3.92 2.73 5/411 16512
/proc/meminfo: memFree=22748904/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=38132 CPUtime=881.98 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 7392 0 0 0 88187 11 0 0 25 0 1 0 608432270 39047168 5791 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 9533 5791 244 26 0 6165 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 38132

[startup+942.301 s]
/proc/loadavg: 4.08 3.96 2.82 5/411 16513
/proc/meminfo: memFree=22450776/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=38132 CPUtime=941.98 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 7444 0 0 0 94187 11 0 0 25 0 1 0 608432270 39047168 5843 33554432000 4194304 4300056 140735253837360 18446744073709551615 4262758 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 9533 5843 244 26 0 6165 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 38132

[startup+1002.3 s]
/proc/loadavg: 4.06 3.97 2.89 5/411 16515
/proc/meminfo: memFree=23205528/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=38132 CPUtime=1001.98 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 7543 0 0 0 100187 11 0 0 25 0 1 0 608432270 39047168 5942 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256128 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 9533 5942 244 26 0 6165 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 38132

[startup+1062.3 s]
/proc/loadavg: 4.02 3.97 2.96 5/411 16516
/proc/meminfo: memFree=22936784/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=38132 CPUtime=1061.98 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 7666 0 0 0 106187 11 0 0 25 0 1 0 608432270 39047168 6063 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 9533 6063 244 26 0 6165 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 38132

[startup+1122.3 s]
/proc/loadavg: 4.20 4.02 3.04 5/411 16518
/proc/meminfo: memFree=22890996/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=38132 CPUtime=1121.98 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 7666 0 0 0 112187 11 0 0 25 0 1 0 608432270 39047168 6063 33554432000 4194304 4300056 140735253837360 18446744073709551615 4251740 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 9533 6063 244 26 0 6165 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 38132

[startup+1182.3 s]
/proc/loadavg: 4.15 4.03 3.10 5/411 16520
/proc/meminfo: memFree=22604388/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=38132 CPUtime=1181.98 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 7666 0 0 0 118187 11 0 0 25 0 1 0 608432270 39047168 6063 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 9533 6063 244 26 0 6165 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 38132

[startup+1242.3 s]
/proc/loadavg: 4.12 4.05 3.16 6/411 16576
/proc/meminfo: memFree=23148836/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=38132 CPUtime=1240.49 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 7666 0 0 0 124022 27 0 0 25 0 1 0 608432270 39047168 6063 33554432000 4194304 4300056 140735253837360 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 9533 6063 244 26 0 6165 0
Current children cumulated CPU time (s) 1240.49
Current children cumulated vsize (KiB) 38132



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.18 4.07 3.22 5/411 16606
/proc/meminfo: memFree=23234164/32951132 swapFree=67093844/67111528
[pid=16460] ppid=16458 vsize=38132 CPUtime=1298.17 cores=1,3
/proc/16460/stat : 16460 (lr_gl_shr) R 16458 16460 15070 0 -1 4202496 7666 0 0 0 129785 32 0 0 25 0 1 0 608432270 39047168 6063 33554432000 4194304 4300056 140735253837360 18446744073709551615 4263033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16460/statm: 9533 6063 244 26 0 6165 0
Current children cumulated CPU time (s) 1298.17
Current children cumulated vsize (KiB) 38132

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): 1298.19
CPU user time (s): 1297.86
CPU system time (s): 0.32695
CPU usage (%): 99.8595
Max. virtual memory (cumulated for all children) (KiB): 38132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.86
system time used= 0.32695
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7666
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2033

runsolver used 4.5903 second user time and 11.9872 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-09 21:12:16
IDJOB=3350194
IDBENCH=70785
IDSOLVER=1815
FILE ID=node128/3350194-1304968336
RUNJOBID= node128-1304968220-16309
PBS_JOBID= 13285622
Free space on /tmp= 50972 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350194-1304968336/watcher-3350194-1304968336 -o /tmp/evaluation-result-3350194-1304968336/solver-3350194-1304968336 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350194-1304968336.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=974606421

node128.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.852
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.70
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.852
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.852
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      23359312 kB
Buffers:        166668 kB
Cached:        3224312 kB
SwapCached:       1408 kB
Active:        6277436 kB
Inactive:      2998700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23359312 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:            8432 kB
Writeback:           0 kB
AnonPages:     5884580 kB
Mapped:          32328 kB
Slab:           210956 kB
PageTables:      40072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 101504616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 50988 MiB
End job on node128 at 2011-05-09 21:33:58