Trace number 4117934

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)88 1800.64 899.05

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_14x14_003.opb.metafix.opb
MD5SUM8d81b8fda2bd13c7ea8fb9b3a4a70fe1
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark88
Best CPU time to get the best result obtained on this benchmark20.8618
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 10
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4117934-1467215660.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.18	c ... done. Wall clock time 0.056s.
0.09/0.18	c declared #vars     196
0.09/0.18	c #constraints  164
0.09/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9
0.09/0.18	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
0.09/0.18	c org.sat4j.specs.Constr$1 => 8
0.09/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 137
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.09/0.18	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.09/0.18	c 164 constraints processed.
0.09/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.09/0.18	c org.sat4j.specs.Constr$1 => 8
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9
0.09/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 137
0.09/0.18	c org.sat4j.pb.constraints.pb.UnitClausesPB => 4
0.09/0.18	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.09/0.18	c 164 constraints processed.
0.09/0.18	c objective function length is 196 literals
0.23/0.20	c And the winner is solver0
0.30/0.68	c SATISFIABLE
0.30/0.68	c OPTIMIZING...
0.30/0.68	c Got one! Elapsed wall clock time (in seconds):0.562
0.30/0.68	o 88
2.23/1.24	c cleaning 2504 clauses out of 5022 with flag 19953/5022
4.20/1.71	c cleaning 4247 clauses out of 8518 with flag 51474/11022
5.25/2.19	c cleaning 5633 clauses out of 11271 with flag 82436/18022
6.76/2.87	c cleaning 6814 clauses out of 13641 with flag 126530/26025
8.37/3.63	c cleaning 7904 clauses out of 15826 with flag 173485/35024
10.21/4.57	c cleaning 8954 clauses out of 17921 with flag 221212/45023
12.41/5.65	c cleaning 9977 clauses out of 19966 with flag 290297/56022
14.66/6.77	c cleaning 10992 clauses out of 21992 with flag 353514/68025
17.76/8.20	c cleaning 11991 clauses out of 23997 with flag 448985/81022
20.96/9.84	c cleaning 12994 clauses out of 26006 with flag 563120/95022
24.42/11.56	c cleaning 14001 clauses out of 28012 with flag 654262/110022
28.49/13.56	c cleaning 14989 clauses out of 30013 with flag 742532/126024
32.51/15.58	c cleaning 16000 clauses out of 32022 with flag 828876/143022
37.95/18.25	c cleaning 17001 clauses out of 34022 with flag 937470/161022
43.01/20.76	c cleaning 18002 clauses out of 36021 with flag 1029479/180022
48.81/23.60	c cleaning 18997 clauses out of 38021 with flag 1120651/200024
55.01/26.71	c cleaning 20001 clauses out of 40022 with flag 1290497/221022
61.33/29.88	c cleaning 20995 clauses out of 42022 with flag 1455573/243023
68.31/33.36	c cleaning 22008 clauses out of 44029 with flag 1611057/266025
75.99/37.12	c cleaning 22999 clauses out of 46018 with flag 1719221/290022
84.78/41.59	c cleaning 24001 clauses out of 48019 with flag 1852122/315022
94.82/46.55	c cleaning 25003 clauses out of 50019 with flag 1989776/341023
104.06/51.17	c cleaning 26000 clauses out of 52016 with flag 2122325/368023
113.87/56.08	c cleaning 27004 clauses out of 54015 with flag 2280373/396022
124.92/61.53	c cleaning 27998 clauses out of 56011 with flag 2442900/425022
135.72/66.99	c cleaning 28991 clauses out of 58013 with flag 2621087/455022
146.77/72.44	c cleaning 30004 clauses out of 60024 with flag 2807795/486024
159.37/78.73	c cleaning 30996 clauses out of 62018 with flag 3000856/518022
174.06/86.09	c cleaning 32008 clauses out of 64023 with flag 3185954/551023
191.91/94.91	c cleaning 32981 clauses out of 66014 with flag 3408557/585022
208.96/103.44	c cleaning 34005 clauses out of 68033 with flag 3679158/620022
222.36/110.19	c cleaning 35011 clauses out of 70030 with flag 3873402/656024
237.15/117.54	c cleaning 36000 clauses out of 72019 with flag 4070736/693024
252.96/125.46	c cleaning 37006 clauses out of 74019 with flag 4273456/731024
269.18/133.50	c cleaning 38001 clauses out of 76013 with flag 4495911/770024
286.19/142.09	c cleaning 38992 clauses out of 78011 with flag 4712655/810023
305.79/151.87	c cleaning 39991 clauses out of 80018 with flag 4970052/851022
326.20/162.02	c cleaning 41004 clauses out of 82028 with flag 5183120/893023
344.39/171.14	c cleaning 42003 clauses out of 84024 with flag 5426437/936023
365.80/181.80	c cleaning 43000 clauses out of 86020 with flag 5709459/980022
389.86/193.80	c cleaning 44006 clauses out of 88021 with flag 6024491/1025023
413.68/205.75	c cleaning 44999 clauses out of 90015 with flag 6319539/1071023
437.46/217.65	c cleaning 45993 clauses out of 92016 with flag 6567532/1118023
463.85/230.86	c cleaning 46996 clauses out of 94022 with flag 6838528/1166022
490.46/244.13	c cleaning 47999 clauses out of 96029 with flag 7145969/1215025
519.27/258.54	c cleaning 49000 clauses out of 98027 with flag 7522766/1265022
547.25/272.57	c cleaning 50005 clauses out of 100028 with flag 7861547/1316023
580.44/289.10	c cleaning 51000 clauses out of 102024 with flag 8253694/1368024
615.23/306.58	c cleaning 52004 clauses out of 104022 with flag 8626344/1421022
652.22/325.06	c cleaning 53009 clauses out of 106021 with flag 8938957/1475025
685.22/341.59	c cleaning 53989 clauses out of 108009 with flag 9285645/1530022
720.90/359.39	c cleaning 55005 clauses out of 110021 with flag 9647918/1586023
755.89/376.85	c cleaning 55994 clauses out of 112015 with flag 9957023/1643022
792.90/395.32	c cleaning 57001 clauses out of 114021 with flag 10395609/1701022
831.49/414.62	c cleaning 58010 clauses out of 116022 with flag 10788420/1760024
872.24/435.19	c cleaning 59005 clauses out of 118011 with flag 11065072/1820023
911.44/454.78	c cleaning 59997 clauses out of 120006 with flag 11434941/1881023
954.44/476.26	c cleaning 60993 clauses out of 122009 with flag 11796800/1943023
1003.05/500.53	c cleaning 61997 clauses out of 124015 with flag 12241880/2006022
1044.23/521.17	c cleaning 63007 clauses out of 126020 with flag 12589225/2070024
1095.70/546.87	c cleaning 63985 clauses out of 128011 with flag 13042791/2135022
1139.10/568.55	c cleaning 65001 clauses out of 130026 with flag 13459336/2201022
1189.70/593.82	c cleaning 66003 clauses out of 132027 with flag 13889080/2268024
1239.55/618.71	c cleaning 66992 clauses out of 134023 with flag 14316655/2336023
1296.56/647.25	c cleaning 68012 clauses out of 136034 with flag 14701751/2405026
1349.76/673.89	c cleaning 69000 clauses out of 138018 with flag 15062340/2475022
1403.35/700.62	c cleaning 69995 clauses out of 140018 with flag 15521812/2546022
1455.75/726.83	c cleaning 71007 clauses out of 142024 with flag 15988504/2618023
1509.37/753.68	c cleaning 72008 clauses out of 144021 with flag 16406897/2691027
1569.96/783.95	c cleaning 72990 clauses out of 146008 with flag 17000027/2765022
1630.36/814.18	c cleaning 73997 clauses out of 148018 with flag 17553257/2840022
1693.76/845.90	c cleaning 75000 clauses out of 150021 with flag 18040355/2916022
1765.63/881.73	c cleaning 76004 clauses out of 152023 with flag 18468782/2993024
1800.05/899.00	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.05/899.00	c starts		: 2548
1800.05/899.00	c conflicts		: 3037135
1800.05/899.00	c decisions		: 3726530
1800.05/899.00	c propagations		: 116341878
1800.05/899.00	c inspects		: 16302252785
1800.05/899.00	c shortcuts		: 0
1800.05/899.00	c learnt literals	: 0
1800.05/899.00	c learnt binary clauses	: 0
1800.05/899.00	c learnt ternary clauses	: 0
1800.05/899.00	c learnt constraints	: 3037135
1800.05/899.00	c ignored constraints	: 0
1800.05/899.00	c root simplifications	: 0
1800.05/899.00	c removed literals (reason simplification)	: 22973107
1800.05/899.00	c reason swapping (by a shorter reason)	: 0
1800.05/899.00	c Calls to reduceDB	: 73
1800.05/899.00	c Number of update (reduction) of LBD	: 1206021
1800.05/899.00	c Imported unit clauses	: 0
1800.05/899.00	c number of reductions to clauses (during analyze)	: 0
1800.05/899.00	c number of learned constraints concerned by reduction	: 0
1800.05/899.00	c number of learning phase by resolution	: 0
1800.05/899.00	c number of learning phase by cutting planes	: 0
1800.05/899.00	c speed (assignments/second)	: 129438.74955775251
1800.05/899.00	c non guided choices	0
1800.05/899.03	c learnt constraints type 
1800.05/899.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120130
1800.05/899.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/899.03	c starts		: 22
1800.05/899.03	c conflicts		: 4962
1800.05/899.03	c decisions		: 11203
1800.05/899.03	c propagations		: 125218
1800.05/899.03	c inspects		: 88065410
1800.05/899.03	c shortcuts		: 0
1800.05/899.03	c learnt literals	: 0
1800.05/899.03	c learnt binary clauses	: 0
1800.05/899.03	c learnt ternary clauses	: 0
1800.05/899.03	c learnt constraints	: 4960
1800.05/899.03	c ignored constraints	: 0
1800.05/899.03	c root simplifications	: 0
1800.05/899.03	c removed literals (reason simplification)	: 0
1800.05/899.03	c reason swapping (by a shorter reason)	: 0
1800.05/899.03	c Calls to reduceDB	: 0
1800.05/899.03	c Number of update (reduction) of LBD	: 0
1800.05/899.03	c Imported unit clauses	: 0
1800.05/899.03	c number of reductions to clauses (during analyze)	: 0
1800.05/899.03	c number of learned constraints concerned by reduction	: 0
1800.05/899.03	c number of learning phase by resolution	: 0
1800.05/899.03	c number of learning phase by cutting planes	: 0
1800.05/899.03	c speed (assignments/second)	: 139.38758426616084
1800.05/899.03	c non guided choices	0
1800.05/899.03	c learnt constraints type 
1800.05/899.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
1800.05/899.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4946
1800.05/899.03	s SATISFIABLE
1800.05/899.03	c Found 1 solution(s)
1800.05/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 
1800.05/899.03	c objective function=88
1800.05/899.03	c Total wall clock time (in seconds): 898.912

Verifier Data

OK	88

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

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

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


[startup+0 s]
/proc/loadavg: 4.31 4.24 4.06 4/197 7481
/proc/meminfo: memFree=26335464/32872528 swapFree=1499084/1695308
[pid=7481] ppid=7478 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/7481/stat : 7481 (java) D 7478 7481 5962 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 2517262 9515008 182 33554432000 1073741824 1073778376 140733588766288 140733588757320 225444708021 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/7481/statm: 2323 182 140 9 0 71 0

[startup+0.10011 s]
/proc/loadavg: 4.31 4.24 4.06 4/197 7481
/proc/meminfo: memFree=26335464/32872528 swapFree=1499084/1695308
[pid=7481] ppid=7478 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7478 7481 5962 0 -1 4202496 4470 0 1 0 8 1 0 0 20 0 18 0 2517262 9787879424 5583 33554432000 1073741824 1073778376 140733404372304 140733404363440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7481/statm: 2389619 5583 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 4.31 4.24 4.06 4/197 7481
/proc/meminfo: memFree=26335464/32872528 swapFree=1499084/1695308
[pid=7481] ppid=7478 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7478 7481 5962 0 -1 4202496 4829 0 1 0 22 1 0 0 20 0 22 0 2517262 10060525568 7416 33554432000 1073741824 1073778376 140733404372304 140733404363440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7481/statm: 2456183 7416 2200 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.30027 s]
/proc/loadavg: 4.31 4.24 4.06 4/197 7481
/proc/meminfo: memFree=26335464/32872528 swapFree=1499084/1695308
[pid=7481] ppid=7478 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7478 7481 5962 0 -1 4202496 6148 0 1 0 27 3 0 0 20 0 19 0 2517262 10060525568 8285 33554432000 1073741824 1073778376 140733404372304 140733404363440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7481/statm: 2456183 8285 2226 9 0 2446860 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.700172 s]
/proc/loadavg: 4.31 4.24 4.06 4/197 7481
/proc/meminfo: memFree=26335464/32872528 swapFree=1499084/1695308
[pid=7481] ppid=7478 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7478 7481 5962 0 -1 4202496 6185 0 1 0 31 3 0 0 20 0 22 0 2517262 10060525568 9344 33554432000 1073741824 1073778376 140733404372304 140733404363440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7481/statm: 2456183 9344 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.31 4.24 4.06 7/219 7506
/proc/meminfo: memFree=26258624/32872528 swapFree=1499084/1695308
[pid=7481] ppid=7478 vsize=9824732 CPUtime=3.41 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7478 7481 5962 0 -1 4202496 23592 0 1 0 334 7 0 0 20 0 22 0 2517262 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140733404363440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7481/statm: 2456183 41834 2271 9 0 2446860 0
[pid=7481/tid=7483] ppid=7478 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/7481/task/7483/stat : 7483 (java) S 7478 7481 5962 0 -1 4202560 2482 0 1 0 15 0 0 0 20 0 22 0 2517264 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140112165426040 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7484] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7484/stat : 7484 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517265 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140112104156072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7485] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7485/stat : 7485 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517265 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140112103103528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7486] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7486/stat : 7486 (java) S 7478 7481 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2517265 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140112102050472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7487] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7487/stat : 7487 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517265 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140112006167336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7488] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7488/stat : 7488 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517265 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140112005114280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7489] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7489/stat : 7489 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517265 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140112004061736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7490] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7490/stat : 7490 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517265 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140112003008680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7491] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7491/stat : 7491 (java) S 7478 7481 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2517265 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140112001956136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7492] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7492/stat : 7492 (java) S 7478 7481 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2517266 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140111989545832 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7493] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7493/stat : 7493 (java) S 7478 7481 5962 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 2517266 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140111988492152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7494] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7494/stat : 7494 (java) S 7478 7481 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2517266 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140111987438984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7495] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7495/stat : 7495 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517269 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140111986387728 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7496] ppid=7478 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/7481/task/7496/stat : 7496 (java) R 7478 7481 5962 0 -1 4202560 7545 0 0 0 81 0 0 0 20 0 22 0 2517269 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140111985327544 140112172399999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7497] ppid=7478 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/7481/task/7497/stat : 7497 (java) R 7478 7481 5962 0 -1 4202560 12168 0 0 0 79 2 0 0 20 0 22 0 2517269 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140111984259880 140112172241508 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7498] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7498/stat : 7498 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517269 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140111983229176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7499] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7499/stat : 7499 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517269 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140111982176840 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7502] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7502/stat : 7502 (java) S 7478 7481 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2517281 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140111979017512 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7504] ppid=7478 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/7481/task/7504/stat : 7504 (java) R 7478 7481 5962 0 -1 4202560 9 0 0 0 80 0 0 0 20 0 22 0 2517331 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140111980060560 140112105713773 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7505] ppid=7478 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/7481/task/7505/stat : 7505 (java) R 7478 7481 5962 0 -1 4202560 60 0 0 0 73 1 0 0 20 0 22 0 2517331 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140111977963712 140112105762503 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7506] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7506/stat : 7506 (java) S 7478 7481 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2517331 10060525568 41834 33554432000 1073741824 1073778376 140733404372304 140111981122344 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 4.31 4.24 4.06 3/216 7575
/proc/meminfo: memFree=28339760/32872528 swapFree=1499084/1695308
[pid=7481] ppid=7478 vsize=9824732 CPUtime=7.38 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7478 7481 5962 0 -1 4202496 27095 0 1 0 725 13 0 0 20 0 22 0 2517262 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140733404363440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7481/statm: 2456183 54599 2285 9 0 2446860 0
[pid=7481/tid=7483] ppid=7478 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/7481/task/7483/stat : 7483 (java) S 7478 7481 5962 0 -1 4202560 2482 0 1 0 15 0 0 0 20 0 22 0 2517264 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140112165426040 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7484] ppid=7478 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7481/task/7484/stat : 7484 (java) S 7478 7481 5962 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 2517265 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140112104156072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7485] ppid=7478 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7481/task/7485/stat : 7485 (java) S 7478 7481 5962 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 22 0 2517265 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140112103103528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7486] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7486/stat : 7486 (java) S 7478 7481 5962 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 2517265 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140112102050472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7487] ppid=7478 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7481/task/7487/stat : 7487 (java) S 7478 7481 5962 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 2517265 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140112006167336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7488] ppid=7478 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7481/task/7488/stat : 7488 (java) S 7478 7481 5962 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 2517265 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140112005114280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7489] ppid=7478 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7481/task/7489/stat : 7489 (java) S 7478 7481 5962 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 2517265 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140112004061736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7490] ppid=7478 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7481/task/7490/stat : 7490 (java) S 7478 7481 5962 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 2517265 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140112003008680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7491] ppid=7478 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7481/task/7491/stat : 7491 (java) S 7478 7481 5962 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 2517265 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140112001956136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7492] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7492/stat : 7492 (java) S 7478 7481 5962 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 2517266 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140111989545832 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7493] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7493/stat : 7493 (java) S 7478 7481 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2517266 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140111988492152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7494] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7494/stat : 7494 (java) S 7478 7481 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2517266 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140111987438984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7495] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7495/stat : 7495 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517269 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140111986387728 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7496] ppid=7478 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/7481/task/7496/stat : 7496 (java) S 7478 7481 5962 0 -1 4202560 8279 0 0 0 108 0 0 0 20 0 22 0 2517269 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140111985334584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7497] ppid=7478 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/7481/task/7497/stat : 7497 (java) S 7478 7481 5962 0 -1 4202560 14761 0 0 0 119 3 0 0 20 0 22 0 2517269 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140111984282040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7498] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7498/stat : 7498 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517269 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140111983229176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7499] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7499/stat : 7499 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517269 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140111982176840 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7502] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7502/stat : 7502 (java) S 7478 7481 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2517281 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140111979017512 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7504] ppid=7478 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/7481/task/7504/stat : 7504 (java) R 7478 7481 5962 0 -1 4202560 13 0 0 0 233 0 0 0 20 0 22 0 2517331 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140111980069352 140112105642764 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7505] ppid=7478 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/7481/task/7505/stat : 7505 (java) R 7478 7481 5962 0 -1 4202560 74 0 0 0 225 2 0 0 20 0 22 0 2517331 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140111977963624 140112106293126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7506] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7506/stat : 7506 (java) S 7478 7481 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2517331 10060525568 54599 33554432000 1073741824 1073778376 140733404372304 140111981122344 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 4.13 4.20 4.04 7/219 7716
/proc/meminfo: memFree=28186576/32872528 swapFree=1499084/1695308
[pid=7481] ppid=7478 vsize=9824732 CPUtime=13.84 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7478 7481 5962 0 -1 4202496 27630 0 1 0 1364 20 0 0 20 0 22 0 2517262 10060525568 92367 33554432000 1073741824 1073778376 140733404372304 140733404363440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7481/statm: 2456183 92367 2285 9 0 2446860 0
[pid=7481/tid=7483] ppid=7478 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/7481/task/7483/stat : 7483 (java) S 7478 7481 5962 0 -1 4202560 2482 0 1 0 15 0 0 0 20 0 22 0 2517264 10060525568 92367 33554432000 1073741824 1073778376 140733404372304 140112165426040 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7484] ppid=7478 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/7481/task/7484/stat : 7484 (java) S 7478 7481 5962 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 22 0 2517265 10060525568 92367 33554432000 1073741824 1073778376 140733404372304 140112104156072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7485] ppid=7478 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/7481/task/7485/stat : 7485 (java) S 7478 7481 5962 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 2517265 10060525568 92367 33554432000 1073741824 1073778376 140733404372304 140112103103528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7486] ppid=7478 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7481/task/7486/stat : 7486 (java) S 7478 7481 5962 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 2517265 10060525568 92367 33554432000 1073741824 1073778376 140733404372304 140112102050472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7487] ppid=7478 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/7481/task/7487/stat : 7487 (java) S 7478 7481 5962 0 -1 4202560 102 0 0 0 3 2 0 0 20 0 22 0 2517265 10060525568 92367 33554432000 1073741824 1073778376 140733404372304 140112006167336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7488] ppid=7478 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7481/task/7488/stat : 7488 (java) S 7478 7481 5962 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 2517265 10060525568 92367 33554432000 1073741824 1073778376 140733404372304 140112005114280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7489] ppid=7478 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/7481/task/7489/stat : 7489 (java) S 7478 7481 5962 0 -1 4202560 105 0 0 0 3 2 0 0 20 0 22 0 2517265 10060525568 92367 33554432000 1073741824 1073778376 140733404372304 140112004061736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7490] ppid=7478 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7481/task/7490/stat : 7490 (java) S 7478 7481 5962 0 -1 4202560 78 0 0 0 3 0 0 0 20 0 22 0 2517265 10060525568 92367 33554432000 1073741824 1073778376 140733404372304 140112003008680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7491] ppid=7478 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7481/task/7491/stat : 7491 (java) S 7478 7481 5962 0 -1 4202560 77 0 0 0 1 1 0 0 20 0 22 0 2517265 10060525568 92367 33554432000 1073741824 1073778376 140733404372304 140112001956136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7492] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7492/stat : 7492 (java) S 7478 7481 5962 0 -1 4202560 201 0 0 0 0 0 0 0 20 0 22 0 2517266 10060525568 92367 33554432000 1073741824 1073778376 140733404372304 140111989545832 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7493] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7493/stat : 7493 (java) S 7478 7481 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2517266 10060525568 92367 33554432000 1073741824 1073778376 140733404372304 140111988492152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7494] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7494/stat : 7494 (java) S 7478 7481 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2517266 10060525568 92367 33554432000 1073741824 1073778376 140733404372304 140111987438984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7495] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7495/stat : 7495 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517269 10060525568 92367 33554432000 1073741824 1073778376 140733404372304 140111986387728 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7496] ppid=7478 vsize=9824732 CPUtime=1.08 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.47 4.31 4.17 5/219 7761
/proc/meminfo: memFree=23372528/32872528 swapFree=1499084/1695308
[pid=7481] ppid=7478 vsize=9824732 CPUtime=1646.75 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7478 7481 5962 0 -1 4202496 31657 0 1 0 164556 119 0 0 20 0 22 0 2517262 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140733404363440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7481/statm: 2456183 731113 2294 9 0 2446860 0
[pid=7481/tid=7483] ppid=7478 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/7481/task/7483/stat : 7483 (java) S 7478 7481 5962 0 -1 4202560 2482 0 1 0 16 3 0 0 20 0 22 0 2517264 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140112165426040 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7484] ppid=7478 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/7481/task/7484/stat : 7484 (java) S 7478 7481 5962 0 -1 4202560 197 0 0 0 29 5 0 0 20 0 22 0 2517265 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140112104156072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7485] ppid=7478 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/7481/task/7485/stat : 7485 (java) S 7478 7481 5962 0 -1 4202560 171 0 0 0 35 7 0 0 20 0 22 0 2517265 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140112103103528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7486] ppid=7478 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/7481/task/7486/stat : 7486 (java) S 7478 7481 5962 0 -1 4202560 174 0 0 0 29 6 0 0 20 0 22 0 2517265 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140112102050472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7487] ppid=7478 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/7481/task/7487/stat : 7487 (java) S 7478 7481 5962 0 -1 4202560 305 0 0 0 37 7 0 0 20 0 22 0 2517265 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140112006167336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7488] ppid=7478 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/7481/task/7488/stat : 7488 (java) S 7478 7481 5962 0 -1 4202560 162 0 0 0 30 7 0 0 20 0 22 0 2517265 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140112005114280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7489] ppid=7478 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/7481/task/7489/stat : 7489 (java) S 7478 7481 5962 0 -1 4202560 351 0 0 0 37 8 0 0 20 0 22 0 2517265 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140112004061736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7490] ppid=7478 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/7481/task/7490/stat : 7490 (java) S 7478 7481 5962 0 -1 4202560 239 0 0 0 31 8 0 0 20 0 22 0 2517265 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140112003008680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7491] ppid=7478 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/7481/task/7491/stat : 7491 (java) S 7478 7481 5962 0 -1 4202560 254 0 0 0 29 8 0 0 20 0 22 0 2517265 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140112001956136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7492] ppid=7478 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/7481/task/7492/stat : 7492 (java) S 7478 7481 5962 0 -1 4202560 1403 0 0 0 36 3 0 0 20 0 22 0 2517266 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140111989545832 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7493] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7493/stat : 7493 (java) S 7478 7481 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2517266 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140111988492152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7494] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7494/stat : 7494 (java) S 7478 7481 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2517266 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140111987438984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7495] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7495/stat : 7495 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517269 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140111986387728 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7496] ppid=7478 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/7481/task/7496/stat : 7496 (java) S 7478 7481 5962 0 -1 4202560 8279 0 0 0 108 0 0 0 20 0 22 0 2517269 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140111985334584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7497] ppid=7478 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/7481/task/7497/stat : 7497 (java) S 7478 7481 5962 0 -1 4202560 14771 0 0 0 130 3 0 0 20 0 22 0 2517269 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140111984282040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7498] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7498/stat : 7498 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517269 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140111983229176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7499] ppid=7478 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/7481/task/7499/stat : 7499 (java) S 7478 7481 5962 0 -1 4202560 47 0 0 0 13 17 0 0 20 0 22 0 2517269 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140111982176840 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7502] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7502/stat : 7502 (java) S 7478 7481 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2517281 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140111979017512 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7504] ppid=7478 vsize=9824732 CPUtime=820.29 cores=1,3,5,7
/proc/7481/task/7504/stat : 7504 (java) R 7478 7481 5962 0 -1 4202560 43 0 0 0 82014 15 0 0 20 0 22 0 2517331 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140111980060576 140112105624863 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7505] ppid=7478 vsize=9824732 CPUtime=820.15 cores=1,3,5,7
/proc/7481/task/7505/stat : 7505 (java) R 7478 7481 5962 0 -1 4202560 1463 0 0 0 81965 50 0 0 20 0 22 0 2517331 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140111977963056 140112105718014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7506] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7506/stat : 7506 (java) S 7478 7481 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2517331 10060525568 731113 33554432000 1073741824 1073778376 140733404372304 140111981122344 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1646.75
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.25 4.28 4.17 5/219 7762
/proc/meminfo: memFree=23410576/32872528 swapFree=1499084/1695308
[pid=7481] ppid=7478 vsize=9824732 CPUtime=1766.85 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7478 7481 5962 0 -1 4202496 31758 0 1 0 176564 121 0 0 20 0 22 0 2517262 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140733404363440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7481/statm: 2456183 721621 2294 9 0 2446860 0
[pid=7481/tid=7483] ppid=7478 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/7481/task/7483/stat : 7483 (java) S 7478 7481 5962 0 -1 4202560 2482 0 1 0 16 3 0 0 20 0 22 0 2517264 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140112165426040 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7484] ppid=7478 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/7481/task/7484/stat : 7484 (java) S 7478 7481 5962 0 -1 4202560 202 0 0 0 30 5 0 0 20 0 22 0 2517265 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140112104156072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7485] ppid=7478 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/7481/task/7485/stat : 7485 (java) S 7478 7481 5962 0 -1 4202560 188 0 0 0 38 7 0 0 20 0 22 0 2517265 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140112103103528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7486] ppid=7478 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/7481/task/7486/stat : 7486 (java) S 7478 7481 5962 0 -1 4202560 198 0 0 0 32 6 0 0 20 0 22 0 2517265 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140112102050472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7487] ppid=7478 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/7481/task/7487/stat : 7487 (java) S 7478 7481 5962 0 -1 4202560 305 0 0 0 38 7 0 0 20 0 22 0 2517265 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140112006167336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7488] ppid=7478 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/7481/task/7488/stat : 7488 (java) S 7478 7481 5962 0 -1 4202560 170 0 0 0 32 7 0 0 20 0 22 0 2517265 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140112005114280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7489] ppid=7478 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/7481/task/7489/stat : 7489 (java) S 7478 7481 5962 0 -1 4202560 383 0 0 0 42 8 0 0 20 0 22 0 2517265 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140112004061736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7490] ppid=7478 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/7481/task/7490/stat : 7490 (java) S 7478 7481 5962 0 -1 4202560 239 0 0 0 32 8 0 0 20 0 22 0 2517265 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140112003008680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7491] ppid=7478 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/7481/task/7491/stat : 7491 (java) S 7478 7481 5962 0 -1 4202560 262 0 0 0 30 8 0 0 20 0 22 0 2517265 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140112001956136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7492] ppid=7478 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/7481/task/7492/stat : 7492 (java) S 7478 7481 5962 0 -1 4202560 1405 0 0 0 37 3 0 0 20 0 22 0 2517266 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140111989545832 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7493] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7493/stat : 7493 (java) S 7478 7481 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2517266 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140111988492152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7494] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7494/stat : 7494 (java) S 7478 7481 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2517266 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140111987438984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7495] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7495/stat : 7495 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517269 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140111986387728 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7496] ppid=7478 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/7481/task/7496/stat : 7496 (java) S 7478 7481 5962 0 -1 4202560 8279 0 0 0 108 0 0 0 20 0 22 0 2517269 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140111985334584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7497] ppid=7478 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/7481/task/7497/stat : 7497 (java) S 7478 7481 5962 0 -1 4202560 14771 0 0 0 130 3 0 0 20 0 22 0 2517269 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140111984282040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7498] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7498/stat : 7498 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517269 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140111983229176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7499] ppid=7478 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/7481/task/7499/stat : 7499 (java) S 7478 7481 5962 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 2517269 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140111982176840 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7502] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7502/stat : 7502 (java) S 7478 7481 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2517281 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140111979017512 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7504] ppid=7478 vsize=9824732 CPUtime=880.25 cores=1,3,5,7
/proc/7481/task/7504/stat : 7504 (java) R 7478 7481 5962 0 -1 4202560 43 0 0 0 88009 16 0 0 20 0 22 0 2517331 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140111980060576 140112105624863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7505] ppid=7478 vsize=9824732 CPUtime=880.11 cores=1,3,5,7
/proc/7481/task/7505/stat : 7505 (java) R 7478 7481 5962 0 -1 4202560 1464 0 0 0 87960 51 0 0 20 0 22 0 2517331 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140111977962720 140112105717968 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7506] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7506/stat : 7506 (java) S 7478 7481 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2517331 10060525568 721621 33554432000 1073741824 1073778376 140733404372304 140111981122344 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1766.85
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.001 s]
/proc/loadavg: 4.40 4.31 4.18 5/219 7762
/proc/meminfo: memFree=23373720/32872528 swapFree=1499084/1695308
[pid=7481] ppid=7478 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/7481/stat : 7481 (java) S 7478 7481 5962 0 -1 4202496 32081 0 1 0 179877 128 0 0 20 0 22 0 2517262 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140733404363440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7481/statm: 2456183 730988 2294 9 0 2446860 0
[pid=7481/tid=7483] ppid=7478 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/7481/task/7483/stat : 7483 (java) S 7478 7481 5962 0 -1 4202560 2482 0 1 0 16 3 0 0 20 0 22 0 2517264 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140112165426040 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7484] ppid=7478 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/7481/task/7484/stat : 7484 (java) S 7478 7481 5962 0 -1 4202560 235 0 0 0 34 7 0 0 20 0 22 0 2517265 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140112104156072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7485] ppid=7478 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/7481/task/7485/stat : 7485 (java) S 7478 7481 5962 0 -1 4202560 201 0 0 0 39 7 0 0 20 0 22 0 2517265 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140112103103528 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7486] ppid=7478 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/7481/task/7486/stat : 7486 (java) S 7478 7481 5962 0 -1 4202560 226 0 0 0 32 7 0 0 20 0 22 0 2517265 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140112102050472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7487] ppid=7478 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/7481/task/7487/stat : 7487 (java) S 7478 7481 5962 0 -1 4202560 312 0 0 0 40 7 0 0 20 0 22 0 2517265 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140112006167336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7488] ppid=7478 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/7481/task/7488/stat : 7488 (java) S 7478 7481 5962 0 -1 4202560 198 0 0 0 33 7 0 0 20 0 22 0 2517265 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140112005114280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7489] ppid=7478 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/7481/task/7489/stat : 7489 (java) S 7478 7481 5962 0 -1 4202560 387 0 0 0 42 8 0 0 20 0 22 0 2517265 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140112004061736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7490] ppid=7478 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/7481/task/7490/stat : 7490 (java) S 7478 7481 5962 0 -1 4202560 265 0 0 0 36 9 0 0 20 0 22 0 2517265 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140112003008680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7491] ppid=7478 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/7481/task/7491/stat : 7491 (java) S 7478 7481 5962 0 -1 4202560 337 0 0 0 35 9 0 0 20 0 22 0 2517265 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140112001956136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7481/tid=7492] ppid=7478 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/7481/task/7492/stat : 7492 (java) S 7478 7481 5962 0 -1 4202560 1511 0 0 0 67 4 0 0 20 0 22 0 2517266 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140111989545832 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7493] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7493/stat : 7493 (java) S 7478 7481 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2517266 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140111988492152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7494] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7494/stat : 7494 (java) S 7478 7481 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2517266 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140111987438984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7495] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7495/stat : 7495 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517269 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140111986387728 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7496] ppid=7478 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/7481/task/7496/stat : 7496 (java) S 7478 7481 5962 0 -1 4202560 8279 0 0 0 108 0 0 0 20 0 22 0 2517269 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140111985334584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7497] ppid=7478 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/7481/task/7497/stat : 7497 (java) S 7478 7481 5962 0 -1 4202560 14771 0 0 0 130 3 0 0 20 0 22 0 2517269 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140111984282040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7498] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7498/stat : 7498 (java) S 7478 7481 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2517269 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140111983229176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7499] ppid=7478 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/7481/task/7499/stat : 7499 (java) S 7478 7481 5962 0 -1 4202560 53 0 0 0 15 20 0 0 20 0 22 0 2517269 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140111982176840 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7481/tid=7502] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7502/stat : 7502 (java) S 7478 7481 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2517281 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140111979017512 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7504] ppid=7478 vsize=9824732 CPUtime=896.58 cores=1,3,5,7
/proc/7481/task/7504/stat : 7504 (java) R 7478 7481 5962 0 -1 4202560 44 0 0 0 89642 16 0 0 20 0 22 0 2517331 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140111980069472 140112105624863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7481/tid=7505] ppid=7478 vsize=9824732 CPUtime=896.44 cores=1,3,5,7
/proc/7481/task/7505/stat : 7505 (java) R 7478 7481 5962 0 -1 4202560 1464 0 0 0 89593 51 0 0 20 0 22 0 2517331 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140111977962720 140112105717968 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7481/tid=7506] ppid=7478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7481/task/7506/stat : 7506 (java) S 7478 7481 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2517331 10060525568 730988 33554432000 1073741824 1073778376 140733404372304 140111981122344 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 7481 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 899.05
CPU time (s): 1800.64
CPU user time (s): 1798.87
CPU system time (s): 1.77273
CPU usage (%): 200.283
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.87
system time used= 1.77273
maximum resident set size= 2996464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32125
page faults= 1
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21937
involuntary context switches= 15777

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9021 second user time and 7.32489 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-29 17:54:20
IDJOB=4117934
IDBENCH=111630
IDSOLVER=2543
FILE ID=node137/4117934-1467215660
RUNJOBID= node137-1467212962-6647
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_14x14_003.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117934-1467215660/watcher-4117934-1467215660 -o /tmp/evaluation-result-4117934-1467215660/solver-4117934-1467215660 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467212962-6647 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117934-1467215660.opb

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

MD5SUM BENCH= 8d81b8fda2bd13c7ea8fb9b3a4a70fe1
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:        26336000 kB
Buffers:           90404 kB
Cached:          1782352 kB
SwapCached:            0 kB
Active:          2421384 kB
Inactive:        1669340 kB
Active(anon):    2220016 kB
Inactive(anon):      384 kB
Active(file):     201368 kB
Inactive(file):  1668956 kB
Unevictable:     1695308 kB
Mlocked:         1499084 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:       4039392 kB
Mapped:            22204 kB
Shmem:               204 kB
Slab:             607924 kB
SReclaimable:      52016 kB
SUnreclaim:       555908 kB
KernelStack:        1808 kB
PageTables:        11932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5095084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2471936 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 18:09:19