Trace number 4100674

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 PB16? (TO) 1800.69 896.168

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-scagr25.opb
MD5SUMb63141b317e602f06e6dedfad8ff4e9a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15000
Total number of constraints471
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints471
Minimum length of a constraint30
Maximum length of a constraint300
Number of terms in the objective function 14250
Biggest coefficient in the objective function 3992
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 536200
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262051
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 536200
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4100674-1466210703.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.38/0.60	c ... done. Wall clock time 0.494s.
1.38/0.60	c declared #vars     15000
1.38/0.60	c #constraints  771
1.38/0.60	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.38/0.60	c constraints type 
1.38/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 771
1.38/0.60	c 771 constraints processed.
1.38/0.60	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.38/0.60	c constraints type 
1.38/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 771
1.38/0.60	c 771 constraints processed.
1.38/0.60	c objective function length is 14250 literals
3.73/1.29	c cleaning 2490 clauses out of 4984 with flag 11268/5000
5.89/2.03	c cleaning 4247 clauses out of 8497 with flag 24630/11003
6.51/2.33	c cleaning 5618 clauses out of 11248 with flag 38760/18001
7.59/2.83	c cleaning 6808 clauses out of 13630 with flag 54797/26001
9.12/3.55	c cleaning 7904 clauses out of 15824 with flag 72824/35003
11.01/4.49	c cleaning 8947 clauses out of 17918 with flag 92849/45001
13.29/5.53	c cleaning 9979 clauses out of 19973 with flag 114948/56003
15.72/6.71	c cleaning 10993 clauses out of 21991 with flag 139347/68000
18.38/8.06	c cleaning 11996 clauses out of 23998 with flag 169422/81000
21.19/9.49	c cleaning 12999 clauses out of 26002 with flag 197441/95000
25.19/11.48	c cleaning 13997 clauses out of 28004 with flag 227447/110001
28.29/12.94	c cleaning 14993 clauses out of 30007 with flag 260934/126001
31.12/14.39	c cleaning 16002 clauses out of 32016 with flag 299082/143003
33.51/15.57	c cleaning 17002 clauses out of 34011 with flag 335799/161000
37.41/17.49	c cleaning 18008 clauses out of 36020 with flag 374046/180011
41.42/19.44	c cleaning 19003 clauses out of 38009 with flag 414417/200008
46.22/21.81	c cleaning 19992 clauses out of 39998 with flag 457387/221000
49.99/23.66	c cleaning 20989 clauses out of 42007 with flag 508626/243001
55.19/26.25	c cleaning 21999 clauses out of 44016 with flag 554808/266000
58.39/27.88	c cleaning 23002 clauses out of 46017 with flag 605105/290000
63.20/30.25	c cleaning 23997 clauses out of 48010 with flag 665249/315001
71.37/34.24	c cleaning 25005 clauses out of 50013 with flag 741680/341001
78.96/38.03	c cleaning 26004 clauses out of 52009 with flag 815197/368002
84.76/40.94	c cleaning 27000 clauses out of 54005 with flag 898550/396002
85.15/41.12	c cleaning 0 clauses out of 5000 with flag 0/5000
90.07/43.45	c cleaning 28001 clauses out of 56001 with flag 960613/425001
94.74/45.78	c cleaning 28995 clauses out of 58001 with flag 1029612/455003
99.54/48.16	c cleaning 30000 clauses out of 60004 with flag 1093738/486001
103.94/50.36	c cleaning 30996 clauses out of 62004 with flag 1160140/518002
108.62/52.62	c cleaning 32002 clauses out of 64007 with flag 1234973/551001
117.24/56.90	c cleaning 32993 clauses out of 66008 with flag 1303910/585004
122.26/59.49	c cleaning 34003 clauses out of 68011 with flag 1379475/620000
127.24/62.00	c cleaning 34992 clauses out of 70007 with flag 1458593/656000
133.76/65.15	c cleaning 36008 clauses out of 72016 with flag 1561346/693001
146.57/71.56	c cleaning 36997 clauses out of 74007 with flag 1663426/731000
156.43/76.42	c cleaning 38002 clauses out of 76010 with flag 1773192/770000
162.47/79.42	c cleaning 38988 clauses out of 78008 with flag 1859203/810001
169.27/82.85	c cleaning 40003 clauses out of 80019 with flag 1945108/851000
183.72/90.02	c cleaning 41002 clauses out of 82017 with flag 2052201/893001
191.32/93.88	c cleaning 41996 clauses out of 84014 with flag 2157284/936000
199.97/98.19	c cleaning 43005 clauses out of 86018 with flag 2247656/980000
208.60/102.46	c cleaning 44003 clauses out of 88017 with flag 2339206/1025004
218.43/107.30	c cleaning 45000 clauses out of 90016 with flag 2432951/1071006
238.04/117.42	c cleaning 46002 clauses out of 92011 with flag 2527383/1118001
260.47/128.64	c cleaning 47000 clauses out of 94009 with flag 2623595/1166001
273.13/134.93	c cleaning 47996 clauses out of 96009 with flag 2738867/1215002
281.41/139.03	c cleaning 48995 clauses out of 98011 with flag 2866740/1265000
291.84/144.29	c cleaning 50002 clauses out of 100015 with flag 2981690/1316000
294.04/145.35	c cleaning 0 clauses out of 11000 with flag 0/11000
302.82/149.60	c cleaning 50994 clauses out of 102012 with flag 3102758/1368000
314.42/155.42	c cleaning 52006 clauses out of 104019 with flag 3225374/1421001
329.00/162.64	c cleaning 52995 clauses out of 106012 with flag 3351004/1475001
346.96/171.60	c cleaning 54000 clauses out of 108016 with flag 3512893/1530000
361.95/179.02	c cleaning 54999 clauses out of 110017 with flag 3656267/1586001
374.91/185.42	c cleaning 55998 clauses out of 112016 with flag 3778644/1643000
406.83/201.37	c cleaning 57005 clauses out of 114018 with flag 3894842/1701000
423.10/209.43	c cleaning 57998 clauses out of 116014 with flag 4034573/1760001
442.59/219.19	c cleaning 58996 clauses out of 118015 with flag 4207938/1820002
464.28/229.93	c cleaning 59998 clauses out of 120017 with flag 4406510/1881000
502.51/249.43	c cleaning 61006 clauses out of 122019 with flag 4611003/1943000
525.23/260.71	c cleaning 62001 clauses out of 124016 with flag 4790976/2006003
552.36/274.24	c cleaning 0 clauses out of 18001 with flag 0/18001
557.56/276.87	c cleaning 63003 clauses out of 126012 with flag 4929814/2070000
571.57/283.90	c cleaning 64002 clauses out of 128007 with flag 5081134/2135000
603.75/299.70	c cleaning 64999 clauses out of 130005 with flag 5216501/2201000
646.54/321.10	c cleaning 65999 clauses out of 132007 with flag 5350712/2268001
663.94/329.62	c cleaning 66997 clauses out of 134010 with flag 5491554/2336003
677.95/336.66	c cleaning 67991 clauses out of 136010 with flag 5642369/2405000
693.74/344.49	c cleaning 69005 clauses out of 138019 with flag 5810564/2475000
705.52/350.32	c cleaning 70002 clauses out of 140012 with flag 5971175/2546000
720.28/357.68	c cleaning 71000 clauses out of 142011 with flag 6131550/2618001
737.89/366.45	c cleaning 71999 clauses out of 144012 with flag 6287271/2691002
750.24/372.52	c cleaning 73005 clauses out of 146015 with flag 6446685/2765004
769.40/382.01	c cleaning 73998 clauses out of 148010 with flag 6605115/2840004
782.60/388.67	c cleaning 74998 clauses out of 150008 with flag 6768206/2916002
798.12/397.09	c cleaning 76000 clauses out of 152011 with flag 6943850/2993004
813.51/404.71	c cleaning 76997 clauses out of 154008 with flag 7114720/3071001
833.93/414.87	c cleaning 77996 clauses out of 156011 with flag 7291576/3150001
890.27/442.85	c cleaning 0 clauses out of 26001 with flag 0/26001
892.87/444.11	c cleaning 78997 clauses out of 158014 with flag 7463729/3230000
913.21/454.27	c cleaning 80005 clauses out of 160020 with flag 7637895/3311003
985.31/489.94	c cleaning 81004 clauses out of 162016 with flag 7802769/3393004
1002.30/498.34	c cleaning 81996 clauses out of 164008 with flag 8002784/3476000
1062.74/528.30	c cleaning 83003 clauses out of 166013 with flag 8309012/3560001
1080.25/537.01	c cleaning 0 clauses out of 35000 with flag 0/35000
1135.04/564.32	c cleaning 83996 clauses out of 168010 with flag 8585121/3645001
1213.27/603.31	c cleaning 85000 clauses out of 170014 with flag 8853189/3731001
1253.80/623.40	c cleaning 86003 clauses out of 172013 with flag 9092243/3818000
1304.92/648.81	c cleaning 87001 clauses out of 174010 with flag 9345894/3906000
1338.09/665.38	c cleaning 87998 clauses out of 176010 with flag 9580860/3995001
1391.46/691.75	c cleaning 88998 clauses out of 178011 with flag 9789794/4085000
1481.66/736.56	c cleaning 90001 clauses out of 180014 with flag 9986171/4176001
1535.99/763.38	c cleaning 91005 clauses out of 182014 with flag 10184446/4268002
1561.70/776.06	c cleaning 91988 clauses out of 184004 with flag 10393846/4361000
1606.19/799.68	c cleaning 92999 clauses out of 186016 with flag 10635009/4455000
1671.42/832.11	c cleaning 93994 clauses out of 188017 with flag 10927351/4550000
1748.57/870.59	c cleaning 95007 clauses out of 190023 with flag 11246571/4646000
1800.01/896.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.10	c starts		: 8197
1800.01/896.10	c conflicts		: 4715250
1800.01/896.10	c decisions		: 5993035
1800.01/896.10	c propagations		: 76167634
1800.01/896.10	c inspects		: 14560780825
1800.01/896.10	c shortcuts		: 0
1800.01/896.10	c learnt literals	: 47
1800.01/896.10	c learnt binary clauses	: 84
1800.01/896.10	c learnt ternary clauses	: 97
1800.01/896.10	c learnt constraints	: 4715203
1800.01/896.10	c ignored constraints	: 0
1800.01/896.10	c root simplifications	: 0
1800.01/896.10	c removed literals (reason simplification)	: 26084652
1800.01/896.10	c reason swapping (by a shorter reason)	: 0
1800.01/896.10	c Calls to reduceDB	: 92
1800.01/896.10	c Number of update (reduction) of LBD	: 253855
1800.01/896.10	c Imported unit clauses	: 0
1800.01/896.10	c number of reductions to clauses (during analyze)	: 0
1800.01/896.10	c number of learned constraints concerned by reduction	: 0
1800.01/896.10	c number of learning phase by resolution	: 0
1800.01/896.10	c number of learning phase by cutting planes	: 0
1800.01/896.10	c speed (assignments/second)	: 85062.06362040392
1800.01/896.10	c non guided choices	464358
1800.01/896.13	c learnt constraints type 
1800.01/896.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 84
1800.01/896.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164182
1800.01/896.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.13	c starts		: 53
1800.01/896.13	c conflicts		: 43747
1800.01/896.13	c decisions		: 504926
1800.01/896.13	c propagations		: 1361131
1800.01/896.13	c inspects		: 686741017
1800.01/896.13	c shortcuts		: 0
1800.01/896.13	c learnt literals	: 0
1800.01/896.13	c learnt binary clauses	: 0
1800.01/896.13	c learnt ternary clauses	: 0
1800.01/896.13	c learnt constraints	: 43747
1800.01/896.13	c ignored constraints	: 0
1800.01/896.13	c root simplifications	: 0
1800.01/896.13	c removed literals (reason simplification)	: 0
1800.01/896.13	c reason swapping (by a shorter reason)	: 0
1800.01/896.13	c Calls to reduceDB	: 5
1800.01/896.13	c Number of update (reduction) of LBD	: 0
1800.01/896.13	c Imported unit clauses	: 0
1800.01/896.13	c number of reductions to clauses (during analyze)	: 0
1800.01/896.13	c number of learned constraints concerned by reduction	: 0
1800.01/896.13	c number of learning phase by resolution	: 0
1800.01/896.13	c number of learning phase by cutting planes	: 0
1800.01/896.13	c speed (assignments/second)	: 1520.052487576079
1800.01/896.13	c non guided choices	1164
1800.01/896.15	c learnt constraints type 
1800.01/896.15	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 24
1800.01/896.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 43723
1800.01/896.15	s UNKNOWN
1800.01/896.15	c Total wall clock time (in seconds): 896.043

Verifier Data

ERROR: no interpretation found !

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-4100674-1466210703/watcher-4100674-1466210703 -o /tmp/evaluation-result-4100674-1466210703/solver-4100674-1466210703 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13555 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100674-1466210703.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.24 4.17 4.05 4/197 15628
/proc/meminfo: memFree=30656252/32872528 swapFree=163656/177964
[pid=15628] ppid=15625 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15628/stat : 15628 (java) S 15625 15628 13538 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 23120191 98570240 977 33554432000 1073741824 1073778376 140734988457376 140734988448512 224925876285 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15628/statm: 24065 977 743 9 0 16771 0
[pid=15628/tid=15629] ppid=15625 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15629/stat : 15629 (java) R 15625 15628 13538 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 23120191 98570240 978 33554432000 1073741824 1073778376 140734988457376 140721830841896 224922518912 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100118 s]
/proc/loadavg: 4.24 4.17 4.05 4/197 15628
/proc/meminfo: memFree=30656252/32872528 swapFree=163656/177964
[pid=15628] ppid=15625 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/15628/stat : 15628 (java) S 15625 15628 13538 0 -1 4202496 4503 0 1 0 11 0 0 0 20 0 18 0 23120191 9787879424 6126 33554432000 1073741824 1073778376 140734988457376 140734988448512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15628/statm: 2389619 6126 2156 9 0 2380296 0
[pid=15628/tid=15629] ppid=15625 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/15628/task/15629/stat : 15629 (java) R 15625 15628 13538 0 -1 4202560 2384 0 1 0 7 0 0 0 20 0 18 0 23120191 9787879424 6128 33554432000 1073741824 1073778376 140734988457376 140721830845344 224925902093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200336 s]
/proc/loadavg: 4.24 4.17 4.05 4/197 15628
/proc/meminfo: memFree=30656252/32872528 swapFree=163656/177964
[pid=15628] ppid=15625 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/15628/stat : 15628 (java) S 15625 15628 13538 0 -1 4202496 5021 0 1 0 30 0 0 0 20 0 18 0 23120191 9787879424 7509 33554432000 1073741824 1073778376 140734988457376 140734988448512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15628/statm: 2389619 7509 2223 9 0 2380296 0
[pid=15628/tid=15629] ppid=15625 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/15628/task/15629/stat : 15629 (java) R 15625 15628 13538 0 -1 4202560 2400 0 1 0 17 0 0 0 20 0 18 0 23120191 9787879424 7509 33554432000 1073741824 1073778376 140734988457376 140721830845344 140721836673029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300331 s]
/proc/loadavg: 4.24 4.17 4.05 4/197 15628
/proc/meminfo: memFree=30656252/32872528 swapFree=163656/177964
[pid=15628] ppid=15625 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/15628/stat : 15628 (java) S 15625 15628 13538 0 -1 4202496 6976 0 1 0 52 1 0 0 20 0 18 0 23120191 9787879424 10550 33554432000 1073741824 1073778376 140734988457376 140734988448512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15628/statm: 2389619 10550 2237 9 0 2380296 0
[pid=15628/tid=15629] ppid=15625 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/15628/task/15629/stat : 15629 (java) R 15625 15628 13538 0 -1 4202560 2408 0 1 0 27 0 0 0 20 0 18 0 23120191 9787879424 10550 33554432000 1073741824 1073778376 140734988457376 140721830837576 140721667554066 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700233 s]
/proc/loadavg: 4.24 4.17 4.05 4/197 15628
/proc/meminfo: memFree=30656252/32872528 swapFree=163656/177964
[pid=15628] ppid=15625 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/15628/stat : 15628 (java) S 15625 15628 13538 0 -1 4202496 14564 0 1 0 169 3 0 0 20 0 22 0 23120191 10060525568 32561 33554432000 1073741824 1073778376 140734988457376 140734988448512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15628/statm: 2456183 32561 2267 9 0 2446860 0
[pid=15628/tid=15629] ppid=15625 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/15628/task/15629/stat : 15629 (java) S 15625 15628 13538 0 -1 4202560 2452 0 1 0 57 1 0 0 20 0 22 0 23120191 10060525568 32561 33554432000 1073741824 1073778376 140734988457376 140721830847352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.24 4.17 4.05 7/219 15650
/proc/meminfo: memFree=30490344/32872528 swapFree=163656/177964
[pid=15628] ppid=15625 vsize=9824732 CPUtime=4.65 cores=1,3,5,7
/proc/15628/stat : 15628 (java) S 15625 15628 13538 0 -1 4202496 18018 0 1 0 458 7 0 0 20 0 22 0 23120191 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140734988448512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15628/statm: 2456183 51367 2292 9 0 2446860 0
[pid=15628/tid=15629] ppid=15625 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/15628/task/15629/stat : 15629 (java) S 15625 15628 13538 0 -1 4202560 2452 0 1 0 57 1 0 0 20 0 22 0 23120191 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140721830847352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15631] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15631/stat : 15631 (java) S 15625 15628 13538 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23120192 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140721792338472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15632] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15632/stat : 15632 (java) S 15625 15628 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23120192 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140721791285672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15633] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15633/stat : 15633 (java) S 15625 15628 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23120192 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140721790232872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15634] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15634/stat : 15634 (java) S 15625 15628 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23120192 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140721789180072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15635] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15635/stat : 15635 (java) S 15625 15628 13538 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 23120192 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140721788128296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15636] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15636/stat : 15636 (java) S 15625 15628 13538 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23120192 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140721787075496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15637] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15637/stat : 15637 (java) S 15625 15628 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23120192 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140721786022696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15638] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15638/stat : 15638 (java) S 15625 15628 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23120192 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140721667435176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15639] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15639/stat : 15639 (java) S 15625 15628 13538 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23120193 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140721655024104 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15640] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15640/stat : 15640 (java) S 15625 15628 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23120193 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140721653970168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15641] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15641/stat : 15641 (java) S 15625 15628 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23120193 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140721652917256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15642] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15642/stat : 15642 (java) S 15625 15628 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23120195 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140721651865744 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15643] ppid=15625 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/15628/task/15643/stat : 15643 (java) S 15625 15628 13538 0 -1 4202560 5548 0 0 0 100 0 0 0 20 0 22 0 23120195 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140720912460728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15644] ppid=15625 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/15628/task/15644/stat : 15644 (java) R 15625 15628 13538 0 -1 4202560 8533 0 0 0 120 1 0 0 20 0 22 0 23120195 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140720911407928 140721834936346 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15645] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15645/stat : 15645 (java) S 15625 15628 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23120195 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140720910355320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15646] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15646/stat : 15646 (java) S 15625 15628 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23120195 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140720909302728 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15647] ppid=15625 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/15628/task/15647/stat : 15647 (java) R 15625 15628 13538 0 -1 4202560 23 0 0 0 83 0 0 0 20 0 22 0 23120251 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140720908247272 140721668237054 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15648] ppid=15625 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/15628/task/15648/stat : 15648 (java) R 15625 15628 13538 0 -1 4202560 55 0 0 0 85 0 0 0 20 0 22 0 23120251 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140720907192736 140721668423475 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15649] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15649/stat : 15649 (java) S 15625 15628 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120258 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140720906142632 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15650] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15650/stat : 15650 (java) S 15625 15628 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120259 10060525568 51367 33554432000 1073741824 1073778376 140734988457376 140720905089832 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 9824732

[startup+3.10091 s]
/proc/loadavg: 4.24 4.17 4.05 5/219 15650
/proc/meminfo: memFree=30432944/32872528 swapFree=163656/177964
[pid=15628] ppid=15625 vsize=9824732 CPUtime=8.3 cores=1,3,5,7
/proc/15628/stat : 15628 (java) S 15625 15628 13538 0 -1 4202496 18806 0 1 0 816 14 0 0 20 0 22 0 23120191 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140734988448512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15628/statm: 2456183 90697 2292 9 0 2446860 0
[pid=15628/tid=15629] ppid=15625 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/15628/task/15629/stat : 15629 (java) S 15625 15628 13538 0 -1 4202560 2452 0 1 0 57 1 0 0 20 0 22 0 23120191 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140721830847352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15631] ppid=15625 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/15628/task/15631/stat : 15631 (java) S 15625 15628 13538 0 -1 4202560 126 0 0 0 5 2 0 0 20 0 22 0 23120192 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140721792338472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15632] ppid=15625 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15628/task/15632/stat : 15632 (java) S 15625 15628 13538 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 23120192 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140721791285672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15633] ppid=15625 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15628/task/15633/stat : 15633 (java) S 15625 15628 13538 0 -1 4202560 99 0 0 0 2 1 0 0 20 0 22 0 23120192 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140721790232872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15634] ppid=15625 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15628/task/15634/stat : 15634 (java) S 15625 15628 13538 0 -1 4202560 89 0 0 0 2 0 0 0 20 0 22 0 23120192 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140721789180072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15635] ppid=15625 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15628/task/15635/stat : 15635 (java) S 15625 15628 13538 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 23120192 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140721788128296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15636] ppid=15625 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15628/task/15636/stat : 15636 (java) S 15625 15628 13538 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 23120192 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140721787075496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15637] ppid=15625 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15628/task/15637/stat : 15637 (java) S 15625 15628 13538 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 23120192 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140721786022696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15638] ppid=15625 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/15628/task/15638/stat : 15638 (java) S 15625 15628 13538 0 -1 4202560 122 0 0 0 3 1 0 0 20 0 22 0 23120192 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140721667435176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15639] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15639/stat : 15639 (java) S 15625 15628 13538 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23120193 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140721655024104 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15640] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15640/stat : 15640 (java) S 15625 15628 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23120193 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140721653970168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15641] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15641/stat : 15641 (java) S 15625 15628 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23120193 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140721652917256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15642] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15642/stat : 15642 (java) S 15625 15628 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23120195 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140721651865744 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15643] ppid=15625 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/15628/task/15643/stat : 15643 (java) S 15625 15628 13538 0 -1 4202560 5548 0 0 0 109 0 0 0 20 0 22 0 23120195 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140720912460728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15644] ppid=15625 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/15628/task/15644/stat : 15644 (java) S 15625 15628 13538 0 -1 4202560 8681 0 0 0 145 2 0 0 20 0 22 0 23120195 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140720911407928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15645] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15645/stat : 15645 (java) S 15625 15628 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23120195 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140720910355320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15646] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15646/stat : 15646 (java) S 15625 15628 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23120195 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140720909302728 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15647] ppid=15625 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/15628/task/15647/stat : 15647 (java) R 15625 15628 13538 0 -1 4202560 24 0 0 0 235 0 0 0 20 0 22 0 23120251 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140720908246560 140721668236748 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15648] ppid=15625 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/15628/task/15648/stat : 15648 (java) R 15625 15628 13538 0 -1 4202560 109 0 0 0 235 3 0 0 20 0 22 0 23120251 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140720907192968 140721668480886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15649] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15649/stat : 15649 (java) S 15625 15628 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120258 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140720906142632 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15650] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15650/stat : 15650 (java) S 15625 15628 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120259 10060525568 90697 33554432000 1073741824 1073778376 140734988457376 140720905089832 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.22 4.17 4.05 5/219 15650
/proc/meminfo: memFree=30029564/32872528 swapFree=163656/177964
[pid=15628] ppid=15625 vsize=9824732 CPUtime=14.91 cores=1,3,5,7
/proc/15628/stat : 15628 (java) S 15625 15628 13538 0 -1 4202496 19537 0 1 0 1467 24 0 0 20 0 22 0 23120191 10060525568 158418 33554432000 1073741824 1073778376 140734988457376 140734988448512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15628/statm: 2456183 158418 2292 9 0 2446860 0
[pid=15628/tid=15629] ppid=15625 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/15628/task/15629/stat : 15629 (java) S 15625 15628 13538 0 -1 4202560 2452 0 1 0 57 1 0 0 20 0 22 0 23120191 10060525568 158418 33554432000 1073741824 1073778376 140734988457376 140721830847352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15631] ppid=15625 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/15628/task/15631/stat : 15631 (java) S 15625 15628 13538 0 -1 4202560 148 0 0 0 7 3 0 0 20 0 22 0 23120192 10060525568 158418 33554432000 1073741824 1073778376 140734988457376 140721792338472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15632] ppid=15625 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/15628/task/15632/stat : 15632 (java) S 15625 15628 13538 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 23120192 10060525568 158418 33554432000 1073741824 1073778376 140734988457376 140721791285672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15633] ppid=15625 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15628/task/15633/stat : 15633 (java) S 15625 15628 13538 0 -1 4202560 119 0 0 0 4 2 0 0 20 0 22 0 23120192 10060525568 158418 33554432000 1073741824 1073778376 140734988457376 140721790232872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15634] ppid=15625 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15628/task/15634/stat : 15634 (java) S 15625 15628 13538 0 -1 4202560 103 0 0 0 4 1 0 0 20 0 22 0 23120192 10060525568 158418 33554432000 1073741824 1073778376 140734988457376 140721789180072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15635] ppid=15625 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15628/task/15635/stat : 15635 (java) S 15625 15628 13538 0 -1 4202560 54 0 0 0 5 1 0 0 20 0 22 0 23120192 10060525568 158418 33554432000 1073741824 1073778376 140734988457376 140721788128296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15636] ppid=15625 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/15628/task/15636/stat : 15636 (java) S 15625 15628 13538 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 22 0 23120192 10060525568 158418 33554432000 1073741824 1073778376 140734988457376 140721787075496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15637] ppid=15625 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/15628/task/15637/stat : 15637 (java) S 15625 15628 13538 0 -1 4202560 59 0 0 0 6 2 0 0 20 0 22 0 23120192 10060525568 158418 33554432000 1073741824 1073778376 140734988457376 140721786022696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15638] ppid=15625 vsize=9824732 CPUtime=0.1 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.10 4.05 4.02 5/219 15741
/proc/meminfo: memFree=24910844/32872528 swapFree=163656/177964
[pid=15628] ppid=15625 vsize=9824732 CPUtime=1772.3 cores=1,3,5,7
/proc/15628/stat : 15628 (java) S 15625 15628 13538 0 -1 4202496 30178 0 1 0 177017 213 0 0 20 0 22 0 23120191 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140734988448512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15628/statm: 2456183 979422 2301 9 0 2446860 0
[pid=15628/tid=15629] ppid=15625 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/15628/task/15629/stat : 15629 (java) S 15625 15628 13538 0 -1 4202560 2465 0 1 0 59 4 0 0 20 0 22 0 23120191 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140721830847352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15631] ppid=15625 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/15628/task/15631/stat : 15631 (java) S 15625 15628 13538 0 -1 4202560 725 0 0 0 262 18 0 0 20 0 22 0 23120192 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140721792338472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15632] ppid=15625 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/15628/task/15632/stat : 15632 (java) S 15625 15628 13538 0 -1 4202560 575 0 0 0 279 18 0 0 20 0 22 0 23120192 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140721791285672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15633] ppid=15625 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/15628/task/15633/stat : 15633 (java) S 15625 15628 13538 0 -1 4202560 741 0 0 0 286 21 0 0 20 0 22 0 23120192 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140721790232872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15634] ppid=15625 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/15628/task/15634/stat : 15634 (java) S 15625 15628 13538 0 -1 4202560 676 0 0 0 266 15 0 0 20 0 22 0 23120192 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140721789180072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15635] ppid=15625 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/15628/task/15635/stat : 15635 (java) S 15625 15628 13538 0 -1 4202560 571 0 0 0 280 17 0 0 20 0 22 0 23120192 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140721788128296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15636] ppid=15625 vsize=9824732 CPUtime=3.17 cores=1,3,5,7
/proc/15628/task/15636/stat : 15636 (java) S 15625 15628 13538 0 -1 4202560 730 0 0 0 299 18 0 0 20 0 22 0 23120192 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140721787075496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15637] ppid=15625 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/15628/task/15637/stat : 15637 (java) S 15625 15628 13538 0 -1 4202560 522 0 0 0 268 15 0 0 20 0 22 0 23120192 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140721786022696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15638] ppid=15625 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/15628/task/15638/stat : 15638 (java) S 15625 15628 13538 0 -1 4202560 785 0 0 0 305 19 0 0 20 0 22 0 23120192 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140721667435176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15639] ppid=15625 vsize=9824732 CPUtime=6.14 cores=1,3,5,7
/proc/15628/task/15639/stat : 15639 (java) S 15625 15628 13538 0 -1 4202560 2766 0 0 0 606 8 0 0 20 0 22 0 23120193 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140721655024104 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15640] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15640/stat : 15640 (java) S 15625 15628 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23120193 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140721653970168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15641] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15641/stat : 15641 (java) S 15625 15628 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23120193 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140721652917256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15642] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15642/stat : 15642 (java) S 15625 15628 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23120195 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140721651865744 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15643] ppid=15625 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/15628/task/15643/stat : 15643 (java) S 15625 15628 13538 0 -1 4202560 6433 0 0 0 145 2 0 0 20 0 22 0 23120195 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140720912460728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15644] ppid=15625 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/15628/task/15644/stat : 15644 (java) S 15625 15628 13538 0 -1 4202560 9420 0 0 0 171 2 0 0 20 0 22 0 23120195 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140720911407928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15645] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15645/stat : 15645 (java) S 15625 15628 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23120195 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140720910355320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15646] ppid=15625 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/15628/task/15646/stat : 15646 (java) S 15625 15628 13538 0 -1 4202560 51 0 0 0 13 23 0 0 20 0 22 0 23120195 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140720909302728 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15647] ppid=15625 vsize=9824732 CPUtime=869.15 cores=1,3,5,7
/proc/15628/task/15647/stat : 15647 (java) R 15625 15628 13538 0 -1 4202560 101 0 0 0 86898 17 0 0 20 0 22 0 23120251 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140720908246480 140721668412603 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15648] ppid=15625 vsize=9824732 CPUtime=869.18 cores=1,3,5,7
/proc/15628/task/15648/stat : 15648 (java) R 15625 15628 13538 0 -1 4202560 2352 0 0 0 86871 47 0 0 20 0 22 0 23120251 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140720907192848 140721668488936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15649] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15649/stat : 15649 (java) S 15625 15628 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120258 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140720906142632 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15650] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15650/stat : 15650 (java) S 15625 15628 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120259 10060525568 979422 33554432000 1073741824 1073778376 140734988457376 140720905089832 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1772.3
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.101 s]
/proc/loadavg: 4.37 4.11 4.04 5/219 15741
/proc/meminfo: memFree=24919712/32872528 swapFree=163656/177964
[pid=15628] ppid=15625 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/15628/stat : 15628 (java) S 15625 15628 13538 0 -1 4202496 30179 0 1 0 179788 213 0 0 20 0 22 0 23120191 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140734988448512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15628/statm: 2456183 978236 2301 9 0 2446860 0
[pid=15628/tid=15629] ppid=15625 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/15628/task/15629/stat : 15629 (java) S 15625 15628 13538 0 -1 4202560 2465 0 1 0 59 4 0 0 20 0 22 0 23120191 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721830847352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15631] ppid=15625 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/15628/task/15631/stat : 15631 (java) S 15625 15628 13538 0 -1 4202560 725 0 0 0 264 18 0 0 20 0 22 0 23120192 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721792338472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15632] ppid=15625 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/15628/task/15632/stat : 15632 (java) S 15625 15628 13538 0 -1 4202560 575 0 0 0 283 18 0 0 20 0 22 0 23120192 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721791285672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15633] ppid=15625 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/15628/task/15633/stat : 15633 (java) S 15625 15628 13538 0 -1 4202560 741 0 0 0 290 21 0 0 20 0 22 0 23120192 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721790232872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15634] ppid=15625 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/15628/task/15634/stat : 15634 (java) S 15625 15628 13538 0 -1 4202560 676 0 0 0 268 15 0 0 20 0 22 0 23120192 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721789180072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15635] ppid=15625 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/15628/task/15635/stat : 15635 (java) S 15625 15628 13538 0 -1 4202560 571 0 0 0 287 17 0 0 20 0 22 0 23120192 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721788128296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15636] ppid=15625 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/15628/task/15636/stat : 15636 (java) S 15625 15628 13538 0 -1 4202560 730 0 0 0 301 18 0 0 20 0 22 0 23120192 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721787075496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15637] ppid=15625 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/15628/task/15637/stat : 15637 (java) S 15625 15628 13538 0 -1 4202560 522 0 0 0 271 15 0 0 20 0 22 0 23120192 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721786022696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15638] ppid=15625 vsize=9824732 CPUtime=3.3 cores=1,3,5,7
/proc/15628/task/15638/stat : 15638 (java) S 15625 15628 13538 0 -1 4202560 785 0 0 0 311 19 0 0 20 0 22 0 23120192 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721667435176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15639] ppid=15625 vsize=9824732 CPUtime=6.14 cores=1,3,5,7
/proc/15628/task/15639/stat : 15639 (java) S 15625 15628 13538 0 -1 4202560 2766 0 0 0 606 8 0 0 20 0 22 0 23120193 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721655024104 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15640] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15640/stat : 15640 (java) S 15625 15628 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23120193 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721653970168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15641] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15641/stat : 15641 (java) S 15625 15628 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23120193 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721652917256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15642] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15642/stat : 15642 (java) S 15625 15628 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23120195 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721651865744 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15643] ppid=15625 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/15628/task/15643/stat : 15643 (java) S 15625 15628 13538 0 -1 4202560 6433 0 0 0 145 2 0 0 20 0 22 0 23120195 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140720912460728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15644] ppid=15625 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/15628/task/15644/stat : 15644 (java) S 15625 15628 13538 0 -1 4202560 9420 0 0 0 171 2 0 0 20 0 22 0 23120195 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140720911407928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15645] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15645/stat : 15645 (java) S 15625 15628 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23120195 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140720910355320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15646] ppid=15625 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/15628/task/15646/stat : 15646 (java) S 15625 15628 13538 0 -1 4202560 51 0 0 0 13 23 0 0 20 0 22 0 23120195 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140720909302728 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15647] ppid=15625 vsize=9824732 CPUtime=882.86 cores=1,3,5,7
/proc/15628/task/15647/stat : 15647 (java) R 15625 15628 13538 0 -1 4202560 102 0 0 0 88269 17 0 0 20 0 22 0 23120251 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140720908246560 140721668412635 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15648] ppid=15625 vsize=9824732 CPUtime=882.88 cores=1,3,5,7
/proc/15628/task/15648/stat : 15648 (java) R 15625 15628 13538 0 -1 4202560 2352 0 0 0 88241 47 0 0 20 0 22 0 23120251 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140720907192848 140721668488712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15649] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15649/stat : 15649 (java) S 15625 15628 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120258 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140720906142632 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15650] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15650/stat : 15650 (java) S 15625 15628 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120259 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140720905089832 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 15628 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.101 s]
/proc/loadavg: 4.37 4.11 4.04 5/219 15741
/proc/meminfo: memFree=24919712/32872528 swapFree=163656/177964
[pid=15628] ppid=15625 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/15628/stat : 15628 (java) S 15625 15628 13538 0 -1 4202496 30179 0 1 0 179788 213 0 0 20 0 22 0 23120191 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140734988448512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15628/statm: 2456183 978236 2301 9 0 2446860 0
[pid=15628/tid=15629] ppid=15625 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/15628/task/15629/stat : 15629 (java) S 15625 15628 13538 0 -1 4202560 2465 0 1 0 59 4 0 0 20 0 22 0 23120191 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721830847352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15631] ppid=15625 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/15628/task/15631/stat : 15631 (java) S 15625 15628 13538 0 -1 4202560 725 0 0 0 264 18 0 0 20 0 22 0 23120192 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721792338472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15632] ppid=15625 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/15628/task/15632/stat : 15632 (java) S 15625 15628 13538 0 -1 4202560 575 0 0 0 283 18 0 0 20 0 22 0 23120192 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721791285672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15633] ppid=15625 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/15628/task/15633/stat : 15633 (java) S 15625 15628 13538 0 -1 4202560 741 0 0 0 290 21 0 0 20 0 22 0 23120192 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721790232872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15634] ppid=15625 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/15628/task/15634/stat : 15634 (java) S 15625 15628 13538 0 -1 4202560 676 0 0 0 268 15 0 0 20 0 22 0 23120192 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721789180072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15635] ppid=15625 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/15628/task/15635/stat : 15635 (java) S 15625 15628 13538 0 -1 4202560 571 0 0 0 287 17 0 0 20 0 22 0 23120192 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721788128296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15636] ppid=15625 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/15628/task/15636/stat : 15636 (java) S 15625 15628 13538 0 -1 4202560 730 0 0 0 301 18 0 0 20 0 22 0 23120192 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721787075496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15628/tid=15637] ppid=15625 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/15628/task/15637/stat : 15637 (java) S 15625 15628 13538 0 -1 4202560 522 0 0 0 271 15 0 0 20 0 22 0 23120192 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721786022696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15638] ppid=15625 vsize=9824732 CPUtime=3.3 cores=1,3,5,7
/proc/15628/task/15638/stat : 15638 (java) S 15625 15628 13538 0 -1 4202560 785 0 0 0 311 19 0 0 20 0 22 0 23120192 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721667435176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15639] ppid=15625 vsize=9824732 CPUtime=6.14 cores=1,3,5,7
/proc/15628/task/15639/stat : 15639 (java) S 15625 15628 13538 0 -1 4202560 2766 0 0 0 606 8 0 0 20 0 22 0 23120193 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721655024104 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15640] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15640/stat : 15640 (java) S 15625 15628 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23120193 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721653970168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15641] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15641/stat : 15641 (java) S 15625 15628 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23120193 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721652917256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15642] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15642/stat : 15642 (java) S 15625 15628 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23120195 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140721651865744 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15643] ppid=15625 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/15628/task/15643/stat : 15643 (java) S 15625 15628 13538 0 -1 4202560 6433 0 0 0 145 2 0 0 20 0 22 0 23120195 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140720912460728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15644] ppid=15625 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/15628/task/15644/stat : 15644 (java) S 15625 15628 13538 0 -1 4202560 9420 0 0 0 171 2 0 0 20 0 22 0 23120195 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140720911407928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15645] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15645/stat : 15645 (java) S 15625 15628 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23120195 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140720910355320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15646] ppid=15625 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/15628/task/15646/stat : 15646 (java) S 15625 15628 13538 0 -1 4202560 51 0 0 0 13 23 0 0 20 0 22 0 23120195 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140720909302728 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15647] ppid=15625 vsize=9824732 CPUtime=882.86 cores=1,3,5,7
/proc/15628/task/15647/stat : 15647 (java) R 15625 15628 13538 0 -1 4202560 102 0 0 0 88269 17 0 0 20 0 22 0 23120251 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140720908246560 140721668412635 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15628/tid=15648] ppid=15625 vsize=9824732 CPUtime=882.88 cores=1,3,5,7
/proc/15628/task/15648/stat : 15648 (java) R 15625 15628 13538 0 -1 4202560 2352 0 0 0 88241 47 0 0 20 0 22 0 23120251 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140720907192848 140721668488712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15628/tid=15649] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15649/stat : 15649 (java) S 15625 15628 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120258 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140720906142632 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15628/tid=15650] ppid=15625 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15628/task/15650/stat : 15650 (java) S 15625 15628 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120259 10060525568 978236 33554432000 1073741824 1073778376 140734988457376 140720905089832 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 896.168
CPU time (s): 1800.69
CPU user time (s): 1798.08
CPU system time (s): 2.6106
CPU usage (%): 200.932
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.08
system time used= 2.6106
maximum resident set size= 3917712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30213
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23465
involuntary context switches= 25226

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.81611 second user time and 7.48286 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 02:45:03
IDJOB=4100674
IDBENCH=1647
IDSOLVER=2543
FILE ID=node105/4100674-1466210703
RUNJOBID= node105-1466206102-13555
PBS_JOBID= 19918167
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-scagr25.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100674-1466210703/watcher-4100674-1466210703 -o /tmp/evaluation-result-4100674-1466210703/solver-4100674-1466210703 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13555 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100674-1466210703.opb

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

MD5SUM BENCH= b63141b317e602f06e6dedfad8ff4e9a
RANDOM SEED=373929081

node105.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.561
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	: 5333.12
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.561
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.561
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.561
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.561
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.54
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30656780 kB
Buffers:           39816 kB
Cached:            80776 kB
SwapCached:         1776 kB
Active:          1256452 kB
Inactive:          77456 kB
Active(anon):    1214544 kB
Inactive(anon):     1384 kB
Active(file):      41908 kB
Inactive(file):    76072 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097092 kB
Dirty:              1280 kB
Writeback:             0 kB
AnonPages:       1390912 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             571312 kB
SReclaimable:      14720 kB
SUnreclaim:       556592 kB
KernelStack:        1592 kB
PageTables:         7352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2871928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1185792 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= 71744 MiB
End job on node105 at 2016-06-18 02:59:59