Trace number 4119233

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)3990 1800.78 896.355

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_clique-60.opb
MD5SUM3cac470c96dbe61d77fe94794f406f9d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3990
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables180
Total number of constraints60
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 5310
Biggest coefficient in the objective function 59
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 107970
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 59
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 107970
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)5310
Sum of products size (including duplicates)10620
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.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.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4119233-1467250621.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
0.99/0.52	c ... done. Wall clock time 0.399s.
0.99/0.52	c declared #vars     180
0.99/0.52	c internal #vars     5490
0.99/0.52	c #constraints  10740
0.99/0.52	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.99/0.52	c constraints type 
0.99/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5370
0.99/0.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.99/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5310
0.99/0.52	c 10740 constraints processed.
0.99/0.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.99/0.52	c constraints type 
0.99/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5370
0.99/0.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 60
0.99/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5310
0.99/0.52	c 10740 constraints processed.
0.99/0.52	c objective function length is 5310 literals
4.82/1.50	c And the winner is solver0
4.82/1.53	c SATISFIABLE
4.82/1.53	c OPTIMIZING...
4.82/1.53	c Got one! Elapsed wall clock time (in seconds):1.407
4.82/1.53	o 3990
8.17/2.97	c cleaning 2628 clauses out of 5256 with flag 11957/5256
11.38/4.41	c cleaning 4309 clauses out of 8629 with flag 26306/11257
14.43/5.91	c cleaning 5659 clauses out of 11320 with flag 42797/18257
17.83/7.61	c cleaning 6829 clauses out of 13661 with flag 61048/26257
22.00/9.61	c cleaning 7913 clauses out of 15832 with flag 81326/35257
26.48/11.84	c cleaning 8955 clauses out of 17918 with flag 103466/45256
31.29/14.23	c cleaning 9978 clauses out of 19965 with flag 128100/56258
36.68/16.94	c cleaning 10988 clauses out of 21986 with flag 155464/68257
42.99/20.06	c cleaning 11995 clauses out of 23998 with flag 186959/81257
49.41/23.28	c cleaning 13002 clauses out of 26004 with flag 221372/95258
56.39/26.71	c cleaning 13996 clauses out of 28000 with flag 256284/110256
63.52/30.26	c cleaning 15001 clauses out of 30004 with flag 292257/126256
70.92/33.94	c cleaning 15999 clauses out of 32004 with flag 330287/143257
78.51/37.80	c cleaning 16997 clauses out of 34004 with flag 370743/161256
87.23/42.02	c cleaning 18002 clauses out of 36009 with flag 412331/180258
96.02/46.41	c cleaning 18995 clauses out of 38005 with flag 455824/200256
105.33/51.00	c cleaning 19999 clauses out of 40010 with flag 501498/221256
114.74/55.77	c cleaning 21005 clauses out of 42012 with flag 549408/243257
125.33/61.04	c cleaning 21998 clauses out of 44006 with flag 599800/266256
136.47/66.50	c cleaning 22999 clauses out of 46008 with flag 653583/290256
147.87/72.23	c cleaning 24005 clauses out of 48009 with flag 708397/315256
160.04/78.27	c cleaning 24997 clauses out of 50004 with flag 764721/341256
172.62/84.51	c cleaning 25991 clauses out of 52007 with flag 824373/368256
185.74/91.04	c cleaning 27008 clauses out of 54019 with flag 885791/396259
199.34/97.90	c cleaning 28005 clauses out of 56010 with flag 948462/425258
213.44/104.84	c cleaning 29000 clauses out of 58003 with flag 1012229/455256
227.95/112.09	c cleaning 30002 clauses out of 60004 with flag 1077438/486257
243.15/119.62	c cleaning 30997 clauses out of 62001 with flag 1146181/518256
258.61/127.32	c cleaning 32002 clauses out of 64005 with flag 1217712/551257
274.88/135.43	c cleaning 32998 clauses out of 66002 with flag 1290788/585256
292.65/144.52	c cleaning 34000 clauses out of 68004 with flag 1366151/620256
310.06/153.28	c cleaning 34999 clauses out of 70004 with flag 1444259/656256
328.52/162.44	c cleaning 35993 clauses out of 72005 with flag 1527518/693256
347.55/171.97	c cleaning 37004 clauses out of 74013 with flag 1612774/731257
367.39/181.85	c cleaning 38002 clauses out of 76009 with flag 1697555/770257
386.93/191.52	c cleaning 39000 clauses out of 78006 with flag 1784976/810256
407.77/201.90	c cleaning 40003 clauses out of 80007 with flag 1874693/851257
429.20/212.61	c cleaning 40998 clauses out of 82003 with flag 1968017/893256
452.12/224.00	c cleaning 42000 clauses out of 84005 with flag 2060895/936256
476.32/236.46	c cleaning 43002 clauses out of 86005 with flag 2157830/980256
499.59/248.07	c cleaning 43999 clauses out of 88003 with flag 2257425/1025256
525.17/260.73	c cleaning 45000 clauses out of 90005 with flag 2359126/1071257
550.74/273.44	c cleaning 45997 clauses out of 92005 with flag 2460568/1118257
577.88/286.92	c cleaning 46989 clauses out of 94007 with flag 2568575/1166256
604.61/300.21	c cleaning 48009 clauses out of 96018 with flag 2678726/1215256
631.84/313.72	c cleaning 48997 clauses out of 98009 with flag 2788351/1265256
658.78/327.12	c cleaning 50005 clauses out of 100013 with flag 2899783/1316257
686.36/341.36	c cleaning 51005 clauses out of 102009 with flag 3012336/1368258
714.62/355.48	c cleaning 51992 clauses out of 104002 with flag 3130061/1421256
742.88/369.55	c cleaning 53001 clauses out of 106011 with flag 3247022/1475257
771.57/383.83	c cleaning 54005 clauses out of 108009 with flag 3365567/1530256
801.29/398.67	c cleaning 54995 clauses out of 110004 with flag 3489265/1586256
831.99/413.91	c cleaning 56003 clauses out of 112009 with flag 3615520/1643256
862.94/429.36	c cleaning 56998 clauses out of 114006 with flag 3739871/1701256
895.04/445.34	c cleaning 58000 clauses out of 116008 with flag 3869286/1760256
929.52/462.57	c cleaning 58998 clauses out of 118008 with flag 3996974/1820256
965.03/480.26	c cleaning 60002 clauses out of 120010 with flag 4128273/1881256
1000.23/497.71	c cleaning 61004 clauses out of 122008 with flag 4263159/1943256
1036.98/516.06	c cleaning 61996 clauses out of 124004 with flag 4401912/2006256
1074.58/534.72	c cleaning 62997 clauses out of 126008 with flag 4542344/2070256
1113.38/553.90	c cleaning 64004 clauses out of 128011 with flag 4686437/2135256
1149.57/571.98	c cleaning 65001 clauses out of 130007 with flag 4831719/2201256
1188.58/591.35	c cleaning 66003 clauses out of 132006 with flag 4978976/2268256
1229.21/611.60	c cleaning 67001 clauses out of 134003 with flag 5130863/2336256
1270.25/631.91	c cleaning 67997 clauses out of 136002 with flag 5284771/2405256
1312.19/652.62	c cleaning 69003 clauses out of 138005 with flag 5439253/2475256
1357.19/675.94	c cleaning 69995 clauses out of 140002 with flag 5593895/2546256
1400.05/697.39	c cleaning 71001 clauses out of 142008 with flag 5756164/2618257
1444.35/719.46	c cleaning 72000 clauses out of 144006 with flag 5916464/2691256
1488.65/741.57	c cleaning 72999 clauses out of 146007 with flag 6077642/2765257
1535.56/764.93	c cleaning 74001 clauses out of 148007 with flag 6240975/2840256
1584.19/789.05	c cleaning 75000 clauses out of 150009 with flag 6410556/2916259
1629.91/811.72	c cleaning 75999 clauses out of 152006 with flag 6583435/2993256
1677.81/835.52	c cleaning 77002 clauses out of 154007 with flag 6753062/3071256
1725.24/859.01	c cleaning 78001 clauses out of 156005 with flag 6925055/3150256
1774.00/883.21	c cleaning 79001 clauses out of 158004 with flag 7101644/3230256
1800.19/896.30	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.19/896.30	c starts		: 55
1800.19/896.30	c conflicts		: 3274965
1800.19/896.30	c decisions		: 3872752
1800.19/896.30	c propagations		: 521467619
1800.19/896.30	c inspects		: 5501146489
1800.19/896.30	c shortcuts		: 0
1800.19/896.30	c learnt literals	: 0
1800.19/896.30	c learnt binary clauses	: 0
1800.19/896.30	c learnt ternary clauses	: 0
1800.19/896.30	c learnt constraints	: 3274965
1800.19/896.30	c ignored constraints	: 0
1800.19/896.30	c root simplifications	: 0
1800.19/896.30	c removed literals (reason simplification)	: 224216666
1800.19/896.30	c reason swapping (by a shorter reason)	: 0
1800.19/896.30	c Calls to reduceDB	: 76
1800.19/896.30	c Number of update (reduction) of LBD	: 124069
1800.19/896.30	c Imported unit clauses	: 0
1800.19/896.30	c number of reductions to clauses (during analyze)	: 0
1800.19/896.30	c number of learned constraints concerned by reduction	: 0
1800.19/896.30	c number of learning phase by resolution	: 0
1800.19/896.30	c number of learning phase by cutting planes	: 0
1800.19/896.30	c speed (assignments/second)	: 582159.492579936
1800.19/896.30	c non guided choices	19
1800.19/896.33	c learnt constraints type 
1800.19/896.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123712
1800.19/896.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/896.33	c starts		: 10
1800.19/896.33	c conflicts		: 1291
1800.19/896.33	c decisions		: 13592
1800.19/896.33	c propagations		: 342270
1800.19/896.33	c inspects		: 18693918
1800.19/896.33	c shortcuts		: 0
1800.19/896.33	c learnt literals	: 0
1800.19/896.33	c learnt binary clauses	: 0
1800.19/896.33	c learnt ternary clauses	: 0
1800.19/896.33	c learnt constraints	: 1290
1800.19/896.33	c ignored constraints	: 0
1800.19/896.33	c root simplifications	: 0
1800.19/896.33	c removed literals (reason simplification)	: 0
1800.19/896.33	c reason swapping (by a shorter reason)	: 0
1800.19/896.33	c Calls to reduceDB	: 0
1800.19/896.33	c Number of update (reduction) of LBD	: 0
1800.19/896.33	c Imported unit clauses	: 0
1800.19/896.33	c number of reductions to clauses (during analyze)	: 0
1800.19/896.33	c number of learned constraints concerned by reduction	: 0
1800.19/896.33	c number of learning phase by resolution	: 0
1800.19/896.33	c number of learning phase by cutting planes	: 0
1800.19/896.33	c speed (assignments/second)	: 382.52288297551326
1800.19/896.33	c non guided choices	19
1800.19/896.33	c learnt constraints type 
1800.19/896.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 122
1800.19/896.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1168
1800.19/896.33	s SATISFIABLE
1800.19/896.33	c Found 1 solution(s)
1800.19/896.33	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 
1800.19/896.34	c objective function=3990
1800.19/896.34	c Total wall clock time (in seconds): 896.221

Verifier Data

OK	3990

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-4119233-1467250621/watcher-4119233-1467250621 -o /tmp/evaluation-result-4119233-1467250621/solver-4119233-1467250621 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467248675-9331 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119233-1467250621.opb 

pid=10633
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: 2.85 3.55 3.44 2/194 10636
/proc/meminfo: memFree=28978552/32872528 swapFree=7620/7620
[pid=10636] ppid=10633 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/10636/stat : 10636 (java) S 10633 10636 8968 0 -1 4202496 1246 0 0 0 0 0 0 0 20 0 2 0 5958222 91893760 890 33554432000 1073741824 1073778376 140733203800976 140733203792112 218238058557 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10636/statm: 22434 894 678 9 0 16769 0
[pid=10636/tid=10637] ppid=10633 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10637/stat : 10637 (java) R 10633 10636 8968 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 5958223 94019584 909 33554432000 1073741824 1073778376 140733203800976 140733203790040 139960677094032 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.85 3.55 3.44 2/194 10636
/proc/meminfo: memFree=28978552/32872528 swapFree=7620/7620
[pid=10636] ppid=10633 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/10636/stat : 10636 (java) S 10633 10636 8968 0 -1 4202496 4431 0 1 0 9 1 0 0 20 0 18 0 5958222 9787879424 6050 33554432000 1073741824 1073778376 140733203800976 140733203792112 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10636/statm: 2389619 6050 2126 9 0 2380296 0
[pid=10636/tid=10637] ppid=10633 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10636/task/10637/stat : 10637 (java) R 10633 10636 8968 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 5958223 9787879424 6050 33554432000 1073741824 1073778376 140733203800976 139960670518176 139960673620193 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200333 s]
/proc/loadavg: 2.85 3.55 3.44 2/194 10636
/proc/meminfo: memFree=28978552/32872528 swapFree=7620/7620
[pid=10636] ppid=10633 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/10636/stat : 10636 (java) S 10633 10636 8968 0 -1 4202496 4571 0 1 0 21 1 0 0 20 0 18 0 5958222 9787879424 7212 33554432000 1073741824 1073778376 140733203800976 140733203792112 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10636/statm: 2389619 7212 2192 9 0 2380296 0
[pid=10636/tid=10637] ppid=10633 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/10636/task/10637/stat : 10637 (java) R 10633 10636 8968 0 -1 4202560 2406 0 1 0 16 1 0 0 20 0 18 0 5958223 9787879424 7213 33554432000 1073741824 1073778376 140733203800976 139960670518664 218238073912 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300361 s]
/proc/loadavg: 2.85 3.55 3.44 2/194 10636
/proc/meminfo: memFree=28978552/32872528 swapFree=7620/7620
[pid=10636] ppid=10633 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/10636/stat : 10636 (java) S 10633 10636 8968 0 -1 4202496 5444 0 1 0 42 1 0 0 20 0 18 0 5958222 9787879424 8314 33554432000 1073741824 1073778376 140733203800976 140733203792112 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10636/statm: 2389619 8314 2238 9 0 2380296 0
[pid=10636/tid=10637] ppid=10633 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/10636/task/10637/stat : 10637 (java) R 10633 10636 8968 0 -1 4202560 2411 0 1 0 26 1 0 0 20 0 18 0 5958223 9787879424 8314 33554432000 1073741824 1073778376 140733203800976 139960670518664 139960518819135 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700235 s]
/proc/loadavg: 2.85 3.55 3.44 2/194 10636
/proc/meminfo: memFree=28978552/32872528 swapFree=7620/7620
[pid=10636] ppid=10633 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/10636/stat : 10636 (java) S 10633 10636 8968 0 -1 4202496 22427 0 1 0 171 5 0 0 20 0 22 0 5958222 10060525568 26009 33554432000 1073741824 1073778376 140733203800976 140733203792112 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10636/statm: 2456183 26009 2257 9 0 2446860 0
[pid=10636/tid=10637] ppid=10633 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/10636/task/10637/stat : 10637 (java) S 10633 10636 8968 0 -1 4202560 2452 0 1 0 49 1 0 0 20 0 22 0 5958223 10060525568 26009 33554432000 1073741824 1073778376 140733203800976 139960670520184 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 2.85 3.55 3.44 5/216 10664
/proc/meminfo: memFree=28851592/32872528 swapFree=7620/7620
[pid=10636] ppid=10633 vsize=9824732 CPUtime=4.82 cores=0,2,4,6
/proc/10636/stat : 10636 (java) S 10633 10636 8968 0 -1 4202496 30221 0 1 0 475 7 0 0 20 0 22 0 5958222 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 140733203792112 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10636/statm: 2456183 40710 2270 9 0 2446860 0
[pid=10636/tid=10637] ppid=10633 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/10636/task/10637/stat : 10637 (java) S 10633 10636 8968 0 -1 4202560 2452 0 1 0 49 1 0 0 20 0 22 0 5958223 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960670520184 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10639] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10639/stat : 10639 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958224 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960642972200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10640] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10640/stat : 10640 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958224 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960641919400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10636/tid=10641] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10641/stat : 10641 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958224 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960640866600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10642] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10642/stat : 10642 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958224 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960639813800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10643] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10643/stat : 10643 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958224 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960638762024 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10644] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10644/stat : 10644 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958224 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960637709224 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10645] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10645/stat : 10645 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958224 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960507738920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10646] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10646/stat : 10646 (java) S 10633 10636 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 5958224 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960506686120 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10647] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10647/stat : 10647 (java) S 10633 10636 8968 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 5958225 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960023738856 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10648] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10648/stat : 10648 (java) S 10633 10636 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 5958225 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960022684920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10649] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10649/stat : 10649 (java) S 10633 10636 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5958225 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960021632008 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10650] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10650/stat : 10650 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958228 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960020580496 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10651] ppid=10633 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/10636/task/10651/stat : 10651 (java) S 10633 10636 8968 0 -1 4202560 13522 0 0 0 114 2 0 0 20 0 22 0 5958228 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960019528632 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10652] ppid=10633 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/10636/task/10652/stat : 10652 (java) R 10633 10636 8968 0 -1 4202560 12885 0 0 0 116 3 0 0 20 0 22 0 5958228 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960018475832 139960677317741 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10636/tid=10653] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10653/stat : 10653 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958228 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960017423224 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10636/tid=10654] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10654/stat : 10654 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958228 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960016370632 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10658] ppid=10633 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/10636/task/10658/stat : 10658 (java) R 10633 10636 8968 0 -1 4202560 30 0 0 0 95 0 0 0 20 0 22 0 5958275 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960015315544 139960519769627 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10659] ppid=10633 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/10636/task/10659/stat : 10659 (java) R 10633 10636 8968 0 -1 4202560 54 0 0 0 96 0 0 0 20 0 22 0 5958275 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960014262600 139960519769627 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10660] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10660/stat : 10660 (java) S 10633 10636 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5958278 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960013210536 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10661] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10661/stat : 10661 (java) S 10633 10636 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5958278 10060525568 40710 33554432000 1073741824 1073778376 140733203800976 139960012157736 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 2.85 3.55 3.44 4/216 10676
/proc/meminfo: memFree=28747696/32872528 swapFree=7620/7620
[pid=10636] ppid=10633 vsize=9824732 CPUtime=8.66 cores=0,2,4,6
/proc/10636/stat : 10636 (java) S 10633 10636 8968 0 -1 4202496 30368 0 1 0 856 10 0 0 20 0 22 0 5958222 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 140733203792112 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10636/statm: 2456183 54627 2293 9 0 2446860 0
[pid=10636/tid=10637] ppid=10633 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/10636/task/10637/stat : 10637 (java) S 10633 10636 8968 0 -1 4202560 2454 0 1 0 52 1 0 0 20 0 22 0 5958223 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960670520184 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10639] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10639/stat : 10639 (java) S 10633 10636 8968 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 5958224 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960642972200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10640] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10640/stat : 10640 (java) S 10633 10636 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 5958224 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960641919400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10641] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10641/stat : 10641 (java) S 10633 10636 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 5958224 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960640866600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10642] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10642/stat : 10642 (java) S 10633 10636 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5958224 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960639813800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10643] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10643/stat : 10643 (java) S 10633 10636 8968 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 5958224 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960638762024 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10644] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10644/stat : 10644 (java) S 10633 10636 8968 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 5958224 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960637709224 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10645] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10645/stat : 10645 (java) S 10633 10636 8968 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 5958224 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960507738920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10646] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10646/stat : 10646 (java) S 10633 10636 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 5958224 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960506686120 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10647] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10647/stat : 10647 (java) S 10633 10636 8968 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 5958225 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960023738856 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10648] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10648/stat : 10648 (java) S 10633 10636 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 5958225 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960022684920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10649] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10649/stat : 10649 (java) S 10633 10636 8968 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 5958225 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960021632008 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10650] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10650/stat : 10650 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958228 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960020580496 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10651] ppid=10633 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/10636/task/10651/stat : 10651 (java) S 10633 10636 8968 0 -1 4202560 13529 0 0 0 144 2 0 0 20 0 22 0 5958228 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960019528632 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10652] ppid=10633 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/10636/task/10652/stat : 10652 (java) S 10633 10636 8968 0 -1 4202560 12889 0 0 0 154 3 0 0 20 0 22 0 5958228 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960018475832 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10636/tid=10653] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10653/stat : 10653 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958228 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960017423224 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10636/tid=10654] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10654/stat : 10654 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958228 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960016370632 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10661] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10661/stat : 10661 (java) S 10633 10636 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5958278 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960012157736 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10668] ppid=10633 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/10636/task/10668/stat : 10668 (java) R 10633 10636 8968 0 -1 4202560 5 0 0 0 148 0 0 0 20 0 22 0 5958378 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960014263224 139960519975840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10669] ppid=10633 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/10636/task/10669/stat : 10669 (java) R 10633 10636 8968 0 -1 4202560 24 0 0 0 150 0 0 0 20 0 22 0 5958378 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960015315576 139960520062435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10670] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10670/stat : 10670 (java) S 10633 10636 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 5958378 10060525568 54627 33554432000 1073741824 1073778376 140733203800976 139960013211048 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 9824732

[startup+6.30077 s]
/proc/loadavg: 2.78 3.52 3.43 3/216 10691
/proc/meminfo: memFree=28699884/32872528 swapFree=7620/7620
[pid=10636] ppid=10633 vsize=9824732 CPUtime=15.23 cores=0,2,4,6
/proc/10636/stat : 10636 (java) S 10633 10636 8968 0 -1 4202496 30752 0 1 0 1510 13 0 0 20 0 22 0 5958222 10060525568 61600 33554432000 1073741824 1073778376 140733203800976 140733203792112 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10636/statm: 2456183 61600 2294 9 0 2446860 0
[pid=10636/tid=10637] ppid=10633 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/10636/task/10637/stat : 10637 (java) S 10633 10636 8968 0 -1 4202560 2454 0 1 0 52 1 0 0 20 0 22 0 5958223 10060525568 61600 33554432000 1073741824 1073778376 140733203800976 139960670520184 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10639] ppid=10633 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10636/task/10639/stat : 10639 (java) S 10633 10636 8968 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 5958224 10060525568 61600 33554432000 1073741824 1073778376 140733203800976 139960642972200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10640] ppid=10633 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10636/task/10640/stat : 10640 (java) S 10633 10636 8968 0 -1 4202560 116 0 0 0 1 0 0 0 20 0 22 0 5958224 10060525568 61600 33554432000 1073741824 1073778376 140733203800976 139960641919400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10641] ppid=10633 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10636/task/10641/stat : 10641 (java) S 10633 10636 8968 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 5958224 10060525568 61600 33554432000 1073741824 1073778376 140733203800976 139960640866600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10642] ppid=10633 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/10636/task/10642/stat : 10642 (java) S 10633 10636 8968 0 -1 4202560 99 0 0 0 3 0 0 0 20 0 22 0 5958224 10060525568 61600 33554432000 1073741824 1073778376 140733203800976 139960639813800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10643] ppid=10633 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/10636/task/10643/stat : 10643 (java) S 10633 10636 8968 0 -1 4202560 66 0 0 0 3 0 0 0 20 0 22 0 5958224 10060525568 61600 33554432000 1073741824 1073778376 140733203800976 139960638762024 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10644] ppid=10633 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10636/task/10644/stat : 10644 (java) S 10633 10636 8968 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 5958224 10060525568 61600 33554432000 1073741824 1073778376 140733203800976 139960637709224 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10645] ppid=10633 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10636/task/10645/stat : 10645 (java) S 10633 10636 8968 0 -1 4202560 101 0 0 0 1 0 0 0 20 0 22 0 5958224 10060525568 61600 33554432000 1073741824 1073778376 140733203800976 139960507738920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10646] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.00 4.00 3.77 5/219 10844
/proc/meminfo: memFree=23478956/32872528 swapFree=7620/7620
[pid=10636] ppid=10633 vsize=9824732 CPUtime=1772.22 cores=0,2,4,6
/proc/10636/stat : 10636 (java) S 10633 10636 8968 0 -1 4202496 40827 0 1 0 176980 242 0 0 20 0 22 0 5958222 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 140733203792112 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10636/statm: 2456183 491869 2303 9 0 2446860 0
[pid=10636/tid=10637] ppid=10633 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/10636/task/10637/stat : 10637 (java) S 10633 10636 8968 0 -1 4202560 2464 0 1 0 54 2 0 0 20 0 22 0 5958223 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960670520184 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10639] ppid=10633 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/10636/task/10639/stat : 10639 (java) S 10633 10636 8968 0 -1 4202560 1198 0 0 0 198 24 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960642972200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10640] ppid=10633 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/10636/task/10640/stat : 10640 (java) S 10633 10636 8968 0 -1 4202560 1242 0 0 0 186 26 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960641919400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10641] ppid=10633 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/10636/task/10641/stat : 10641 (java) S 10633 10636 8968 0 -1 4202560 1067 0 0 0 184 23 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960640866600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10642] ppid=10633 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/10636/task/10642/stat : 10642 (java) S 10633 10636 8968 0 -1 4202560 1140 0 0 0 207 29 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960639813800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10643] ppid=10633 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/10636/task/10643/stat : 10643 (java) S 10633 10636 8968 0 -1 4202560 1089 0 0 0 194 27 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960638762024 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10644] ppid=10633 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/10636/task/10644/stat : 10644 (java) S 10633 10636 8968 0 -1 4202560 1003 0 0 0 215 28 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960637709224 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10645] ppid=10633 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/10636/task/10645/stat : 10645 (java) S 10633 10636 8968 0 -1 4202560 1029 0 0 0 226 26 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960507738920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10646] ppid=10633 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/10636/task/10646/stat : 10646 (java) S 10633 10636 8968 0 -1 4202560 1110 0 0 0 211 31 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960506686120 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10647] ppid=10633 vsize=9824732 CPUtime=4.02 cores=0,2,4,6
/proc/10636/task/10647/stat : 10647 (java) S 10633 10636 8968 0 -1 4202560 1485 0 0 0 396 6 0 0 20 0 22 0 5958225 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960023738856 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10648] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10648/stat : 10648 (java) S 10633 10636 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 5958225 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960022684920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10649] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10649/stat : 10649 (java) S 10633 10636 8968 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 5958225 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960021632008 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10650] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10650/stat : 10650 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958228 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960020580496 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10651] ppid=10633 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/10636/task/10651/stat : 10651 (java) S 10633 10636 8968 0 -1 4202560 13535 0 0 0 175 3 0 0 20 0 22 0 5958228 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960019528632 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10652] ppid=10633 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/10636/task/10652/stat : 10652 (java) S 10633 10636 8968 0 -1 4202560 12894 0 0 0 188 3 0 0 20 0 22 0 5958228 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960018475832 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10636/tid=10653] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10653/stat : 10653 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958228 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960017423224 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10636/tid=10654] ppid=10633 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/10636/task/10654/stat : 10654 (java) S 10633 10636 8968 0 -1 4202560 51 0 0 0 12 11 0 0 20 0 22 0 5958228 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960016370632 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10661] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10661/stat : 10661 (java) S 10633 10636 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5958278 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960012157736 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10668] ppid=10633 vsize=9824732 CPUtime=871.79 cores=0,2,4,6
/proc/10636/task/10668/stat : 10668 (java) R 10633 10636 8968 0 -1 4202560 66 0 0 0 87164 15 0 0 20 0 22 0 5958378 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960014262304 139960519728755 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10669] ppid=10633 vsize=9824732 CPUtime=871.79 cores=0,2,4,6
/proc/10636/task/10669/stat : 10669 (java) R 10633 10636 8968 0 -1 4202560 102 0 0 0 87162 17 0 0 20 0 22 0 5958378 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960015313616 139960520062334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10636/tid=10670] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10670/stat : 10670 (java) S 10633 10636 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 5958378 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960013211048 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1772.22
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.301 s]
/proc/loadavg: 4.00 4.00 3.78 5/219 10844
/proc/meminfo: memFree=23478708/32872528 swapFree=7620/7620
[pid=10636] ppid=10633 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/10636/stat : 10636 (java) S 10633 10636 8968 0 -1 4202496 40827 0 1 0 179777 242 0 0 20 0 22 0 5958222 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 140733203792112 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10636/statm: 2456183 491869 2303 9 0 2446860 0
[pid=10636/tid=10637] ppid=10633 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/10636/task/10637/stat : 10637 (java) S 10633 10636 8968 0 -1 4202560 2464 0 1 0 54 2 0 0 20 0 22 0 5958223 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960670520184 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10639] ppid=10633 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/10636/task/10639/stat : 10639 (java) S 10633 10636 8968 0 -1 4202560 1198 0 0 0 198 24 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960642972200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10640] ppid=10633 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/10636/task/10640/stat : 10640 (java) S 10633 10636 8968 0 -1 4202560 1242 0 0 0 186 26 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960641919400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10641] ppid=10633 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/10636/task/10641/stat : 10641 (java) S 10633 10636 8968 0 -1 4202560 1067 0 0 0 184 23 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960640866600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10642] ppid=10633 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/10636/task/10642/stat : 10642 (java) S 10633 10636 8968 0 -1 4202560 1140 0 0 0 207 29 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960639813800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10643] ppid=10633 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/10636/task/10643/stat : 10643 (java) S 10633 10636 8968 0 -1 4202560 1089 0 0 0 194 27 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960638762024 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10644] ppid=10633 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/10636/task/10644/stat : 10644 (java) S 10633 10636 8968 0 -1 4202560 1003 0 0 0 215 28 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960637709224 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10645] ppid=10633 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/10636/task/10645/stat : 10645 (java) S 10633 10636 8968 0 -1 4202560 1029 0 0 0 226 26 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960507738920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10646] ppid=10633 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/10636/task/10646/stat : 10646 (java) S 10633 10636 8968 0 -1 4202560 1110 0 0 0 211 31 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960506686120 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10647] ppid=10633 vsize=9824732 CPUtime=4.02 cores=0,2,4,6
/proc/10636/task/10647/stat : 10647 (java) S 10633 10636 8968 0 -1 4202560 1485 0 0 0 396 6 0 0 20 0 22 0 5958225 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960023738856 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10648] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10648/stat : 10648 (java) S 10633 10636 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 5958225 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960022684920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10649] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10649/stat : 10649 (java) S 10633 10636 8968 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 5958225 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960021632008 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10650] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10650/stat : 10650 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958228 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960020580496 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10651] ppid=10633 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/10636/task/10651/stat : 10651 (java) S 10633 10636 8968 0 -1 4202560 13535 0 0 0 175 3 0 0 20 0 22 0 5958228 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960019528632 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10652] ppid=10633 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/10636/task/10652/stat : 10652 (java) S 10633 10636 8968 0 -1 4202560 12894 0 0 0 188 3 0 0 20 0 22 0 5958228 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960018475832 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10636/tid=10653] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10653/stat : 10653 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958228 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960017423224 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10636/tid=10654] ppid=10633 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/10636/task/10654/stat : 10654 (java) S 10633 10636 8968 0 -1 4202560 51 0 0 0 13 12 0 0 20 0 22 0 5958228 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960016370632 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10661] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10661/stat : 10661 (java) S 10633 10636 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5958278 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960012157736 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10668] ppid=10633 vsize=9824732 CPUtime=885.78 cores=0,2,4,6
/proc/10636/task/10668/stat : 10668 (java) R 10633 10636 8968 0 -1 4202560 66 0 0 0 88563 15 0 0 20 0 22 0 5958378 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960014254608 139960519824671 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10669] ppid=10633 vsize=9824732 CPUtime=885.78 cores=0,2,4,6
/proc/10636/task/10669/stat : 10669 (java) R 10633 10636 8968 0 -1 4202560 102 0 0 0 88561 17 0 0 20 0 22 0 5958378 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960015313616 139960520062518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10670] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10670/stat : 10670 (java) S 10633 10636 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 5958378 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960013211048 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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 10636 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.301 s]
/proc/loadavg: 4.00 4.00 3.78 5/219 10844
/proc/meminfo: memFree=23478708/32872528 swapFree=7620/7620
[pid=10636] ppid=10633 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/10636/stat : 10636 (java) S 10633 10636 8968 0 -1 4202496 40827 0 1 0 179777 242 0 0 20 0 22 0 5958222 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 140733203792112 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10636/statm: 2456183 491869 2303 9 0 2446860 0
[pid=10636/tid=10637] ppid=10633 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/10636/task/10637/stat : 10637 (java) S 10633 10636 8968 0 -1 4202560 2464 0 1 0 54 2 0 0 20 0 22 0 5958223 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960670520184 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10639] ppid=10633 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/10636/task/10639/stat : 10639 (java) S 10633 10636 8968 0 -1 4202560 1198 0 0 0 198 24 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960642972200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10640] ppid=10633 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/10636/task/10640/stat : 10640 (java) S 10633 10636 8968 0 -1 4202560 1242 0 0 0 186 26 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960641919400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10641] ppid=10633 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/10636/task/10641/stat : 10641 (java) S 10633 10636 8968 0 -1 4202560 1067 0 0 0 184 23 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960640866600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10642] ppid=10633 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/10636/task/10642/stat : 10642 (java) S 10633 10636 8968 0 -1 4202560 1140 0 0 0 207 29 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960639813800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10643] ppid=10633 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/10636/task/10643/stat : 10643 (java) S 10633 10636 8968 0 -1 4202560 1089 0 0 0 194 27 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960638762024 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10644] ppid=10633 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/10636/task/10644/stat : 10644 (java) S 10633 10636 8968 0 -1 4202560 1003 0 0 0 215 28 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960637709224 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10645] ppid=10633 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/10636/task/10645/stat : 10645 (java) S 10633 10636 8968 0 -1 4202560 1029 0 0 0 226 26 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960507738920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10646] ppid=10633 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/10636/task/10646/stat : 10646 (java) S 10633 10636 8968 0 -1 4202560 1110 0 0 0 211 31 0 0 20 0 22 0 5958224 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960506686120 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10647] ppid=10633 vsize=9824732 CPUtime=4.02 cores=0,2,4,6
/proc/10636/task/10647/stat : 10647 (java) S 10633 10636 8968 0 -1 4202560 1485 0 0 0 396 6 0 0 20 0 22 0 5958225 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960023738856 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10648] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10648/stat : 10648 (java) S 10633 10636 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 5958225 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960022684920 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10649] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10649/stat : 10649 (java) S 10633 10636 8968 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 5958225 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960021632008 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10650] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10650/stat : 10650 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958228 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960020580496 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10651] ppid=10633 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/10636/task/10651/stat : 10651 (java) S 10633 10636 8968 0 -1 4202560 13535 0 0 0 175 3 0 0 20 0 22 0 5958228 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960019528632 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10652] ppid=10633 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/10636/task/10652/stat : 10652 (java) S 10633 10636 8968 0 -1 4202560 12894 0 0 0 188 3 0 0 20 0 22 0 5958228 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960018475832 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10636/tid=10653] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10653/stat : 10653 (java) S 10633 10636 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5958228 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960017423224 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10636/tid=10654] ppid=10633 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/10636/task/10654/stat : 10654 (java) S 10633 10636 8968 0 -1 4202560 51 0 0 0 13 12 0 0 20 0 22 0 5958228 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960016370632 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10661] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10661/stat : 10661 (java) S 10633 10636 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5958278 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960012157736 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10636/tid=10668] ppid=10633 vsize=9824732 CPUtime=885.78 cores=0,2,4,6
/proc/10636/task/10668/stat : 10668 (java) R 10633 10636 8968 0 -1 4202560 66 0 0 0 88563 15 0 0 20 0 22 0 5958378 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960014254608 139960519824671 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10636/tid=10669] ppid=10633 vsize=9824732 CPUtime=885.78 cores=0,2,4,6
/proc/10636/task/10669/stat : 10669 (java) R 10633 10636 8968 0 -1 4202560 102 0 0 0 88561 17 0 0 20 0 22 0 5958378 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960015313616 139960520062518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10636/tid=10670] ppid=10633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10636/task/10670/stat : 10670 (java) S 10633 10636 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 5958378 10060525568 491869 33554432000 1073741824 1073778376 140733203800976 139960013211048 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 896.355
CPU time (s): 1800.78
CPU user time (s): 1797.86
CPU system time (s): 2.92255
CPU usage (%): 200.9
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.86
system time used= 2.92256
maximum resident set size= 1967588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40863
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23257
involuntary context switches= 23347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.66114 second user time and 7.16491 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 03:37:01
IDJOB=4119233
IDBENCH=111679
IDSOLVER=2543
FILE ID=node106/4119233-1467250621
RUNJOBID= node106-1467248675-9331
PBS_JOBID= 20004477
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_clique-60.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119233-1467250621/watcher-4119233-1467250621 -o /tmp/evaluation-result-4119233-1467250621/solver-4119233-1467250621 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467248675-9331 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119233-1467250621.opb

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

MD5SUM BENCH= 3cac470c96dbe61d77fe94794f406f9d
RANDOM SEED=784187761

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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:        28979280 kB
Buffers:           33616 kB
Cached:          2857612 kB
SwapCached:            0 kB
Active:          2460492 kB
Inactive:         672368 kB
Active(anon):     228144 kB
Inactive(anon):    16084 kB
Active(file):    2232348 kB
Inactive(file):   656284 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               876 kB
Writeback:             4 kB
AnonPages:        249240 kB
Mapped:            23440 kB
Shmem:               204 kB
Slab:             623760 kB
SReclaimable:      67052 kB
SUnreclaim:       556708 kB
KernelStack:        1584 kB
PageTables:         4276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     726124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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= 71748 MiB
End job on node106 at 2016-06-30 03:51:57