Trace number 4101121

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02UNSAT 7.8718 7.87854

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-pilot.opb
MD5SUM3b411a9d6011bc35efb221797d9fcf38
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.247962
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables86785
Total number of constraints2481
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2481
Minimum length of a constraint10
Maximum length of a constraint7620
Number of terms in the objective function 840
Biggest coefficient in the objective function 21170
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 524903
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 530339
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T05:31:52+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4101121-1466220712.opb"]
0.00/0.01	c use --random-gen="3242243493 1789538230 3808389790 4019539461 4169269937 722999048 666804246 1992702496 3730954811 772162371 2687768047 1122413850 95389378 501788531 3965466819 2888915812 1448083319 49976296 1572628403 1468483797 3152292008 422973877 1390531619 679487417 1099424597 2334277828 1295206810 3674364779 394420975 1940506364 4217306539 1458120965 2481521877 4065104093 4262597894 1140056414 3300064430 3318063908 2461746796 1025237368 3506645504 46234515 1906228876 2161988719 1295860071 2819854884 367185874 4161550147 387971408 1917749532 1463517694 911886861 988318707 468645128 1191111188 3194403559 2357876961 1400146886 940723347 1646769562 1651403062 609770846 2844178318 706354 599845568 883979085 3051237328 1207196535 4239127688 417101475 1362278528 1611665282 8936859 435986327 1468121853 3493553334 3033389236 1020580989 3548471773 622071366 2298372332 3880435632 2978837971 971609085 3270648434 1493036762 1512204447 3849737241 2503320608 152311544 3644649643 2189185577 2023226213 601393466 1146414939 2317809546 1908513400 1746306166 3863893420 3603119110 2454848747 2417847804 759259148 3578607868 3815029329 2315269033 2090740094 2540372220 4266622439 3401687758 242334561 4233916961 1134500174 3769751902 1882951822 1016992660 3997606621 1446006179 991277031 3714048935 3265839053 3356882875 2461096912 75285491 428045154 847755578 84442366 1751014396 4055121778 1466786371 2807221929 4104385127 993830722 739930254 2428150785 3272797980 3048835332 4127644472 994014402 4065547632 2059630170 1258849100 4280568575 935090447 2032724375 3778607981 11645384 574054719 1285399288 1237247331 2143195898 3400002626 107919445 3257502256 3934385973 2938869552 1818894035 1974287247 786227827 855770764 3587744794 825466185 2920038896 2379093971 3264783795 430744597 3583929124 2049964964 1602829883 3841322372 2835262008 3865980143 2909694628 437318504 3015565895 1754978030 1008166939 2624081662 2195709130 820837951 3189412238 1928489630 1699000027 326214228 3501046961 310711609 3992578732 1862499600 113419641 3066273146 3379740607 753421634 256401897 969864731 4270030065 2147345232 3670225231 3483187614 907092259 1322847625 2922303727 1299752220 1705529597 1825503994 403550454 2502718197 2769511460 1361223607 1756421926 3876455637 3282164943 517008406 2794264300 3557673225 3834376487 3288456872 3293462937 2922579569 4075001561 3303516736 654765903 1659313777 1681232961 1672830227 4291878731 4056304432 1400820983 3403141489 4153686349 1536316544 1365983598 807429666 1924835066 767181277 4033057527 2612156738 900807012 256450411 2364226700 2883415610 3185417525 4101335384 1924441932 3279038230 3417985103 3744081039 834019239 2473183132 2831245253 1728918640 2178536948 1968256867 2801149217 1995262149 2644076727 4115372527 255 362436" option to reproduce the execution
1.39/1.44	c #vars 86785
1.39/1.44	c #constraints 2481
7.79/7.81	c BCD2: Hardening is enabled.
7.79/7.81	c BCD2: BiasedSearch is enabled.
7.79/7.81	c Solving starts ...
7.79/7.81	s UNSATISFIABLE
7.79/7.81	c total CPU time = 7.786s
7.79/7.81	c total wall clock time = 7.806s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4101121-1466220712/watcher-4101121-1466220712 -o /tmp/evaluation-result-4101121-1466220712/solver-4101121-1466220712 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466206062-31241 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4101121-1466220712.opb 

pid=1234
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.31 2.24 2.25 4/179 1237
/proc/meminfo: memFree=27754616/32872528 swapFree=1200228/1314692
[pid=1237] ppid=1234 vsize=12724 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (toysat) R 1234 1237 31224 0 -1 4202496 234 0 0 0 0 0 0 0 20 0 1 0 24117766 13029376 105 33554432000 4194304 16246674 140733824397440 140737274846824 14073296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 3181 106 87 2943 0 75 0
[pid=1237/tid=1238] ppid=1234 vsize=246204 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (toysat) S 1234 1237 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24117767 252112896 1704 33554432000 4194304 16246674 140733824397440 140511480360176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1239] ppid=1234 vsize=251324 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1239/stat : 1239 (toysat) S 1234 1237 31224 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24117767 257355776 1722 33554432000 4194304 16246674 140733824397440 140511398571248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=255420 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (toysat) S 1234 1237 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24117767 261550080 1737 33554432000 4194304 16246674 140733824397440 140511388097712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100138 s]
/proc/loadavg: 2.31 2.24 2.25 4/179 1237
/proc/meminfo: memFree=27754616/32872528 swapFree=1200228/1314692
[pid=1237] ppid=1234 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/1237/stat : 1237 (toysat) R 1234 1237 31224 0 -1 4202496 28312 0 0 0 5 4 0 0 20 0 4 0 24117766 1333334016 29121 33554432000 4194304 16246674 140733824397440 140733824396752 7374276 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 325521 29139 800 2943 0 322415 0
[pid=1237/tid=1238] ppid=1234 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (toysat) S 1234 1237 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24117767 1333334016 29151 33554432000 4194304 16246674 140733824397440 140511480360176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1239] ppid=1234 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1239/stat : 1239 (toysat) S 1234 1237 31224 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24117767 1333334016 29161 33554432000 4194304 16246674 140733824397440 140511398571248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (toysat) S 1234 1237 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24117767 1333334016 29173 33554432000 4194304 16246674 140733824397440 140511388097712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200545 s]
/proc/loadavg: 2.31 2.24 2.25 4/179 1237
/proc/meminfo: memFree=27754616/32872528 swapFree=1200228/1314692
[pid=1237] ppid=1234 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/1237/stat : 1237 (toysat) R 1234 1237 31224 0 -1 4202496 44687 0 0 0 13 6 0 0 20 0 4 0 24117766 1343819776 46007 33554432000 4194304 16246674 140733824397440 140733824396752 7364320 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 328081 46007 801 2943 0 324975 0
[pid=1237/tid=1238] ppid=1234 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (toysat) S 1234 1237 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24117767 1343819776 46007 33554432000 4194304 16246674 140733824397440 140511480360176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1239] ppid=1234 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1239/stat : 1239 (toysat) S 1234 1237 31224 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24117767 1343819776 46007 33554432000 4194304 16246674 140733824397440 140511398571248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (toysat) S 1234 1237 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24117767 1343819776 46007 33554432000 4194304 16246674 140733824397440 140511388097712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300505 s]
/proc/loadavg: 2.31 2.24 2.25 4/179 1237
/proc/meminfo: memFree=27754616/32872528 swapFree=1200228/1314692
[pid=1237] ppid=1234 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/1237/stat : 1237 (toysat) R 1234 1237 31224 0 -1 4202496 54087 0 0 0 22 7 0 0 20 0 4 0 24117766 1343819776 55407 33554432000 4194304 16246674 140733824397440 140733824396752 4221016 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 328081 55407 801 2943 0 324975 0
[pid=1237/tid=1238] ppid=1234 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (toysat) S 1234 1237 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24117767 1343819776 55407 33554432000 4194304 16246674 140733824397440 140511480360176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1239] ppid=1234 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1239/stat : 1239 (toysat) S 1234 1237 31224 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24117767 1343819776 55407 33554432000 4194304 16246674 140733824397440 140511398571248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (toysat) S 1234 1237 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24117767 1343819776 55407 33554432000 4194304 16246674 140733824397440 140511388097712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700428 s]
/proc/loadavg: 2.31 2.24 2.25 4/179 1237
/proc/meminfo: memFree=27754616/32872528 swapFree=1200228/1314692
[pid=1237] ppid=1234 vsize=1312324 CPUtime=0.68 cores=1,3,5,7
/proc/1237/stat : 1237 (toysat) R 1234 1237 31224 0 -1 4202496 64187 0 0 0 60 8 0 0 20 0 4 0 24117766 1343819776 65507 33554432000 4194304 16246674 140733824397440 140733824396752 13902244 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 328081 65507 802 2943 0 324975 0
[pid=1237/tid=1238] ppid=1234 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (toysat) S 1234 1237 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24117767 1343819776 65507 33554432000 4194304 16246674 140733824397440 140511480360176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1239] ppid=1234 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1239/stat : 1239 (toysat) S 1234 1237 31224 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24117767 1343819776 65507 33554432000 4194304 16246674 140733824397440 140511398571248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (toysat) S 1234 1237 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24117767 1343819776 65507 33554432000 4194304 16246674 140733824397440 140511388097712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1312324

[startup+1.50042 s]
/proc/loadavg: 2.28 2.23 2.25 4/183 1241
/proc/meminfo: memFree=27459636/32872528 swapFree=1200228/1314692
[pid=1237] ppid=1234 vsize=1316420 CPUtime=1.48 cores=1,3,5,7
/proc/1237/stat : 1237 (toysat) R 1234 1237 31224 0 -1 4202496 85003 0 0 0 137 11 0 0 20 0 4 0 24117766 1348014080 86323 33554432000 4194304 16246674 140733824397440 140733824396536 4221016 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 329105 86329 813 2943 0 325999 0
[pid=1237/tid=1238] ppid=1234 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (toysat) S 1234 1237 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24117767 1348014080 86333 33554432000 4194304 16246674 140733824397440 140511480360176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1239] ppid=1234 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1239/stat : 1239 (toysat) S 1234 1237 31224 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24117767 1348014080 86337 33554432000 4194304 16246674 140733824397440 140511398571248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (toysat) S 1234 1237 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24117767 1348014080 86340 33554432000 4194304 16246674 140733824397440 140511388097712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1316420

[startup+3.10043 s]
/proc/loadavg: 2.28 2.23 2.25 4/183 1241
/proc/meminfo: memFree=26716380/32872528 swapFree=1200228/1314692
[pid=1237] ppid=1234 vsize=1347140 CPUtime=3.09 cores=1,3,5,7
/proc/1237/stat : 1237 (toysat) R 1234 1237 31224 0 -1 4202496 277397 0 0 0 272 37 0 0 20 0 4 0 24117766 1379471360 278717 33554432000 4194304 16246674 140733824397440 140733824379328 12683024 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 336785 278717 834 2943 0 333679 0
[pid=1237/tid=1238] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (toysat) S 1234 1237 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278717 33554432000 4194304 16246674 140733824397440 140511480360176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1239] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1239/stat : 1239 (toysat) S 1234 1237 31224 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278717 33554432000 4194304 16246674 140733824397440 140511398571248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (toysat) S 1234 1237 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278717 33554432000 4194304 16246674 140733824397440 140511388097712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1347140

[startup+6.30043 s]
/proc/loadavg: 2.28 2.23 2.25 3/183 1241
/proc/meminfo: memFree=26642292/32872528 swapFree=1200228/1314692
[pid=1237] ppid=1234 vsize=1347140 CPUtime=6.29 cores=1,3,5,7
/proc/1237/stat : 1237 (toysat) R 1234 1237 31224 0 -1 4202496 277414 0 0 0 592 37 0 0 20 0 4 0 24117766 1379471360 278734 33554432000 4194304 16246674 140733824397440 140733824379328 12429784 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 336785 278734 845 2943 0 333679 0
[pid=1237/tid=1238] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (toysat) S 1234 1237 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278734 33554432000 4194304 16246674 140733824397440 140511480360176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1239] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1239/stat : 1239 (toysat) S 1234 1237 31224 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278734 33554432000 4194304 16246674 140733824397440 140511398571248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (toysat) S 1234 1237 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278734 33554432000 4194304 16246674 140733824397440 140511388097712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1347140

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1237 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40048 s]
/proc/loadavg: 2.28 2.23 2.25 3/183 1241
/proc/meminfo: memFree=26642292/32872528 swapFree=1200228/1314692
[pid=1237] ppid=1234 vsize=1347140 CPUtime=6.39 cores=1,3,5,7
/proc/1237/stat : 1237 (toysat) R 1234 1237 31224 0 -1 4202496 277414 0 0 0 602 37 0 0 20 0 4 0 24117766 1379471360 278734 33554432000 4194304 16246674 140733824397440 140733824379328 12652957 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 336785 278734 845 2943 0 333679 0
[pid=1237/tid=1238] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (toysat) S 1234 1237 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278734 33554432000 4194304 16246674 140733824397440 140511480360176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1239] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1239/stat : 1239 (toysat) S 1234 1237 31224 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278734 33554432000 4194304 16246674 140733824397440 140511398571248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (toysat) S 1234 1237 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278734 33554432000 4194304 16246674 140733824397440 140511388097712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1347140

[startup+7.20045 s]
/proc/loadavg: 2.26 2.23 2.25 3/183 1241
/proc/meminfo: memFree=26642296/32872528 swapFree=1200228/1314692
[pid=1237] ppid=1234 vsize=1347140 CPUtime=7.19 cores=1,3,5,7
/proc/1237/stat : 1237 (toysat) R 1234 1237 31224 0 -1 4202496 277414 0 0 0 682 37 0 0 20 0 4 0 24117766 1379471360 278734 33554432000 4194304 16246674 140733824397440 140733824379328 12449395 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 336785 278734 845 2943 0 333679 0
[pid=1237/tid=1238] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (toysat) S 1234 1237 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278734 33554432000 4194304 16246674 140733824397440 140511480360176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1239] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1239/stat : 1239 (toysat) S 1234 1237 31224 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278734 33554432000 4194304 16246674 140733824397440 140511398571248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (toysat) S 1234 1237 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278734 33554432000 4194304 16246674 140733824397440 140511388097712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 1347140

[startup+7.60042 s]
/proc/loadavg: 2.26 2.23 2.25 3/183 1241
/proc/meminfo: memFree=26642296/32872528 swapFree=1200228/1314692
[pid=1237] ppid=1234 vsize=1347140 CPUtime=7.59 cores=1,3,5,7
/proc/1237/stat : 1237 (toysat) R 1234 1237 31224 0 -1 4202496 277414 0 0 0 722 37 0 0 20 0 4 0 24117766 1379471360 278734 33554432000 4194304 16246674 140733824397440 140733824379328 12652957 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 336785 278734 845 2943 0 333679 0
[pid=1237/tid=1238] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (toysat) S 1234 1237 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278734 33554432000 4194304 16246674 140733824397440 140511480360176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1239] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1239/stat : 1239 (toysat) S 1234 1237 31224 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278734 33554432000 4194304 16246674 140733824397440 140511398571248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (toysat) S 1234 1237 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278734 33554432000 4194304 16246674 140733824397440 140511388097712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 1347140

[startup+7.80755 s]
/proc/loadavg: 2.26 2.23 2.25 3/183 1241
/proc/meminfo: memFree=26642436/32872528 swapFree=1200228/1314692
[pid=1237] ppid=1234 vsize=1347140 CPUtime=7.79 cores=1,3,5,7
/proc/1237/stat : 1237 (toysat) R 1234 1237 31224 0 -1 4202496 277414 0 0 0 742 37 0 0 20 0 4 0 24117766 1379471360 278734 33554432000 4194304 16246674 140733824397440 140733824379328 13950199 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1237/statm: 336785 278734 845 2943 0 333679 0
[pid=1237/tid=1238] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (toysat) S 1234 1237 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278734 33554432000 4194304 16246674 140733824397440 140511480360176 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1239] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1239/stat : 1239 (toysat) S 1234 1237 31224 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278734 33554432000 4194304 16246674 140733824397440 140511398571248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=1347140 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (toysat) S 1234 1237 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24117767 1379471360 278734 33554432000 4194304 16246674 140733824397440 140511388097712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 1347140

Child status: 0
Real time (s): 7.87854
CPU time (s): 7.8718
CPU user time (s): 7.43787
CPU system time (s): 0.433934
CPU usage (%): 99.9145
Max. virtual memory (cumulated for all children) (KiB): 1347140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.43787
system time used= 0.433934
maximum resident set size= 1115012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277434
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= 23
involuntary context switches= 15

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025996 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-18 05:31:52
IDJOB=4101121
IDBENCH=1703
IDSOLVER=2542
FILE ID=node131/4101121-1466220712
RUNJOBID= node131-1466206062-31241
PBS_JOBID= 19918146
Free space on /tmp= 71680 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-pilot.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101121-1466220712/watcher-4101121-1466220712 -o /tmp/evaluation-result-4101121-1466220712/solver-4101121-1466220712 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466206062-31241 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4101121-1466220712.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3b411a9d6011bc35efb221797d9fcf38
RANDOM SEED=313382077

node131.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27754896 kB
Buffers:          106708 kB
Cached:           136108 kB
SwapCached:         1508 kB
Active:          2923824 kB
Inactive:         137960 kB
Active(anon):    2818748 kB
Inactive(anon):     2680 kB
Active(file):     105076 kB
Inactive(file):   135280 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099852 kB
Dirty:             24868 kB
Writeback:             0 kB
AnonPages:       4185812 kB
Mapped:            10872 kB
Shmem:                 0 kB
Slab:             601228 kB
SReclaimable:      45332 kB
SUnreclaim:       555896 kB
KernelStack:        1520 kB
PageTables:        12272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4275288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node131 at 2016-06-18 05:32:00