Trace number 4258170

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-CSP 2017-07-05SAT (TO)143234 245.172 240.21899

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai12a.xml
MD5SUM1740172f6b6c755c4ba85e14840c110b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark112208
Best CPU time to get the best result obtained on this benchmark2003.23
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints67
Number of domains2
Minimum domain size12
Maximum domain size43
Distribution of domain sizes[{"size":12,"count":12},{"size":43,"count":66}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":12,"count":12}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":66},{"arity":12,"count":1}]
Number of extensional constraints66
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":66},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.10/1.31	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.10/1.31	c This is free software under the dual EPL/GNU LGPL licenses.
3.10/1.31	c See www.sat4j.org for details.
3.10/1.31	c That software uses the Rhino library from the Mozilla project.
3.10/1.31	c version CUSTOM.v20170705
3.10/1.31	c java.runtime.name	Java(TM) SE Runtime Environment
3.10/1.31	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.10/1.31	c java.vm.version	25.131-b11
3.10/1.31	c java.vm.vendor	Oracle Corporation
3.10/1.31	c sun.arch.data.model	64
3.10/1.31	c java.version		1.8.0_131
3.10/1.31	c os.name		Linux
3.10/1.31	c os.version		3.10.0-514.16.1.el7.x86_64
3.10/1.31	c os.arch		amd64
3.10/1.31	c Free memory 		499604488
3.10/1.31	c Max memory 		7247757312
3.10/1.31	c Total memory 		504889344
3.10/1.31	c Number of processors 	4
3.10/1.31	c c --- Begin Solver configuration ---
3.10/1.31	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.10/1.31	c Learn all clauses as in MiniSAT
3.10/1.31	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.10/1.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.10/1.31	c No reason simplification
3.10/1.31	c Glucose 2.1 dynamic restart strategy
3.10/1.31	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
3.10/1.31	c timeout=2147483s
3.10/1.31	c DB Simplification allowed=false
3.10/1.31	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.10/1.31	c --- End Solver configuration ---
3.10/1.31	c constraints type 
3.10/1.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
3.10/1.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 584496
3.10/1.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 104280
3.10/1.31	c org.sat4j.minisat.constraints.cnf.UnitClause => 132
3.10/1.31	c 689064 constraints processed.
5.72/3.01	o 147637
94.51/90.50	o 143234
245.15/240.20	c starts		: 3676
245.15/240.20	c conflicts		: 1312749
245.15/240.20	c decisions		: 30196547
245.15/240.20	c propagations		: 742638395
245.15/240.20	c inspects		: 1517662032
245.15/240.20	c shortcuts		: 0
245.15/240.20	c learnt literals	: 0
245.15/240.20	c learnt binary clauses	: 2342
245.15/240.20	c learnt ternary clauses	: 3853
245.15/240.20	c learnt constraints	: 1312749
245.15/240.20	c ignored constraints	: 0
245.15/240.20	c root simplifications	: 0
245.15/240.20	c removed literals (reason simplification)	: 0
245.15/240.20	c reason swapping (by a shorter reason)	: 0
245.15/240.20	c Calls to reduceDB	: 63
245.15/240.20	c Number of update (reduction) of LBD	: 878386
245.15/240.20	c Imported unit clauses	: 0
245.15/240.20	c number of reductions to clauses (during analyze)	: 0
245.15/240.20	c number of learned constraints concerned by reduction	: 0
245.15/240.20	c number of learning phase by resolution	: 0
245.15/240.20	c number of learning phase by cutting planes	: 0
245.15/240.20	c number of rounding to 1 operations	: 0
245.15/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
245.15/240.20	c number of reductions of the coefficients by power 2 	: 0
245.15/240.20	c number of right shift for reduction by power 2 	: 0
245.15/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
245.15/240.20	c speed (assignments/second)	: 3109042.781666555
245.15/240.20	c non guided choices	10104156
245.15/240.20	c learnt constraints type 
245.15/240.20	s SATISFIABLE
245.15/240.21	v <instantiation type="solution">
245.15/240.21	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[7][0] d[7][1] d[7][2] d[7][3] d[7][4] d[7][5] d[7][6] d[7][7] d[7][8] d[7][9] d[7][10] d[7][11] d[8][0] d[8][1] d[8][2] d[8][3] d[8][4] d[8][5] d[8][6] d[8][7] d[8][8] d[8][9] d[8][10] d[8][11] d[9][0] d[9][1] d[9][2] d[9][3] d[9][4] d[9][5] d[9][6] d[9][7] d[9][8] d[9][9] d[9][10] d[9][11] d[10][0] d[10][1] d[10][2] d[10][3] d[10][4] d[10][5] d[10][6] d[10][7] d[10][8] d[10][9] d[10][10] d[10][11] d[11][0] d[11][1] d[11][2] d[11][3] d[11][4] d[11][5] d[11][6] d[11][7] d[11][8] d[11][9] d[11][10] d[11][11] </list>
245.15/240.21	v 	<values> 9 7 10 6 2 5 0 11 1 8 4 3 0 76 50 77 35 82 4 4 9 93 61 59 0 0 76 71 91 11 25 40 89 89 57 45 0 0 0 74 82 82 63 36 1 56 36 18 0 0 0 0 26 71 6 30 0 8 18 86 0 0 0 0 0 0 95 26 44 11 12 84 0 0 0 0 0 0 41 6 79 29 39 56 0 0 0 0 0 0 0 6 21 10 56 82 0 0 0 0 0 0 0 0 85 1 21 76 0 0 0 0 0 0 0 0 0 35 75 40 0 0 0 0 0 0 0 0 0 0 36 91 0 0 0 0 0 0 0 0 0 0 0 69 0 0 0 0 0 0 0 0 0 0 0 0 </values>
245.15/240.21	v </instantiation>
245.15/240.21	

Verifier Data

OK	143234

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-4258170-1501645687/watcher-4258170-1501645687 -o /tmp/evaluation-result-4258170-1501645687/solver-4258170-1501645687 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258170-1501645687.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.18 2.16 2.32 3/196 1128
/proc/meminfo: memFree=30432440/32770624 swapFree=0/219540
[pid=1128] ppid=1125 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/1128/stat : 1128 (runsolver) D 1125 1128 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13191798 24240128 106 18446744073709551615 4194304 4338465 140728265816944 140728265814584 140217483805399 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 38494208 140728265822343 140728265822790 140728265822790 140728265826250 0
/proc/1128/statm: 5918 106 53 36 0 2156 0

[startup+0.100158 s]
/proc/loadavg: 2.18 2.16 2.32 3/196 1128
/proc/meminfo: memFree=30432440/32770624 swapFree=0/219540
[pid=1128] ppid=1125 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/1128/stat : 1128 (runsolver) D 1125 1128 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13191798 24240128 106 18446744073709551615 4194304 4338465 140728265816944 140728265814584 140217483805399 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 38494208 140728265822343 140728265822790 140728265822790 140728265826250 0
/proc/1128/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200321 s]
/proc/loadavg: 2.18 2.16 2.32 3/196 1128
/proc/meminfo: memFree=30432440/32770624 swapFree=0/219540
[pid=1128] ppid=1125 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/1128/stat : 1128 (java) S 1125 1128 5091 0 -1 1077944320 4668 0 0 0 5 0 0 0 20 0 14 0 13191798 10736119808 5706 18446744073709551615 4194304 4196468 140722842731568 140722842714112 139834583342839 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
/proc/1128/statm: 2621123 5706 2570 1 0 2610628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300323 s]
/proc/loadavg: 2.18 2.16 2.32 3/196 1128
/proc/meminfo: memFree=30432440/32770624 swapFree=0/219540
[pid=1128] ppid=1125 vsize=10551156 CPUtime=0.16 cores=1,3,5,7
/proc/1128/stat : 1128 (java) S 1125 1128 5091 0 -1 1077944320 7981 0 0 0 14 2 0 0 20 0 15 0 13191798 10804383744 7707 18446744073709551615 4194304 4196468 140722842731568 140722842714112 139834583342839 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
/proc/1128/statm: 2637789 7707 2833 1 0 2627269 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 10551156

[startup+0.70073 s]
/proc/loadavg: 2.18 2.16 2.32 3/196 1128
/proc/meminfo: memFree=30432440/32770624 swapFree=0/219540
[pid=1128] ppid=1125 vsize=10551232 CPUtime=1.21 cores=1,3,5,7
/proc/1128/stat : 1128 (java) S 1125 1128 5091 0 -1 1077944320 13034 0 0 0 116 5 0 0 20 0 15 0 13191798 10804461568 25582 18446744073709551615 4194304 4196468 140722842731568 140722842714112 139834583342839 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
/proc/1128/statm: 2637808 25582 3044 1 0 2627269 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 10551232

[startup+1.50073 s]
/proc/loadavg: 2.18 2.16 2.32 8/211 1143
/proc/meminfo: memFree=30211824/32770624 swapFree=0/219540
[pid=1128] ppid=1125 vsize=10617796 CPUtime=3.74 cores=1,3,5,7
/proc/1128/stat : 1128 (java) S 1125 1128 5091 0 -1 1077944320 21486 0 0 0 361 13 0 0 20 0 16 0 13191798 10872623104 67564 18446744073709551615 4194304 4196468 140722842731568 140722842714112 139834583342839 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
/proc/1128/statm: 2654449 67564 3098 1 0 2643910 0
[pid=1128/tid=1130] ppid=1125 vsize=10617796 CPUtime=1.21 cores=1,3,5,7
/proc/1128/task/1130/stat : 1130 (java) R 1125 1128 5091 0 -1 4202560 7894 0 0 0 117 4 0 0 20 0 16 0 13191808 10872623104 67564 18446744073709551615 4194304 4196468 140722842731568 139834587571280 139834223591735 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1131] ppid=1125 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/1128/task/1131/stat : 1131 (java) S 1125 1128 5091 0 -1 1077944384 126 0 0 0 5 1 0 0 20 0 16 0 13191809 10872623104 67564 18446744073709551615 4194304 4196468 140722842731568 139834540309648 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1132] ppid=1125 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/1128/task/1132/stat : 1132 (java) S 1125 1128 5091 0 -1 1077944384 130 0 0 0 5 1 0 0 20 0 16 0 13191809 10872623104 67564 18446744073709551615 4194304 4196468 140722842731568 139834193271824 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1133] ppid=1125 vsize=10617796 CPUtime=0.05 cores=1,3,5,7
/proc/1128/task/1133/stat : 1133 (java) S 1125 1128 5091 0 -1 1077944384 46 0 0 0 4 1 0 0 20 0 16 0 13191809 10872623104 67564 18446744073709551615 4194304 4196468 140722842731568 139834192219024 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1134] ppid=1125 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/1128/task/1134/stat : 1134 (java) S 1125 1128 5091 0 -1 1077944384 113 0 0 0 3 0 0 0 20 0 16 0 13191809 10872623104 67564 18446744073709551615 4194304 4196468 140722842731568 139834191166224 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1135] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1135/stat : 1135 (java) S 1125 1128 5091 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 67564 18446744073709551615 4194304 4196468 140722842731568 139833892460912 139834583353986 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1136] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1136/stat : 1136 (java) S 1125 1128 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 67564 18446744073709551615 4194304 4196468 140722842731568 139833891406880 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1137] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1137/stat : 1137 (java) S 1125 1128 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 67564 18446744073709551615 4194304 4196468 140722842731568 139833890354032 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1138] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1138/stat : 1138 (java) S 1125 1128 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13191813 10872623104 67564 18446744073709551615 4194304 4196468 140722842731568 139833889302352 139834583361435 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1139] ppid=1125 vsize=10617796 CPUtime=1.01 cores=1,3,5,7
/proc/1128/task/1139/stat : 1139 (java) R 1125 1128 5091 0 -1 4202560 5868 0 0 0 100 1 0 0 20 0 16 0 13191813 10872623104 67564 18446744073709551615 4194304 4196468 140722842731568 139833888240592 139834569357165 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1140] ppid=1125 vsize=10617796 CPUtime=0.96 cores=1,3,5,7
/proc/1128/task/1140/stat : 1140 (java) R 1125 1128 5091 0 -1 4202560 4295 0 0 0 96 0 0 0 20 0 16 0 13191813 10872623104 67564 18446744073709551615 4194304 4196468 140722842731568 139833887178528 139834568223072 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1141] ppid=1125 vsize=10617796 CPUtime=0.27 cores=1,3,5,7
/proc/1128/task/1141/stat : 1141 (java) S 1125 1128 5091 0 -1 1077944384 1553 0 0 0 27 0 0 0 20 0 16 0 13191813 10872623104 67564 18446744073709551615 4194304 4196468 140722842731568 139833886145136 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1142] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1142/stat : 1142 (java) S 1125 1128 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13191814 10872623104 67564 18446744073709551615 4194304 4196468 140722842731568 139833885092576 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1143] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1143/stat : 1143 (java) S 1125 1128 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13191821 10872623104 67564 18446744073709551615 4194304 4196468 140722842731568 139833884039856 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 10617796

[startup+3.10071 s]
/proc/loadavg: 2.18 2.16 2.32 3/212 1144
/proc/meminfo: memFree=30172428/32770624 swapFree=0/219560
[pid=1128] ppid=1125 vsize=10617796 CPUtime=5.87 cores=1,3,5,7
/proc/1128/stat : 1128 (java) S 1125 1128 5091 0 -1 1077944320 25218 0 0 0 574 13 0 0 20 0 16 0 13191798 10872623104 67895 18446744073709551615 4194304 4196468 140722842731568 140722842714112 139834583342839 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
/proc/1128/statm: 2654449 67895 3111 1 0 2643910 0
[pid=1128/tid=1130] ppid=1125 vsize=10617796 CPUtime=2.81 cores=1,3,5,7
/proc/1128/task/1130/stat : 1130 (java) R 1125 1128 5091 0 -1 4202560 9168 0 0 0 277 4 0 0 20 0 16 0 13191808 10872623104 67895 18446744073709551615 4194304 4196468 140722842731568 139834587561472 139834220163145 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1131] ppid=1125 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/1128/task/1131/stat : 1131 (java) S 1125 1128 5091 0 -1 1077944384 126 0 0 0 5 1 0 0 20 0 16 0 13191809 10872623104 67895 18446744073709551615 4194304 4196468 140722842731568 139834540309648 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1132] ppid=1125 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/1128/task/1132/stat : 1132 (java) S 1125 1128 5091 0 -1 1077944384 130 0 0 0 5 1 0 0 20 0 16 0 13191809 10872623104 67895 18446744073709551615 4194304 4196468 140722842731568 139834193271824 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1133] ppid=1125 vsize=10617796 CPUtime=0.05 cores=1,3,5,7
/proc/1128/task/1133/stat : 1133 (java) S 1125 1128 5091 0 -1 1077944384 46 0 0 0 4 1 0 0 20 0 16 0 13191809 10872623104 67895 18446744073709551615 4194304 4196468 140722842731568 139834192219024 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1134] ppid=1125 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/1128/task/1134/stat : 1134 (java) S 1125 1128 5091 0 -1 1077944384 113 0 0 0 3 0 0 0 20 0 16 0 13191809 10872623104 67895 18446744073709551615 4194304 4196468 140722842731568 139834191166224 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1135] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1135/stat : 1135 (java) S 1125 1128 5091 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 67895 18446744073709551615 4194304 4196468 140722842731568 139833892460912 139834583353986 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1136] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1136/stat : 1136 (java) S 1125 1128 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 67895 18446744073709551615 4194304 4196468 140722842731568 139833891406880 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1137] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1137/stat : 1137 (java) S 1125 1128 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 67895 18446744073709551615 4194304 4196468 140722842731568 139833890354032 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1138] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1138/stat : 1138 (java) S 1125 1128 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13191813 10872623104 67895 18446744073709551615 4194304 4196468 140722842731568 139833889302352 139834583361435 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1139] ppid=1125 vsize=10617796 CPUtime=1.31 cores=1,3,5,7
/proc/1128/task/1139/stat : 1139 (java) S 1125 1128 5091 0 -1 1077944384 6962 0 0 0 130 1 0 0 20 0 16 0 13191813 10872623104 67895 18446744073709551615 4194304 4196468 140722842731568 139833888250736 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1140] ppid=1125 vsize=10617796 CPUtime=1.15 cores=1,3,5,7
/proc/1128/task/1140/stat : 1140 (java) S 1125 1128 5091 0 -1 1077944384 5080 0 0 0 115 0 0 0 20 0 16 0 13191813 10872623104 67895 18446744073709551615 4194304 4196468 140722842731568 139833887197936 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1141] ppid=1125 vsize=10617796 CPUtime=0.32 cores=1,3,5,7
/proc/1128/task/1141/stat : 1141 (java) S 1125 1128 5091 0 -1 1077944384 1846 0 0 0 31 1 0 0 20 0 16 0 13191813 10872623104 67895 18446744073709551615 4194304 4196468 140722842731568 139833886145136 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1142] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1142/stat : 1142 (java) S 1125 1128 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13191814 10872623104 67895 18446744073709551615 4194304 4196468 140722842731568 139833885092576 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1143] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1143/stat : 1143 (java) S 1125 1128 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 13191821 10872623104 67895 18446744073709551615 4194304 4196468 140722842731568 139833884039856 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1144] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1144/stat : 1144 (java) S 1125 1128 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13191933 10872623104 67895 18446744073709551615 4194304 4196468 140722842731568 139833882985392 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 10617796

[startup+6.30064 s]
/proc/loadavg: 2.25 2.17 2.33 3/212 1144
/proc/meminfo: memFree=30174440/32770624 swapFree=0/219560
[pid=1128] ppid=1125 vsize=10617796 CPUtime=9.81 cores=1,3,5,7
/proc/1128/stat : 1128 (java) S 1125 1128 5091 0 -1 1077944320 29313 0 0 0 968 13 0 0 20 0 16 0 13191798 10872623104 66978 18446744073709551615 4194304 4196468 140722842731568 140722842714112 139834583342839 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
/proc/1128/statm: 2654449 66978 3117 1 0 2643910 0
[pid=1128/tid=1130] ppid=1125 vsize=10617796 CPUtime=6.02 cores=1,3,5,7
/proc/1128/task/1130/stat : 1130 (java) R 1125 1128 5091 0 -1 4202560 9513 0 0 0 597 5 0 0 20 0 16 0 13191808 10872623104 66978 18446744073709551615 4194304 4196468 140722842731568 139834587578880 139834223719756 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1131] ppid=1125 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/1128/task/1131/stat : 1131 (java) S 1125 1128 5091 0 -1 1077944384 126 0 0 0 5 1 0 0 20 0 16 0 13191809 10872623104 66978 18446744073709551615 4194304 4196468 140722842731568 139834540309648 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1132] ppid=1125 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/1128/task/1132/stat : 1132 (java) S 1125 1128 5091 0 -1 1077944384 130 0 0 0 5 1 0 0 20 0 16 0 13191809 10872623104 66978 18446744073709551615 4194304 4196468 140722842731568 139834193271824 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1133] ppid=1125 vsize=10617796 CPUtime=0.05 cores=1,3,5,7
/proc/1128/task/1133/stat : 1133 (java) S 1125 1128 5091 0 -1 1077944384 46 0 0 0 4 1 0 0 20 0 16 0 13191809 10872623104 66978 18446744073709551615 4194304 4196468 140722842731568 139834192219024 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1134] ppid=1125 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/1128/task/1134/stat : 1134 (java) S 1125 1128 5091 0 -1 1077944384 113 0 0 0 3 0 0 0 20 0 16 0 13191809 10872623104 66978 18446744073709551615 4194304 4196468 140722842731568 139834191166224 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1135] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1135/stat : 1135 (java) S 1125 1128 5091 0 -1 1077944384 477 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 66978 18446744073709551615 4194304 4196468 140722842731568 139833892460912 139834583353986 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1136] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1136/stat : 1136 (java) S 1125 1128 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 66978 18446744073709551615 4194304 4196468 140722842731568 139833891406880 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1137] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1137/stat : 1137 (java) S 1125 1128 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 66978 18446744073709551615 4194304 4196468 140722842731568 139833890354032 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1138] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1138/stat : 1138 (java) S 1125 1128 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13191813 10872623104 66978 18446744073709551615 4194304 4196468 140722842731568 139833889302352 139834583361435 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1139] ppid=1125 vsize=10617796 CPUtime=1.75 cores=1,3,5,7
/proc/1128/task/1139/stat : 1139 (java) S 1125 1128 5091 0 -1 1077944384 8660 0 0 0 174 1 0 0 20 0 16 0 13191813 10872623104 66978 18446744073709551615 4194304 4196468 140722842731568 139833888250736 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1140] ppid=1125 vsize=10617796 CPUtime=1.42 cores=1,3,5,7
/proc/1128/task/1140/stat : 1140 (java) S 1125 1128 5091 0 -1 1077944384 6565 0 0 0 142 0 0 0 20 0 16 0 13191813 10872623104 66978 18446744073709551615 4194304 4196468 140722842731568 139833887197936 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1141] ppid=1125 vsize=10617796 CPUtime=0.34 cores=1,3,5,7
/proc/1128/task/1141/stat : 1141 (java) S 1125 1128 5091 0 -1 1077944384 1893 0 0 0 33 1 0 0 20 0 16 0 13191813 10872623104 66978 18446744073709551615 4194304 4196468 140722842731568 139833886145136 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1142] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1142/stat : 1142 (java) S 1125 1128 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13191814 10872623104 66978 18446744073709551615 4194304 4196468 140722842731568 139833885092576 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1143] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1143/stat : 1143 (java) S 1125 1128 5091 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 16 0 13191821 10872623104 66978 18446744073709551615 4194304 4196468 140722842731568 139833884039856 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1144] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1144/stat : 1144 (java) S 1125 1128 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13191933 10872623104 66978 18446744073709551615 4194304 4196468 140722842731568 139833882985392 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
Current children cumulated CPU time (s) 9.81
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 2.23 2.17 2.32 3/212 1145
/proc/meminfo: memFree=30174068/32770624 swapFree=0/219560
[pid=1128] ppid=1125 vsize=10617796 CPUtime=16.23 cores=1,3,5,7
/proc/1128/stat : 1128 (java) S 1125 1128 5091 0 -1 1077944320 31644 0 0 0 1609 14 0 0 20 0 16 0 13191798 10872623104 67530 18446744073709551615 4194304 4196468 140722842731568 140722842714112 139834583342839 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
/proc/1128/statm: 2654449 67530 3117 1 0 2643910 0
[pid=1128/tid=1130] ppid=1125 vsize=10617796 CPUtime=12.42 cores=1,3,5,7
/proc/1128/task/1130/stat : 1130 (java) R 1125 1128 5091 0 -1 4202560 10724 0 0 0 1237 5 0 0 20 0 16 0 13191808 10872623104 67530 18446744073709551615 4194304 4196468 140722842731568 139834587581800 139834224632546 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1131] ppid=1125 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/1128/task/1131/stat : 1131 (java) S 1125 1128 5091 0 -1 1077944384 126 0 0 0 5 1 0 0 20 0 16 0 13191809 10872623104 67530 18446744073709551615 4194304 4196468 140722842731568 139834540309648 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1132] ppid=1125 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/1128/task/1132/stat : 1132 (java) S 1125 1128 5091 0 -1 1077944384 130 0 0 0 5 1 0 0 20 0 16 0 13191809 10872623104 67530 18446744073709551615 4194304 4196468 140722842731568 139834193271824 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1133] ppid=1125 vsize=10617796 CPUtime=0.05 cores=1,3,5,7
/proc/1128/task/1133/stat : 1133 (java) S 1125 1128 5091 0 -1 1077944384 46 0 0 0 4 1 0 0 20 0 16 0 13191809 10872623104 67530 18446744073709551615 4194304 4196468 140722842731568 139834192219024 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1134] ppid=1125 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/1128/task/1134/stat : 1134 (java) S 1125 1128 5091 0 -1 1077944384 113 0 0 0 3 0 0 0 20 0 16 0 13191809 10872623104 67530 18446744073709551615 4194304 4196468 140722842731568 139834191166224 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1135] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1135/stat : 1135 (java) S 1125 1128 5091 0 -1 1077944384 530 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 67530 18446744073709551615 4194304 4196468 140722842731568 139833892460912 139834583353986 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1136] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1136/stat : 1136 (java) S 1125 1128 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 67530 18446744073709551615 4194304 4196468 140722842731568 139833891406880 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0

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

[startup+162.301 s]
/proc/loadavg: 2.05 2.12 2.28 3/211 1232
/proc/meminfo: memFree=30585420/32770624 swapFree=0/219700
[pid=1128] ppid=1125 vsize=10617796 CPUtime=167.36 cores=1,3,5,7
/proc/1128/stat : 1128 (java) S 1125 1128 5091 0 -1 1077944320 49323 0 0 0 16691 45 0 0 20 0 16 0 13191798 10872623104 154871 18446744073709551615 4194304 4196468 140722842731568 140722842714112 139834583342839 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
/proc/1128/statm: 2654449 154871 3133 1 0 2643910 0
[pid=1128/tid=1130] ppid=1125 vsize=10617796 CPUtime=161.61 cores=1,3,5,7
/proc/1128/task/1130/stat : 1130 (java) R 1125 1128 5091 0 -1 4202560 13908 0 0 0 16155 6 0 0 20 0 16 0 13191808 10872623104 154871 18446744073709551615 4194304 4196468 140722842731568 139834587578992 139834224632432 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1131] ppid=1125 vsize=10617796 CPUtime=0.38 cores=1,3,5,7
/proc/1128/task/1131/stat : 1131 (java) S 1125 1128 5091 0 -1 1077944384 479 0 0 0 31 7 0 0 20 0 16 0 13191809 10872623104 154871 18446744073709551615 4194304 4196468 140722842731568 139834540309648 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1132] ppid=1125 vsize=10617796 CPUtime=0.39 cores=1,3,5,7
/proc/1128/task/1132/stat : 1132 (java) S 1125 1128 5091 0 -1 1077944384 544 0 0 0 31 8 0 0 20 0 16 0 13191809 10872623104 154871 18446744073709551615 4194304 4196468 140722842731568 139834193271824 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1133] ppid=1125 vsize=10617796 CPUtime=0.38 cores=1,3,5,7
/proc/1128/task/1133/stat : 1133 (java) S 1125 1128 5091 0 -1 1077944384 374 0 0 0 30 8 0 0 20 0 16 0 13191809 10872623104 154871 18446744073709551615 4194304 4196468 140722842731568 139834192219024 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1134] ppid=1125 vsize=10617796 CPUtime=0.36 cores=1,3,5,7
/proc/1128/task/1134/stat : 1134 (java) S 1125 1128 5091 0 -1 1077944384 1532 0 0 0 29 7 0 0 20 0 16 0 13191809 10872623104 154871 18446744073709551615 4194304 4196468 140722842731568 139834191166224 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1135] ppid=1125 vsize=10617796 CPUtime=0.08 cores=1,3,5,7
/proc/1128/task/1135/stat : 1135 (java) S 1125 1128 5091 0 -1 1077944384 3209 0 0 0 8 0 0 0 20 0 16 0 13191811 10872623104 154871 18446744073709551615 4194304 4196468 140722842731568 139833892460912 139834583353986 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1136] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1136/stat : 1136 (java) S 1125 1128 5091 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 154871 18446744073709551615 4194304 4196468 140722842731568 139833891406944 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1137] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1137/stat : 1137 (java) S 1125 1128 5091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 154871 18446744073709551615 4194304 4196468 140722842731568 139833890354048 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1138] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1138/stat : 1138 (java) S 1125 1128 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13191813 10872623104 154871 18446744073709551615 4194304 4196468 140722842731568 139833889302352 139834583361435 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1139] ppid=1125 vsize=10617796 CPUtime=2.02 cores=1,3,5,7
/proc/1128/task/1139/stat : 1139 (java) S 1125 1128 5091 0 -1 1077944384 12763 0 0 0 200 2 0 0 20 0 16 0 13191813 10872623104 154871 18446744073709551615 4194304 4196468 140722842731568 139833888250736 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1140] ppid=1125 vsize=10617796 CPUtime=1.64 cores=1,3,5,7
/proc/1128/task/1140/stat : 1140 (java) S 1125 1128 5091 0 -1 1077944384 10965 0 0 0 163 1 0 0 20 0 16 0 13191813 10872623104 154871 18446744073709551615 4194304 4196468 140722842731568 139833887197936 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1141] ppid=1125 vsize=10617796 CPUtime=0.36 cores=1,3,5,7
/proc/1128/task/1141/stat : 1141 (java) S 1125 1128 5091 0 -1 1077944384 3316 0 0 0 35 1 0 0 20 0 16 0 13191813 10872623104 154871 18446744073709551615 4194304 4196468 140722842731568 139833886145136 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1142] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1142/stat : 1142 (java) S 1125 1128 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13191814 10872623104 154871 18446744073709551615 4194304 4196468 140722842731568 139833885092576 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1143] ppid=1125 vsize=10617796 CPUtime=0.07 cores=1,3,5,7
/proc/1128/task/1143/stat : 1143 (java) S 1125 1128 5091 0 -1 1077944384 829 0 0 0 3 4 0 0 20 0 16 0 13191821 10872623104 154871 18446744073709551615 4194304 4196468 140722842731568 139833884039856 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1144] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1144/stat : 1144 (java) S 1125 1128 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13191933 10872623104 154871 18446744073709551615 4194304 4196468 140722842731568 139833882985392 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
Current children cumulated CPU time (s) 167.36
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.16 2.13 2.28 3/211 1316
/proc/meminfo: memFree=30893152/32770624 swapFree=0/219764
[pid=1128] ppid=1125 vsize=10617796 CPUtime=227.39 cores=1,3,5,7
/proc/1128/stat : 1128 (java) S 1125 1128 5091 0 -1 1077944320 50509 0 0 0 22691 48 0 0 20 0 16 0 13191798 10872623104 185855 18446744073709551615 4194304 4196468 140722842731568 140722842714112 139834583342839 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
/proc/1128/statm: 2654449 185855 3133 1 0 2643910 0
[pid=1128/tid=1130] ppid=1125 vsize=10617796 CPUtime=221.61 cores=1,3,5,7
/proc/1128/task/1130/stat : 1130 (java) R 1125 1128 5091 0 -1 4202560 15041 0 0 0 22153 8 0 0 20 0 16 0 13191808 10872623104 185855 18446744073709551615 4194304 4196468 140722842731568 139834587578992 139834223939092 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1131] ppid=1125 vsize=10617796 CPUtime=0.38 cores=1,3,5,7
/proc/1128/task/1131/stat : 1131 (java) S 1125 1128 5091 0 -1 1077944384 479 0 0 0 31 7 0 0 20 0 16 0 13191809 10872623104 185855 18446744073709551615 4194304 4196468 140722842731568 139834540309648 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1132] ppid=1125 vsize=10617796 CPUtime=0.39 cores=1,3,5,7
/proc/1128/task/1132/stat : 1132 (java) S 1125 1128 5091 0 -1 1077944384 544 0 0 0 31 8 0 0 20 0 16 0 13191809 10872623104 185855 18446744073709551615 4194304 4196468 140722842731568 139834193271824 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1133] ppid=1125 vsize=10617796 CPUtime=0.38 cores=1,3,5,7
/proc/1128/task/1133/stat : 1133 (java) S 1125 1128 5091 0 -1 1077944384 374 0 0 0 30 8 0 0 20 0 16 0 13191809 10872623104 185855 18446744073709551615 4194304 4196468 140722842731568 139834192219024 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1134] ppid=1125 vsize=10617796 CPUtime=0.36 cores=1,3,5,7
/proc/1128/task/1134/stat : 1134 (java) S 1125 1128 5091 0 -1 1077944384 1532 0 0 0 29 7 0 0 20 0 16 0 13191809 10872623104 185855 18446744073709551615 4194304 4196468 140722842731568 139834191166224 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1135] ppid=1125 vsize=10617796 CPUtime=0.08 cores=1,3,5,7
/proc/1128/task/1135/stat : 1135 (java) S 1125 1128 5091 0 -1 1077944384 3213 0 0 0 8 0 0 0 20 0 16 0 13191811 10872623104 185855 18446744073709551615 4194304 4196468 140722842731568 139833892460912 139834583353986 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1136] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1136/stat : 1136 (java) S 1125 1128 5091 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 185855 18446744073709551615 4194304 4196468 140722842731568 139833891406944 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1137] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1137/stat : 1137 (java) S 1125 1128 5091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 185855 18446744073709551615 4194304 4196468 140722842731568 139833890354048 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1138] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1138/stat : 1138 (java) S 1125 1128 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13191813 10872623104 185855 18446744073709551615 4194304 4196468 140722842731568 139833889302352 139834583361435 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1139] ppid=1125 vsize=10617796 CPUtime=2.02 cores=1,3,5,7
/proc/1128/task/1139/stat : 1139 (java) S 1125 1128 5091 0 -1 1077944384 12770 0 0 0 200 2 0 0 20 0 16 0 13191813 10872623104 185855 18446744073709551615 4194304 4196468 140722842731568 139833888250736 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1140] ppid=1125 vsize=10617796 CPUtime=1.65 cores=1,3,5,7
/proc/1128/task/1140/stat : 1140 (java) S 1125 1128 5091 0 -1 1077944384 10969 0 0 0 164 1 0 0 20 0 16 0 13191813 10872623104 185855 18446744073709551615 4194304 4196468 140722842731568 139833887197936 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1141] ppid=1125 vsize=10617796 CPUtime=0.36 cores=1,3,5,7
/proc/1128/task/1141/stat : 1141 (java) S 1125 1128 5091 0 -1 1077944384 3319 0 0 0 35 1 0 0 20 0 16 0 13191813 10872623104 185855 18446744073709551615 4194304 4196468 140722842731568 139833886145136 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1142] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1142/stat : 1142 (java) S 1125 1128 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13191814 10872623104 185855 18446744073709551615 4194304 4196468 140722842731568 139833885092576 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1143] ppid=1125 vsize=10617796 CPUtime=0.11 cores=1,3,5,7
/proc/1128/task/1143/stat : 1143 (java) S 1125 1128 5091 0 -1 1077944384 864 0 0 0 6 5 0 0 20 0 16 0 13191821 10872623104 185855 18446744073709551615 4194304 4196468 140722842731568 139833884039856 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1144] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1144/stat : 1144 (java) S 1125 1128 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13191933 10872623104 185855 18446744073709551615 4194304 4196468 140722842731568 139833882985392 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
Current children cumulated CPU time (s) 227.39
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.11 2.12 2.27 3/211 1316
/proc/meminfo: memFree=30837696/32770624 swapFree=0/219776
[pid=1128] ppid=1125 vsize=10617796 CPUtime=245.1 cores=1,3,5,7
/proc/1128/stat : 1128 (java) S 1125 1128 5091 0 -1 1077944320 50567 0 0 0 24460 50 0 0 20 0 16 0 13191798 10872623104 199679 18446744073709551615 4194304 4196468 140722842731568 140722842714112 139834583342839 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
/proc/1128/statm: 2654449 199679 3133 1 0 2643910 0
[pid=1128/tid=1130] ppid=1125 vsize=10617796 CPUtime=239.31 cores=1,3,5,7
/proc/1128/task/1130/stat : 1130 (java) R 1125 1128 5091 0 -1 4202560 15099 0 0 0 23922 9 0 0 20 0 16 0 13191808 10872623104 199679 18446744073709551615 4194304 4196468 140722842731568 139834587578992 139834223672474 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1131] ppid=1125 vsize=10617796 CPUtime=0.38 cores=1,3,5,7
/proc/1128/task/1131/stat : 1131 (java) S 1125 1128 5091 0 -1 1077944384 479 0 0 0 31 7 0 0 20 0 16 0 13191809 10872623104 199679 18446744073709551615 4194304 4196468 140722842731568 139834540309648 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1132] ppid=1125 vsize=10617796 CPUtime=0.39 cores=1,3,5,7
/proc/1128/task/1132/stat : 1132 (java) S 1125 1128 5091 0 -1 1077944384 544 0 0 0 31 8 0 0 20 0 16 0 13191809 10872623104 199679 18446744073709551615 4194304 4196468 140722842731568 139834193271824 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1133] ppid=1125 vsize=10617796 CPUtime=0.38 cores=1,3,5,7
/proc/1128/task/1133/stat : 1133 (java) S 1125 1128 5091 0 -1 1077944384 374 0 0 0 30 8 0 0 20 0 16 0 13191809 10872623104 199679 18446744073709551615 4194304 4196468 140722842731568 139834192219024 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1134] ppid=1125 vsize=10617796 CPUtime=0.36 cores=1,3,5,7
/proc/1128/task/1134/stat : 1134 (java) S 1125 1128 5091 0 -1 1077944384 1532 0 0 0 29 7 0 0 20 0 16 0 13191809 10872623104 199679 18446744073709551615 4194304 4196468 140722842731568 139834191166224 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1135] ppid=1125 vsize=10617796 CPUtime=0.08 cores=1,3,5,7
/proc/1128/task/1135/stat : 1135 (java) S 1125 1128 5091 0 -1 1077944384 3213 0 0 0 8 0 0 0 20 0 16 0 13191811 10872623104 199679 18446744073709551615 4194304 4196468 140722842731568 139833892460912 139834583353986 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1136] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1136/stat : 1136 (java) S 1125 1128 5091 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 199679 18446744073709551615 4194304 4196468 140722842731568 139833891406944 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1137] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1137/stat : 1137 (java) S 1125 1128 5091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 13191811 10872623104 199679 18446744073709551615 4194304 4196468 140722842731568 139833890354048 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1138] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1138/stat : 1138 (java) S 1125 1128 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13191813 10872623104 199679 18446744073709551615 4194304 4196468 140722842731568 139833889302352 139834583361435 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1139] ppid=1125 vsize=10617796 CPUtime=2.02 cores=1,3,5,7
/proc/1128/task/1139/stat : 1139 (java) S 1125 1128 5091 0 -1 1077944384 12770 0 0 0 200 2 0 0 20 0 16 0 13191813 10872623104 199679 18446744073709551615 4194304 4196468 140722842731568 139833888250736 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1140] ppid=1125 vsize=10617796 CPUtime=1.65 cores=1,3,5,7
/proc/1128/task/1140/stat : 1140 (java) S 1125 1128 5091 0 -1 1077944384 10969 0 0 0 164 1 0 0 20 0 16 0 13191813 10872623104 199679 18446744073709551615 4194304 4196468 140722842731568 139833887197936 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1141] ppid=1125 vsize=10617796 CPUtime=0.36 cores=1,3,5,7
/proc/1128/task/1141/stat : 1141 (java) S 1125 1128 5091 0 -1 1077944384 3319 0 0 0 35 1 0 0 20 0 16 0 13191813 10872623104 199679 18446744073709551615 4194304 4196468 140722842731568 139833886145136 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1142] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1142/stat : 1142 (java) S 1125 1128 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13191814 10872623104 199679 18446744073709551615 4194304 4196468 140722842731568 139833885092576 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1143] ppid=1125 vsize=10617796 CPUtime=0.11 cores=1,3,5,7
/proc/1128/task/1143/stat : 1143 (java) S 1125 1128 5091 0 -1 1077944384 864 0 0 0 6 5 0 0 20 0 16 0 13191821 10872623104 199679 18446744073709551615 4194304 4196468 140722842731568 139833884039856 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1144] ppid=1125 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1144/stat : 1144 (java) S 1125 1128 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13191933 10872623104 199679 18446744073709551615 4194304 4196468 140722842731568 139833882985392 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
Current children cumulated CPU time (s) 245.1
Current children cumulated vsize (KiB) 10617796

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 1128 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.11 2.12 2.27 3/211 1316
/proc/meminfo: memFree=30837696/32770624 swapFree=0/219776
[pid=1128] ppid=1125 vsize=10817488 CPUtime=245.15 cores=1,3,5,7
/proc/1128/stat : 1128 (java) S 1125 1128 5091 0 -1 1077944320 51832 0 0 0 24465 50 0 0 20 0 17 0 13191798 11077107712 201815 18446744073709551615 4194304 4196468 140722842731568 140722842714112 139834583342839 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
/proc/1128/statm: 2704372 201815 3137 1 0 2693833 0
[pid=1128/tid=1130] ppid=1125 vsize=10817488 CPUtime=239.35 cores=1,3,5,7
/proc/1128/task/1130/stat : 1130 (java) S 1125 1128 5091 0 -1 1077944384 15348 0 0 0 23926 9 0 0 20 0 17 0 13191808 11077107712 201815 18446744073709551615 4194304 4196468 140722842731568 139834587585712 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1131] ppid=1125 vsize=10817488 CPUtime=0.38 cores=1,3,5,7
/proc/1128/task/1131/stat : 1131 (java) S 1125 1128 5091 0 -1 1077944384 479 0 0 0 31 7 0 0 20 0 17 0 13191809 11077107712 201815 18446744073709551615 4194304 4196468 140722842731568 139834540309648 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1132] ppid=1125 vsize=10817488 CPUtime=0.39 cores=1,3,5,7
/proc/1128/task/1132/stat : 1132 (java) S 1125 1128 5091 0 -1 1077944384 544 0 0 0 31 8 0 0 20 0 17 0 13191809 11077107712 201815 18446744073709551615 4194304 4196468 140722842731568 139834193271824 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1133] ppid=1125 vsize=10817488 CPUtime=0.38 cores=1,3,5,7
/proc/1128/task/1133/stat : 1133 (java) S 1125 1128 5091 0 -1 1077944384 374 0 0 0 30 8 0 0 20 0 17 0 13191809 11077107712 201815 18446744073709551615 4194304 4196468 140722842731568 139834192219024 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1134] ppid=1125 vsize=10817488 CPUtime=0.36 cores=1,3,5,7
/proc/1128/task/1134/stat : 1134 (java) S 1125 1128 5091 0 -1 1077944384 1532 0 0 0 29 7 0 0 20 0 17 0 13191809 11077107712 201815 18446744073709551615 4194304 4196468 140722842731568 139834191166224 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1135] ppid=1125 vsize=10817488 CPUtime=0.08 cores=1,3,5,7
/proc/1128/task/1135/stat : 1135 (java) S 1125 1128 5091 0 -1 1077944384 3231 0 0 0 8 0 0 0 20 0 17 0 13191811 11077107712 201815 18446744073709551615 4194304 4196468 140722842731568 139833892460912 139834583353986 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1136] ppid=1125 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1136/stat : 1136 (java) S 1125 1128 5091 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 13191811 11077107712 201815 18446744073709551615 4194304 4196468 140722842731568 139833891406944 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1137] ppid=1125 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1137/stat : 1137 (java) S 1125 1128 5091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 13191811 11077107712 201815 18446744073709551615 4194304 4196468 140722842731568 139833890354048 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1138] ppid=1125 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1138/stat : 1138 (java) S 1125 1128 5091 0 -1 1077944384 229 0 0 0 0 0 0 0 20 0 17 0 13191813 11077107712 201815 18446744073709551615 4194304 4196468 140722842731568 139833889302352 139834583361435 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1139] ppid=1125 vsize=10817488 CPUtime=2.02 cores=1,3,5,7
/proc/1128/task/1139/stat : 1139 (java) S 1125 1128 5091 0 -1 1077944384 12821 0 0 0 200 2 0 0 20 0 17 0 13191813 11077107712 201815 18446744073709551615 4194304 4196468 140722842731568 139833888250736 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1140] ppid=1125 vsize=10817488 CPUtime=1.65 cores=1,3,5,7
/proc/1128/task/1140/stat : 1140 (java) S 1125 1128 5091 0 -1 1077944384 11081 0 0 0 164 1 0 0 20 0 17 0 13191813 11077107712 201815 18446744073709551615 4194304 4196468 140722842731568 139833887197936 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1141] ppid=1125 vsize=10817488 CPUtime=0.36 cores=1,3,5,7
/proc/1128/task/1141/stat : 1141 (java) S 1125 1128 5091 0 -1 1077944384 3537 0 0 0 35 1 0 0 20 0 17 0 13191813 11077107712 201815 18446744073709551615 4194304 4196468 140722842731568 139833886145136 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1142] ppid=1125 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/1128/task/1142/stat : 1142 (java) S 1125 1128 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13191814 11077107712 201815 18446744073709551615 4194304 4196468 140722842731568 139833885092576 139834583353045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
[pid=1128/tid=1143] ppid=1125 vsize=10817488 CPUtime=0.11 cores=1,3,5,7
/proc/1128/task/1143/stat : 1143 (java) S 1125 1128 5091 0 -1 1077944384 864 0 0 0 6 5 0 0 20 0 17 0 13191821 11077107712 201815 18446744073709551615 4194304 4196468 140722842731568 139833884039856 139834583353986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15609856 140722842735026 140722842735179 140722842735179 140722842738639 0
Current children cumulated CPU time (s) 245.15
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.219
CPU time (s): 245.172
CPU user time (s): 244.659
CPU system time (s): 0.513193
CPU usage (%): 102.062
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.659
system time used= 0.513193
maximum resident set size= 809932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52408
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7199
involuntary context switches= 187

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.18533 second user time and 1.41307 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 05:34:07
IDJOB=4258170
IDBENCH=123120
IDSOLVER=2643
FILE ID=node129/4258170-1501645687
RUNJOBID= node129-1501642919-31105
PBS_JOBID= 
Free space on /tmp= 61772 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai12a.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258170-1501645687/watcher-4258170-1501645687 -o /tmp/evaluation-result-4258170-1501645687/solver-4258170-1501645687 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258170-1501645687.xml

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

MD5SUM BENCH= 1740172f6b6c755c4ba85e14840c110b
RANDOM SEED=1611960693

node129.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30432916 kB
MemAvailable:   30576768 kB
Buffers:          117004 kB
Cached:           308120 kB
SwapCached:            0 kB
Active:          1703848 kB
Inactive:         228072 kB
Active(anon):    1506744 kB
Inactive(anon):     8532 kB
Active(file):     197104 kB
Inactive(file):   219540 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1600 kB
Writeback:             0 kB
AnonPages:       1506180 kB
Mapped:            42160 kB
Shmem:              8872 kB
Slab:             110900 kB
SReclaimable:      86084 kB
SUnreclaim:        24816 kB
KernelStack:        3680 kB
PageTables:         8120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2582636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1380352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61772 MiB
End job on node129 at 2017-08-02 05:38:08