Trace number 4117790

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
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)95 1800.64 897.958

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_14x14_000.opb.metafix.opb
MD5SUM9a6d571b9449efb2b920b3495db1d93a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark95
Best CPU time to get the best result obtained on this benchmark77.2203
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables196
Total number of constraints82
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Number of terms in the objective function 196
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 196
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4117790-1467214522.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.11/0.16	c ... done. Wall clock time 0.056s.
0.11/0.16	c declared #vars     196
0.11/0.16	c #constraints  164
0.11/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7
0.11/0.17	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
0.11/0.17	c org.sat4j.specs.Constr$1 => 7
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 141
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.11/0.17	c 164 constraints processed.
0.11/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.11/0.17	c org.sat4j.specs.Constr$1 => 7
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7
0.11/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 141
0.11/0.17	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
0.11/0.17	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.11/0.17	c 164 constraints processed.
0.11/0.17	c objective function length is 196 literals
0.11/0.19	c And the winner is solver0
0.27/0.67	c SATISFIABLE
0.27/0.67	c OPTIMIZING...
0.27/0.67	c Got one! Elapsed wall clock time (in seconds):0.562
0.27/0.67	o 95
2.35/1.29	c cleaning 2508 clauses out of 5025 with flag 18965/5025
3.94/1.66	c cleaning 4251 clauses out of 8516 with flag 48013/11024
4.79/2.05	c cleaning 5627 clauses out of 11266 with flag 75673/18025
5.83/2.59	c cleaning 6813 clauses out of 13638 with flag 111407/26024
7.29/3.20	c cleaning 7903 clauses out of 15825 with flag 148340/35024
9.26/4.14	c cleaning 8956 clauses out of 17924 with flag 198925/45026
11.31/5.17	c cleaning 9977 clauses out of 19967 with flag 248808/56025
13.77/6.33	c cleaning 10987 clauses out of 21990 with flag 310825/68025
16.17/7.53	c cleaning 11997 clauses out of 24002 with flag 372247/81024
19.64/9.20	c cleaning 12998 clauses out of 26007 with flag 451631/95026
22.64/10.72	c cleaning 13999 clauses out of 28007 with flag 528236/110024
26.11/12.42	c cleaning 15000 clauses out of 30009 with flag 601953/126025
29.95/14.36	c cleaning 15999 clauses out of 32008 with flag 684462/143024
35.01/16.80	c cleaning 16992 clauses out of 34010 with flag 777941/161025
40.01/19.37	c cleaning 18002 clauses out of 36018 with flag 896430/180025
45.20/21.92	c cleaning 19003 clauses out of 38016 with flag 1016717/200025
50.60/24.66	c cleaning 20001 clauses out of 40013 with flag 1112611/221025
56.08/27.38	c cleaning 21000 clauses out of 42013 with flag 1214882/243026
62.08/30.38	c cleaning 22000 clauses out of 44014 with flag 1343704/266027
69.14/33.87	c cleaning 22996 clauses out of 46011 with flag 1476464/290024
76.64/37.55	c cleaning 24006 clauses out of 48015 with flag 1584481/315024
85.09/41.77	c cleaning 24997 clauses out of 50010 with flag 1720727/341025
92.88/45.60	c cleaning 25998 clauses out of 52014 with flag 1837393/368026
102.36/50.33	c cleaning 27003 clauses out of 54015 with flag 1986426/396025
112.42/55.31	c cleaning 27997 clauses out of 56013 with flag 2138925/425026
123.22/60.70	c cleaning 29005 clauses out of 58015 with flag 2272381/455025
133.26/65.71	c cleaning 29991 clauses out of 60011 with flag 2427447/486026
144.46/71.38	c cleaning 31002 clauses out of 62018 with flag 2576805/518024
156.46/77.33	c cleaning 32004 clauses out of 64019 with flag 2755170/551027
167.66/82.97	c cleaning 33003 clauses out of 66014 with flag 2916831/585026
180.47/89.30	c cleaning 33997 clauses out of 68009 with flag 3119541/620024
191.95/95.06	c cleaning 34996 clauses out of 70012 with flag 3292504/656024
205.14/101.64	c cleaning 36005 clauses out of 72017 with flag 3521114/693025
220.74/109.42	c cleaning 36998 clauses out of 74013 with flag 3757447/731026
236.53/117.32	c cleaning 38003 clauses out of 76018 with flag 3987896/770029
250.54/124.37	c cleaning 38998 clauses out of 78011 with flag 4177236/810025
265.72/131.97	c cleaning 39998 clauses out of 80012 with flag 4367787/851024
282.35/140.25	c cleaning 41002 clauses out of 82016 with flag 4570154/893026
300.75/149.42	c cleaning 41990 clauses out of 84012 with flag 4768287/936024
319.35/158.72	c cleaning 42998 clauses out of 86024 with flag 4995917/980026
340.75/169.48	c cleaning 44006 clauses out of 88024 with flag 5276519/1025024
361.74/179.98	c cleaning 44997 clauses out of 90018 with flag 5515906/1071024
383.54/190.86	c cleaning 46000 clauses out of 92022 with flag 5765181/1118025
408.13/203.18	c cleaning 47001 clauses out of 94021 with flag 6073165/1166024
433.14/215.65	c cleaning 48004 clauses out of 96021 with flag 6351036/1215025
455.74/226.94	c cleaning 48989 clauses out of 98016 with flag 6604093/1265024
482.14/240.15	c cleaning 50003 clauses out of 100028 with flag 6870598/1316025
511.53/254.82	c cleaning 50997 clauses out of 102025 with flag 7195264/1368025
540.13/269.15	c cleaning 51988 clauses out of 104029 with flag 7480323/1421026
569.13/283.69	c cleaning 53007 clauses out of 106040 with flag 7753367/1475025
603.26/300.61	c cleaning 53997 clauses out of 108032 with flag 8118631/1530024
636.85/317.48	c cleaning 55006 clauses out of 110035 with flag 8462117/1586024
674.04/336.02	c cleaning 56005 clauses out of 112029 with flag 8810699/1643024
707.83/352.98	c cleaning 57006 clauses out of 114025 with flag 9100428/1701025
740.83/369.48	c cleaning 58007 clauses out of 116019 with flag 9429026/1760025
775.82/386.91	c cleaning 58980 clauses out of 118011 with flag 9765857/1820024
814.23/406.16	c cleaning 59992 clauses out of 120031 with flag 10148043/1881024
849.25/423.79	c cleaning 61003 clauses out of 122043 with flag 10450892/1943028
886.06/442.20	c cleaning 62016 clauses out of 124037 with flag 10788014/2006025
927.49/462.89	c cleaning 63001 clauses out of 126020 with flag 11130168/2070024
965.09/481.64	c cleaning 64008 clauses out of 128020 with flag 11476454/2135025
1016.44/507.21	c cleaning 65000 clauses out of 130011 with flag 11858080/2201024
1071.16/534.55	c cleaning 65994 clauses out of 132011 with flag 12198937/2268024
1072.58/535.30	c cleaning 0 clauses out of 5004 with flag 0/5004
1140.47/568.78	c cleaning 67004 clauses out of 134017 with flag 12633232/2336024
1194.20/595.47	c cleaning 68001 clauses out of 136014 with flag 12983979/2405025
1243.10/619.85	c cleaning 68999 clauses out of 138013 with flag 13351408/2475025
1297.38/647.12	c cleaning 69996 clauses out of 140013 with flag 13780042/2546024
1346.62/671.74	c cleaning 70997 clauses out of 142018 with flag 14183216/2618025
1398.33/697.58	c cleaning 71999 clauses out of 144020 with flag 14588213/2691024
1450.16/723.49	c cleaning 73000 clauses out of 146021 with flag 15022440/2765024
1507.87/752.27	c cleaning 74001 clauses out of 148021 with flag 15468455/2840024
1577.72/787.03	c cleaning 74998 clauses out of 150020 with flag 15952828/2916024
1648.93/822.51	c cleaning 75998 clauses out of 152022 with flag 16360448/2993024
1715.78/856.05	c cleaning 77003 clauses out of 154025 with flag 16789251/3071025
1800.00/897.90	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.00/897.90	c starts		: 4287
1800.00/897.90	c conflicts		: 3148543
1800.00/897.90	c decisions		: 3974658
1800.00/897.90	c propagations		: 128611239
1800.00/897.90	c inspects		: 15643146527
1800.00/897.90	c shortcuts		: 0
1800.00/897.90	c learnt literals	: 0
1800.00/897.90	c learnt binary clauses	: 0
1800.00/897.90	c learnt ternary clauses	: 0
1800.00/897.90	c learnt constraints	: 3148543
1800.00/897.90	c ignored constraints	: 0
1800.00/897.90	c root simplifications	: 0
1800.00/897.90	c removed literals (reason simplification)	: 16869465
1800.00/897.90	c reason swapping (by a shorter reason)	: 0
1800.00/897.90	c Calls to reduceDB	: 74
1800.00/897.90	c Number of update (reduction) of LBD	: 1242377
1800.00/897.90	c Imported unit clauses	: 0
1800.00/897.90	c number of reductions to clauses (during analyze)	: 0
1800.00/897.90	c number of learned constraints concerned by reduction	: 0
1800.00/897.90	c number of learning phase by resolution	: 0
1800.00/897.90	c number of learning phase by cutting planes	: 0
1800.00/897.90	c speed (assignments/second)	: 143262.5630617635
1800.00/897.90	c non guided choices	0
1800.00/897.93	c learnt constraints type 
1800.00/897.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 154541
1800.00/897.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/897.93	c starts		: 28
1800.00/897.93	c conflicts		: 6712
1800.00/897.93	c decisions		: 18551
1800.00/897.93	c propagations		: 186666
1800.00/897.93	c inspects		: 178453336
1800.00/897.93	c shortcuts		: 0
1800.00/897.93	c learnt literals	: 0
1800.00/897.93	c learnt binary clauses	: 0
1800.00/897.93	c learnt ternary clauses	: 0
1800.00/897.93	c learnt constraints	: 6712
1800.00/897.93	c ignored constraints	: 0
1800.00/897.93	c root simplifications	: 0
1800.00/897.93	c removed literals (reason simplification)	: 0
1800.00/897.93	c reason swapping (by a shorter reason)	: 0
1800.00/897.93	c Calls to reduceDB	: 1
1800.00/897.93	c Number of update (reduction) of LBD	: 0
1800.00/897.93	c Imported unit clauses	: 0
1800.00/897.93	c number of reductions to clauses (during analyze)	: 0
1800.00/897.93	c number of learned constraints concerned by reduction	: 0
1800.00/897.93	c number of learning phase by resolution	: 0
1800.00/897.93	c number of learning phase by cutting planes	: 0
1800.00/897.93	c speed (assignments/second)	: 208.03980112809987
1800.00/897.93	c non guided choices	0
1800.00/897.94	c learnt constraints type 
1800.00/897.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 17
1800.00/897.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6695
1800.00/897.94	s SATISFIABLE
1800.00/897.94	c Found 1 solution(s)
1800.00/897.94	v -x1 -x2 -x3 -x4 x5 x6 x7 x8 -x9 -x10 x11 x12 x13 x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 x25 x26 -x27 x28 x29 -x30 -x31 x32 -x33 -x34 -x35 x36 -x37 -x38 x39 x40 -x41 -x42 x43 x44 x45 x46 -x47 -x48 x49 -x50 -x51 x52 x53 -x54 -x55 -x56 x57 -x58 x59 -x60 x61 x62 x63 x64 -x65 -x66 -x67 x68 x69 -x70 x71 -x72 -x73 -x74 -x75 x76 x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 x85 x86 -x87 -x88 x89 x90 x91 -x92 -x93 x94 x95 -x96 -x97 -x98 x99 x100 -x101 -x102 -x103 x104 -x105 x106 x107 -x108 -x109 x110 -x111 -x112 x113 -x114 -x115 x116 x117 -x118 -x119 x120 -x121 -x122 x123 x124 x125 x126 -x127 -x128 -x129 x130 -x131 x132 -x133 x134 -x135 x136 -x137 x138 x139 x140 -x141 -x142 -x143 -x144 x145 x146 x147 x148 -x149 -x150 x151 x152 x153 x154 -x155 -x156 -x157 x158 x159 x160 x161 x162 x163 x164 x165 -x166 -x167 x168 -x169 x170 x171 x172 x173 x174 x175 x176 x177 -x178 -x179 -x180 -x181 -x182 x183 x184 x185 x186 x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 x196 
1800.00/897.94	c objective function=95
1800.00/897.94	c Total wall clock time (in seconds): 897.831

Verifier Data

OK	95

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-4117790-1467214522/watcher-4117790-1467214522 -o /tmp/evaluation-result-4117790-1467214522/solver-4117790-1467214522 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467208983-5283 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117790-1467214522.opb 

pid=7547
running on 4 cores: 0,2,4,6

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: 3.75 4.12 4.18 4/196 7550
/proc/meminfo: memFree=28210916/32872528 swapFree=1459092/1655316
[pid=7550] ppid=7547 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7550/stat : 7550 (java) S 7547 7550 5267 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 2403345 98570240 978 33554432000 1073741824 1073778376 140735634811680 140735634802816 239876472893 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7550/statm: 24065 978 744 9 0 16771 0
[pid=7550/tid=7551] ppid=7547 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7551/stat : 7551 (java) R 7547 7550 5267 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 2403346 98570240 978 33554432000 1073741824 1073778376 140735634811680 140597530213928 239873115520 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 3.75 4.12 4.18 4/196 7550
/proc/meminfo: memFree=28210916/32872528 swapFree=1459092/1655316
[pid=7550] ppid=7547 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/7550/stat : 7550 (java) S 7547 7550 5267 0 -1 4202496 4486 0 1 0 10 1 0 0 20 0 18 0 2403345 9787879424 6111 33554432000 1073741824 1073778376 140735634811680 140735634802816 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7550/statm: 2389619 6112 2156 9 0 2380296 0
[pid=7550/tid=7551] ppid=7547 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/7550/task/7551/stat : 7551 (java) R 7547 7550 5267 0 -1 4202560 2387 0 1 0 7 1 0 0 20 0 18 0 2403346 9787879424 6112 33554432000 1073741824 1073778376 140735634811680 140597530217376 140597520281023 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200258 s]
/proc/loadavg: 3.75 4.12 4.18 4/196 7550
/proc/meminfo: memFree=28210916/32872528 swapFree=1459092/1655316
[pid=7550] ppid=7547 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/7550/stat : 7550 (java) S 7547 7550 5267 0 -1 4202496 5129 0 1 0 23 3 0 0 20 0 19 0 2403345 10060525568 8139 33554432000 1073741824 1073778376 140735634811680 140735634802816 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7550/statm: 2456183 8139 2219 9 0 2446860 0
[pid=7550/tid=7551] ppid=7547 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7550/task/7551/stat : 7551 (java) S 7547 7550 5267 0 -1 4202560 2426 0 1 0 14 1 0 0 20 0 19 0 2403346 10060525568 8139 33554432000 1073741824 1073778376 140735634811680 140597530219384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300322 s]
/proc/loadavg: 3.75 4.12 4.18 4/196 7550
/proc/meminfo: memFree=28210916/32872528 swapFree=1459092/1655316
[pid=7550] ppid=7547 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/7550/stat : 7550 (java) S 7547 7550 5267 0 -1 4202496 5134 0 1 0 24 3 0 0 20 0 19 0 2403345 10060525568 8108 33554432000 1073741824 1073778376 140735634811680 140735634802816 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7550/statm: 2456183 8108 2221 9 0 2446860 0
[pid=7550/tid=7551] ppid=7547 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7550/task/7551/stat : 7551 (java) S 7547 7550 5267 0 -1 4202560 2426 0 1 0 14 1 0 0 20 0 19 0 2403346 10060525568 8108 33554432000 1073741824 1073778376 140735634811680 140597530219384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.700173 s]
/proc/loadavg: 3.75 4.12 4.18 4/196 7550
/proc/meminfo: memFree=28210916/32872528 swapFree=1459092/1655316
[pid=7550] ppid=7547 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/7550/stat : 7550 (java) S 7547 7550 5267 0 -1 4202496 6449 0 1 0 32 3 0 0 20 0 22 0 2403345 10060525568 9944 33554432000 1073741824 1073778376 140735634811680 140735634802816 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7550/statm: 2456183 9952 2229 9 0 2446860 0
[pid=7550/tid=7551] ppid=7547 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7550/task/7551/stat : 7551 (java) S 7547 7550 5267 0 -1 4202560 2426 0 1 0 14 1 0 0 20 0 22 0 2403346 10060525568 9952 33554432000 1073741824 1073778376 140735634811680 140597530219384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 3.75 4.12 4.18 8/218 7575
/proc/meminfo: memFree=28106940/32872528 swapFree=1459092/1655316
[pid=7550] ppid=7547 vsize=9824732 CPUtime=3.51 cores=0,2,4,6
/proc/7550/stat : 7550 (java) S 7547 7550 5267 0 -1 4202496 21332 0 1 0 344 7 0 0 20 0 22 0 2403345 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140735634802816 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7550/statm: 2456183 47135 2284 9 0 2446860 0
[pid=7550/tid=7551] ppid=7547 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7550/task/7551/stat : 7551 (java) S 7547 7550 5267 0 -1 4202560 2426 0 1 0 14 1 0 0 20 0 22 0 2403346 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140597530219384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7553] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7553/stat : 7553 (java) S 7547 7550 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2403347 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140597502671144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7554] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7554/stat : 7554 (java) S 7547 7550 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2403347 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140597501618344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7555] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7555/stat : 7555 (java) S 7547 7550 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2403347 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140597500566056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7556] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7556/stat : 7556 (java) S 7547 7550 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2403347 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140597370857896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7557] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7557/stat : 7557 (java) S 7547 7550 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2403347 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140597369805608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7558] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7558/stat : 7558 (java) S 7547 7550 5267 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 2403347 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140597368752808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7559] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7559/stat : 7559 (java) S 7547 7550 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2403347 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140597367700520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7560] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7560/stat : 7560 (java) S 7547 7550 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2403347 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140597366647720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7561] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7561/stat : 7561 (java) S 7547 7550 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2403348 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140596884134120 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7562] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7562/stat : 7562 (java) S 7547 7550 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2403348 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140596883080184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7563] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7563/stat : 7563 (java) S 7547 7550 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2403348 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140596882027784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7564] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7564/stat : 7564 (java) S 7547 7550 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2403350 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140596880976272 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7565] ppid=7547 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/7550/task/7565/stat : 7565 (java) R 7547 7550 5267 0 -1 4202560 11175 0 0 0 82 1 0 0 20 0 22 0 2403350 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140596879909992 140597533238654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7566] ppid=7547 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/7550/task/7566/stat : 7566 (java) R 7547 7550 5267 0 -1 4202560 6284 0 0 0 82 2 0 0 20 0 22 0 2403350 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140596878846840 140597536199720 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7567] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7567/stat : 7567 (java) S 7547 7550 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2403350 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140596877819000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7568] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7568/stat : 7568 (java) S 7547 7550 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2403350 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140596876766408 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7571] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7571/stat : 7571 (java) S 7547 7550 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2403363 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140596873606312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7573] ppid=7547 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/7550/task/7573/stat : 7573 (java) R 7547 7550 5267 0 -1 4202560 14 0 0 0 77 0 0 0 20 0 22 0 2403413 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140596874658904 140597382451992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7574] ppid=7547 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/7550/task/7574/stat : 7574 (java) R 7547 7550 5267 0 -1 4202560 71 0 0 0 77 1 0 0 20 0 22 0 2403413 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140596875709816 140597382411852 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7575] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7575/stat : 7575 (java) S 7547 7550 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2403413 10060525568 47135 33554432000 1073741824 1073778376 140735634811680 140596872554152 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 3.93 4.15 4.19 6/218 7575
/proc/meminfo: memFree=27737132/32872528 swapFree=1459092/1655316
[pid=7550] ppid=7547 vsize=9824732 CPUtime=7.09 cores=0,2,4,6
/proc/7550/stat : 7550 (java) S 7547 7550 5267 0 -1 4202496 22991 0 1 0 692 17 0 0 20 0 22 0 2403345 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140735634802816 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7550/statm: 2456183 85729 2284 9 0 2446860 0
[pid=7550/tid=7551] ppid=7547 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7550/task/7551/stat : 7551 (java) S 7547 7550 5267 0 -1 4202560 2426 0 1 0 14 1 0 0 20 0 22 0 2403346 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140597530219384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7553] ppid=7547 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7550/task/7553/stat : 7553 (java) S 7547 7550 5267 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 22 0 2403347 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140597502671144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7554] ppid=7547 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7550/task/7554/stat : 7554 (java) S 7547 7550 5267 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 22 0 2403347 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140597501618344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7555] ppid=7547 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7550/task/7555/stat : 7555 (java) S 7547 7550 5267 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 2403347 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140597500566056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7556] ppid=7547 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7550/task/7556/stat : 7556 (java) S 7547 7550 5267 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 22 0 2403347 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140597370857896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7557] ppid=7547 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7550/task/7557/stat : 7557 (java) S 7547 7550 5267 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 2403347 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140597369805608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7558] ppid=7547 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7550/task/7558/stat : 7558 (java) S 7547 7550 5267 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 2403347 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140597368752808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7559] ppid=7547 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7550/task/7559/stat : 7559 (java) S 7547 7550 5267 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 2403347 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140597367700520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7560] ppid=7547 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7550/task/7560/stat : 7560 (java) S 7547 7550 5267 0 -1 4202560 16 0 0 0 0 2 0 0 20 0 22 0 2403347 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140597366647720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7561] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7561/stat : 7561 (java) S 7547 7550 5267 0 -1 4202560 193 0 0 0 0 0 0 0 20 0 22 0 2403348 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140596884134120 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7562] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7562/stat : 7562 (java) S 7547 7550 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2403348 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140596883080184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7563] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7563/stat : 7563 (java) S 7547 7550 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2403348 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140596882027784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7564] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7564/stat : 7564 (java) S 7547 7550 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2403350 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140596880976272 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7565] ppid=7547 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/7550/task/7565/stat : 7565 (java) S 7547 7550 5267 0 -1 4202560 11176 0 0 0 100 2 0 0 20 0 22 0 2403350 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140596879923896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7566] ppid=7547 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/7550/task/7566/stat : 7566 (java) S 7547 7550 5267 0 -1 4202560 7616 0 0 0 96 2 0 0 20 0 22 0 2403350 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140596878871096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7567] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7567/stat : 7567 (java) S 7547 7550 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2403350 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140596877819000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7568] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7568/stat : 7568 (java) S 7547 7550 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2403350 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140596876766408 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7571] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7571/stat : 7571 (java) S 7547 7550 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2403363 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140596873606312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7573] ppid=7547 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/7550/task/7573/stat : 7573 (java) R 7547 7550 5267 0 -1 4202560 15 0 0 0 230 0 0 0 20 0 22 0 2403413 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140596874656840 140597382357412 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7574] ppid=7547 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/7550/task/7574/stat : 7574 (java) R 7547 7550 5267 0 -1 4202560 125 0 0 0 227 3 0 0 20 0 22 0 2403413 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140596875710128 140597382548218 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7575] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7575/stat : 7575 (java) S 7547 7550 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2403413 10060525568 85729 33554432000 1073741824 1073778376 140735634811680 140596872554152 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 3.93 4.15 4.19 5/218 7575
/proc/meminfo: memFree=27148252/32872528 swapFree=1459092/1655316
[pid=7550] ppid=7547 vsize=9824732 CPUtime=13.77 cores=0,2,4,6
/proc/7550/stat : 7550 (java) S 7547 7550 5267 0 -1 4202496 24121 0 1 0 1352 25 0 0 20 0 22 0 2403345 10060525568 158874 33554432000 1073741824 1073778376 140735634811680 140735634802816 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7550/statm: 2456183 158874 2284 9 0 2446860 0
[pid=7550/tid=7551] ppid=7547 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7550/task/7551/stat : 7551 (java) S 7547 7550 5267 0 -1 4202560 2427 0 1 0 14 1 0 0 20 0 22 0 2403346 10060525568 158874 33554432000 1073741824 1073778376 140735634811680 140597530219384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7553] ppid=7547 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/7550/task/7553/stat : 7553 (java) S 7547 7550 5267 0 -1 4202560 135 0 0 0 3 2 0 0 20 0 22 0 2403347 10060525568 158874 33554432000 1073741824 1073778376 140735634811680 140597502671144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7554] ppid=7547 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/7550/task/7554/stat : 7554 (java) S 7547 7550 5267 0 -1 4202560 49 0 0 0 6 3 0 0 20 0 22 0 2403347 10060525568 158874 33554432000 1073741824 1073778376 140735634811680 140597501618344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7555] ppid=7547 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/7550/task/7555/stat : 7555 (java) S 7547 7550 5267 0 -1 4202560 26 0 0 0 5 1 0 0 20 0 22 0 2403347 10060525568 158874 33554432000 1073741824 1073778376 140735634811680 140597500566056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7556] ppid=7547 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7550/task/7556/stat : 7556 (java) S 7547 7550 5267 0 -1 4202560 145 0 0 0 4 3 0 0 20 0 22 0 2403347 10060525568 158874 33554432000 1073741824 1073778376 140735634811680 140597370857896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7557] ppid=7547 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7550/task/7557/stat : 7557 (java) S 7547 7550 5267 0 -1 4202560 125 0 0 0 2 2 0 0 20 0 22 0 2403347 10060525568 158874 33554432000 1073741824 1073778376 140735634811680 140597369805608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7558] ppid=7547 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7550/task/7558/stat : 7558 (java) S 7547 7550 5267 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 2403347 10060525568 158874 33554432000 1073741824 1073778376 140735634811680 140597368752808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7559] ppid=7547 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7550/task/7559/stat : 7559 (java) S 7547 7550 5267 0 -1 4202560 43 0 0 0 6 1 0 0 20 0 22 0 2403347 10060525568 158874 33554432000 1073741824 1073778376 140735634811680 140597367700520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7560] ppid=7547 vsize=9824732 CPUtime=0.06 cores=0,2,4,6

################
# More data... #
################


[startup+882.308 s]
/proc/loadavg: 4.30 4.22 4.19 5/220 7599
/proc/meminfo: memFree=23624864/32872528 swapFree=1459092/1655316
[pid=7550] ppid=7547 vsize=9824732 CPUtime=1768.65 cores=0,2,4,6
/proc/7550/stat : 7550 (java) S 7547 7550 5267 0 -1 4202496 33624 0 1 0 176725 140 0 0 20 0 22 0 2403345 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140735634802816 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7550/statm: 2456183 479892 2293 9 0 2446860 0
[pid=7550/tid=7551] ppid=7547 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/7550/task/7551/stat : 7551 (java) S 7547 7550 5267 0 -1 4202560 2432 0 1 0 17 2 0 0 20 0 22 0 2403346 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140597530219384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7553] ppid=7547 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/7550/task/7553/stat : 7553 (java) S 7547 7550 5267 0 -1 4202560 379 0 0 0 94 10 0 0 20 0 22 0 2403347 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140597502671144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7554] ppid=7547 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/7550/task/7554/stat : 7554 (java) S 7547 7550 5267 0 -1 4202560 260 0 0 0 96 9 0 0 20 0 22 0 2403347 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140597501618344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7555] ppid=7547 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/7550/task/7555/stat : 7555 (java) S 7547 7550 5267 0 -1 4202560 218 0 0 0 90 9 0 0 20 0 22 0 2403347 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140597500566056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7556] ppid=7547 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/7550/task/7556/stat : 7556 (java) S 7547 7550 5267 0 -1 4202560 363 0 0 0 101 9 0 0 20 0 22 0 2403347 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140597370857896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7557] ppid=7547 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/7550/task/7557/stat : 7557 (java) S 7547 7550 5267 0 -1 4202560 381 0 0 0 101 10 0 0 20 0 22 0 2403347 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140597369805608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7558] ppid=7547 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/7550/task/7558/stat : 7558 (java) S 7547 7550 5267 0 -1 4202560 258 0 0 0 99 8 0 0 20 0 22 0 2403347 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140597368752808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7559] ppid=7547 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/7550/task/7559/stat : 7559 (java) S 7547 7550 5267 0 -1 4202560 338 0 0 0 100 8 0 0 20 0 22 0 2403347 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140597367700520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7560] ppid=7547 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/7550/task/7560/stat : 7560 (java) S 7547 7550 5267 0 -1 4202560 347 0 0 0 96 9 0 0 20 0 22 0 2403347 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140597366647720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7561] ppid=7547 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/7550/task/7561/stat : 7561 (java) S 7547 7550 5267 0 -1 4202560 1568 0 0 0 108 11 0 0 20 0 22 0 2403348 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140596884134120 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7562] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7562/stat : 7562 (java) S 7547 7550 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2403348 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140596883080184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7563] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7563/stat : 7563 (java) S 7547 7550 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2403348 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140596882027784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7564] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7564/stat : 7564 (java) S 7547 7550 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2403350 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140596880976272 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7565] ppid=7547 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/7550/task/7565/stat : 7565 (java) S 7547 7550 5267 0 -1 4202560 16440 0 0 0 179 2 0 0 20 0 22 0 2403350 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140596879923896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7566] ppid=7547 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/7550/task/7566/stat : 7566 (java) S 7547 7550 5267 0 -1 4202560 7814 0 0 0 116 2 0 0 20 0 22 0 2403350 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140596878871096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7567] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7567/stat : 7567 (java) S 7547 7550 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2403350 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140596877819000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7568] ppid=7547 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/7550/task/7568/stat : 7568 (java) S 7547 7550 5267 0 -1 4202560 51 0 0 0 13 14 0 0 20 0 22 0 2403350 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140596876766408 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7571] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7571/stat : 7571 (java) S 7547 7550 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2403363 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140596873606312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7573] ppid=7547 vsize=9824732 CPUtime=877.86 cores=0,2,4,6
/proc/7550/task/7573/stat : 7573 (java) R 7547 7550 5267 0 -1 4202560 143 0 0 0 87771 15 0 0 20 0 22 0 2403413 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140596874657568 140597382341663 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7574] ppid=7547 vsize=9824732 CPUtime=877.85 cores=0,2,4,6
/proc/7550/task/7574/stat : 7574 (java) R 7547 7550 5267 0 -1 4202560 1315 0 0 0 87734 51 0 0 20 0 22 0 2403413 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140596875709216 140597382320746 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7575] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7575/stat : 7575 (java) S 7547 7550 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2403413 10060525568 479892 33554432000 1073741824 1073778376 140735634811680 140596872554152 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1768.65
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.901 s]
/proc/loadavg: 4.23 4.21 4.18 4/217 7741
/proc/meminfo: memFree=26621556/32872528 swapFree=1459092/1655316
[pid=7550] ppid=7547 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/7550/stat : 7550 (java) S 7547 7550 5267 0 -1 4202496 33697 0 1 0 179855 145 0 0 20 0 22 0 2403345 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140735634802816 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7550/statm: 2456183 478345 2293 9 0 2446860 0
[pid=7550/tid=7551] ppid=7547 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/7550/task/7551/stat : 7551 (java) S 7547 7550 5267 0 -1 4202560 2432 0 1 0 17 2 0 0 20 0 22 0 2403346 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597530219384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7553] ppid=7547 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/7550/task/7553/stat : 7553 (java) S 7547 7550 5267 0 -1 4202560 393 0 0 0 99 10 0 0 20 0 22 0 2403347 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597502671144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7554] ppid=7547 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/7550/task/7554/stat : 7554 (java) S 7547 7550 5267 0 -1 4202560 263 0 0 0 100 9 0 0 20 0 22 0 2403347 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597501618344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7555] ppid=7547 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/7550/task/7555/stat : 7555 (java) S 7547 7550 5267 0 -1 4202560 228 0 0 0 96 10 0 0 20 0 22 0 2403347 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597500566056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7556] ppid=7547 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/7550/task/7556/stat : 7556 (java) S 7547 7550 5267 0 -1 4202560 373 0 0 0 106 10 0 0 20 0 22 0 2403347 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597370857896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7557] ppid=7547 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/7550/task/7557/stat : 7557 (java) S 7547 7550 5267 0 -1 4202560 388 0 0 0 106 10 0 0 20 0 22 0 2403347 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597369805608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7558] ppid=7547 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/7550/task/7558/stat : 7558 (java) S 7547 7550 5267 0 -1 4202560 266 0 0 0 105 8 0 0 20 0 22 0 2403347 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597368752808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7559] ppid=7547 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/7550/task/7559/stat : 7559 (java) S 7547 7550 5267 0 -1 4202560 342 0 0 0 103 8 0 0 20 0 22 0 2403347 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597367700520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7560] ppid=7547 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/7550/task/7560/stat : 7560 (java) S 7547 7550 5267 0 -1 4202560 355 0 0 0 101 9 0 0 20 0 22 0 2403347 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597366647720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7561] ppid=7547 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/7550/task/7561/stat : 7561 (java) S 7547 7550 5267 0 -1 4202560 1568 0 0 0 108 12 0 0 20 0 22 0 2403348 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596884134120 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7562] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7562/stat : 7562 (java) S 7547 7550 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2403348 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596883080184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7563] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7563/stat : 7563 (java) S 7547 7550 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2403348 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596882027784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7564] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7564/stat : 7564 (java) S 7547 7550 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2403350 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596880976272 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7565] ppid=7547 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/7550/task/7565/stat : 7565 (java) S 7547 7550 5267 0 -1 4202560 16440 0 0 0 179 2 0 0 20 0 22 0 2403350 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596879923896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7566] ppid=7547 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/7550/task/7566/stat : 7566 (java) S 7547 7550 5267 0 -1 4202560 7814 0 0 0 116 2 0 0 20 0 22 0 2403350 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596878871096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7567] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7567/stat : 7567 (java) S 7547 7550 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2403350 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596877819000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7568] ppid=7547 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/7550/task/7568/stat : 7568 (java) S 7547 7550 5267 0 -1 4202560 51 0 0 0 13 14 0 0 20 0 22 0 2403350 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596876766408 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7571] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7571/stat : 7571 (java) S 7547 7550 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2403363 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596873606312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7573] ppid=7547 vsize=9824732 CPUtime=893.33 cores=0,2,4,6
/proc/7550/task/7573/stat : 7573 (java) R 7547 7550 5267 0 -1 4202560 146 0 0 0 89317 16 0 0 20 0 22 0 2403413 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596874656800 140597382381314 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7574] ppid=7547 vsize=9824732 CPUtime=893.31 cores=0,2,4,6
/proc/7550/task/7574/stat : 7574 (java) R 7547 7550 5267 0 -1 4202560 1321 0 0 0 89279 52 0 0 20 0 22 0 2403413 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596875710064 140597382360807 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7575] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7575/stat : 7575 (java) S 7547 7550 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2403413 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596872554152 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

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

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

[startup+897.901 s]
/proc/loadavg: 4.23 4.21 4.18 4/217 7741
/proc/meminfo: memFree=26621556/32872528 swapFree=1459092/1655316
[pid=7550] ppid=7547 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/7550/stat : 7550 (java) S 7547 7550 5267 0 -1 4202496 33697 0 1 0 179855 145 0 0 20 0 22 0 2403345 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140735634802816 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7550/statm: 2456183 478345 2293 9 0 2446860 0
[pid=7550/tid=7551] ppid=7547 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/7550/task/7551/stat : 7551 (java) S 7547 7550 5267 0 -1 4202560 2432 0 1 0 17 2 0 0 20 0 22 0 2403346 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597530219384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7553] ppid=7547 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/7550/task/7553/stat : 7553 (java) S 7547 7550 5267 0 -1 4202560 393 0 0 0 99 10 0 0 20 0 22 0 2403347 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597502671144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7554] ppid=7547 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/7550/task/7554/stat : 7554 (java) S 7547 7550 5267 0 -1 4202560 263 0 0 0 100 9 0 0 20 0 22 0 2403347 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597501618344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7555] ppid=7547 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/7550/task/7555/stat : 7555 (java) S 7547 7550 5267 0 -1 4202560 228 0 0 0 96 10 0 0 20 0 22 0 2403347 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597500566056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7556] ppid=7547 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/7550/task/7556/stat : 7556 (java) S 7547 7550 5267 0 -1 4202560 373 0 0 0 106 10 0 0 20 0 22 0 2403347 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597370857896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7557] ppid=7547 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/7550/task/7557/stat : 7557 (java) S 7547 7550 5267 0 -1 4202560 388 0 0 0 106 10 0 0 20 0 22 0 2403347 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597369805608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7558] ppid=7547 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/7550/task/7558/stat : 7558 (java) S 7547 7550 5267 0 -1 4202560 266 0 0 0 105 8 0 0 20 0 22 0 2403347 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597368752808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7559] ppid=7547 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/7550/task/7559/stat : 7559 (java) S 7547 7550 5267 0 -1 4202560 342 0 0 0 103 8 0 0 20 0 22 0 2403347 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597367700520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7560] ppid=7547 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/7550/task/7560/stat : 7560 (java) S 7547 7550 5267 0 -1 4202560 355 0 0 0 101 9 0 0 20 0 22 0 2403347 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140597366647720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7561] ppid=7547 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/7550/task/7561/stat : 7561 (java) S 7547 7550 5267 0 -1 4202560 1568 0 0 0 108 12 0 0 20 0 22 0 2403348 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596884134120 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7562] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7562/stat : 7562 (java) S 7547 7550 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2403348 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596883080184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7563] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7563/stat : 7563 (java) S 7547 7550 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2403348 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596882027784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7564] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7564/stat : 7564 (java) S 7547 7550 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2403350 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596880976272 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7565] ppid=7547 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/7550/task/7565/stat : 7565 (java) S 7547 7550 5267 0 -1 4202560 16440 0 0 0 179 2 0 0 20 0 22 0 2403350 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596879923896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7566] ppid=7547 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/7550/task/7566/stat : 7566 (java) S 7547 7550 5267 0 -1 4202560 7814 0 0 0 116 2 0 0 20 0 22 0 2403350 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596878871096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7567] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7567/stat : 7567 (java) S 7547 7550 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2403350 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596877819000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7568] ppid=7547 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/7550/task/7568/stat : 7568 (java) S 7547 7550 5267 0 -1 4202560 51 0 0 0 13 14 0 0 20 0 22 0 2403350 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596876766408 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7571] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7571/stat : 7571 (java) S 7547 7550 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2403363 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596873606312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7573] ppid=7547 vsize=9824732 CPUtime=893.33 cores=0,2,4,6
/proc/7550/task/7573/stat : 7573 (java) R 7547 7550 5267 0 -1 4202560 146 0 0 0 89317 16 0 0 20 0 22 0 2403413 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596874656800 140597382381314 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7574] ppid=7547 vsize=9824732 CPUtime=893.31 cores=0,2,4,6
/proc/7550/task/7574/stat : 7574 (java) R 7547 7550 5267 0 -1 4202560 1321 0 0 0 89279 52 0 0 20 0 22 0 2403413 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596875710064 140597382360807 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7575] ppid=7547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7550/task/7575/stat : 7575 (java) S 7547 7550 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2403413 10060525568 478345 33554432000 1073741824 1073778376 140735634811680 140596872554152 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 897.958
CPU time (s): 1800.64
CPU user time (s): 1798.72
CPU system time (s): 1.92171
CPU usage (%): 200.526
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.72
system time used= 1.92171
maximum resident set size= 3046016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33739
page faults= 1
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25456
involuntary context switches= 25536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5833 second user time and 8.23475 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-29 17:35:22
IDJOB=4117790
IDBENCH=111614
IDSOLVER=2543
FILE ID=node136/4117790-1467214522
RUNJOBID= node136-1467208983-5283
PBS_JOBID= 19997574
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_14x14_000.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117790-1467214522/watcher-4117790-1467214522 -o /tmp/evaluation-result-4117790-1467214522/solver-4117790-1467214522 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467208983-5283 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117790-1467214522.opb

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

MD5SUM BENCH= 9a6d571b9449efb2b920b3495db1d93a
RANDOM SEED=1884350845

node136.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.182
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	: 5332.36
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.182
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.182
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.55
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.182
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.55
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.182
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.182
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.55
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.182
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.55
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.182
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28211204 kB
Buffers:          139548 kB
Cached:          1745028 kB
SwapCached:            0 kB
Active:           567936 kB
Inactive:        1667476 kB
Active(anon):     353392 kB
Inactive(anon):        0 kB
Active(file):     214544 kB
Inactive(file):  1667476 kB
Unevictable:     1655316 kB
Mlocked:         1459092 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1644 kB
Writeback:             0 kB
AnonPages:       1934204 kB
Mapped:            22012 kB
Shmem:               204 kB
Slab:             610588 kB
SReclaimable:      53364 kB
SUnreclaim:       557224 kB
KernelStack:        1776 kB
PageTables:         7596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2757404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    417792 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= 71644 MiB
End job on node136 at 2016-06-29 17:50:20