Trace number 4263732

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-05OPT3 11.4648 8.4671898

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-tiny.xml
MD5SUMb48c1d78a7c2914aa1b4afc3a63a668c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.017028
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints65
Number of domains3
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":45},{"size":9,"count":19},{"size":10,"count":9}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":54},{"degree":3,"count":1},{"degree":5,"count":8},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity9
Distribution of constraint arities[{"arity":3,"count":47},{"arity":4,"count":4},{"arity":5,"count":2},{"arity":6,"count":11},{"arity":9,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1},{"type":"sum","count":9},{"type":"minimum","count":5},{"type":"maximum","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

1.77/0.86	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.77/0.86	c This is free software under the dual EPL/GNU LGPL licenses.
1.77/0.86	c See www.sat4j.org for details.
1.77/0.86	c That software uses the Rhino library from the Mozilla project.
1.77/0.86	c version CUSTOM.v20170705
1.77/0.86	c java.runtime.name	Java(TM) SE Runtime Environment
1.77/0.86	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.77/0.86	c java.vm.version	25.131-b11
1.77/0.86	c java.vm.vendor	Oracle Corporation
1.77/0.86	c sun.arch.data.model	64
1.77/0.86	c java.version		1.8.0_131
1.77/0.86	c os.name		Linux
1.77/0.86	c os.version		3.10.0-514.16.1.el7.x86_64
1.77/0.86	c os.arch		amd64
1.77/0.86	c Free memory 		499604488
1.77/0.86	c Max memory 		7247757312
1.77/0.86	c Total memory 		504889344
1.77/0.86	c Number of processors 	4
1.77/0.86	c c --- Begin Solver configuration ---
1.77/0.86	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.77/0.86	c Learn all clauses as in MiniSAT
1.77/0.86	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.77/0.86	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.77/0.86	c No reason simplification
1.77/0.86	c Glucose 2.1 dynamic restart strategy
1.77/0.86	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
1.77/0.86	c timeout=2147483s
1.77/0.86	c DB Simplification allowed=false
1.77/0.86	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.77/0.86	c --- End Solver configuration ---
1.77/0.86	c constraints type 
1.77/0.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 146
1.77/0.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 81624
1.77/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 52946
1.77/0.86	c org.sat4j.minisat.constraints.cnf.UnitClause => 128
1.77/0.86	c 134844 constraints processed.
4.19/1.97	o 23
5.32/2.83	o 14
6.04/3.42	o 12
6.43/3.74	o 9
7.10/4.26	o 4
7.59/4.68	o 3
11.44/8.45	c starts		: 54
11.44/8.45	c conflicts		: 23704
11.44/8.45	c decisions		: 1295029
11.44/8.45	c propagations		: 27599317
11.44/8.45	c inspects		: 45672073
11.44/8.45	c shortcuts		: 0
11.44/8.45	c learnt literals	: 23
11.44/8.45	c learnt binary clauses	: 494
11.44/8.45	c learnt ternary clauses	: 492
11.44/8.45	c learnt constraints	: 23680
11.44/8.45	c ignored constraints	: 0
11.44/8.45	c root simplifications	: 0
11.44/8.45	c removed literals (reason simplification)	: 0
11.44/8.45	c reason swapping (by a shorter reason)	: 0
11.44/8.45	c Calls to reduceDB	: 3
11.44/8.45	c Number of update (reduction) of LBD	: 13695
11.44/8.45	c Imported unit clauses	: 0
11.44/8.45	c number of reductions to clauses (during analyze)	: 0
11.44/8.45	c number of learned constraints concerned by reduction	: 0
11.44/8.45	c number of learning phase by resolution	: 0
11.44/8.45	c number of learning phase by cutting planes	: 0
11.44/8.45	c number of rounding to 1 operations	: 0
11.44/8.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
11.44/8.45	c number of reductions of the coefficients by power 2 	: 0
11.44/8.45	c number of right shift for reduction by power 2 	: 0
11.44/8.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
11.44/8.45	c speed (assignments/second)	: 3639630.3573783464
11.44/8.45	c non guided choices	208687
11.44/8.45	c learnt constraints type 
11.44/8.45	s OPTIMUM FOUND
11.44/8.46	v <instantiation type="optimum" cost="3">
11.44/8.46	v 	<list> p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] min[0] min[1] min[2] min[3] min[4] max[0] max[1] max[2] max[3] max[4] o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[0][6] o[0][7] o[0][8] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[1][6] o[1][7] o[1][8] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[2][6] o[2][7] o[2][8] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] o[3][6] o[3][7] o[3][8] o[4][0] o[4][1] o[4][2] o[4][3] o[4][4] o[4][5] o[4][6] o[4][7] o[4][8] so[0] so[1] so[2] so[3] so[4] so[5] so[6] so[7] so[8] </list>
11.44/8.46	v 	<values> 2 8 1 5 3 7 0 4 6 0 0 1 5 6 3 5 8 8 7 1 1 1 1 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 1 1 0 2 3 3 3 2 3 3 3 2 </values>
11.44/8.46	v </instantiation>
11.44/8.46	

Verifier Data

OK	3

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (9910 MiB free)
  memory of node 1: 16384 MiB (15613 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263732-1502638751/watcher-4263732-1502638751 -o /tmp/evaluation-result-4263732-1502638751/solver-4263732-1502638751 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263732-1502638751.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=5309, runsolver pid=5306

[startup+0.100135 s]*
/proc/loadavg: 2.03 3.02 3.16 3/204 5318
/proc/meminfo: memFree=26124532/32770624 swapFree=67108860/67108860
[pid=5309] ppid=5306 vsize=10151672 memory=20220 CPUtime=0.04 cores=1,3,5,7
/proc/5309/stat : 5309 (java) S 5306 5309 17093 0 -1 1077944320 3930 0 0 0 4 0 0 0 20 0 9 0 66068411 10395312128 5055 18446744073709551615 4194304 4196468 140735716077344 140735716059888 140070421135095 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
/proc/5309/statm: 2537918 5055 2156 1 0 2527415 0
[pid=5309/tid=5311] ppid=5306 vsize=10151672 memory=4206751525541407381 CPUtime=0.03 cores=1,3,5,7
/proc/5309/task/5311/stat : 5311 (java) R 5306 5309 17093 0 -1 4202560 2572 0 0 0 3 0 0 0 20 0 9 0 66068417 10395312128 5055 18446744073709551615 4194304 4196468 140735716077344 140070425370488 140070402541312 0 4 1 16800970 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5312] ppid=5306 vsize=10151672 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5312/stat : 5312 (java) S 5306 5309 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66068418 10395312128 5055 18446744073709551615 4194304 4196468 140735716077344 140070362171920 140070421145301 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5313] ppid=5306 vsize=10151672 memory=139848049202816 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5313/stat : 5313 (java) S 5306 5309 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66068418 10395312128 5055 18446744073709551615 4194304 4196468 140735716077344 140070361119376 140070421145301 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5314] ppid=5306 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5314/stat : 5314 (java) S 5306 5309 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66068418 10395312128 5055 18446744073709551615 4194304 4196468 140735716077344 140070029748496 140070421145301 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5315] ppid=5306 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5315/stat : 5315 (java) S 5306 5309 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66068418 10395312128 5055 18446744073709551615 4194304 4196468 140735716077344 140070028695952 140070421145301 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5316] ppid=5306 vsize=10151672 memory=139848049202816 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5316/stat : 5316 (java) S 5306 5309 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66068419 10395312128 5055 18446744073709551615 4194304 4196468 140735716077344 140069528763120 140070421146242 0 0 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5317] ppid=5306 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5317/stat : 5317 (java) S 5306 5309 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 66068420 10395312128 5055 18446744073709551615 4194304 4196468 140735716077344 140069527709344 140070421145301 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5318] ppid=5306 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5318/stat : 5318 (java) S 5306 5309 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 66068420 10395312128 5055 18446744073709551615 4194304 4196468 140735716077344 140069526656240 140070421145301 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20220 KiB

[startup+0.209837 s]*
/proc/loadavg: 2.03 3.02 3.16 3/210 5324
/proc/meminfo: memFree=26113944/32770624 swapFree=67108860/67108860
[pid=5309] ppid=5306 vsize=10551156 memory=31244 CPUtime=0.15 cores=1,3,5,7
/proc/5309/stat : 5309 (java) S 5306 5309 17093 0 -1 1077944320 7437 0 0 0 13 2 0 0 20 0 15 0 66068411 10804383744 7811 18446744073709551615 4194304 4196468 140735716077344 140735716059888 140070421135095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
/proc/5309/statm: 2637789 7811 2797 1 0 2627261 0
[pid=5309/tid=5311] ppid=5306 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=1,3,5,7
/proc/5309/task/5311/stat : 5311 (java) R 5306 5309 17093 0 -1 4202560 5299 0 0 0 9 1 0 0 20 0 15 0 66068417 10804383744 7811 18446744073709551615 4194304 4196468 140735716077344 140070425359792 140070405215582 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5312] ppid=5306 vsize=10551156 memory=330 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5312/stat : 5312 (java) S 5306 5309 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66068418 10804383744 7811 18446744073709551615 4194304 4196468 140735716077344 140070362171920 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5313] ppid=5306 vsize=10551156 memory=288370224200914560 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5313/stat : 5313 (java) S 5306 5309 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66068418 10804383744 7811 18446744073709551615 4194304 4196468 140735716077344 140070361119376 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5314] ppid=5306 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5314/stat : 5314 (java) S 5306 5309 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66068418 10804383744 7811 18446744073709551615 4194304 4196468 140735716077344 140070029748496 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5315] ppid=5306 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5315/stat : 5315 (java) S 5306 5309 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66068418 10804383744 7811 18446744073709551615 4194304 4196468 140735716077344 140070028695952 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5316] ppid=5306 vsize=10551156 memory=139848049202816 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5316/stat : 5316 (java) S 5306 5309 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66068419 10804383744 7811 18446744073709551615 4194304 4196468 140735716077344 140069528763120 140070421146242 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5317] ppid=5306 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5317/stat : 5317 (java) S 5306 5309 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66068420 10804383744 7811 18446744073709551615 4194304 4196468 140735716077344 140069527709344 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5318] ppid=5306 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5318/stat : 5318 (java) S 5306 5309 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66068420 10804383744 7811 18446744073709551615 4194304 4196468 140735716077344 140069526656240 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5319] ppid=5306 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5319/stat : 5319 (java) S 5306 5309 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66068422 10804383744 7811 18446744073709551615 4194304 4196468 140735716077344 140069525604816 140070421153691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5320] ppid=5306 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5320/stat : 5320 (java) S 5306 5309 17093 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 66068422 10804383744 7811 18446744073709551615 4194304 4196468 140735716077344 140069524551920 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5321] ppid=5306 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5321/stat : 5321 (java) S 5306 5309 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66068422 10804383744 7811 18446744073709551615 4194304 4196468 140735716077344 140069523499376 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5322] ppid=5306 vsize=10551156 memory=139848049202816 CPUtime=0.02 cores=1,3,5,7
/proc/5309/task/5322/stat : 5322 (java) R 5306 5309 17093 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 15 0 66068422 10804383744 7811 18446744073709551615 4194304 4196468 140735716077344 140069522446320 140070421156442 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5323] ppid=5306 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5323/stat : 5323 (java) S 5306 5309 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66068422 10804383744 7811 18446744073709551615 4194304 4196468 140735716077344 140069521394016 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5324] ppid=5306 vsize=10551156 memory=139848049202816 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5324/stat : 5324 (java) S 5306 5309 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66068427 10804383744 7811 18446744073709551615 4194304 4196468 140735716077344 140069520342064 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31244 KiB

[startup+0.310228 s]*
/proc/loadavg: 2.03 3.02 3.16 4/210 5324
/proc/meminfo: memFree=26108348/32770624 swapFree=67108860/67108860
[pid=5309] ppid=5306 vsize=10551156 memory=39004 CPUtime=0.3 cores=1,3,5,7
/proc/5309/stat : 5309 (java) S 5306 5309 17093 0 -1 1077944320 8558 0 0 0 28 2 0 0 20 0 15 0 66068411 10804383744 9751 18446744073709551615 4194304 4196468 140735716077344 140735716059888 140070421135095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
/proc/5309/statm: 2637789 9751 2874 1 0 2627261 0
[pid=5309/tid=5311] ppid=5306 vsize=10551156 memory=-7677926825137650786 CPUtime=0.21 cores=1,3,5,7
/proc/5309/task/5311/stat : 5311 (java) R 5306 5309 17093 0 -1 4202560 5837 0 0 0 19 2 0 0 20 0 15 0 66068417 10804383744 9816 18446744073709551615 4194304 4196468 140735716077344 140070425358944 140070421147030 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5312] ppid=5306 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5312/stat : 5312 (java) S 5306 5309 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66068418 10804383744 9816 18446744073709551615 4194304 4196468 140735716077344 140070362171920 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5313] ppid=5306 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5313/stat : 5313 (java) S 5306 5309 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66068418 10804383744 9816 18446744073709551615 4194304 4196468 140735716077344 140070361119376 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5314] ppid=5306 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5314/stat : 5314 (java) S 5306 5309 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66068418 10804383744 9816 18446744073709551615 4194304 4196468 140735716077344 140070029748496 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5315] ppid=5306 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5315/stat : 5315 (java) S 5306 5309 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66068418 10804383744 9816 18446744073709551615 4194304 4196468 140735716077344 140070028695952 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5316] ppid=5306 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5316/stat : 5316 (java) S 5306 5309 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66068419 10804383744 9816 18446744073709551615 4194304 4196468 140735716077344 140069528763120 140070421146242 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5317] ppid=5306 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5317/stat : 5317 (java) S 5306 5309 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66068420 10804383744 9816 18446744073709551615 4194304 4196468 140735716077344 140069527709344 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5318] ppid=5306 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5318/stat : 5318 (java) S 5306 5309 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66068420 10804383744 9816 18446744073709551615 4194304 4196468 140735716077344 140069526656240 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5319] ppid=5306 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5319/stat : 5319 (java) S 5306 5309 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66068422 10804383744 9816 18446744073709551615 4194304 4196468 140735716077344 140069525604816 140070421153691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5320] ppid=5306 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5320/stat : 5320 (java) S 5306 5309 17093 0 -1 1077944384 499 0 0 0 1 0 0 0 20 0 15 0 66068422 10804383744 9816 18446744073709551615 4194304 4196468 140735716077344 140069524551920 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5321] ppid=5306 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5321/stat : 5321 (java) S 5306 5309 17093 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 15 0 66068422 10804383744 9816 18446744073709551615 4194304 4196468 140735716077344 140069523499376 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5322] ppid=5306 vsize=10551156 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/5309/task/5322/stat : 5322 (java) S 5306 5309 17093 0 -1 1077944384 750 0 0 0 5 0 0 0 20 0 15 0 66068422 10804383744 9816 18446744073709551615 4194304 4196468 140735716077344 140069522446320 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5323] ppid=5306 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5323/stat : 5323 (java) S 5306 5309 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66068422 10804383744 9816 18446744073709551615 4194304 4196468 140735716077344 140069521394016 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5324] ppid=5306 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5324/stat : 5324 (java) S 5306 5309 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66068427 10804383744 9816 18446744073709551615 4194304 4196468 140735716077344 140069520342064 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39004 KiB

[startup+0.700809 s]
/proc/loadavg: 2.03 3.02 3.16 7/210 5324
/proc/meminfo: memFree=26093552/32770624 swapFree=67108860/67108860
[pid=5309] ppid=5306 vsize=10551232 memory=128112 CPUtime=1.42 cores=1,3,5,7
/proc/5309/stat : 5309 (java) S 5306 5309 17093 0 -1 1077944320 12461 0 0 0 137 5 0 0 20 0 15 0 66068411 10804461568 32028 18446744073709551615 4194304 4196468 140735716077344 140735716059888 140070421135095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
/proc/5309/statm: 2637808 32028 3065 1 0 2627261 0
[pid=5309/tid=5311] ppid=5306 vsize=10551232 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/5309/task/5311/stat : 5311 (java) R 5306 5309 17093 0 -1 4202560 6979 0 0 0 54 3 0 0 20 0 15 0 66068417 10804461568 32028 18446744073709551615 4194304 4196468 140735716077344 140070425371488 140070042642133 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5312] ppid=5306 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5312/stat : 5312 (java) S 5306 5309 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66068418 10804461568 32028 18446744073709551615 4194304 4196468 140735716077344 140070362171920 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5313] ppid=5306 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5313/stat : 5313 (java) S 5306 5309 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66068418 10804461568 32028 18446744073709551615 4194304 4196468 140735716077344 140070361119376 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5314] ppid=5306 vsize=10551232 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5314/stat : 5314 (java) S 5306 5309 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66068418 10804461568 32028 18446744073709551615 4194304 4196468 140735716077344 140070029748496 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5315] ppid=5306 vsize=10551232 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5315/stat : 5315 (java) S 5306 5309 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66068418 10804461568 32028 18446744073709551615 4194304 4196468 140735716077344 140070028695952 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5316] ppid=5306 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5316/stat : 5316 (java) S 5306 5309 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 66068419 10804461568 32028 18446744073709551615 4194304 4196468 140735716077344 140069528763120 140070421146242 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5317] ppid=5306 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5317/stat : 5317 (java) S 5306 5309 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66068420 10804461568 32028 18446744073709551615 4194304 4196468 140735716077344 140069527709344 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5318] ppid=5306 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5318/stat : 5318 (java) S 5306 5309 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66068420 10804461568 32028 18446744073709551615 4194304 4196468 140735716077344 140069526656240 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5319] ppid=5306 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5319/stat : 5319 (java) S 5306 5309 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66068422 10804461568 32028 18446744073709551615 4194304 4196468 140735716077344 140069525604816 140070421153691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5320] ppid=5306 vsize=10551232 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/5309/task/5320/stat : 5320 (java) R 5306 5309 17093 0 -1 4202560 1493 0 0 0 31 0 0 0 20 0 15 0 66068422 10804461568 32028 18446744073709551615 4194304 4196468 140735716077344 140069524533032 140070406033078 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5321] ppid=5306 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/5309/task/5321/stat : 5321 (java) R 5306 5309 17093 0 -1 4202560 1258 0 0 0 27 0 0 0 20 0 15 0 66068422 10804461568 32028 18446744073709551615 4194304 4196468 140735716077344 140069523480712 140070414231931 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5322] ppid=5306 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/5309/task/5322/stat : 5322 (java) S 5306 5309 17093 0 -1 1077944384 1375 0 0 0 23 0 0 0 20 0 15 0 66068422 10804461568 32028 18446744073709551615 4194304 4196468 140735716077344 140069522446320 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5323] ppid=5306 vsize=10551232 memory=15 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5323/stat : 5323 (java) S 5306 5309 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66068422 10804461568 32028 18446744073709551615 4194304 4196468 140735716077344 140069521394016 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5324] ppid=5306 vsize=10551232 memory=69 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5324/stat : 5324 (java) S 5306 5309 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66068427 10804461568 32028 18446744073709551615 4194304 4196468 140735716077344 140069520342064 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 128112 KiB

[startup+1.50082 s]
/proc/loadavg: 2.03 3.02 3.16 5/211 5325
/proc/meminfo: memFree=25934204/32770624 swapFree=67108860/67108860
[pid=5309] ppid=5306 vsize=10617796 memory=220896 CPUtime=3.72 cores=1,3,5,7
/proc/5309/stat : 5309 (java) S 5306 5309 17093 0 -1 1077944320 19812 0 0 0 363 9 0 0 20 0 16 0 66068411 10872623104 55224 18446744073709551615 4194304 4196468 140735716077344 140735716059888 140070421135095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
/proc/5309/statm: 2654449 55224 3091 1 0 2643902 0
[pid=5309/tid=5311] ppid=5306 vsize=10617796 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/5309/task/5311/stat : 5311 (java) R 5306 5309 17093 0 -1 4202560 7040 0 0 0 131 4 0 0 20 0 16 0 66068417 10872623104 55224 18446744073709551615 4194304 4196468 140735716077344 140070425370032 140070040708994 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5312] ppid=5306 vsize=10617796 memory=6944652177228980320 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5312/stat : 5312 (java) S 5306 5309 17093 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 16 0 66068418 10872623104 55224 18446744073709551615 4194304 4196468 140735716077344 140070362171920 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5313] ppid=5306 vsize=10617796 memory=128112 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5313/stat : 5313 (java) S 5306 5309 17093 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 16 0 66068418 10872623104 55224 18446744073709551615 4194304 4196468 140735716077344 140070361119376 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5314] ppid=5306 vsize=10617796 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5314/stat : 5314 (java) S 5306 5309 17093 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 66068418 10872623104 55224 18446744073709551615 4194304 4196468 140735716077344 140070029748496 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5315] ppid=5306 vsize=10617796 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5315/stat : 5315 (java) S 5306 5309 17093 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 16 0 66068418 10872623104 55224 18446744073709551615 4194304 4196468 140735716077344 140070028695952 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5316] ppid=5306 vsize=10617796 memory=6673 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5316/stat : 5316 (java) S 5306 5309 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 66068419 10872623104 55224 18446744073709551615 4194304 4196468 140735716077344 140069528763120 140070421146242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5317] ppid=5306 vsize=10617796 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5317/stat : 5317 (java) S 5306 5309 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 66068420 10872623104 55224 18446744073709551615 4194304 4196468 140735716077344 140069527709344 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5318] ppid=5306 vsize=10617796 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5318/stat : 5318 (java) S 5306 5309 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66068420 10872623104 55224 18446744073709551615 4194304 4196468 140735716077344 140069526656240 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5319] ppid=5306 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5319/stat : 5319 (java) S 5306 5309 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66068422 10872623104 55224 18446744073709551615 4194304 4196468 140735716077344 140069525604816 140070421153691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5320] ppid=5306 vsize=10617796 memory=5865775118749820007 CPUtime=1 cores=1,3,5,7
/proc/5309/task/5320/stat : 5320 (java) S 5306 5309 17093 0 -1 1077944384 5248 0 0 0 99 1 0 0 20 0 16 0 66068422 10872623104 55224 18446744073709551615 4194304 4196468 140735716077344 140069524551920 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5321] ppid=5306 vsize=10617796 memory=7011348500760778064 CPUtime=0.95 cores=1,3,5,7
/proc/5309/task/5321/stat : 5321 (java) S 5306 5309 17093 0 -1 1077944384 4129 0 0 0 94 1 0 0 20 0 16 0 66068422 10872623104 55224 18446744073709551615 4194304 4196468 140735716077344 140069523499376 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5322] ppid=5306 vsize=10617796 memory=5866898828240053351 CPUtime=0.31 cores=1,3,5,7
/proc/5309/task/5322/stat : 5322 (java) S 5306 5309 17093 0 -1 1077944384 1861 0 0 0 31 0 0 0 20 0 16 0 66068422 10872623104 55224 18446744073709551615 4194304 4196468 140735716077344 140069522446320 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0

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

Dumping a history of the last processes samples

[startup+6.40099 s]
/proc/loadavg: 2.03 3.01 3.16 3/211 5325
/proc/meminfo: memFree=25928956/32770624 swapFree=67108860/67108860
[pid=5309] ppid=5306 vsize=10617796 memory=218260 CPUtime=9.56 cores=1,3,5,7
/proc/5309/stat : 5309 (java) S 5306 5309 17093 0 -1 1077944320 26464 0 0 0 946 10 0 0 20 0 16 0 66068411 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140735716059888 140070421135095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
/proc/5309/statm: 2654449 54565 3110 1 0 2643902 0
[pid=5309/tid=5311] ppid=5306 vsize=10617796 memory=1 CPUtime=6.25 cores=1,3,5,7
/proc/5309/task/5311/stat : 5311 (java) R 5306 5309 17093 0 -1 4202560 7856 0 0 0 620 5 0 0 20 0 16 0 66068417 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140070425371104 140070043818940 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5312] ppid=5306 vsize=10617796 memory=218260 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5312/stat : 5312 (java) S 5306 5309 17093 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 16 0 66068418 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140070362171920 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5313] ppid=5306 vsize=10617796 memory=1 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5313/stat : 5313 (java) S 5306 5309 17093 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 16 0 66068418 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140070361119376 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5314] ppid=5306 vsize=10617796 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5314/stat : 5314 (java) S 5306 5309 17093 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 66068418 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140070029748496 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5315] ppid=5306 vsize=10617796 memory=218236 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5315/stat : 5315 (java) S 5306 5309 17093 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 16 0 66068418 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140070028695952 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5316] ppid=5306 vsize=10617796 memory=279695786666864 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5316/stat : 5316 (java) S 5306 5309 17093 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 16 0 66068419 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069528763120 140070421146242 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5317] ppid=5306 vsize=10617796 memory=6442213876473817182 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5317/stat : 5317 (java) S 5306 5309 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 66068420 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069527709344 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5318] ppid=5306 vsize=10617796 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5318/stat : 5318 (java) S 5306 5309 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66068420 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069526656240 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5319] ppid=5306 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5319/stat : 5319 (java) S 5306 5309 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66068422 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069525604816 140070421153691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5320] ppid=5306 vsize=10617796 memory=-7812736537705029536 CPUtime=1.5 cores=1,3,5,7
/proc/5309/task/5320/stat : 5320 (java) S 5306 5309 17093 0 -1 1077944384 7563 0 0 0 149 1 0 0 20 0 16 0 66068422 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069524551920 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5321] ppid=5306 vsize=10617796 memory=6944656592455360569 CPUtime=1.34 cores=1,3,5,7
/proc/5309/task/5321/stat : 5321 (java) S 5306 5309 17093 0 -1 1077944384 6410 0 0 0 133 1 0 0 20 0 16 0 66068422 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069523499376 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5322] ppid=5306 vsize=10617796 memory=220896 CPUtime=0.36 cores=1,3,5,7
/proc/5309/task/5322/stat : 5322 (java) S 5306 5309 17093 0 -1 1077944384 2355 0 0 0 36 0 0 0 20 0 16 0 66068422 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069522446320 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5323] ppid=5306 vsize=10617796 memory=635828 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5323/stat : 5323 (java) S 5306 5309 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66068422 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069521394016 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5324] ppid=5306 vsize=10617796 memory=4638778424102965584 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5324/stat : 5324 (java) S 5306 5309 17093 0 -1 1077944384 522 0 0 0 0 0 0 0 20 0 16 0 66068427 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069520342064 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5325] ppid=5306 vsize=10617796 memory=6935649255759568960 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5325/stat : 5325 (java) S 5306 5309 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66068499 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069519287856 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
Current children cumulated CPU time: 9.56 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 218260 KiB

[startup+7.20079 s]
/proc/loadavg: 2.03 3.01 3.16 3/211 5325
/proc/meminfo: memFree=25928956/32770624 swapFree=67108860/67108860
[pid=5309] ppid=5306 vsize=10617796 memory=218260 CPUtime=10.37 cores=1,3,5,7
/proc/5309/stat : 5309 (java) S 5306 5309 17093 0 -1 1077944320 26481 0 0 0 1027 10 0 0 20 0 16 0 66068411 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140735716059888 140070421135095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
/proc/5309/statm: 2654449 54565 3110 1 0 2643902 0
[pid=5309/tid=5311] ppid=5306 vsize=10617796 memory=0 CPUtime=7.05 cores=1,3,5,7
/proc/5309/task/5311/stat : 5311 (java) R 5306 5309 17093 0 -1 4202560 7862 0 0 0 700 5 0 0 20 0 16 0 66068417 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140070425371168 140070040711236 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5312] ppid=5306 vsize=10617796 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5312/stat : 5312 (java) S 5306 5309 17093 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 16 0 66068418 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140070362171920 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5313] ppid=5306 vsize=10617796 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5313/stat : 5313 (java) S 5306 5309 17093 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 16 0 66068418 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140070361119376 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5314] ppid=5306 vsize=10617796 memory=218260 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5314/stat : 5314 (java) S 5306 5309 17093 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 66068418 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140070029748496 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5315] ppid=5306 vsize=10617796 memory=6935649255759568960 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5315/stat : 5315 (java) S 5306 5309 17093 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 16 0 66068418 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140070028695952 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5316] ppid=5306 vsize=10617796 memory=-6205556071664410752 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5316/stat : 5316 (java) S 5306 5309 17093 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 16 0 66068419 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069528763120 140070421146242 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5317] ppid=5306 vsize=10617796 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5317/stat : 5317 (java) S 5306 5309 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 66068420 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069527709344 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5318] ppid=5306 vsize=10617796 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5318/stat : 5318 (java) S 5306 5309 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66068420 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069526656240 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5319] ppid=5306 vsize=10617796 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5319/stat : 5319 (java) S 5306 5309 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66068422 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069525604816 140070421153691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5320] ppid=5306 vsize=10617796 memory=-7357787915995474596 CPUtime=1.5 cores=1,3,5,7
/proc/5309/task/5320/stat : 5320 (java) S 5306 5309 17093 0 -1 1077944384 7566 0 0 0 149 1 0 0 20 0 16 0 66068422 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069524551920 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5321] ppid=5306 vsize=10617796 memory=7007714619125944400 CPUtime=1.34 cores=1,3,5,7
/proc/5309/task/5321/stat : 5321 (java) S 5306 5309 17093 0 -1 1077944384 6417 0 0 0 133 1 0 0 20 0 16 0 66068422 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069523499376 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5322] ppid=5306 vsize=10617796 memory=6935649255759568960 CPUtime=0.36 cores=1,3,5,7
/proc/5309/task/5322/stat : 5322 (java) S 5306 5309 17093 0 -1 1077944384 2356 0 0 0 36 0 0 0 20 0 16 0 66068422 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069522446320 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5323] ppid=5306 vsize=10617796 memory=302022848351043610 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5323/stat : 5323 (java) S 5306 5309 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66068422 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069521394016 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5324] ppid=5306 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5324/stat : 5324 (java) S 5306 5309 17093 0 -1 1077944384 522 0 0 0 0 0 0 0 20 0 16 0 66068427 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069520342064 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5325] ppid=5306 vsize=10617796 memory=7954882447351768913 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5325/stat : 5325 (java) S 5306 5309 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66068499 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069519287856 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
Current children cumulated CPU time: 10.37 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 218260 KiB

[startup+8.00079 s]*
/proc/loadavg: 2.03 3.01 3.16 3/211 5325
/proc/meminfo: memFree=25928956/32770624 swapFree=67108860/67108860
[pid=5309] ppid=5306 vsize=10617796 memory=218260 CPUtime=11.19 cores=1,3,5,7
/proc/5309/stat : 5309 (java) S 5306 5309 17093 0 -1 1077944320 26521 0 0 0 1109 10 0 0 20 0 16 0 66068411 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140735716059888 140070421135095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
/proc/5309/statm: 2654449 54565 3110 1 0 2643902 0
[pid=5309/tid=5311] ppid=5306 vsize=10617796 memory=-7677926825137650786 CPUtime=7.86 cores=1,3,5,7
/proc/5309/task/5311/stat : 5311 (java) R 5306 5309 17093 0 -1 4202560 7898 0 0 0 781 5 0 0 20 0 16 0 66068417 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140070425371864 140070044004912 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5312] ppid=5306 vsize=10617796 memory=4872558044660077418 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5312/stat : 5312 (java) S 5306 5309 17093 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 16 0 66068418 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140070362171920 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5313] ppid=5306 vsize=10617796 memory=6525858347538544147 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5313/stat : 5313 (java) S 5306 5309 17093 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 16 0 66068418 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140070361119376 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5314] ppid=5306 vsize=10617796 memory=-5797928814908372160 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5314/stat : 5314 (java) S 5306 5309 17093 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 66068418 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140070029748496 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5315] ppid=5306 vsize=10617796 memory=-7533522213388100735 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5315/stat : 5315 (java) S 5306 5309 17093 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 16 0 66068418 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140070028695952 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5316] ppid=5306 vsize=10617796 memory=-2629627693499012510 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5316/stat : 5316 (java) S 5306 5309 17093 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 16 0 66068419 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069528763120 140070421146242 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5317] ppid=5306 vsize=10617796 memory=-9108684669924967205 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5317/stat : 5317 (java) S 5306 5309 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 66068420 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069527709344 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5318] ppid=5306 vsize=10617796 memory=-8033973737701895300 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5318/stat : 5318 (java) S 5306 5309 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66068420 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069526656240 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5319] ppid=5306 vsize=10617796 memory=-9102473451428748661 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5319/stat : 5319 (java) S 5306 5309 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66068422 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069525604816 140070421153691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5320] ppid=5306 vsize=10617796 memory=-9104156881040285045 CPUtime=1.51 cores=1,3,5,7
/proc/5309/task/5320/stat : 5320 (java) S 5306 5309 17093 0 -1 1077944384 7570 0 0 0 150 1 0 0 20 0 16 0 66068422 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069524551920 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5321] ppid=5306 vsize=10617796 memory=-5942888427914360000 CPUtime=1.34 cores=1,3,5,7
/proc/5309/task/5321/stat : 5321 (java) S 5306 5309 17093 0 -1 1077944384 6417 0 0 0 133 1 0 0 20 0 16 0 66068422 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069523499376 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5322] ppid=5306 vsize=10617796 memory=8508281403248314509 CPUtime=0.36 cores=1,3,5,7
/proc/5309/task/5322/stat : 5322 (java) S 5306 5309 17093 0 -1 1077944384 2356 0 0 0 36 0 0 0 20 0 16 0 66068422 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069522446320 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5323] ppid=5306 vsize=10617796 memory=8110268427993965958 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5323/stat : 5323 (java) S 5306 5309 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66068422 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069521394016 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5324] ppid=5306 vsize=10617796 memory=3054156605268583796 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5324/stat : 5324 (java) S 5306 5309 17093 0 -1 1077944384 522 0 0 0 0 0 0 0 20 0 16 0 66068427 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069520342064 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5325] ppid=5306 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5325/stat : 5325 (java) S 5306 5309 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66068499 10872623104 54565 18446744073709551615 4194304 4196468 140735716077344 140069519287856 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
Current children cumulated CPU time: 11.19 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 218260 KiB

[startup+8.40075 s]
/proc/loadavg: 2.03 3.01 3.16 3/211 5325
/proc/meminfo: memFree=25928956/32770624 swapFree=67108860/67108860
[pid=5309] ppid=5306 vsize=10750924 memory=218312 CPUtime=11.44 cores=1,3,5,7
/proc/5309/stat : 5309 (java) S 5306 5309 17093 0 -1 1077944320 26829 0 0 0 1134 10 0 0 20 0 16 0 66068411 11008946176 54578 18446744073709551615 4194304 4196468 140735716077344 140735716059888 140070421135095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
/proc/5309/statm: 2687731 54578 3112 1 0 2677184 0
[pid=5309/tid=5311] ppid=5306 vsize=10750924 memory=1708 CPUtime=8.11 cores=1,3,5,7
/proc/5309/task/5311/stat : 5311 (java) S 5306 5309 17093 0 -1 1077944384 8101 0 0 0 806 5 0 0 20 0 16 0 66068417 11008946176 54578 18446744073709551615 4194304 4196468 140735716077344 140070425375776 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5312] ppid=5306 vsize=10750924 memory=7680170660397595203 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5312/stat : 5312 (java) S 5306 5309 17093 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 16 0 66068418 11008946176 54578 18446744073709551615 4194304 4196468 140735716077344 140070362171920 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5313] ppid=5306 vsize=10750924 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5313/stat : 5313 (java) S 5306 5309 17093 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 16 0 66068418 11008946176 54578 18446744073709551615 4194304 4196468 140735716077344 140070361119376 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5314] ppid=5306 vsize=10750924 memory=279695787142784 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5314/stat : 5314 (java) S 5306 5309 17093 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 66068418 11008946176 54578 18446744073709551615 4194304 4196468 140735716077344 140070029748496 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5315] ppid=5306 vsize=10750924 memory=139847893595180 CPUtime=0.01 cores=1,3,5,7
/proc/5309/task/5315/stat : 5315 (java) S 5306 5309 17093 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 16 0 66068418 11008946176 54578 18446744073709551615 4194304 4196468 140735716077344 140070028695952 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5316] ppid=5306 vsize=10750924 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5316/stat : 5316 (java) S 5306 5309 17093 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 16 0 66068419 11008946176 54578 18446744073709551615 4194304 4196468 140735716077344 140069528763120 140070421146242 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5317] ppid=5306 vsize=10750924 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5317/stat : 5317 (java) S 5306 5309 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 66068420 11008946176 54578 18446744073709551615 4194304 4196468 140735716077344 140069527709344 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5318] ppid=5306 vsize=10750924 memory=3040 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5318/stat : 5318 (java) S 5306 5309 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66068420 11008946176 54578 18446744073709551615 4194304 4196468 140735716077344 140069526656240 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5319] ppid=5306 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5319/stat : 5319 (java) S 5306 5309 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66068422 11008946176 54578 18446744073709551615 4194304 4196468 140735716077344 140069525604816 140070421153691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5320] ppid=5306 vsize=10750924 memory=2276 CPUtime=1.51 cores=1,3,5,7
/proc/5309/task/5320/stat : 5320 (java) S 5306 5309 17093 0 -1 1077944384 7572 0 0 0 150 1 0 0 20 0 16 0 66068422 11008946176 54578 18446744073709551615 4194304 4196468 140735716077344 140069524551920 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5321] ppid=5306 vsize=10750924 memory=4072 CPUtime=1.35 cores=1,3,5,7
/proc/5309/task/5321/stat : 5321 (java) S 5306 5309 17093 0 -1 1077944384 6421 0 0 0 134 1 0 0 20 0 16 0 66068422 11008946176 54578 18446744073709551615 4194304 4196468 140735716077344 140069523499376 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5322] ppid=5306 vsize=10750924 memory=1156 CPUtime=0.36 cores=1,3,5,7
/proc/5309/task/5322/stat : 5322 (java) S 5306 5309 17093 0 -1 1077944384 2359 0 0 0 36 0 0 0 20 0 16 0 66068422 11008946176 54578 18446744073709551615 4194304 4196468 140735716077344 140069522446320 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5323] ppid=5306 vsize=10750924 memory=3148 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5323/stat : 5323 (java) S 5306 5309 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66068422 11008946176 54578 18446744073709551615 4194304 4196468 140735716077344 140069521394016 140070421145301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
[pid=5309/tid=5324] ppid=5306 vsize=10750924 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/5309/task/5324/stat : 5324 (java) S 5306 5309 17093 0 -1 1077944384 522 0 0 0 0 0 0 0 20 0 16 0 66068427 11008946176 54578 18446744073709551615 4194304 4196468 140735716077344 140069520342064 140070421146242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 30728192 140735716086160 140735716086313 140735716086313 140735716089807 0
Current children cumulated CPU time: 11.44 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 218312 KiB

Child status: 0
Real time (s): 8.46719
CPU time (s): 11.4648
CPU user time (s): 11.3521
CPU system time (s): 0.112616
CPU usage (%): 135.402
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 222284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.3521
system time used= 0.112616
maximum resident set size= 222288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27251
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1890
involuntary context switches= 26


# summary of solver processes directly reported to runsolver:
#   pid: 5309
#   total CPU time (s): 11.4648
#   total CPU user time (s): 11.3521
#   total CPU system time (s): 0.112616

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.088491 second user time and 0.108834 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 17:25:02
IDJOB=4263732
IDBENCH=140518
IDSOLVER=2651
FILE ID=node127/4263732-1502638751
RUNJOBID= node127-1502624030-2989
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-tiny.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263732-1502638751/watcher-4263732-1502638751 -o /tmp/evaluation-result-4263732-1502638751/solver-4263732-1502638751 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263732-1502638751.xml

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

MD5SUM BENCH= b48c1d78a7c2914aa1b4afc3a63a668c
RANDOM SEED=176284530

node127.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.92
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.92
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.92
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.92
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:        26136356 kB
MemAvailable:   26565796 kB
Buffers:          197196 kB
Cached:           528104 kB
SwapCached:            0 kB
Active:          5991820 kB
Inactive:         206584 kB
Active(anon):    5422260 kB
Inactive(anon):    83888 kB
Active(file):     569560 kB
Inactive(file):   122696 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1692 kB
Writeback:             4 kB
AnonPages:       5472376 kB
Mapped:            58740 kB
Shmem:             33444 kB
Slab:             131636 kB
SReclaimable:     106040 kB
SUnreclaim:        25596 kB
KernelStack:        3488 kB
PageTables:        15620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7101364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5324800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 17:25:11