Trace number 4258171

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)250281 247.81599 240.21899

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai15a.xml
MD5SUM01e5f10d01ef86069967703c8ffb230e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark195605
Best CPU time to get the best result obtained on this benchmark251.938
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints105
Number of domains2
Minimum domain size15
Maximum domain size61
Distribution of domain sizes[{"size":15,"count":15},{"size":61,"count":104}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":121},{"degree":2,"count":104},{"degree":14,"count":2},{"degree":15,"count":13}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":104},{"arity":15,"count":1}]
Number of extensional constraints104
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":104},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data

OK	250281

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-4258171-1501645236/watcher-4258171-1501645236 -o /tmp/evaluation-result-4258171-1501645236/solver-4258171-1501645236 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11704 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258171-1501645236.xml 

pid=19348
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.44 2.66 2.80 3/198 19351
/proc/meminfo: memFree=31611904/32770624 swapFree=0/250132
[pid=19351] ppid=19348 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19351/stat : 19351 (runsolver) D 19348 19351 18930 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 64177080 24240128 107 18446744073709551615 4194304 4338465 140734222680800 140734222678440 139712148034263 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 9048064 140734222684294 140734222684741 140734222684741 140734222688202 0
/proc/19351/statm: 5918 107 54 36 0 2156 0

[startup+0.100137 s]
/proc/loadavg: 2.44 2.66 2.80 3/198 19351
/proc/meminfo: memFree=31611904/32770624 swapFree=0/250132
[pid=19351] ppid=19348 vsize=30188 CPUtime=0 cores=1,3,5,7
/proc/19351/stat : 19351 (java) R 19348 19351 18930 0 -1 4202496 903 0 0 0 0 0 0 0 20 0 1 0 64177080 30912512 740 18446744073709551615 4194304 4196468 140729959855056 140729959835752 140088284227209 0 0 1 0 0 0 0 17 5 0 0 9 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
/proc/19351/statm: 7547 740 561 1 0 159 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30188

[startup+0.20025 s]
/proc/loadavg: 2.44 2.66 2.80 3/198 19351
/proc/meminfo: memFree=31611904/32770624 swapFree=0/250132
[pid=19351] ppid=19348 vsize=10551156 CPUtime=0.07 cores=1,3,5,7
/proc/19351/stat : 19351 (java) S 19348 19351 18930 0 -1 1077944320 4727 0 0 0 6 1 0 0 20 0 15 0 64177080 10804383744 5776 18446744073709551615 4194304 4196468 140729959855056 140729959837600 140088282005239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
/proc/19351/statm: 2637789 5776 2634 1 0 2627269 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+0.300289 s]
/proc/loadavg: 2.44 2.66 2.80 3/198 19351
/proc/meminfo: memFree=31611904/32770624 swapFree=0/250132
[pid=19351] ppid=19348 vsize=10551156 CPUtime=0.22 cores=1,3,5,7
/proc/19351/stat : 19351 (java) S 19348 19351 18930 0 -1 1077944320 8664 0 0 0 19 3 0 0 20 0 15 0 64177080 10804383744 8927 18446744073709551615 4194304 4196468 140729959855056 140729959837600 140088282005239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
/proc/19351/statm: 2637789 8927 2859 1 0 2627269 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.70056 s]
/proc/loadavg: 2.44 2.66 2.80 3/198 19351
/proc/meminfo: memFree=31611904/32770624 swapFree=0/250132
[pid=19351] ppid=19348 vsize=10551232 CPUtime=1.32 cores=1,3,5,7
/proc/19351/stat : 19351 (java) S 19348 19351 18930 0 -1 1077944320 12613 0 0 0 128 4 0 0 20 0 15 0 64177080 10804461568 28623 18446744073709551615 4194304 4196468 140729959855056 140729959837600 140088282005239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
/proc/19351/statm: 2637808 28623 3053 1 0 2627269 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10551232

[startup+1.50156 s]
/proc/loadavg: 2.44 2.66 2.80 8/213 19366
/proc/meminfo: memFree=31366396/32770624 swapFree=0/250136
[pid=19351] ppid=19348 vsize=10551232 CPUtime=3.55 cores=1,3,5,7
/proc/19351/stat : 19351 (java) S 19348 19351 18930 0 -1 1077944320 20588 0 0 0 345 10 0 0 20 0 15 0 64177080 10804461568 89721 18446744073709551615 4194304 4196468 140729959855056 140729959837600 140088282005239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
/proc/19351/statm: 2637808 89721 3092 1 0 2627269 0
[pid=19351/tid=19353] ppid=19348 vsize=10551232 CPUtime=1.25 cores=1,3,5,7
/proc/19351/task/19353/stat : 19353 (java) R 19348 19351 18930 0 -1 4202560 7544 0 0 0 120 5 0 0 20 0 15 0 64177090 10804461568 89721 18446744073709551615 4194304 4196468 140729959855056 140088286237240 140087893853455 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19354] ppid=19348 vsize=10551232 CPUtime=0.05 cores=1,3,5,7
/proc/19351/task/19354/stat : 19354 (java) S 19348 19351 18930 0 -1 1077944384 139 0 0 0 5 0 0 0 20 0 15 0 64177090 10804461568 89721 18446744073709551615 4194304 4196468 140729959855056 140088212424976 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19355] ppid=19348 vsize=10551232 CPUtime=0.03 cores=1,3,5,7
/proc/19351/task/19355/stat : 19355 (java) S 19348 19351 18930 0 -1 1077944384 54 0 0 0 3 0 0 0 20 0 15 0 64177090 10804461568 89721 18446744073709551615 4194304 4196468 140729959855056 140088211372432 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19356] ppid=19348 vsize=10551232 CPUtime=0.07 cores=1,3,5,7
/proc/19351/task/19356/stat : 19356 (java) S 19348 19351 18930 0 -1 1077944384 199 0 0 0 7 0 0 0 20 0 15 0 64177090 10804461568 89721 18446744073709551615 4194304 4196468 140729959855056 140087891323408 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19357] ppid=19348 vsize=10551232 CPUtime=0.03 cores=1,3,5,7
/proc/19351/task/19357/stat : 19357 (java) S 19348 19351 18930 0 -1 1077944384 56 0 0 0 3 0 0 0 20 0 15 0 64177090 10804461568 89721 18446744073709551615 4194304 4196468 140729959855056 140087890270864 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19358] ppid=19348 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19358/stat : 19358 (java) S 19348 19351 18930 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 64177092 10804461568 89721 18446744073709551615 4194304 4196468 140729959855056 140087322749424 140088282016386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19359] ppid=19348 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19359/stat : 19359 (java) S 19348 19351 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64177092 10804461568 89721 18446744073709551615 4194304 4196468 140729959855056 140087321695648 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19360] ppid=19348 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19360/stat : 19360 (java) S 19348 19351 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 64177092 10804461568 89721 18446744073709551615 4194304 4196468 140729959855056 140087320643056 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19361] ppid=19348 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19361/stat : 19361 (java) S 19348 19351 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64177095 10804461568 89721 18446744073709551615 4194304 4196468 140729959855056 140087319591632 140088282023835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19362] ppid=19348 vsize=10551232 CPUtime=0.92 cores=1,3,5,7
/proc/19351/task/19362/stat : 19362 (java) S 19348 19351 18930 0 -1 1077944384 5613 0 0 0 91 1 0 0 20 0 15 0 64177095 10804461568 89721 18446744073709551615 4194304 4196468 140729959855056 140087318538224 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19363] ppid=19348 vsize=10551232 CPUtime=0.87 cores=1,3,5,7
/proc/19351/task/19363/stat : 19363 (java) S 19348 19351 18930 0 -1 1077944384 4206 0 0 0 87 0 0 0 20 0 15 0 64177095 10804461568 89721 18446744073709551615 4194304 4196468 140729959855056 140087317485680 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19364] ppid=19348 vsize=10551232 CPUtime=0.24 cores=1,3,5,7
/proc/19351/task/19364/stat : 19364 (java) S 19348 19351 18930 0 -1 1077944384 1336 0 0 0 24 0 0 0 20 0 15 0 64177095 10804461568 89721 18446744073709551615 4194304 4196468 140729959855056 140087316433136 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19365] ppid=19348 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19365/stat : 19365 (java) S 19348 19351 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64177095 10804461568 89721 18446744073709551615 4194304 4196468 140729959855056 140087315380832 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19366] ppid=19348 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19366/stat : 19366 (java) S 19348 19351 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64177099 10804461568 89721 18446744073709551615 4194304 4196468 140729959855056 140087314328368 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 10551232

[startup+3.10065 s]
/proc/loadavg: 2.44 2.66 2.80 3/213 19366
/proc/meminfo: memFree=31094988/32770624 swapFree=0/250148
[pid=19351] ppid=19348 vsize=10617796 CPUtime=6.56 cores=1,3,5,7
/proc/19351/stat : 19351 (java) S 19348 19351 18930 0 -1 1077944320 22344 0 0 0 629 27 0 0 20 0 16 0 64177080 10872623104 132242 18446744073709551615 4194304 4196468 140729959855056 140729959837600 140088282005239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
/proc/19351/statm: 2654449 132242 3107 1 0 2643910 0
[pid=19351/tid=19353] ppid=19348 vsize=10617796 CPUtime=2.67 cores=1,3,5,7
/proc/19351/task/19353/stat : 19353 (java) R 19348 19351 18930 0 -1 4202560 7770 0 0 0 261 6 0 0 20 0 16 0 64177090 10872623104 132242 18446744073709551615 4194304 4196468 140729959855056 140088286241880 140087895734402 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19354] ppid=19348 vsize=10617796 CPUtime=0.23 cores=1,3,5,7
/proc/19351/task/19354/stat : 19354 (java) S 19348 19351 18930 0 -1 1077944384 418 0 0 0 19 4 0 0 20 0 16 0 64177090 10872623104 132242 18446744073709551615 4194304 4196468 140729959855056 140088212424976 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19355] ppid=19348 vsize=10617796 CPUtime=0.21 cores=1,3,5,7
/proc/19351/task/19355/stat : 19355 (java) S 19348 19351 18930 0 -1 1077944384 291 0 0 0 17 4 0 0 20 0 16 0 64177090 10872623104 132242 18446744073709551615 4194304 4196468 140729959855056 140088211372432 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19356] ppid=19348 vsize=10617796 CPUtime=0.25 cores=1,3,5,7
/proc/19351/task/19356/stat : 19356 (java) S 19348 19351 18930 0 -1 1077944384 309 0 0 0 21 4 0 0 20 0 16 0 64177090 10872623104 132242 18446744073709551615 4194304 4196468 140729959855056 140087891323408 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19357] ppid=19348 vsize=10617796 CPUtime=0.2 cores=1,3,5,7
/proc/19351/task/19357/stat : 19357 (java) S 19348 19351 18930 0 -1 1077944384 241 0 0 0 16 4 0 0 20 0 16 0 64177090 10872623104 132242 18446744073709551615 4194304 4196468 140729959855056 140087890270864 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19358] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19358/stat : 19358 (java) S 19348 19351 18930 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 16 0 64177092 10872623104 132242 18446744073709551615 4194304 4196468 140729959855056 140087322749424 140088282016386 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19359] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19359/stat : 19359 (java) S 19348 19351 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64177092 10872623104 132242 18446744073709551615 4194304 4196468 140729959855056 140087321695648 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19360] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19360/stat : 19360 (java) S 19348 19351 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 64177092 10872623104 132242 18446744073709551615 4194304 4196468 140729959855056 140087320643056 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19361] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19361/stat : 19361 (java) S 19348 19351 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64177095 10872623104 132242 18446744073709551615 4194304 4196468 140729959855056 140087319591632 140088282023835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19362] ppid=19348 vsize=10617796 CPUtime=1.29 cores=1,3,5,7
/proc/19351/task/19362/stat : 19362 (java) S 19348 19351 18930 0 -1 1077944384 5731 0 0 0 128 1 0 0 20 0 16 0 64177095 10872623104 132242 18446744073709551615 4194304 4196468 140729959855056 140087318538224 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19363] ppid=19348 vsize=10617796 CPUtime=1.29 cores=1,3,5,7
/proc/19351/task/19363/stat : 19363 (java) S 19348 19351 18930 0 -1 1077944384 4478 0 0 0 129 0 0 0 20 0 16 0 64177095 10872623104 132242 18446744073709551615 4194304 4196468 140729959855056 140087317485680 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19364] ppid=19348 vsize=10617796 CPUtime=0.33 cores=1,3,5,7
/proc/19351/task/19364/stat : 19364 (java) S 19348 19351 18930 0 -1 1077944384 1515 0 0 0 33 0 0 0 20 0 16 0 64177095 10872623104 132242 18446744073709551615 4194304 4196468 140729959855056 140087316433136 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19365] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19365/stat : 19365 (java) S 19348 19351 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64177095 10872623104 132242 18446744073709551615 4194304 4196468 140729959855056 140087315380832 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19366] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19366/stat : 19366 (java) S 19348 19351 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64177099 10872623104 132242 18446744073709551615 4194304 4196468 140729959855056 140087314328368 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 10617796

[startup+6.30072 s]
/proc/loadavg: 2.33 2.63 2.79 3/214 19367
/proc/meminfo: memFree=31093264/32770624 swapFree=0/250148
[pid=19351] ppid=19348 vsize=10617796 CPUtime=10.01 cores=1,3,5,7
/proc/19351/stat : 19351 (java) S 19348 19351 18930 0 -1 1077944320 28056 0 0 0 973 28 0 0 20 0 16 0 64177080 10872623104 132349 18446744073709551615 4194304 4196468 140729959855056 140729959837600 140088282005239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
/proc/19351/statm: 2654449 132349 3117 1 0 2643910 0
[pid=19351/tid=19353] ppid=19348 vsize=10617796 CPUtime=5.87 cores=1,3,5,7
/proc/19351/task/19353/stat : 19353 (java) R 19348 19351 18930 0 -1 4202560 8935 0 0 0 581 6 0 0 20 0 16 0 64177090 10872623104 132349 18446744073709551615 4194304 4196468 140729959855056 140088286241424 140087895734808 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19354] ppid=19348 vsize=10617796 CPUtime=0.23 cores=1,3,5,7
/proc/19351/task/19354/stat : 19354 (java) S 19348 19351 18930 0 -1 1077944384 418 0 0 0 19 4 0 0 20 0 16 0 64177090 10872623104 132349 18446744073709551615 4194304 4196468 140729959855056 140088212424976 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19355] ppid=19348 vsize=10617796 CPUtime=0.21 cores=1,3,5,7
/proc/19351/task/19355/stat : 19355 (java) S 19348 19351 18930 0 -1 1077944384 291 0 0 0 17 4 0 0 20 0 16 0 64177090 10872623104 132349 18446744073709551615 4194304 4196468 140729959855056 140088211372432 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19356] ppid=19348 vsize=10617796 CPUtime=0.25 cores=1,3,5,7
/proc/19351/task/19356/stat : 19356 (java) S 19348 19351 18930 0 -1 1077944384 309 0 0 0 21 4 0 0 20 0 16 0 64177090 10872623104 132349 18446744073709551615 4194304 4196468 140729959855056 140087891323408 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19357] ppid=19348 vsize=10617796 CPUtime=0.2 cores=1,3,5,7
/proc/19351/task/19357/stat : 19357 (java) S 19348 19351 18930 0 -1 1077944384 241 0 0 0 16 4 0 0 20 0 16 0 64177090 10872623104 132349 18446744073709551615 4194304 4196468 140729959855056 140087890270864 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19358] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19358/stat : 19358 (java) S 19348 19351 18930 0 -1 1077944384 524 0 0 0 0 0 0 0 20 0 16 0 64177092 10872623104 132349 18446744073709551615 4194304 4196468 140729959855056 140087322749424 140088282016386 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19359] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19359/stat : 19359 (java) S 19348 19351 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64177092 10872623104 132349 18446744073709551615 4194304 4196468 140729959855056 140087321695648 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19360] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19360/stat : 19360 (java) S 19348 19351 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 64177092 10872623104 132349 18446744073709551615 4194304 4196468 140729959855056 140087320643056 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19361] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19361/stat : 19361 (java) S 19348 19351 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64177095 10872623104 132349 18446744073709551615 4194304 4196468 140729959855056 140087319591632 140088282023835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19362] ppid=19348 vsize=10617796 CPUtime=1.46 cores=1,3,5,7
/proc/19351/task/19362/stat : 19362 (java) S 19348 19351 18930 0 -1 1077944384 8285 0 0 0 145 1 0 0 20 0 16 0 64177095 10872623104 132349 18446744073709551615 4194304 4196468 140729959855056 140087318538224 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19363] ppid=19348 vsize=10617796 CPUtime=1.36 cores=1,3,5,7
/proc/19351/task/19363/stat : 19363 (java) S 19348 19351 18930 0 -1 1077944384 5160 0 0 0 136 0 0 0 20 0 16 0 64177095 10872623104 132349 18446744073709551615 4194304 4196468 140729959855056 140087317485680 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19364] ppid=19348 vsize=10617796 CPUtime=0.34 cores=1,3,5,7
/proc/19351/task/19364/stat : 19364 (java) S 19348 19351 18930 0 -1 1077944384 1874 0 0 0 34 0 0 0 20 0 16 0 64177095 10872623104 132349 18446744073709551615 4194304 4196468 140729959855056 140087316433136 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19365] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19365/stat : 19365 (java) S 19348 19351 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64177095 10872623104 132349 18446744073709551615 4194304 4196468 140729959855056 140087315380832 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19366] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19366/stat : 19366 (java) S 19348 19351 18930 0 -1 1077944384 641 0 0 0 0 0 0 0 20 0 16 0 64177099 10872623104 132349 18446744073709551615 4194304 4196468 140729959855056 140087314328368 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19367] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19367/stat : 19367 (java) S 19348 19351 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64177311 10872623104 132349 18446744073709551615 4194304 4196468 140729959855056 140087313274160 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
Current children cumulated CPU time (s) 10.01
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 2.30 2.62 2.79 3/214 19367
/proc/meminfo: memFree=31054728/32770624 swapFree=0/250156
[pid=19351] ppid=19348 vsize=10617796 CPUtime=17.32 cores=1,3,5,7
/proc/19351/stat : 19351 (java) S 19348 19351 18930 0 -1 1077944320 37235 0 0 0 1703 29 0 0 20 0 16 0 64177080 10872623104 131468 18446744073709551615 4194304 4196468 140729959855056 140729959837600 140088282005239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
/proc/19351/statm: 2654449 131468 3120 1 0 2643910 0
[pid=19351/tid=19353] ppid=19348 vsize=10617796 CPUtime=12.26 cores=1,3,5,7
/proc/19351/task/19353/stat : 19353 (java) R 19348 19351 18930 0 -1 4202560 10527 0 0 0 1220 6 0 0 20 0 16 0 64177090 10872623104 131468 18446744073709551615 4194304 4196468 140729959855056 140088286241376 140087895734794 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19354] ppid=19348 vsize=10617796 CPUtime=0.23 cores=1,3,5,7
/proc/19351/task/19354/stat : 19354 (java) S 19348 19351 18930 0 -1 1077944384 418 0 0 0 19 4 0 0 20 0 16 0 64177090 10872623104 131468 18446744073709551615 4194304 4196468 140729959855056 140088212424976 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19355] ppid=19348 vsize=10617796 CPUtime=0.21 cores=1,3,5,7
/proc/19351/task/19355/stat : 19355 (java) S 19348 19351 18930 0 -1 1077944384 291 0 0 0 17 4 0 0 20 0 16 0 64177090 10872623104 131468 18446744073709551615 4194304 4196468 140729959855056 140088211372432 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19356] ppid=19348 vsize=10617796 CPUtime=0.25 cores=1,3,5,7
/proc/19351/task/19356/stat : 19356 (java) S 19348 19351 18930 0 -1 1077944384 309 0 0 0 21 4 0 0 20 0 16 0 64177090 10872623104 131468 18446744073709551615 4194304 4196468 140729959855056 140087891323408 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19357] ppid=19348 vsize=10617796 CPUtime=0.2 cores=1,3,5,7
/proc/19351/task/19357/stat : 19357 (java) S 19348 19351 18930 0 -1 1077944384 241 0 0 0 16 4 0 0 20 0 16 0 64177090 10872623104 131468 18446744073709551615 4194304 4196468 140729959855056 140087890270864 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19358] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19358/stat : 19358 (java) S 19348 19351 18930 0 -1 1077944384 787 0 0 0 0 0 0 0 20 0 16 0 64177092 10872623104 131468 18446744073709551615 4194304 4196468 140729959855056 140087322749424 140088282016386 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19359] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19359/stat : 19359 (java) S 19348 19351 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64177092 10872623104 131468 18446744073709551615 4194304 4196468 140729959855056 140087321695648 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19360] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19360/stat : 19360 (java) S 19348 19351 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 64177092 10872623104 131468 18446744073709551615 4194304 4196468 140729959855056 140087320643056 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0

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

[startup+162.301 s]
/proc/loadavg: 2.01 2.36 2.67 3/215 19374
/proc/meminfo: memFree=29860456/32770624 swapFree=0/250252
[pid=19351] ppid=19348 vsize=10617796 CPUtime=168.8 cores=1,3,5,7
/proc/19351/stat : 19351 (java) S 19348 19351 18930 0 -1 1077944320 50558 0 0 0 16823 57 0 0 20 0 16 0 64177080 10872623104 232245 18446744073709551615 4194304 4196468 140729959855056 140729959837600 140088282005239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
/proc/19351/statm: 2654449 232245 3130 1 0 2643910 0
[pid=19351/tid=19353] ppid=19348 vsize=10617796 CPUtime=160.93 cores=1,3,5,7
/proc/19351/task/19353/stat : 19353 (java) R 19348 19351 18930 0 -1 4202560 15665 0 0 0 16083 10 0 0 20 0 16 0 64177090 10872623104 232245 18446744073709551615 4194304 4196468 140729959855056 140088286241376 140087896244971 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19354] ppid=19348 vsize=10617796 CPUtime=0.81 cores=1,3,5,7
/proc/19351/task/19354/stat : 19354 (java) S 19348 19351 18930 0 -1 1077944384 851 0 0 0 72 9 0 0 20 0 16 0 64177090 10872623104 232245 18446744073709551615 4194304 4196468 140729959855056 140088212424976 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19355] ppid=19348 vsize=10617796 CPUtime=0.79 cores=1,3,5,7
/proc/19351/task/19355/stat : 19355 (java) S 19348 19351 18930 0 -1 1077944384 874 0 0 0 70 9 0 0 20 0 16 0 64177090 10872623104 232245 18446744073709551615 4194304 4196468 140729959855056 140088211372432 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19356] ppid=19348 vsize=10617796 CPUtime=0.82 cores=1,3,5,7
/proc/19351/task/19356/stat : 19356 (java) S 19348 19351 18930 0 -1 1077944384 682 0 0 0 73 9 0 0 20 0 16 0 64177090 10872623104 232245 18446744073709551615 4194304 4196468 140729959855056 140087891323408 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19357] ppid=19348 vsize=10617796 CPUtime=0.78 cores=1,3,5,7
/proc/19351/task/19357/stat : 19357 (java) S 19348 19351 18930 0 -1 1077944384 461 0 0 0 69 9 0 0 20 0 16 0 64177090 10872623104 232245 18446744073709551615 4194304 4196468 140729959855056 140087890270864 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19358] ppid=19348 vsize=10617796 CPUtime=0.35 cores=1,3,5,7
/proc/19351/task/19358/stat : 19358 (java) S 19348 19351 18930 0 -1 1077944384 4035 0 0 0 35 0 0 0 20 0 16 0 64177092 10872623104 232245 18446744073709551615 4194304 4196468 140729959855056 140087322749424 140088282016386 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19359] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19359/stat : 19359 (java) S 19348 19351 18930 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 64177092 10872623104 232245 18446744073709551615 4194304 4196468 140729959855056 140087321695712 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19360] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19360/stat : 19360 (java) S 19348 19351 18930 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 64177092 10872623104 232245 18446744073709551615 4194304 4196468 140729959855056 140087320643072 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19361] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19361/stat : 19361 (java) S 19348 19351 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64177095 10872623104 232245 18446744073709551615 4194304 4196468 140729959855056 140087319591632 140088282023835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19362] ppid=19348 vsize=10617796 CPUtime=2.04 cores=1,3,5,7
/proc/19351/task/19362/stat : 19362 (java) S 19348 19351 18930 0 -1 1077944384 11692 0 0 0 203 1 0 0 20 0 16 0 64177095 10872623104 232245 18446744073709551615 4194304 4196468 140729959855056 140087318538224 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19363] ppid=19348 vsize=10617796 CPUtime=1.71 cores=1,3,5,7
/proc/19351/task/19363/stat : 19363 (java) S 19348 19351 18930 0 -1 1077944384 10108 0 0 0 170 1 0 0 20 0 16 0 64177095 10872623104 232245 18446744073709551615 4194304 4196468 140729959855056 140087317485680 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19364] ppid=19348 vsize=10617796 CPUtime=0.38 cores=1,3,5,7
/proc/19351/task/19364/stat : 19364 (java) S 19348 19351 18930 0 -1 1077944384 3730 0 0 0 38 0 0 0 20 0 16 0 64177095 10872623104 232245 18446744073709551615 4194304 4196468 140729959855056 140087316433136 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19365] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19365/stat : 19365 (java) S 19348 19351 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64177095 10872623104 232245 18446744073709551615 4194304 4196468 140729959855056 140087315380832 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19366] ppid=19348 vsize=10617796 CPUtime=0.07 cores=1,3,5,7
/proc/19351/task/19366/stat : 19366 (java) S 19348 19351 18930 0 -1 1077944384 1056 0 0 0 3 4 0 0 20 0 16 0 64177099 10872623104 232245 18446744073709551615 4194304 4196468 140729959855056 140087314328368 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19367] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19367/stat : 19367 (java) S 19348 19351 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64177311 10872623104 232245 18446744073709551615 4194304 4196468 140729959855056 140087313274160 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
Current children cumulated CPU time (s) 168.8
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.05 2.31 2.63 3/215 19376
/proc/meminfo: memFree=29628200/32770624 swapFree=0/250276
[pid=19351] ppid=19348 vsize=10617796 CPUtime=230 cores=1,3,5,7
/proc/19351/stat : 19351 (java) S 19348 19351 18930 0 -1 1077944320 55600 0 0 0 22914 86 0 0 20 0 16 0 64177080 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140729959837600 140088282005239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
/proc/19351/statm: 2654449 290096 3135 1 0 2643910 0
[pid=19351/tid=19353] ppid=19348 vsize=10617796 CPUtime=220.52 cores=1,3,5,7
/proc/19351/task/19353/stat : 19353 (java) R 19348 19351 18930 0 -1 4202560 15982 0 0 0 22042 10 0 0 20 0 16 0 64177090 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140088286244352 140087895734402 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19354] ppid=19348 vsize=10617796 CPUtime=1.2 cores=1,3,5,7
/proc/19351/task/19354/stat : 19354 (java) S 19348 19351 18930 0 -1 1077944384 1240 0 0 0 104 16 0 0 20 0 16 0 64177090 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140088212424976 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19355] ppid=19348 vsize=10617796 CPUtime=1.18 cores=1,3,5,7
/proc/19351/task/19355/stat : 19355 (java) S 19348 19351 18930 0 -1 1077944384 1530 0 0 0 102 16 0 0 20 0 16 0 64177090 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140088211372432 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19356] ppid=19348 vsize=10617796 CPUtime=1.21 cores=1,3,5,7
/proc/19351/task/19356/stat : 19356 (java) S 19348 19351 18930 0 -1 1077944384 924 0 0 0 105 16 0 0 20 0 16 0 64177090 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087891323408 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19357] ppid=19348 vsize=10617796 CPUtime=1.17 cores=1,3,5,7
/proc/19351/task/19357/stat : 19357 (java) S 19348 19351 18930 0 -1 1077944384 841 0 0 0 101 16 0 0 20 0 16 0 64177090 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087890270864 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19358] ppid=19348 vsize=10617796 CPUtime=0.37 cores=1,3,5,7
/proc/19351/task/19358/stat : 19358 (java) S 19348 19351 18930 0 -1 1077944384 7084 0 0 0 36 1 0 0 20 0 16 0 64177092 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087322749424 140088282016386 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19359] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19359/stat : 19359 (java) S 19348 19351 18930 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 64177092 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087321695712 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19360] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19360/stat : 19360 (java) S 19348 19351 18930 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 64177092 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087320643072 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19361] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19361/stat : 19361 (java) S 19348 19351 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64177095 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087319591632 140088282023835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19362] ppid=19348 vsize=10617796 CPUtime=2.04 cores=1,3,5,7
/proc/19351/task/19362/stat : 19362 (java) S 19348 19351 18930 0 -1 1077944384 11696 0 0 0 203 1 0 0 20 0 16 0 64177095 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087318538224 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19363] ppid=19348 vsize=10617796 CPUtime=1.71 cores=1,3,5,7
/proc/19351/task/19363/stat : 19363 (java) S 19348 19351 18930 0 -1 1077944384 10112 0 0 0 170 1 0 0 20 0 16 0 64177095 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087317485680 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19364] ppid=19348 vsize=10617796 CPUtime=0.38 cores=1,3,5,7
/proc/19351/task/19364/stat : 19364 (java) S 19348 19351 18930 0 -1 1077944384 3731 0 0 0 38 0 0 0 20 0 16 0 64177095 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087316433136 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19365] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19365/stat : 19365 (java) S 19348 19351 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64177095 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087315380832 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19366] ppid=19348 vsize=10617796 CPUtime=0.11 cores=1,3,5,7
/proc/19351/task/19366/stat : 19366 (java) S 19348 19351 18930 0 -1 1077944384 1056 0 0 0 5 6 0 0 20 0 16 0 64177099 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087314328368 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19367] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19367/stat : 19367 (java) S 19348 19351 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64177311 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087313274160 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
Current children cumulated CPU time (s) 230
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.04 2.29 2.62 3/215 19472
/proc/meminfo: memFree=30161104/32770624 swapFree=0/250320
[pid=19351] ppid=19348 vsize=10617796 CPUtime=247.7 cores=1,3,5,7
/proc/19351/stat : 19351 (java) S 19348 19351 18930 0 -1 1077944320 55640 0 0 0 24683 87 0 0 20 0 16 0 64177080 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140729959837600 140088282005239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
/proc/19351/statm: 2654449 290096 3135 1 0 2643910 0
[pid=19351/tid=19353] ppid=19348 vsize=10617796 CPUtime=238.21 cores=1,3,5,7
/proc/19351/task/19353/stat : 19353 (java) R 19348 19351 18930 0 -1 4202560 16022 0 0 0 23811 10 0 0 20 0 16 0 64177090 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140088286244352 140087896244403 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19354] ppid=19348 vsize=10617796 CPUtime=1.2 cores=1,3,5,7
/proc/19351/task/19354/stat : 19354 (java) S 19348 19351 18930 0 -1 1077944384 1240 0 0 0 104 16 0 0 20 0 16 0 64177090 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140088212424976 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19355] ppid=19348 vsize=10617796 CPUtime=1.18 cores=1,3,5,7
/proc/19351/task/19355/stat : 19355 (java) S 19348 19351 18930 0 -1 1077944384 1530 0 0 0 102 16 0 0 20 0 16 0 64177090 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140088211372432 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19356] ppid=19348 vsize=10617796 CPUtime=1.21 cores=1,3,5,7
/proc/19351/task/19356/stat : 19356 (java) S 19348 19351 18930 0 -1 1077944384 924 0 0 0 105 16 0 0 20 0 16 0 64177090 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087891323408 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19357] ppid=19348 vsize=10617796 CPUtime=1.17 cores=1,3,5,7
/proc/19351/task/19357/stat : 19357 (java) S 19348 19351 18930 0 -1 1077944384 841 0 0 0 101 16 0 0 20 0 16 0 64177090 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087890270864 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19358] ppid=19348 vsize=10617796 CPUtime=0.37 cores=1,3,5,7
/proc/19351/task/19358/stat : 19358 (java) S 19348 19351 18930 0 -1 1077944384 7084 0 0 0 36 1 0 0 20 0 16 0 64177092 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087322749424 140088282016386 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19359] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19359/stat : 19359 (java) S 19348 19351 18930 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 64177092 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087321695712 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19360] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19360/stat : 19360 (java) S 19348 19351 18930 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 64177092 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087320643072 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19361] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19361/stat : 19361 (java) S 19348 19351 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64177095 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087319591632 140088282023835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19362] ppid=19348 vsize=10617796 CPUtime=2.04 cores=1,3,5,7
/proc/19351/task/19362/stat : 19362 (java) S 19348 19351 18930 0 -1 1077944384 11696 0 0 0 203 1 0 0 20 0 16 0 64177095 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087318538224 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19363] ppid=19348 vsize=10617796 CPUtime=1.71 cores=1,3,5,7
/proc/19351/task/19363/stat : 19363 (java) S 19348 19351 18930 0 -1 1077944384 10112 0 0 0 170 1 0 0 20 0 16 0 64177095 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087317485680 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19364] ppid=19348 vsize=10617796 CPUtime=0.38 cores=1,3,5,7
/proc/19351/task/19364/stat : 19364 (java) S 19348 19351 18930 0 -1 1077944384 3731 0 0 0 38 0 0 0 20 0 16 0 64177095 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087316433136 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19365] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19365/stat : 19365 (java) S 19348 19351 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64177095 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087315380832 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19366] ppid=19348 vsize=10617796 CPUtime=0.12 cores=1,3,5,7
/proc/19351/task/19366/stat : 19366 (java) S 19348 19351 18930 0 -1 1077944384 1056 0 0 0 5 7 0 0 20 0 16 0 64177099 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087314328368 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19367] ppid=19348 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19367/stat : 19367 (java) S 19348 19351 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64177311 10872623104 290096 18446744073709551615 4194304 4196468 140729959855056 140087313274160 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
Current children cumulated CPU time (s) 247.7
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 19351 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.04 2.29 2.62 3/215 19472
/proc/meminfo: memFree=30161104/32770624 swapFree=0/250320
[pid=19351] ppid=19348 vsize=10817488 CPUtime=247.79 cores=1,3,5,7
/proc/19351/stat : 19351 (java) S 19348 19351 18930 0 -1 1077944320 56026 0 0 0 24692 87 0 0 20 0 17 0 64177080 11077107712 290112 18446744073709551615 4194304 4196468 140729959855056 140729959837600 140088282005239 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
/proc/19351/statm: 2704372 290112 3137 1 0 2693833 0
[pid=19351/tid=19353] ppid=19348 vsize=10817488 CPUtime=238.29 cores=1,3,5,7
/proc/19351/task/19353/stat : 19353 (java) S 19348 19351 18930 0 -1 1077944384 16044 0 0 0 23819 10 0 0 20 0 17 0 64177090 11077107712 290112 18446744073709551615 4194304 4196468 140729959855056 140088286248112 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19354] ppid=19348 vsize=10817488 CPUtime=1.2 cores=1,3,5,7
/proc/19351/task/19354/stat : 19354 (java) S 19348 19351 18930 0 -1 1077944384 1240 0 0 0 104 16 0 0 20 0 17 0 64177090 11077107712 290112 18446744073709551615 4194304 4196468 140729959855056 140088212424976 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19355] ppid=19348 vsize=10817488 CPUtime=1.18 cores=1,3,5,7
/proc/19351/task/19355/stat : 19355 (java) S 19348 19351 18930 0 -1 1077944384 1530 0 0 0 102 16 0 0 20 0 17 0 64177090 11077107712 290112 18446744073709551615 4194304 4196468 140729959855056 140088211372432 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19356] ppid=19348 vsize=10817488 CPUtime=1.21 cores=1,3,5,7
/proc/19351/task/19356/stat : 19356 (java) S 19348 19351 18930 0 -1 1077944384 924 0 0 0 105 16 0 0 20 0 17 0 64177090 11077107712 290112 18446744073709551615 4194304 4196468 140729959855056 140087891323408 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19357] ppid=19348 vsize=10817488 CPUtime=1.17 cores=1,3,5,7
/proc/19351/task/19357/stat : 19357 (java) S 19348 19351 18930 0 -1 1077944384 841 0 0 0 101 16 0 0 20 0 17 0 64177090 11077107712 290112 18446744073709551615 4194304 4196468 140729959855056 140087890270864 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19358] ppid=19348 vsize=10817488 CPUtime=0.37 cores=1,3,5,7
/proc/19351/task/19358/stat : 19358 (java) S 19348 19351 18930 0 -1 1077944384 7084 0 0 0 36 1 0 0 20 0 17 0 64177092 11077107712 290112 18446744073709551615 4194304 4196468 140729959855056 140087322749424 140088282016386 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19359] ppid=19348 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19359/stat : 19359 (java) S 19348 19351 18930 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 64177092 11077107712 290112 18446744073709551615 4194304 4196468 140729959855056 140087321695712 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19360] ppid=19348 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19360/stat : 19360 (java) S 19348 19351 18930 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 64177092 11077107712 290112 18446744073709551615 4194304 4196468 140729959855056 140087320643072 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19361] ppid=19348 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19361/stat : 19361 (java) S 19348 19351 18930 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 64177095 11077107712 290112 18446744073709551615 4194304 4196468 140729959855056 140087319591632 140088282023835 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19362] ppid=19348 vsize=10817488 CPUtime=2.04 cores=1,3,5,7
/proc/19351/task/19362/stat : 19362 (java) S 19348 19351 18930 0 -1 1077944384 11733 0 0 0 203 1 0 0 20 0 17 0 64177095 11077107712 290112 18446744073709551615 4194304 4196468 140729959855056 140087318538224 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19363] ppid=19348 vsize=10817488 CPUtime=1.72 cores=1,3,5,7
/proc/19351/task/19363/stat : 19363 (java) S 19348 19351 18930 0 -1 1077944384 10190 0 0 0 171 1 0 0 20 0 17 0 64177095 11077107712 290112 18446744073709551615 4194304 4196468 140729959855056 140087317485680 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19364] ppid=19348 vsize=10817488 CPUtime=0.38 cores=1,3,5,7
/proc/19351/task/19364/stat : 19364 (java) S 19348 19351 18930 0 -1 1077944384 3805 0 0 0 38 0 0 0 20 0 17 0 64177095 11077107712 290112 18446744073709551615 4194304 4196468 140729959855056 140087316433136 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19365] ppid=19348 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/19351/task/19365/stat : 19365 (java) S 19348 19351 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64177095 11077107712 290112 18446744073709551615 4194304 4196468 140729959855056 140087315380832 140088282015445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
[pid=19351/tid=19366] ppid=19348 vsize=10817488 CPUtime=0.12 cores=1,3,5,7
/proc/19351/task/19366/stat : 19366 (java) S 19348 19351 18930 0 -1 1077944384 1056 0 0 0 5 7 0 0 20 0 17 0 64177099 11077107712 290112 18446744073709551615 4194304 4196468 140729959855056 140087314328368 140088282016386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140729959862705 140729959862858 140729959862858 140729959866319 0
Current children cumulated CPU time (s) 247.79
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.219
CPU time (s): 247.816
CPU user time (s): 246.93
CPU system time (s): 0.88532
CPU usage (%): 103.162
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.93
system time used= 0.88532
maximum resident set size= 1161332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56101
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= 7394
involuntary context switches= 217

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.08586 second user time and 1.49485 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 05:26:18
IDJOB=4258171
IDBENCH=123042
IDSOLVER=2643
FILE ID=node132/4258171-1501645236
RUNJOBID= node132-1501638806-11704
PBS_JOBID= 
Free space on /tmp= 61876 MiB

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

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

MD5SUM BENCH= 01e5f10d01ef86069967703c8ffb230e
RANDOM SEED=824648052

node132.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.74
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.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
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.74
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.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
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.74
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.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
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.74
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31611904 kB
MemAvailable:   31797472 kB
Buffers:          143436 kB
Cached:           338544 kB
SwapCached:            0 kB
Active:           474412 kB
Inactive:         274576 kB
Active(anon):     267824 kB
Inactive(anon):    24444 kB
Active(file):     206588 kB
Inactive(file):   250132 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1700 kB
Writeback:             0 kB
AnonPages:        266648 kB
Mapped:            50592 kB
Shmem:             25276 kB
Slab:             115368 kB
SReclaimable:      89368 kB
SUnreclaim:        26000 kB
KernelStack:        3488 kB
PageTables:         5476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1273972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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= 61876 MiB
End job on node132 at 2017-08-02 05:30:18