Trace number 4117835

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)135 1801.02 899.155

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_16x16_004.opb.metafix.opb
MD5SUM7bbc859654aad41be6f1798572f8a912
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark135
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256
Total number of constraints94
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 256
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 256
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4117835-1467214763.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.21/0.20	c ... done. Wall clock time 0.072s.
0.21/0.20	c declared #vars     256
0.21/0.20	c #constraints  188
0.21/0.21	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.21/0.21	c constraints type 
0.21/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6
0.21/0.21	c org.sat4j.minisat.constraints.cnf.UnitClauses => 5
0.21/0.21	c org.sat4j.specs.Constr$1 => 9
0.21/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
0.21/0.21	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.21/0.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.21/0.21	c 188 constraints processed.
0.21/0.21	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.21/0.21	c constraints type 
0.21/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.21/0.21	c org.sat4j.specs.Constr$1 => 9
0.21/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6
0.21/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 160
0.21/0.21	c org.sat4j.pb.constraints.pb.UnitClausesPB => 5
0.21/0.21	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.21/0.21	c 188 constraints processed.
0.21/0.21	c objective function length is 256 literals
0.56/0.37	c And the winner is solver0
1.21/0.71	c SATISFIABLE
1.21/0.71	c OPTIMIZING...
1.21/0.71	c Got one! Elapsed wall clock time (in seconds):0.577
1.21/0.71	o 135
2.22/1.08	c cleaning 2709 clauses out of 5425 with flag 22216/5425
3.79/1.44	c cleaning 4354 clauses out of 8716 with flag 50724/11425
4.82/1.90	c cleaning 5676 clauses out of 11362 with flag 85549/18425
5.88/2.39	c cleaning 6832 clauses out of 13686 with flag 127144/26425
7.32/3.01	c cleaning 7924 clauses out of 15856 with flag 166979/35427
8.86/3.74	c cleaning 8950 clauses out of 17930 with flag 214359/45425
10.71/4.60	c cleaning 9988 clauses out of 19981 with flag 266805/56426
12.73/5.67	c cleaning 10984 clauses out of 21995 with flag 341202/68428
15.12/6.83	c cleaning 12002 clauses out of 24009 with flag 422205/81426
17.83/8.13	c cleaning 12995 clauses out of 26006 with flag 500771/95425
20.83/9.68	c cleaning 14000 clauses out of 28011 with flag 590318/110425
24.09/11.25	c cleaning 14999 clauses out of 30014 with flag 683518/126428
27.48/12.96	c cleaning 15996 clauses out of 32012 with flag 778608/143425
30.88/14.69	c cleaning 17003 clauses out of 34016 with flag 869724/161425
35.08/16.72	c cleaning 17986 clauses out of 36013 with flag 991088/180425
39.48/18.98	c cleaning 19004 clauses out of 38028 with flag 1127473/200426
44.88/21.64	c cleaning 19997 clauses out of 40023 with flag 1283314/221425
50.88/24.60	c cleaning 21003 clauses out of 42027 with flag 1476076/243426
57.47/27.94	c cleaning 22000 clauses out of 44023 with flag 1639172/266425
63.49/30.93	c cleaning 22993 clauses out of 46025 with flag 1772805/290427
69.48/33.97	c cleaning 24009 clauses out of 48032 with flag 1891395/315427
77.27/37.88	c cleaning 25007 clauses out of 50021 with flag 2044138/341425
83.67/41.07	c cleaning 25992 clauses out of 52015 with flag 2177263/368426
91.27/44.82	c cleaning 27003 clauses out of 54022 with flag 2322159/396425
100.06/49.28	c cleaning 27992 clauses out of 56019 with flag 2511480/425425
108.87/53.60	c cleaning 29005 clauses out of 58031 with flag 2698211/455429
119.47/58.98	c cleaning 30003 clauses out of 60022 with flag 2902981/486425
128.46/63.46	c cleaning 31001 clauses out of 62020 with flag 3069584/518426
140.28/69.38	c cleaning 32007 clauses out of 64020 with flag 3282352/551427
151.47/74.91	c cleaning 33001 clauses out of 66011 with flag 3454089/585425
162.61/80.44	c cleaning 33998 clauses out of 68011 with flag 3622119/620426
173.18/85.78	c cleaning 35000 clauses out of 70012 with flag 3821438/656425
185.38/91.83	c cleaning 36004 clauses out of 72013 with flag 4041663/693426
197.98/98.13	c cleaning 36990 clauses out of 74010 with flag 4259137/731427
209.58/103.95	c cleaning 37989 clauses out of 76018 with flag 4457973/770425
225.99/112.17	c cleaning 38999 clauses out of 78031 with flag 4729548/810427
239.99/119.11	c cleaning 40010 clauses out of 80032 with flag 4971620/851427
255.02/126.68	c cleaning 41004 clauses out of 82020 with flag 5217525/893425
272.01/135.15	c cleaning 41992 clauses out of 84016 with flag 5533708/936425
291.02/144.60	c cleaning 42988 clauses out of 86026 with flag 5927427/980427
309.22/153.70	c cleaning 44013 clauses out of 88039 with flag 6216400/1025428
327.43/162.85	c cleaning 44998 clauses out of 90023 with flag 6497258/1071425
345.35/171.76	c cleaning 46007 clauses out of 92025 with flag 6744516/1118425
365.34/181.76	c cleaning 46994 clauses out of 94018 with flag 7014476/1166425
385.94/192.02	c cleaning 48001 clauses out of 96024 with flag 7354693/1215425
411.36/204.80	c cleaning 48998 clauses out of 98027 with flag 7774771/1265429
437.55/217.80	c cleaning 49994 clauses out of 100025 with flag 8165056/1316425
461.35/229.74	c cleaning 51011 clauses out of 102039 with flag 8504436/1368433
486.95/242.58	c cleaning 52003 clauses out of 104022 with flag 8813824/1421427
511.15/254.65	c cleaning 52994 clauses out of 106017 with flag 9157680/1475425
538.35/268.28	c cleaning 54007 clauses out of 108024 with flag 9478937/1530426
566.35/282.21	c cleaning 54999 clauses out of 110019 with flag 9824409/1586428
598.17/298.19	c cleaning 55983 clauses out of 112017 with flag 10264894/1643425
632.55/315.33	c cleaning 56989 clauses out of 114035 with flag 10719530/1701426
665.15/331.61	c cleaning 58018 clauses out of 116047 with flag 11178038/1760427
705.55/351.90	c cleaning 59009 clauses out of 118028 with flag 11724591/1820426
747.55/372.82	c cleaning 60000 clauses out of 120019 with flag 12248032/1881426
785.37/391.78	c cleaning 60998 clauses out of 122018 with flag 12666182/1943425
822.57/410.36	c cleaning 62011 clauses out of 124023 with flag 13036439/2006428
860.55/429.36	c cleaning 62999 clauses out of 126009 with flag 13436887/2070425
897.16/447.65	c cleaning 63998 clauses out of 128011 with flag 13789631/2135426
936.76/467.44	c cleaning 64994 clauses out of 130012 with flag 14220395/2201425
979.36/488.79	c cleaning 66005 clauses out of 132018 with flag 14679099/2268425
1024.00/510.97	c cleaning 66999 clauses out of 134013 with flag 15145797/2336425
1065.60/531.75	c cleaning 67996 clauses out of 136014 with flag 15566427/2405425
1107.80/552.86	c cleaning 69004 clauses out of 138019 with flag 15999540/2475426
1151.00/574.47	c cleaning 69999 clauses out of 140014 with flag 16452136/2546425
1197.02/597.49	c cleaning 70995 clauses out of 142015 with flag 16901924/2618425
1241.20/619.52	c cleaning 71994 clauses out of 144020 with flag 17383493/2691425
1288.79/643.30	c cleaning 73005 clauses out of 146026 with flag 17855563/2765425
1334.40/666.16	c cleaning 73995 clauses out of 148021 with flag 18320154/2840425
1381.61/689.74	c cleaning 75007 clauses out of 150026 with flag 18793727/2916425
1434.60/716.22	c cleaning 76003 clauses out of 152020 with flag 19336307/2993426
1485.00/741.46	c cleaning 76990 clauses out of 154019 with flag 19877631/3071428
1538.39/768.16	c cleaning 78007 clauses out of 156026 with flag 20419908/3150425
1592.18/795.07	c cleaning 79009 clauses out of 158019 with flag 20975029/3230425
1651.78/824.87	c cleaning 79984 clauses out of 160012 with flag 21445708/3311427
1714.99/856.43	c cleaning 81004 clauses out of 162027 with flag 21959119/3393426
1769.79/883.84	c cleaning 82004 clauses out of 164022 with flag 22466725/3476425
1800.18/899.00	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.18/899.00	c starts		: 5793
1800.18/899.00	c conflicts		: 3527923
1800.18/899.00	c decisions		: 4673566
1800.18/899.00	c propagations		: 168313490
1800.18/899.00	c inspects		: 16557772602
1800.18/899.00	c shortcuts		: 0
1800.18/899.00	c learnt literals	: 0
1800.18/899.00	c learnt binary clauses	: 0
1800.18/899.00	c learnt ternary clauses	: 0
1800.18/899.00	c learnt constraints	: 3527923
1800.18/899.00	c ignored constraints	: 0
1800.18/899.00	c root simplifications	: 0
1800.18/899.00	c removed literals (reason simplification)	: 18305621
1800.18/899.00	c reason swapping (by a shorter reason)	: 0
1800.18/899.00	c Calls to reduceDB	: 79
1800.18/899.00	c Number of update (reduction) of LBD	: 1527432
1800.18/899.00	c Imported unit clauses	: 0
1800.18/899.00	c number of reductions to clauses (during analyze)	: 0
1800.18/899.00	c number of learned constraints concerned by reduction	: 0
1800.18/899.00	c number of learning phase by resolution	: 0
1800.18/899.00	c number of learning phase by cutting planes	: 0
1800.18/899.00	c speed (assignments/second)	: 187266.55028810923
1800.18/899.00	c non guided choices	0
1800.18/899.03	c learnt constraints type 
1800.18/899.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133516
1800.18/899.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/899.03	c starts		: 9
1800.18/899.03	c conflicts		: 1085
1800.18/899.03	c decisions		: 4274
1800.18/899.03	c propagations		: 36465
1800.18/899.03	c inspects		: 4476094
1800.18/899.03	c shortcuts		: 0
1800.18/899.03	c learnt literals	: 0
1800.18/899.03	c learnt binary clauses	: 0
1800.18/899.03	c learnt ternary clauses	: 0
1800.18/899.03	c learnt constraints	: 1083
1800.18/899.03	c ignored constraints	: 0
1800.18/899.03	c root simplifications	: 0
1800.18/899.03	c removed literals (reason simplification)	: 0
1800.18/899.03	c reason swapping (by a shorter reason)	: 0
1800.18/899.03	c Calls to reduceDB	: 0
1800.18/899.03	c Number of update (reduction) of LBD	: 0
1800.18/899.03	c Imported unit clauses	: 0
1800.18/899.03	c number of reductions to clauses (during analyze)	: 0
1800.18/899.03	c number of learned constraints concerned by reduction	: 0
1800.18/899.03	c number of learning phase by resolution	: 0
1800.18/899.03	c number of learning phase by cutting planes	: 0
1800.18/899.03	c speed (assignments/second)	: 40.59239403286798
1800.18/899.03	c non guided choices	0
1800.18/899.03	c learnt constraints type 
1800.18/899.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
1800.18/899.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1078
1800.18/899.03	s SATISFIABLE
1800.18/899.03	c Found 1 solution(s)
1800.18/899.03	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 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 x208 -x209 x210 -x211 x212 x213 -x214 -x215 x216 x217 x218 -x219 x220 x221 x222 x223 -x224 x225 -x226 -x227 -x228 -x229 x230 x231 x232 -x233 x234 -x235 -x236 x237 x238 -x239 x240 x241 x242 x243 -x244 x245 -x246 x247 x248 -x249 x250 -x251 x252 -x253 -x254 -x255 x256 
1800.18/899.04	c objective function=135
1800.18/899.04	c Total wall clock time (in seconds): 898.903

Verifier Data

OK	135

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-4117835-1467214763/watcher-4117835-1467214763 -o /tmp/evaluation-result-4117835-1467214763/solver-4117835-1467214763 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467212962-6646 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117835-1467214763.opb 

pid=7383
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: 4.22 4.22 3.83 4/197 7386
/proc/meminfo: memFree=28353148/32872528 swapFree=1499084/1695308
[pid=7386] ppid=7383 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7386/stat : 7386 (java) S 7383 7386 5962 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 2427510 98570240 977 33554432000 1073741824 1073778376 140733607602224 140733607593360 225448067133 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7386/statm: 24065 977 743 9 0 16771 0
[pid=7386/tid=7387] ppid=7383 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7387/stat : 7387 (java) R 7383 7386 5962 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 2427510 98570240 978 33554432000 1073741824 1073778376 140733607602224 139890984476200 225444709760 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 4.22 4.22 3.83 4/197 7386
/proc/meminfo: memFree=28353148/32872528 swapFree=1499084/1695308
[pid=7386] ppid=7383 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/7386/stat : 7386 (java) S 7383 7386 5962 0 -1 4202496 4413 0 1 0 8 0 0 0 20 0 18 0 2427510 9787879424 5022 33554432000 1073741824 1073778376 140733607602224 140733607593360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7386/statm: 2389619 5022 2116 9 0 2380296 0
[pid=7386/tid=7387] ppid=7383 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/7386/task/7387/stat : 7387 (java) D 7383 7386 5962 0 -1 4202560 2395 0 1 0 6 0 0 0 20 0 18 0 2427510 9787879424 5022 33554432000 1073741824 1073778376 140733607602224 139890984479648 225448095053 0 4 0 16800975 18446744072100588836 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 4.22 4.22 3.83 4/197 7386
/proc/meminfo: memFree=28353148/32872528 swapFree=1499084/1695308
[pid=7386] ppid=7383 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/7386/stat : 7386 (java) S 7383 7386 5962 0 -1 4202496 4786 0 1 0 20 1 0 0 20 0 18 0 2427510 9787879424 6907 33554432000 1073741824 1073778376 140733607602224 140733607593360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7386/statm: 2389619 6907 2197 9 0 2380296 0
[pid=7386/tid=7387] ppid=7383 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/7386/task/7387/stat : 7387 (java) R 7383 7386 5962 0 -1 4202560 2452 0 1 0 16 0 0 0 20 0 18 0 2427510 9787879424 6907 33554432000 1073741824 1073778376 140733607602224 139890984457696 139890856525128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.30026 s]
/proc/loadavg: 4.22 4.22 3.83 4/197 7386
/proc/meminfo: memFree=28353148/32872528 swapFree=1499084/1695308
[pid=7386] ppid=7383 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/7386/stat : 7386 (java) S 7383 7386 5962 0 -1 4202496 7122 0 1 0 55 1 0 0 20 0 22 0 2427510 10060525568 8662 33554432000 1073741824 1073778376 140733607602224 140733607593360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7386/statm: 2456183 8662 2248 9 0 2446860 0
[pid=7386/tid=7387] ppid=7383 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/7386/task/7387/stat : 7387 (java) S 7383 7386 5962 0 -1 4202560 2463 0 1 0 17 0 0 0 20 0 22 0 2427510 10060525568 8662 33554432000 1073741824 1073778376 140733607602224 139890984481656 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9824732

[startup+0.700311 s]
/proc/loadavg: 4.22 4.22 3.83 4/197 7386
/proc/meminfo: memFree=28353148/32872528 swapFree=1499084/1695308
[pid=7386] ppid=7383 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/7386/stat : 7386 (java) S 7383 7386 5962 0 -1 4202496 13892 0 1 0 117 4 0 0 20 0 19 0 2427510 10060525568 11902 33554432000 1073741824 1073778376 140733607602224 140733607593360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7386/statm: 2456183 11902 2252 9 0 2446860 0
[pid=7386/tid=7387] ppid=7383 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/7386/task/7387/stat : 7387 (java) S 7383 7386 5962 0 -1 4202560 2463 0 1 0 17 0 0 0 20 0 19 0 2427510 10060525568 11902 33554432000 1073741824 1073778376 140733607602224 139890984481656 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9824732

[startup+1.50093 s]
/proc/loadavg: 4.22 4.22 3.83 7/219 7411
/proc/meminfo: memFree=28092316/32872528 swapFree=1499084/1695308
[pid=7386] ppid=7383 vsize=9824732 CPUtime=4.06 cores=0,2,4,6
/proc/7386/stat : 7386 (java) S 7383 7386 5962 0 -1 4202496 27314 0 1 0 398 8 0 0 20 0 22 0 2427510 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 140733607593360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7386/statm: 2456183 49589 2284 9 0 2446860 0
[pid=7386/tid=7387] ppid=7383 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/7386/task/7387/stat : 7387 (java) S 7383 7386 5962 0 -1 4202560 2463 0 1 0 17 0 0 0 20 0 22 0 2427510 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890984481656 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7389] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7389/stat : 7389 (java) S 7383 7386 5962 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 2427511 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890828069672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7390] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7390/stat : 7390 (java) S 7383 7386 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2427511 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890827016872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7391] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7391/stat : 7391 (java) S 7383 7386 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2427511 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890825964584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7386/tid=7392] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7392/stat : 7392 (java) S 7383 7386 5962 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 2427511 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890824911784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7386/tid=7393] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 5962 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 2427511 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890823858472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7394] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7394/stat : 7394 (java) S 7383 7386 5962 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 2427511 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890822805672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2427511 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890821753384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2427511 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890820700584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7397] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7397/stat : 7397 (java) S 7383 7386 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2427512 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890808503016 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7398] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7398/stat : 7398 (java) S 7383 7386 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2427513 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890807449080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2427513 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890806396680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2427515 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890805345168 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 5962 0 -1 4202560 13444 0 0 0 93 2 0 0 20 0 22 0 2427515 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890804291768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 5962 0 -1 4202560 9967 0 0 0 99 2 0 0 20 0 22 0 2427515 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890803238968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7403] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7403/stat : 7403 (java) S 7383 7386 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2427515 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890802186872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7404] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7404/stat : 7404 (java) S 7383 7386 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2427515 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890801134280 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7408] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7408/stat : 7408 (java) S 7383 7386 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2427532 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890796922408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7409] ppid=7383 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/7386/task/7409/stat : 7409 (java) R 7383 7386 5962 0 -1 4202560 5 0 0 0 75 0 0 0 20 0 22 0 2427581 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890799026368 139890856996312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7410] ppid=7383 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/7386/task/7410/stat : 7410 (java) R 7383 7386 5962 0 -1 4202560 66 0 0 0 74 2 0 0 20 0 22 0 2427581 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890800078616 139890857021459 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7411] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7411/stat : 7411 (java) S 7383 7386 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2427582 10060525568 49589 33554432000 1073741824 1073778376 140733607602224 139890797974696 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.22 4.22 3.83 5/219 7411
/proc/meminfo: memFree=27976776/32872528 swapFree=1499084/1695308
[pid=7386] ppid=7383 vsize=9824732 CPUtime=7.61 cores=0,2,4,6
/proc/7386/stat : 7386 (java) S 7383 7386 5962 0 -1 4202496 27480 0 1 0 749 12 0 0 20 0 22 0 2427510 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 140733607593360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7386/statm: 2456183 60436 2284 9 0 2446860 0
[pid=7386/tid=7387] ppid=7383 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/7386/task/7387/stat : 7387 (java) S 7383 7386 5962 0 -1 4202560 2463 0 1 0 17 0 0 0 20 0 22 0 2427510 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890984481656 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7389] ppid=7383 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7386/task/7389/stat : 7389 (java) S 7383 7386 5962 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 2427511 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890828069672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7390] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7390/stat : 7390 (java) S 7383 7386 5962 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 2427511 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890827016872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7386/tid=7391] ppid=7383 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7386/task/7391/stat : 7391 (java) S 7383 7386 5962 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 2427511 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890825964584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7392] ppid=7383 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7386/task/7392/stat : 7392 (java) S 7383 7386 5962 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 2427511 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890824911784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7386/tid=7393] ppid=7383 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 5962 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 2427511 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890823858472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7394] ppid=7383 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7386/task/7394/stat : 7394 (java) S 7383 7386 5962 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 2427511 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890822805672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 5962 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 2427511 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890821753384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 5962 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 2427511 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890820700584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7397] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7397/stat : 7397 (java) S 7383 7386 5962 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 2427512 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890808503016 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7398] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7398/stat : 7398 (java) S 7383 7386 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2427513 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890807449080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2427513 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890806396680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2427515 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890805345168 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 5962 0 -1 4202560 13456 0 0 0 106 2 0 0 20 0 22 0 2427515 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890804291768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 5962 0 -1 4202560 9983 0 0 0 112 2 0 0 20 0 22 0 2427515 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890803238968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7403] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7403/stat : 7403 (java) S 7383 7386 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2427515 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890802186872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7404] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7404/stat : 7404 (java) S 7383 7386 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2427515 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890801134280 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7408] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7408/stat : 7408 (java) S 7383 7386 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2427532 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890796922408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7409] ppid=7383 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/7386/task/7409/stat : 7409 (java) R 7383 7386 5962 0 -1 4202560 7 0 0 0 228 0 0 0 20 0 22 0 2427581 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890799017712 139890856972319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7410] ppid=7383 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/7386/task/7410/stat : 7410 (java) R 7383 7386 5962 0 -1 4202560 70 0 0 0 227 2 0 0 20 0 22 0 2427581 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890800078504 139890857036674 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7411] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7411/stat : 7411 (java) S 7383 7386 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2427582 10060525568 60436 33554432000 1073741824 1073778376 140733607602224 139890797974696 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.28 4.24 3.84 5/219 7411
/proc/meminfo: memFree=27460312/32872528 swapFree=1499084/1695308
[pid=7386] ppid=7383 vsize=9824732 CPUtime=14.12 cores=0,2,4,6
/proc/7386/stat : 7386 (java) S 7383 7386 5962 0 -1 4202496 28331 0 1 0 1391 21 0 0 20 0 22 0 2427510 10060525568 127536 33554432000 1073741824 1073778376 140733607602224 140733607593360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7386/statm: 2456183 127536 2284 9 0 2446860 0
[pid=7386/tid=7387] ppid=7383 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/7386/task/7387/stat : 7387 (java) S 7383 7386 5962 0 -1 4202560 2463 0 1 0 17 0 0 0 20 0 22 0 2427510 10060525568 127536 33554432000 1073741824 1073778376 140733607602224 139890984481656 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7389] ppid=7383 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7386/task/7389/stat : 7389 (java) S 7383 7386 5962 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 22 0 2427511 10060525568 127536 33554432000 1073741824 1073778376 140733607602224 139890828069672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7390] ppid=7383 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7386/task/7390/stat : 7390 (java) S 7383 7386 5962 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 2427511 10060525568 127536 33554432000 1073741824 1073778376 140733607602224 139890827016872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7386/tid=7391] ppid=7383 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7386/task/7391/stat : 7391 (java) S 7383 7386 5962 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 2427511 10060525568 127536 33554432000 1073741824 1073778376 140733607602224 139890825964584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7386/tid=7392] ppid=7383 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7386/task/7392/stat : 7392 (java) S 7383 7386 5962 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 2427511 10060525568 127536 33554432000 1073741824 1073778376 140733607602224 139890824911784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7386/tid=7393] ppid=7383 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 5962 0 -1 4202560 166 0 0 0 3 1 0 0 20 0 22 0 2427511 10060525568 127536 33554432000 1073741824 1073778376 140733607602224 139890823858472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7394] ppid=7383 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7386/task/7394/stat : 7394 (java) S 7383 7386 5962 0 -1 4202560 176 0 0 0 3 1 0 0 20 0 22 0 2427511 10060525568 127536 33554432000 1073741824 1073778376 140733607602224 139890822805672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 5962 0 -1 4202560 127 0 0 0 6 2 0 0 20 0 22 0 2427511 10060525568 127536 33554432000 1073741824 1073778376 140733607602224 139890821753384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=9824732 CPUtime=0.03 cores=0,2,4,6

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

[pid=7386/tid=7409] ppid=7383 vsize=9824732 CPUtime=821.08 cores=0,2,4,6
/proc/7386/task/7409/stat : 7409 (java) R 7383 7386 5962 0 -1 4202560 337 0 0 0 82093 15 0 0 20 0 22 0 2427581 10060525568 503123 33554432000 1073741824 1073778376 140733607602224 139890799017712 139890856972319 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7410] ppid=7383 vsize=9824732 CPUtime=821.06 cores=0,2,4,6
/proc/7386/task/7410/stat : 7410 (java) R 7383 7386 5962 0 -1 4202560 625 0 0 0 82073 33 0 0 20 0 22 0 2427581 10060525568 503123 33554432000 1073741824 1073778376 140733607602224 139890800077504 139890857527429 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7411] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7411/stat : 7411 (java) S 7383 7386 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2427582 10060525568 503123 33554432000 1073741824 1073778376 140733607602224 139890797974696 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1646.78
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.21 4.22 4.05 5/219 7434
/proc/meminfo: memFree=23388312/32872528 swapFree=1499084/1695308
[pid=7386] ppid=7383 vsize=9824732 CPUtime=1766.8 cores=0,2,4,6
/proc/7386/stat : 7386 (java) S 7383 7386 5962 0 -1 4202496 32656 0 1 0 176564 116 0 0 20 0 22 0 2427510 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 140733607593360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7386/statm: 2456183 554755 2293 9 0 2446860 0
[pid=7386/tid=7387] ppid=7383 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7386/task/7387/stat : 7387 (java) S 7383 7386 5962 0 -1 4202560 2463 0 1 0 19 1 0 0 20 0 22 0 2427510 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890984481656 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7389] ppid=7383 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7386/task/7389/stat : 7389 (java) S 7383 7386 5962 0 -1 4202560 254 0 0 0 18 10 0 0 20 0 22 0 2427511 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890828069672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7390] ppid=7383 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/7386/task/7390/stat : 7390 (java) S 7383 7386 5962 0 -1 4202560 416 0 0 0 10 7 0 0 20 0 22 0 2427511 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890827016872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7391] ppid=7383 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/7386/task/7391/stat : 7391 (java) S 7383 7386 5962 0 -1 4202560 305 0 0 0 18 9 0 0 20 0 22 0 2427511 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890825964584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7392] ppid=7383 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/7386/task/7392/stat : 7392 (java) S 7383 7386 5962 0 -1 4202560 209 0 0 0 22 8 0 0 20 0 22 0 2427511 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890824911784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7393] ppid=7383 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 5962 0 -1 4202560 493 0 0 0 19 10 0 0 20 0 22 0 2427511 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890823858472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7394] ppid=7383 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/7386/task/7394/stat : 7394 (java) S 7383 7386 5962 0 -1 4202560 578 0 0 0 17 10 0 0 20 0 22 0 2427511 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890822805672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 5962 0 -1 4202560 410 0 0 0 28 14 0 0 20 0 22 0 2427511 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890821753384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 5962 0 -1 4202560 319 0 0 0 14 6 0 0 20 0 22 0 2427511 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890820700584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7397] ppid=7383 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/7386/task/7397/stat : 7397 (java) S 7383 7386 5962 0 -1 4202560 1428 0 0 0 22 1 0 0 20 0 22 0 2427512 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890808503016 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7398] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7398/stat : 7398 (java) S 7383 7386 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2427513 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890807449080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2427513 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890806396680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2427515 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890805345168 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 5962 0 -1 4202560 13464 0 0 0 113 2 0 0 20 0 22 0 2427515 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890804291768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 5962 0 -1 4202560 9983 0 0 0 112 2 0 0 20 0 22 0 2427515 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890803238968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7403] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7403/stat : 7403 (java) S 7383 7386 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2427515 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890802186872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7404] ppid=7383 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/7386/task/7404/stat : 7404 (java) S 7383 7386 5962 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 2427515 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890801134280 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7408] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7408/stat : 7408 (java) S 7383 7386 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2427532 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890796922408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7409] ppid=7383 vsize=9824732 CPUtime=880.73 cores=0,2,4,6
/proc/7386/task/7409/stat : 7409 (java) R 7383 7386 5962 0 -1 4202560 337 0 0 0 88057 16 0 0 20 0 22 0 2427581 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890799017712 139890856913893 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7410] ppid=7383 vsize=9824732 CPUtime=880.72 cores=0,2,4,6
/proc/7386/task/7410/stat : 7410 (java) R 7383 7386 5962 0 -1 4202560 626 0 0 0 88038 34 0 0 20 0 22 0 2427581 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890800077680 139890857077169 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7411] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7411/stat : 7411 (java) S 7383 7386 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2427582 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890797974696 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1766.8
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.001 s]
/proc/loadavg: 4.31 4.24 4.06 7/219 7506
/proc/meminfo: memFree=26251736/32872528 swapFree=1499084/1695308
[pid=7386] ppid=7383 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/7386/stat : 7386 (java) S 7383 7386 5962 0 -1 4202496 32656 0 1 0 179902 116 0 0 20 0 22 0 2427510 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 140733607593360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7386/statm: 2456183 554755 2293 9 0 2446860 0
[pid=7386/tid=7387] ppid=7383 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7386/task/7387/stat : 7387 (java) S 7383 7386 5962 0 -1 4202560 2463 0 1 0 19 1 0 0 20 0 22 0 2427510 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890984481656 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7389] ppid=7383 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7386/task/7389/stat : 7389 (java) S 7383 7386 5962 0 -1 4202560 254 0 0 0 18 10 0 0 20 0 22 0 2427511 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890828069672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7390] ppid=7383 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/7386/task/7390/stat : 7390 (java) S 7383 7386 5962 0 -1 4202560 416 0 0 0 10 7 0 0 20 0 22 0 2427511 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890827016872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7391] ppid=7383 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/7386/task/7391/stat : 7391 (java) S 7383 7386 5962 0 -1 4202560 305 0 0 0 18 9 0 0 20 0 22 0 2427511 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890825964584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7392] ppid=7383 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/7386/task/7392/stat : 7392 (java) S 7383 7386 5962 0 -1 4202560 209 0 0 0 22 8 0 0 20 0 22 0 2427511 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890824911784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7393] ppid=7383 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 5962 0 -1 4202560 493 0 0 0 19 10 0 0 20 0 22 0 2427511 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890823858472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7394] ppid=7383 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/7386/task/7394/stat : 7394 (java) S 7383 7386 5962 0 -1 4202560 578 0 0 0 17 10 0 0 20 0 22 0 2427511 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890822805672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 5962 0 -1 4202560 410 0 0 0 28 14 0 0 20 0 22 0 2427511 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890821753384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 5962 0 -1 4202560 319 0 0 0 14 6 0 0 20 0 22 0 2427511 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890820700584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7397] ppid=7383 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/7386/task/7397/stat : 7397 (java) S 7383 7386 5962 0 -1 4202560 1428 0 0 0 22 1 0 0 20 0 22 0 2427512 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890808503016 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7398] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7398/stat : 7398 (java) S 7383 7386 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2427513 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890807449080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2427513 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890806396680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2427515 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890805345168 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 5962 0 -1 4202560 13464 0 0 0 113 2 0 0 20 0 22 0 2427515 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890804291768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 5962 0 -1 4202560 9983 0 0 0 112 2 0 0 20 0 22 0 2427515 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890803238968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7403] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7403/stat : 7403 (java) S 7383 7386 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2427515 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890802186872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7404] ppid=7383 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/7386/task/7404/stat : 7404 (java) S 7383 7386 5962 0 -1 4202560 51 0 0 0 16 16 0 0 20 0 22 0 2427515 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890801134280 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7408] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7408/stat : 7408 (java) S 7383 7386 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2427532 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890796922408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7409] ppid=7383 vsize=9824732 CPUtime=897.42 cores=0,2,4,6
/proc/7386/task/7409/stat : 7409 (java) R 7383 7386 5962 0 -1 4202560 337 0 0 0 89726 16 0 0 20 0 22 0 2427581 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890799017712 139890856972319 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7410] ppid=7383 vsize=9824732 CPUtime=897.41 cores=0,2,4,6
/proc/7386/task/7410/stat : 7410 (java) R 7383 7386 5962 0 -1 4202560 626 0 0 0 89707 34 0 0 20 0 22 0 2427581 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890800077680 139890857077152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7411] ppid=7383 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7411/stat : 7411 (java) S 7383 7386 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2427582 10060525568 554755 33554432000 1073741824 1073778376 140733607602224 139890797974696 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 7386 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+899.105 s]
/proc/loadavg: 4.31 4.24 4.06 7/219 7506
/proc/meminfo: memFree=26251736/32872528 swapFree=1499084/1695308
[pid=7386] ppid=7383 vsize=9957860 CPUtime=1800.64 cores=0,2,4,6
/proc/7386/stat : 7386 (java) S 7383 7386 5962 0 -1 4202496 32700 0 1 0 179926 138 0 0 20 0 20 0 2427510 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 140733607593360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7386/statm: 2489465 554789 2301 9 0 2480142 0
[pid=7386/tid=7387] ppid=7383 vsize=9957860 CPUtime=0.2 cores=0,2,4,6
/proc/7386/task/7387/stat : 7387 (java) S 7383 7386 5962 0 -1 4202560 2463 0 1 0 19 1 0 0 20 0 20 0 2427510 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890984481656 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7386/tid=7389] ppid=7383 vsize=9957860 CPUtime=0.28 cores=0,2,4,6
/proc/7386/task/7389/stat : 7389 (java) S 7383 7386 5962 0 -1 4202560 254 0 0 0 18 10 0 0 20 0 20 0 2427511 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890828069672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7390] ppid=7383 vsize=9957860 CPUtime=0.17 cores=0,2,4,6
/proc/7386/task/7390/stat : 7390 (java) S 7383 7386 5962 0 -1 4202560 416 0 0 0 10 7 0 0 20 0 20 0 2427511 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890827016872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7391] ppid=7383 vsize=9957860 CPUtime=0.27 cores=0,2,4,6
/proc/7386/task/7391/stat : 7391 (java) S 7383 7386 5962 0 -1 4202560 305 0 0 0 18 9 0 0 20 0 20 0 2427511 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890825964584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7392] ppid=7383 vsize=9957860 CPUtime=0.3 cores=0,2,4,6
/proc/7386/task/7392/stat : 7392 (java) S 7383 7386 5962 0 -1 4202560 209 0 0 0 22 8 0 0 20 0 20 0 2427511 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890824911784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7393] ppid=7383 vsize=9957860 CPUtime=0.29 cores=0,2,4,6
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 5962 0 -1 4202560 493 0 0 0 19 10 0 0 20 0 20 0 2427511 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890823858472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7394] ppid=7383 vsize=9957860 CPUtime=0.27 cores=0,2,4,6
/proc/7386/task/7394/stat : 7394 (java) S 7383 7386 5962 0 -1 4202560 578 0 0 0 17 10 0 0 20 0 20 0 2427511 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890822805672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=9957860 CPUtime=0.42 cores=0,2,4,6
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 5962 0 -1 4202560 410 0 0 0 28 14 0 0 20 0 20 0 2427511 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890821753384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=9957860 CPUtime=0.2 cores=0,2,4,6
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 5962 0 -1 4202560 319 0 0 0 14 6 0 0 20 0 20 0 2427511 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890820700584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7397] ppid=7383 vsize=9957860 CPUtime=0.29 cores=0,2,4,6
/proc/7386/task/7397/stat : 7397 (java) R 7383 7386 5962 0 -1 4202560 1429 0 0 0 23 6 0 0 20 0 20 0 2427512 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890808503128 225444662407 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7398] ppid=7383 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7398/stat : 7398 (java) S 7383 7386 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 2427513 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890807449080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 2427513 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890806396680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 5962 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 2427515 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890805344744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=9957860 CPUtime=1.17 cores=0,2,4,6
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 5962 0 -1 4202560 13473 0 0 0 115 2 0 0 20 0 20 0 2427515 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890804283736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=9957860 CPUtime=1.14 cores=0,2,4,6
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 5962 0 -1 4202560 9983 0 0 0 112 2 0 0 20 0 20 0 2427515 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890803238968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7386/tid=7403] ppid=7383 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/7386/task/7403/stat : 7403 (java) S 7383 7386 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2427515 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890802186872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7386/tid=7410] ppid=7383 vsize=9957860 CPUtime=897.52 cores=0,2,4,6
/proc/7386/task/7410/stat : 7410 (java) R 7383 7386 5962 0 -1 4202560 626 0 0 0 89718 34 0 0 20 0 20 0 2427581 10196848640 554789 33554432000 1073741824 1073778376 140733607602224 139890800077680 139890857077198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (KiB) 9957860

Child status: 143
Real time (s): 899.155
CPU time (s): 1801.02
CPU user time (s): 1799.28
CPU system time (s): 1.74273
CPU usage (%): 200.301
Max. virtual memory (cumulated for all children) (KiB): 9957860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 1.74273
maximum resident set size= 2219156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32700
page faults= 1
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21415
involuntary context switches= 7871

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.26205 second user time and 6.65699 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-29 17:39:23
IDJOB=4117835
IDBENCH=111619
IDSOLVER=2543
FILE ID=node137/4117835-1467214763
RUNJOBID= node137-1467212962-6646
PBS_JOBID= 19997573
Free space on /tmp= 71696 MiB

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

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

MD5SUM BENCH= 7bbc859654aad41be6f1798572f8a912
RANDOM SEED=373189019

node137.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.265
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.53
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.265
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.265
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.53
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.265
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.265
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.265
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.265
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.54
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.265
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:        28353568 kB
Buffers:           89412 kB
Cached:          1781936 kB
SwapCached:            0 kB
Active:           406488 kB
Inactive:        1667740 kB
Active(anon):     205312 kB
Inactive(anon):        4 kB
Active(file):     201176 kB
Inactive(file):  1667736 kB
Unevictable:     1695308 kB
Mlocked:         1499084 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1264 kB
Writeback:             0 kB
AnonPages:       1924464 kB
Mapped:            22204 kB
Shmem:               204 kB
Slab:             608564 kB
SReclaimable:      52056 kB
SUnreclaim:       556508 kB
KernelStack:        1784 kB
PageTables:         8016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2515520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    378880 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= 71692 MiB
End job on node137 at 2016-06-29 17:54:22