Trace number 4117520

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)100 1800.73 899.156

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_14x14_002.opb.metafix.opb
MD5SUM653c6e227644071f3786d4ed7e7437c7
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark100
Best CPU time to get the best result obtained on this benchmark883.371
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 11
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.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.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4117520-1467212965.opb
0.11/0.11	c reading problem ... 
0.11/0.12	c  objective function found
0.11/0.17	c ... done. Wall clock time 0.06s.
0.11/0.17	c declared #vars     196
0.11/0.17	c #constraints  164
0.11/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
0.11/0.18	c org.sat4j.minisat.constraints.cnf.UnitClauses => 7
0.11/0.18	c org.sat4j.specs.Constr$1 => 11
0.11/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 134
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6
0.11/0.18	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.11/0.18	c 164 constraints processed.
0.11/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6
0.11/0.18	c org.sat4j.specs.Constr$1 => 11
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
0.11/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 134
0.11/0.18	c org.sat4j.pb.constraints.pb.UnitClausesPB => 7
0.11/0.18	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.11/0.18	c 164 constraints processed.
0.11/0.18	c objective function length is 196 literals
0.11/0.19	c And the winner is solver1
0.26/0.68	c SATISFIABLE
0.26/0.68	c OPTIMIZING...
0.26/0.68	c Got one! Elapsed wall clock time (in seconds):0.565
0.26/0.68	o 100
2.60/1.34	c cleaning 2499 clauses out of 5012 with flag 18909/5012
4.53/1.84	c cleaning 4250 clauses out of 8514 with flag 47156/11013
5.70/2.34	c cleaning 5630 clauses out of 11264 with flag 79191/18013
7.14/3.00	c cleaning 6809 clauses out of 13633 with flag 116680/26012
8.63/3.78	c cleaning 7905 clauses out of 15824 with flag 165556/35012
10.32/4.59	c cleaning 8955 clauses out of 17924 with flag 204865/45017
12.39/5.59	c cleaning 9981 clauses out of 19966 with flag 251858/56014
14.42/6.59	c cleaning 10986 clauses out of 21983 with flag 299046/68012
16.84/7.78	c cleaning 11994 clauses out of 23997 with flag 360317/81012
20.02/9.30	c cleaning 12996 clauses out of 26003 with flag 441396/95012
23.22/10.95	c cleaning 13997 clauses out of 28008 with flag 521746/110013
26.69/12.65	c cleaning 15001 clauses out of 30010 with flag 598544/126012
30.49/14.57	c cleaning 15996 clauses out of 32009 with flag 685245/143012
34.55/16.53	c cleaning 17003 clauses out of 34014 with flag 770604/161013
39.93/19.20	c cleaning 17975 clauses out of 36012 with flag 862678/180014
45.61/22.05	c cleaning 19001 clauses out of 38035 with flag 968905/200012
52.24/25.32	c cleaning 20013 clauses out of 40035 with flag 1086843/221013
60.03/29.27	c cleaning 21003 clauses out of 42021 with flag 1201355/243012
67.89/33.12	c cleaning 22004 clauses out of 44018 with flag 1340593/266012
75.28/36.80	c cleaning 23004 clauses out of 46015 with flag 1476308/290013
82.68/40.51	c cleaning 24004 clauses out of 48013 with flag 1617597/315015
89.69/44.07	c cleaning 25001 clauses out of 50006 with flag 1751333/341012
97.67/48.09	c cleaning 25990 clauses out of 52005 with flag 1867677/368012
107.08/52.74	c cleaning 26997 clauses out of 54015 with flag 2023063/396012
116.68/57.51	c cleaning 28000 clauses out of 56019 with flag 2186052/425013
127.47/62.92	c cleaning 28999 clauses out of 58018 with flag 2357416/455012
138.29/68.39	c cleaning 29998 clauses out of 60020 with flag 2521819/486013
151.06/74.72	c cleaning 30991 clauses out of 62022 with flag 2707046/518013
164.47/81.48	c cleaning 32002 clauses out of 64032 with flag 2879624/551014
177.87/88.19	c cleaning 33012 clauses out of 66029 with flag 3087789/585013
191.25/94.83	c cleaning 34004 clauses out of 68016 with flag 3250261/620012
206.46/102.48	c cleaning 35001 clauses out of 70012 with flag 3476687/656012
222.83/110.69	c cleaning 35994 clauses out of 72011 with flag 3663396/693012
239.64/119.01	c cleaning 37004 clauses out of 74018 with flag 3892886/731013
258.23/128.36	c cleaning 38004 clauses out of 76013 with flag 4149441/770012
274.23/136.40	c cleaning 38996 clauses out of 78009 with flag 4363817/810012
293.74/146.08	c cleaning 40002 clauses out of 80016 with flag 4650040/851015
311.76/155.09	c cleaning 40988 clauses out of 82012 with flag 4880976/893013
331.15/164.79	c cleaning 42009 clauses out of 84024 with flag 5116302/936013
353.97/176.11	c cleaning 42998 clauses out of 86014 with flag 5362048/980012
377.55/187.91	c cleaning 44001 clauses out of 88019 with flag 5649382/1025015
403.94/201.13	c cleaning 45004 clauses out of 90020 with flag 5949944/1071017
428.75/213.51	c cleaning 45994 clauses out of 92011 with flag 6216913/1118012
451.13/224.72	c cleaning 47000 clauses out of 94018 with flag 6475706/1166013
478.72/238.52	c cleaning 48001 clauses out of 96017 with flag 6788596/1215012
506.93/252.66	c cleaning 48999 clauses out of 98016 with flag 7106151/1265012
537.52/267.97	c cleaning 50002 clauses out of 100018 with flag 7422387/1316013
568.72/283.52	c cleaning 50996 clauses out of 102016 with flag 7716420/1368013
597.52/297.99	c cleaning 52006 clauses out of 104020 with flag 7997132/1421013
634.31/316.38	c cleaning 52994 clauses out of 106014 with flag 8323974/1475013
669.71/334.06	c cleaning 54001 clauses out of 108019 with flag 8652170/1530012
706.71/352.58	c cleaning 55003 clauses out of 110019 with flag 8984808/1586013
742.51/370.43	c cleaning 56005 clauses out of 112016 with flag 9347381/1643013
780.31/389.38	c cleaning 56976 clauses out of 114010 with flag 9668850/1701012
819.12/408.75	c cleaning 58003 clauses out of 116034 with flag 9999756/1760012
863.31/430.85	c cleaning 59008 clauses out of 118034 with flag 10344768/1820015
911.71/455.01	c cleaning 59995 clauses out of 120027 with flag 10747954/1881016
961.13/479.78	c cleaning 61004 clauses out of 122028 with flag 11144309/1943012
1013.31/505.80	c cleaning 62005 clauses out of 124024 with flag 11552649/2006012
1065.30/531.81	c cleaning 62993 clauses out of 126020 with flag 11970217/2070013
1117.91/558.13	c cleaning 64005 clauses out of 128027 with flag 12370181/2135013
1175.91/587.12	c cleaning 65000 clauses out of 130021 with flag 12789674/2201012
1235.11/616.70	c cleaning 66001 clauses out of 132022 with flag 13221813/2268013
1288.31/643.33	c cleaning 67000 clauses out of 134020 with flag 13647911/2336012
1347.31/672.89	c cleaning 68004 clauses out of 136020 with flag 14096814/2405012
1413.11/705.65	c cleaning 69003 clauses out of 138017 with flag 14627568/2475013
1472.50/735.32	c cleaning 69990 clauses out of 140013 with flag 15143057/2546012
1537.30/767.77	c cleaning 71005 clauses out of 142023 with flag 15566273/2618012
1606.69/802.46	c cleaning 71982 clauses out of 144019 with flag 16090972/2691013
1675.88/837.07	c cleaning 73011 clauses out of 146036 with flag 16546419/2765012
1739.68/868.93	c cleaning 74009 clauses out of 148026 with flag 16984395/2840013
1800.07/899.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/899.10	c starts		: 3641
1800.07/899.10	c conflicts		: 2913795
1800.07/899.10	c decisions		: 3590834
1800.07/899.10	c propagations		: 107493789
1800.07/899.10	c inspects		: 16795138094
1800.07/899.10	c shortcuts		: 0
1800.07/899.10	c learnt literals	: 0
1800.07/899.10	c learnt binary clauses	: 0
1800.07/899.10	c learnt ternary clauses	: 0
1800.07/899.10	c learnt constraints	: 2913795
1800.07/899.10	c ignored constraints	: 0
1800.07/899.10	c root simplifications	: 0
1800.07/899.10	c removed literals (reason simplification)	: 16751287
1800.07/899.10	c reason swapping (by a shorter reason)	: 0
1800.07/899.10	c Calls to reduceDB	: 71
1800.07/899.10	c Number of update (reduction) of LBD	: 1123045
1800.07/899.10	c Imported unit clauses	: 0
1800.07/899.10	c number of reductions to clauses (during analyze)	: 0
1800.07/899.10	c number of learned constraints concerned by reduction	: 0
1800.07/899.10	c number of learning phase by resolution	: 0
1800.07/899.10	c number of learning phase by cutting planes	: 0
1800.07/899.10	c speed (assignments/second)	: 119647.45815157927
1800.07/899.10	c non guided choices	0
1800.07/899.13	c learnt constraints type 
1800.07/899.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 147799
1800.07/899.13	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.07/899.13	c starts		: 16
1800.07/899.13	c conflicts		: 2656
1800.07/899.13	c decisions		: 6405
1800.07/899.13	c propagations		: 65726
1800.07/899.13	c inspects		: 23470856
1800.07/899.13	c shortcuts		: 0
1800.07/899.13	c learnt literals	: 0
1800.07/899.13	c learnt binary clauses	: 0
1800.07/899.13	c learnt ternary clauses	: 0
1800.07/899.13	c learnt constraints	: 2655
1800.07/899.13	c ignored constraints	: 0
1800.07/899.13	c root simplifications	: 0
1800.07/899.13	c removed literals (reason simplification)	: 0
1800.07/899.13	c reason swapping (by a shorter reason)	: 0
1800.07/899.13	c Calls to reduceDB	: 0
1800.07/899.13	c Number of update (reduction) of LBD	: 0
1800.07/899.13	c Imported unit clauses	: 0
1800.07/899.13	c number of reductions to clauses (during analyze)	: 0
1800.07/899.13	c number of learned constraints concerned by reduction	: 0
1800.07/899.13	c number of learning phase by resolution	: 0
1800.07/899.13	c number of learning phase by cutting planes	: 0
1800.07/899.13	c speed (assignments/second)	: 73.11427010876035
1800.07/899.13	c non guided choices	0
1800.07/899.13	c learnt constraints type 
1800.07/899.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
1800.07/899.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2641
1800.07/899.13	s SATISFIABLE
1800.07/899.13	c Found 1 solution(s)
1800.07/899.13	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.07/899.13	c objective function=100
1800.07/899.13	c Total wall clock time (in seconds): 899.019

Verifier Data

OK	100

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

pid=6838
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: 1.39 1.29 1.49 4/197 6841
/proc/meminfo: memFree=28277016/32872528 swapFree=1499084/1695308
[pid=6841] ppid=6838 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5962 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 2247772 98570240 977 33554432000 1073741824 1073778376 140733625413536 140733625404672 225448067133 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6841/statm: 24065 977 743 9 0 16771 0
[pid=6841/tid=6842] ppid=6838 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6842/stat : 6842 (java) R 6838 6841 5962 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 2247772 98570240 977 33554432000 1073741824 1073778376 140733625413536 140154177317064 225444709760 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10011 s]
/proc/loadavg: 1.39 1.29 1.49 4/197 6841
/proc/meminfo: memFree=28277016/32872528 swapFree=1499084/1695308
[pid=6841] ppid=6838 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5962 0 -1 4202496 4456 0 1 0 9 2 0 0 20 0 18 0 2247772 9787879424 6079 33554432000 1073741824 1073778376 140733625413536 140733625404672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6841/statm: 2389619 6079 2126 9 0 2380296 0
[pid=6841/tid=6842] ppid=6838 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/6841/task/6842/stat : 6842 (java) R 6838 6841 5962 0 -1 4202560 2423 0 1 0 6 1 0 0 20 0 18 0 2247772 9787879424 6079 33554432000 1073741824 1073778376 140733625413536 140154177325984 225448092941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 1.39 1.29 1.49 4/197 6841
/proc/meminfo: memFree=28277016/32872528 swapFree=1499084/1695308
[pid=6841] ppid=6838 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5962 0 -1 4202496 4947 0 1 0 22 3 0 0 20 0 19 0 2247772 10060525568 8032 33554432000 1073741824 1073778376 140733625413536 140733625404672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6841/statm: 2456183 8032 2215 9 0 2446860 0
[pid=6841/tid=6842] ppid=6838 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/6841/task/6842/stat : 6842 (java) S 6838 6841 5962 0 -1 4202560 2468 0 1 0 14 2 0 0 20 0 19 0 2247772 10060525568 8032 33554432000 1073741824 1073778376 140733625413536 140154177327992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300326 s]
/proc/loadavg: 1.39 1.29 1.49 4/197 6841
/proc/meminfo: memFree=28277016/32872528 swapFree=1499084/1695308
[pid=6841] ppid=6838 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5962 0 -1 4202496 5131 0 1 0 23 3 0 0 20 0 19 0 2247772 10060525568 8129 33554432000 1073741824 1073778376 140733625413536 140733625404672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6841/statm: 2456183 8129 2221 9 0 2446860 0
[pid=6841/tid=6842] ppid=6838 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/6841/task/6842/stat : 6842 (java) S 6838 6841 5962 0 -1 4202560 2468 0 1 0 14 2 0 0 20 0 19 0 2247772 10060525568 8129 33554432000 1073741824 1073778376 140733625413536 140154177327992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.700189 s]
/proc/loadavg: 1.39 1.29 1.49 4/197 6841
/proc/meminfo: memFree=28277016/32872528 swapFree=1499084/1695308
[pid=6841] ppid=6838 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5962 0 -1 4202496 5168 0 1 0 26 3 0 0 20 0 22 0 2247772 10060525568 9188 33554432000 1073741824 1073778376 140733625413536 140733625404672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6841/statm: 2456183 9188 2222 9 0 2446860 0
[pid=6841/tid=6842] ppid=6838 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/6841/task/6842/stat : 6842 (java) S 6838 6841 5962 0 -1 4202560 2468 0 1 0 14 2 0 0 20 0 22 0 2247772 10060525568 9188 33554432000 1073741824 1073778376 140733625413536 140154177327992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 1.39 1.29 1.49 7/219 6866
/proc/meminfo: memFree=28132840/32872528 swapFree=1499084/1695308
[pid=6841] ppid=6838 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5962 0 -1 4202496 23121 0 1 0 330 8 0 0 20 0 22 0 2247772 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140733625404672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6841/statm: 2456183 49295 2281 9 0 2446860 0
[pid=6841/tid=6842] ppid=6838 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/6841/task/6842/stat : 6842 (java) S 6838 6841 5962 0 -1 4202560 2468 0 1 0 14 2 0 0 20 0 22 0 2247772 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140154177327992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6844] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6844/stat : 6844 (java) S 6838 6841 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2247773 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140154116058024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6845] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6845/stat : 6845 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247773 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140154115005480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6846] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6846/stat : 6846 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247773 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140154113952424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6847] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6847/stat : 6847 (java) S 6838 6841 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2247773 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140154112899880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6848] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6848/stat : 6848 (java) S 6838 6841 5962 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 2247773 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140154016315816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6849] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6849/stat : 6849 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247773 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140154015263272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6850] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6850/stat : 6850 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247773 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140154014210216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6851] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6851/stat : 6851 (java) S 6838 6841 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2247773 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140154013157672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6852] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6852/stat : 6852 (java) S 6838 6841 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2247774 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140154000960360 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6853] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6853/stat : 6853 (java) S 6838 6841 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2247775 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140153999906680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6854] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6854/stat : 6854 (java) S 6838 6841 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2247775 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140153998853512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6855] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6855/stat : 6855 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247777 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140153997802256 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6856] ppid=6838 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/6841/task/6856/stat : 6856 (java) R 6838 6841 5962 0 -1 4202560 8322 0 0 0 75 2 0 0 20 0 22 0 2247777 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140153996739928 140154179136624 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6857] ppid=6838 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/6841/task/6857/stat : 6857 (java) R 6838 6841 5962 0 -1 4202560 10889 0 0 0 77 2 0 0 20 0 22 0 2247777 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140153995684096 140154184311531 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6858] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6858/stat : 6858 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247777 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140153994643704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6859] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6859/stat : 6859 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247777 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140153993591368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6862] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6862/stat : 6862 (java) S 6838 6841 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2247790 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140153990432040 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6864] ppid=6838 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/6841/task/6864/stat : 6864 (java) R 6838 6841 5962 0 -1 4202560 10 0 0 0 77 0 0 0 20 0 22 0 2247840 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140153992536680 140154117558964 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6865] ppid=6838 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/6841/task/6865/stat : 6865 (java) R 6838 6841 5962 0 -1 4202560 76 0 0 0 77 1 0 0 20 0 22 0 2247840 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140153989377368 140154117629388 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6866] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6866/stat : 6866 (java) S 6838 6841 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2247840 10060525568 49295 33554432000 1073741824 1073778376 140733625413536 140153991484200 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 1.60 1.34 1.50 5/219 6866
/proc/meminfo: memFree=27764144/32872528 swapFree=1499084/1695308
[pid=6841] ppid=6838 vsize=9824732 CPUtime=7.34 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5962 0 -1 4202496 23891 0 1 0 722 12 0 0 20 0 22 0 2247772 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140733625404672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6841/statm: 2456183 68725 2284 9 0 2446860 0
[pid=6841/tid=6842] ppid=6838 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/6841/task/6842/stat : 6842 (java) S 6838 6841 5962 0 -1 4202560 2468 0 1 0 14 2 0 0 20 0 22 0 2247772 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140154177327992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6844] ppid=6838 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/6841/task/6844/stat : 6844 (java) S 6838 6841 5962 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 2247773 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140154116058024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6845] ppid=6838 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/6841/task/6845/stat : 6845 (java) S 6838 6841 5962 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 2247773 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140154115005480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6846] ppid=6838 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/6841/task/6846/stat : 6846 (java) S 6838 6841 5962 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 2247773 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140154113952424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6847] ppid=6838 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/6841/task/6847/stat : 6847 (java) S 6838 6841 5962 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 2247773 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140154112899880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6848] ppid=6838 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6841/task/6848/stat : 6848 (java) S 6838 6841 5962 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 2247773 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140154016315816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6849] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6849/stat : 6849 (java) S 6838 6841 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2247773 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140154015263272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6850] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6850/stat : 6850 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247773 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140154014210216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6851] ppid=6838 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/6841/task/6851/stat : 6851 (java) S 6838 6841 5962 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 2247773 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140154013157672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6852] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6852/stat : 6852 (java) S 6838 6841 5962 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 2247774 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140154000960360 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6853] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6853/stat : 6853 (java) S 6838 6841 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2247775 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140153999906680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6854] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6854/stat : 6854 (java) S 6838 6841 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2247775 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140153998853512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6855] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6855/stat : 6855 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247777 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140153997802256 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6856] ppid=6838 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/6841/task/6856/stat : 6856 (java) S 6838 6841 5962 0 -1 4202560 8866 0 0 0 108 3 0 0 20 0 22 0 2247777 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140153996749112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6857] ppid=6838 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/6841/task/6857/stat : 6857 (java) S 6838 6841 5962 0 -1 4202560 10957 0 0 0 113 2 0 0 20 0 22 0 2247777 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140153995696568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6858] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6858/stat : 6858 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247777 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140153994643704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6859] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6859/stat : 6859 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247777 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140153993591368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6862] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6862/stat : 6862 (java) S 6838 6841 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2247790 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140153990432040 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6864] ppid=6838 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/6841/task/6864/stat : 6864 (java) R 6838 6841 5962 0 -1 4202560 13 0 0 0 232 0 0 0 20 0 22 0 2247840 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140153992536504 140154117597092 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6865] ppid=6838 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/6841/task/6865/stat : 6865 (java) R 6838 6841 5962 0 -1 4202560 104 0 0 0 229 2 0 0 20 0 22 0 2247840 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140153989378264 140154117493729 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6866] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6866/stat : 6866 (java) S 6838 6841 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2247840 10060525568 68725 33554432000 1073741824 1073778376 140733625413536 140153991484200 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 1.60 1.34 1.50 5/219 6866
/proc/meminfo: memFree=27131212/32872528 swapFree=1499084/1695308
[pid=6841] ppid=6838 vsize=9824732 CPUtime=14.02 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5962 0 -1 4202496 24783 0 1 0 1374 28 0 0 20 0 22 0 2247772 10060525568 159628 33554432000 1073741824 1073778376 140733625413536 140733625404672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6841/statm: 2456183 159628 2284 9 0 2446860 0
[pid=6841/tid=6842] ppid=6838 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/6841/task/6842/stat : 6842 (java) S 6838 6841 5962 0 -1 4202560 2468 0 1 0 14 2 0 0 20 0 22 0 2247772 10060525568 159628 33554432000 1073741824 1073778376 140733625413536 140154177327992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6844] ppid=6838 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/6841/task/6844/stat : 6844 (java) S 6838 6841 5962 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 22 0 2247773 10060525568 159628 33554432000 1073741824 1073778376 140733625413536 140154116058024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6845] ppid=6838 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/6841/task/6845/stat : 6845 (java) S 6838 6841 5962 0 -1 4202560 55 0 0 0 5 3 0 0 20 0 22 0 2247773 10060525568 159628 33554432000 1073741824 1073778376 140733625413536 140154115005480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6846] ppid=6838 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/6841/task/6846/stat : 6846 (java) S 6838 6841 5962 0 -1 4202560 31 0 0 0 4 3 0 0 20 0 22 0 2247773 10060525568 159628 33554432000 1073741824 1073778376 140733625413536 140154113952424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6847] ppid=6838 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/6841/task/6847/stat : 6847 (java) S 6838 6841 5962 0 -1 4202560 56 0 0 0 5 2 0 0 20 0 22 0 2247773 10060525568 159628 33554432000 1073741824 1073778376 140733625413536 140154112899880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6848] ppid=6838 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/6841/task/6848/stat : 6848 (java) S 6838 6841 5962 0 -1 4202560 61 0 0 0 6 3 0 0 20 0 22 0 2247773 10060525568 159628 33554432000 1073741824 1073778376 140733625413536 140154016315816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6849] ppid=6838 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/6841/task/6849/stat : 6849 (java) S 6838 6841 5962 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 2247773 10060525568 159628 33554432000 1073741824 1073778376 140733625413536 140154015263272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6850] ppid=6838 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/6841/task/6850/stat : 6850 (java) S 6838 6841 5962 0 -1 4202560 51 0 0 0 5 2 0 0 20 0 22 0 2247773 10060525568 159628 33554432000 1073741824 1073778376 140733625413536 140154014210216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6851] ppid=6838 vsize=9824732 CPUtime=0.05 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.19 4.10 3.17 5/219 6889
/proc/meminfo: memFree=23368824/32872528 swapFree=1499084/1695308
[pid=6841] ppid=6838 vsize=9824732 CPUtime=1766.48 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5962 0 -1 4202496 28545 0 1 0 176536 112 0 0 20 0 22 0 2247772 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140733625404672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6841/statm: 2456183 738637 2285 9 0 2446860 0
[pid=6841/tid=6842] ppid=6838 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/6841/task/6842/stat : 6842 (java) S 6838 6841 5962 0 -1 4202560 2469 0 1 0 17 3 0 0 20 0 22 0 2247772 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154177327992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6844] ppid=6838 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/6841/task/6844/stat : 6844 (java) S 6838 6841 5962 0 -1 4202560 204 0 0 0 12 5 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154116058024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6845] ppid=6838 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/6841/task/6845/stat : 6845 (java) S 6838 6841 5962 0 -1 4202560 255 0 0 0 14 6 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154115005480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6846] ppid=6838 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/6841/task/6846/stat : 6846 (java) S 6838 6841 5962 0 -1 4202560 158 0 0 0 14 8 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154113952424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6847] ppid=6838 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/6841/task/6847/stat : 6847 (java) S 6838 6841 5962 0 -1 4202560 173 0 0 0 14 7 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154112899880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6848] ppid=6838 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/6841/task/6848/stat : 6848 (java) S 6838 6841 5962 0 -1 4202560 319 0 0 0 21 10 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154016315816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6849] ppid=6838 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/6841/task/6849/stat : 6849 (java) S 6838 6841 5962 0 -1 4202560 178 0 0 0 16 8 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154015263272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6850] ppid=6838 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/6841/task/6850/stat : 6850 (java) S 6838 6841 5962 0 -1 4202560 155 0 0 0 15 7 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154014210216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6851] ppid=6838 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/6841/task/6851/stat : 6851 (java) S 6838 6841 5962 0 -1 4202560 350 0 0 0 14 8 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154013157672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6852] ppid=6838 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/6841/task/6852/stat : 6852 (java) S 6838 6841 5962 0 -1 4202560 1265 0 0 0 0 1 0 0 20 0 22 0 2247774 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154000960360 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6853] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6853/stat : 6853 (java) S 6838 6841 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2247775 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153999906680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6854] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6854/stat : 6854 (java) S 6838 6841 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2247775 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153998853512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6855] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6855/stat : 6855 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247777 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153997802256 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6856] ppid=6838 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/6841/task/6856/stat : 6856 (java) S 6838 6841 5962 0 -1 4202560 8866 0 0 0 108 3 0 0 20 0 22 0 2247777 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153996749112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6857] ppid=6838 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/6841/task/6857/stat : 6857 (java) S 6838 6841 5962 0 -1 4202560 11101 0 0 0 124 2 0 0 20 0 22 0 2247777 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153995696568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6858] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6858/stat : 6858 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247777 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153994643704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6859] ppid=6838 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/6841/task/6859/stat : 6859 (java) S 6838 6841 5962 0 -1 4202560 51 0 0 0 14 14 0 0 20 0 22 0 2247777 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153993591368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6862] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6862/stat : 6862 (java) S 6838 6841 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2247790 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153990432040 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6864] ppid=6838 vsize=9824732 CPUtime=881.09 cores=0,2,4,6
/proc/6841/task/6864/stat : 6864 (java) R 6838 6841 5962 0 -1 4202560 36 0 0 0 88096 13 0 0 20 0 22 0 2247840 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153992527728 140154117597020 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6865] ppid=6838 vsize=9824732 CPUtime=880.96 cores=0,2,4,6
/proc/6841/task/6865/stat : 6865 (java) R 6838 6841 5962 0 -1 4202560 1649 0 0 0 88048 48 0 0 20 0 22 0 2247840 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153989377536 140154118174957 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6866] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6866/stat : 6866 (java) S 6838 6841 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2247840 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153991484200 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1766.48
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.101 s]
/proc/loadavg: 4.29 4.13 3.20 5/219 6961
/proc/meminfo: memFree=25031864/32872528 swapFree=1499084/1695308
[pid=6841] ppid=6838 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5962 0 -1 4202496 28545 0 1 0 179894 113 0 0 20 0 22 0 2247772 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140733625404672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6841/statm: 2456183 738637 2285 9 0 2446860 0
[pid=6841/tid=6842] ppid=6838 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/6841/task/6842/stat : 6842 (java) S 6838 6841 5962 0 -1 4202560 2469 0 1 0 17 3 0 0 20 0 22 0 2247772 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154177327992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6844] ppid=6838 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/6841/task/6844/stat : 6844 (java) S 6838 6841 5962 0 -1 4202560 204 0 0 0 12 5 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154116058024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6845] ppid=6838 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/6841/task/6845/stat : 6845 (java) S 6838 6841 5962 0 -1 4202560 255 0 0 0 14 6 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154115005480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6846] ppid=6838 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/6841/task/6846/stat : 6846 (java) S 6838 6841 5962 0 -1 4202560 158 0 0 0 14 8 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154113952424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6847] ppid=6838 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/6841/task/6847/stat : 6847 (java) S 6838 6841 5962 0 -1 4202560 173 0 0 0 14 7 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154112899880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6848] ppid=6838 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/6841/task/6848/stat : 6848 (java) S 6838 6841 5962 0 -1 4202560 319 0 0 0 21 10 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154016315816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6849] ppid=6838 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/6841/task/6849/stat : 6849 (java) S 6838 6841 5962 0 -1 4202560 178 0 0 0 16 8 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154015263272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6850] ppid=6838 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/6841/task/6850/stat : 6850 (java) S 6838 6841 5962 0 -1 4202560 155 0 0 0 15 7 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154014210216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6851] ppid=6838 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/6841/task/6851/stat : 6851 (java) S 6838 6841 5962 0 -1 4202560 350 0 0 0 14 8 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154013157672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6852] ppid=6838 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/6841/task/6852/stat : 6852 (java) S 6838 6841 5962 0 -1 4202560 1265 0 0 0 0 1 0 0 20 0 22 0 2247774 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154000960360 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6853] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6853/stat : 6853 (java) S 6838 6841 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2247775 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153999906680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6854] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6854/stat : 6854 (java) S 6838 6841 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2247775 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153998853512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6855] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6855/stat : 6855 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247777 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153997802256 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6856] ppid=6838 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/6841/task/6856/stat : 6856 (java) S 6838 6841 5962 0 -1 4202560 8866 0 0 0 108 3 0 0 20 0 22 0 2247777 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153996749112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6857] ppid=6838 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/6841/task/6857/stat : 6857 (java) S 6838 6841 5962 0 -1 4202560 11101 0 0 0 124 2 0 0 20 0 22 0 2247777 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153995696568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6858] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6858/stat : 6858 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247777 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153994643704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6859] ppid=6838 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/6841/task/6859/stat : 6859 (java) S 6838 6841 5962 0 -1 4202560 51 0 0 0 14 15 0 0 20 0 22 0 2247777 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153993591368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6862] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6862/stat : 6862 (java) S 6838 6841 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2247790 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153990432040 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6864] ppid=6838 vsize=9824732 CPUtime=897.88 cores=0,2,4,6
/proc/6841/task/6864/stat : 6864 (java) R 6838 6841 5962 0 -1 4202560 36 0 0 0 89775 13 0 0 20 0 22 0 2247840 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153992527728 140154117597613 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6865] ppid=6838 vsize=9824732 CPUtime=897.75 cores=0,2,4,6
/proc/6841/task/6865/stat : 6865 (java) R 6838 6841 5962 0 -1 4202560 1649 0 0 0 89727 48 0 0 20 0 22 0 2247840 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153989377536 140154117623488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6866] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6866/stat : 6866 (java) S 6838 6841 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2247840 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153991484200 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 6841 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+899.101 s]
/proc/loadavg: 4.29 4.13 3.20 5/219 6961
/proc/meminfo: memFree=25031864/32872528 swapFree=1499084/1695308
[pid=6841] ppid=6838 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5962 0 -1 4202496 28545 0 1 0 179894 113 0 0 20 0 22 0 2247772 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140733625404672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6841/statm: 2456183 738637 2285 9 0 2446860 0
[pid=6841/tid=6842] ppid=6838 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/6841/task/6842/stat : 6842 (java) S 6838 6841 5962 0 -1 4202560 2469 0 1 0 17 3 0 0 20 0 22 0 2247772 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154177327992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6844] ppid=6838 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/6841/task/6844/stat : 6844 (java) S 6838 6841 5962 0 -1 4202560 204 0 0 0 12 5 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154116058024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6845] ppid=6838 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/6841/task/6845/stat : 6845 (java) S 6838 6841 5962 0 -1 4202560 255 0 0 0 14 6 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154115005480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6846] ppid=6838 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/6841/task/6846/stat : 6846 (java) S 6838 6841 5962 0 -1 4202560 158 0 0 0 14 8 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154113952424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6847] ppid=6838 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/6841/task/6847/stat : 6847 (java) S 6838 6841 5962 0 -1 4202560 173 0 0 0 14 7 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154112899880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6848] ppid=6838 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/6841/task/6848/stat : 6848 (java) S 6838 6841 5962 0 -1 4202560 319 0 0 0 21 10 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154016315816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6849] ppid=6838 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/6841/task/6849/stat : 6849 (java) S 6838 6841 5962 0 -1 4202560 178 0 0 0 16 8 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154015263272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6850] ppid=6838 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/6841/task/6850/stat : 6850 (java) S 6838 6841 5962 0 -1 4202560 155 0 0 0 15 7 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154014210216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6851] ppid=6838 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/6841/task/6851/stat : 6851 (java) S 6838 6841 5962 0 -1 4202560 350 0 0 0 14 8 0 0 20 0 22 0 2247773 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154013157672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6852] ppid=6838 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/6841/task/6852/stat : 6852 (java) S 6838 6841 5962 0 -1 4202560 1265 0 0 0 0 1 0 0 20 0 22 0 2247774 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140154000960360 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6853] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6853/stat : 6853 (java) S 6838 6841 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2247775 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153999906680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6854] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6854/stat : 6854 (java) S 6838 6841 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2247775 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153998853512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6855] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6855/stat : 6855 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247777 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153997802256 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6856] ppid=6838 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/6841/task/6856/stat : 6856 (java) S 6838 6841 5962 0 -1 4202560 8866 0 0 0 108 3 0 0 20 0 22 0 2247777 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153996749112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6857] ppid=6838 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/6841/task/6857/stat : 6857 (java) S 6838 6841 5962 0 -1 4202560 11101 0 0 0 124 2 0 0 20 0 22 0 2247777 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153995696568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6858] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6858/stat : 6858 (java) S 6838 6841 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2247777 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153994643704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6859] ppid=6838 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/6841/task/6859/stat : 6859 (java) S 6838 6841 5962 0 -1 4202560 51 0 0 0 14 15 0 0 20 0 22 0 2247777 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153993591368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6862] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6862/stat : 6862 (java) S 6838 6841 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2247790 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153990432040 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6864] ppid=6838 vsize=9824732 CPUtime=897.88 cores=0,2,4,6
/proc/6841/task/6864/stat : 6864 (java) R 6838 6841 5962 0 -1 4202560 36 0 0 0 89775 13 0 0 20 0 22 0 2247840 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153992527728 140154117597613 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6865] ppid=6838 vsize=9824732 CPUtime=897.75 cores=0,2,4,6
/proc/6841/task/6865/stat : 6865 (java) R 6838 6841 5962 0 -1 4202560 1649 0 0 0 89727 48 0 0 20 0 22 0 2247840 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153989377536 140154117623488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6866] ppid=6838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6866/stat : 6866 (java) S 6838 6841 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2247840 10060525568 738637 33554432000 1073741824 1073778376 140733625413536 140153991484200 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 899.156
CPU time (s): 1800.73
CPU user time (s): 1799.1
CPU system time (s): 1.63275
CPU usage (%): 200.269
Max. virtual memory (cumulated for all children) (KiB): 9826248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.63275
maximum resident set size= 2989672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28590
page faults= 1
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21401
involuntary context switches= 12544

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

The end

Launcher Data

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

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

MD5SUM BENCH= 653c6e227644071f3786d4ed7e7437c7
RANDOM SEED=841117501

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:        28286132 kB
Buffers:           87240 kB
Cached:          1781576 kB
SwapCached:            0 kB
Active:           456288 kB
Inactive:        1666024 kB
Active(anon):     256344 kB
Inactive(anon):        4 kB
Active(file):     199944 kB
Inactive(file):  1666020 kB
Unevictable:     1695308 kB
Mlocked:         1499084 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:       1967280 kB
Mapped:            22136 kB
Shmem:               204 kB
Slab:             608748 kB
SReclaimable:      51920 kB
SUnreclaim:       556828 kB
KernelStack:        1672 kB
PageTables:         8464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2515456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 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:24:25