Trace number 4263047

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-05OPT0 525.47998 520.84302

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-06.xml
MD5SUM315e274f87a0401bb6a43b890592ba0e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark18.0944
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints47
Number of domains2
Minimum domain size2
Maximum domain size36
Distribution of domain sizes[{"size":2,"count":11},{"size":36,"count":37}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":13},{"degree":3,"count":23},{"degree":4,"count":11},{"degree":11,"count":1}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":35},{"arity":3,"count":11},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.81/0.48	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.81/0.48	c This is free software under the dual EPL/GNU LGPL licenses.
0.81/0.48	c See www.sat4j.org for details.
0.81/0.48	c That software uses the Rhino library from the Mozilla project.
0.81/0.48	c version CUSTOM.v20170705
0.81/0.48	c java.runtime.name	Java(TM) SE Runtime Environment
0.81/0.48	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.81/0.48	c java.vm.version	25.131-b11
0.81/0.48	c java.vm.vendor	Oracle Corporation
0.81/0.48	c sun.arch.data.model	64
0.81/0.48	c java.version		1.8.0_131
0.81/0.48	c os.name		Linux
0.81/0.48	c os.version		3.10.0-514.16.1.el7.x86_64
0.81/0.48	c os.arch		amd64
0.81/0.48	c Free memory 		499604488
0.81/0.48	c Max memory 		7247757312
0.81/0.48	c Total memory 		504889344
0.81/0.48	c Number of processors 	4
0.81/0.48	c c --- Begin Solver configuration ---
0.81/0.48	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.81/0.48	c Learn all clauses as in MiniSAT
0.81/0.48	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.81/0.48	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.81/0.48	c No reason simplification
0.81/0.48	c Glucose 2.1 dynamic restart strategy
0.81/0.48	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.81/0.48	c timeout=2147483s
0.81/0.48	c DB Simplification allowed=false
0.81/0.48	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.81/0.48	c --- End Solver configuration ---
0.81/0.48	c constraints type 
0.81/0.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
0.81/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 36768
0.81/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21872
0.81/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 92
0.81/0.48	c 58828 constraints processed.
20.08/18.36	o 6
30.04/28.12	o 5
36.24/34.38	o 4
42.45/40.57	o 3
61.41/59.49	o 2
83.07/81.07	o 1
525.32/520.59	o 0
525.42/520.79	c starts		: 17836
525.42/520.79	c conflicts		: 3040937
525.42/520.79	c decisions		: 15142719
525.42/520.79	c propagations		: 333410700
525.42/520.79	c inspects		: 8529080807
525.42/520.79	c shortcuts		: 0
525.42/520.79	c learnt literals	: 0
525.42/520.79	c learnt binary clauses	: 40027
525.42/520.79	c learnt ternary clauses	: 9620
525.42/520.79	c learnt constraints	: 3040937
525.42/520.79	c ignored constraints	: 0
525.42/520.79	c root simplifications	: 0
525.42/520.79	c removed literals (reason simplification)	: 0
525.42/520.79	c reason swapping (by a shorter reason)	: 0
525.42/520.79	c Calls to reduceDB	: 139
525.42/520.79	c Number of update (reduction) of LBD	: 2190786
525.42/520.79	c Imported unit clauses	: 0
525.42/520.79	c number of reductions to clauses (during analyze)	: 0
525.42/520.79	c number of learned constraints concerned by reduction	: 0
525.42/520.79	c number of learning phase by resolution	: 0
525.42/520.79	c number of learning phase by cutting planes	: 0
525.42/520.79	c number of rounding to 1 operations	: 0
525.42/520.79	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
525.42/520.79	c number of reductions of the coefficients by power 2 	: 0
525.42/520.79	c number of right shift for reduction by power 2 	: 0
525.42/520.79	c number of reductions of the coefficients by GCD over coefficients 	: 0
525.42/520.79	c speed (assignments/second)	: 640787.4860180584
525.42/520.79	c non guided choices	93854
525.43/520.82	c learnt constraints type 
525.43/520.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40027
525.43/520.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 105779
525.43/520.82	s OPTIMUM FOUND
525.43/520.82	v <instantiation type="optimum" cost="0">
525.43/520.82	v 	<list> q 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] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] </list>
525.43/520.82	v 	<values> 14 0 8 12 1 9 5 16 29 33 25 21 34 26 30 19 32 28 17 4 15 11 22 35 27 23 10 14 6 2 13 24 20 31 18 7 3 0 0 0 0 0 0 0 0 0 0 0 </values>
525.43/520.82	v </instantiation>
525.43/520.82	

Verifier Data

OK	0

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 (9271 MiB free)
  memory of node 1: 16384 MiB (13647 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263047-1502627313/watcher-4263047-1502627313 -o /tmp/evaluation-result-4263047-1502627313/solver-4263047-1502627313 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502624010-4809 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263047-1502627313.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
solver pid=5184, runsolver pid=5181
Current StackSize limit: 8192 KiB


[startup+0.100087 s]*
/proc/loadavg: 2.00 2.01 1.99 5/217 5199
/proc/meminfo: memFree=23451996/32770624 swapFree=67108860/67108860
[pid=5184] ppid=5181 vsize=10555400 memory=28416 CPUtime=0.13 cores=1,3,5,7
/proc/5184/stat : 5184 (java) S 5181 5184 31727 0 -1 1077944320 6685 0 0 0 11 2 0 0 20 0 15 0 95802917 10808729600 7104 33554432000 4194304 4196468 140733550525664 140733550508208 140167426846455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
/proc/5184/statm: 2638850 7104 2814 1 0 2627263 0
[pid=5184/tid=5186] ppid=5181 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/5184/task/5186/stat : 5186 (java) R 5181 5184 31727 0 -1 4202560 4513 0 0 0 8 1 0 0 20 0 15 0 95802917 10808729600 7104 33554432000 4194304 4196468 140733550525664 140167431068144 140167410926942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5187] ppid=5181 vsize=10555400 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5187/stat : 5187 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95802918 10808729600 7104 33554432000 4194304 4196468 140733550525664 140167034014864 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5188] ppid=5181 vsize=10555400 memory=139684556097152 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5188/stat : 5188 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95802918 10808729600 7104 33554432000 4194304 4196468 140733550525664 140167032962064 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5189] ppid=5181 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5189/stat : 5189 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95802918 10808729600 7104 33554432000 4194304 4196468 140733550525664 140167031909264 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5190] ppid=5181 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5190/stat : 5190 (java) S 5181 5184 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95802918 10808729600 7104 33554432000 4194304 4196468 140733550525664 140167030856464 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5191] ppid=5181 vsize=10555400 memory=139684556097152 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5191/stat : 5191 (java) S 5181 5184 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95802919 10808729600 7104 33554432000 4194304 4196468 140733550525664 140166919313776 140167426857602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5192] ppid=5181 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5192/stat : 5192 (java) S 5181 5184 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95802920 10808729600 7104 33554432000 4194304 4196468 140733550525664 140166918259744 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5193] ppid=5181 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5193/stat : 5193 (java) S 5181 5184 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95802920 10808729600 7104 33554432000 4194304 4196468 140733550525664 140166917206896 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5194] ppid=5181 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5194/stat : 5194 (java) S 5181 5184 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95802922 10808729600 7104 33554432000 4194304 4196468 140733550525664 140166916155216 140167426865051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5195] ppid=5181 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5195/stat : 5195 (java) S 5181 5184 31727 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 95802923 10808729600 7104 33554432000 4194304 4196468 140733550525664 140166915103600 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5196] ppid=5181 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5196/stat : 5196 (java) S 5181 5184 31727 0 -1 1077944384 408 0 0 0 0 0 0 0 20 0 15 0 95802923 10808729600 7104 33554432000 4194304 4196468 140733550525664 140166914050800 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5197] ppid=5181 vsize=10555400 memory=139684556097152 CPUtime=0.01 cores=1,3,5,7
/proc/5184/task/5197/stat : 5197 (java) R 5181 5184 31727 0 -1 4202560 378 0 0 0 1 0 0 0 20 0 15 0 95802923 10808729600 7104 33554432000 4194304 4196468 140733550525664 140166912998000 140167426867802 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5198] ppid=5181 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5198/stat : 5198 (java) S 5181 5184 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95802923 10808729600 7104 33554432000 4194304 4196468 140733550525664 140166911945440 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5199] ppid=5181 vsize=10555400 memory=139684556097152 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5199/stat : 5199 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95802923 10808729600 7104 33554432000 4194304 4196468 140733550525664 140166910892720 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 28416 KiB

[startup+0.210693 s]*
/proc/loadavg: 2.00 2.01 1.99 3/217 5199
/proc/meminfo: memFree=23444488/32770624 swapFree=67108860/67108860
[pid=5184] ppid=5181 vsize=10555400 memory=36296 CPUtime=0.29 cores=1,3,5,7
/proc/5184/stat : 5184 (java) S 5181 5184 31727 0 -1 1077944320 7893 0 0 0 26 3 0 0 20 0 15 0 95802917 10808729600 9074 33554432000 4194304 4196468 140733550525664 140733550508208 140167426846455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
/proc/5184/statm: 2638850 9074 2896 1 0 2627263 0
[pid=5184/tid=5186] ppid=5181 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/5184/task/5186/stat : 5186 (java) R 5181 5184 31727 0 -1 4202560 5430 0 0 0 18 1 0 0 20 0 15 0 95802917 10808729600 9074 33554432000 4194304 4196468 140733550525664 140167431078656 140167426868381 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5187] ppid=5181 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5187/stat : 5187 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95802918 10808729600 9074 33554432000 4194304 4196468 140733550525664 140167034014864 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5188] ppid=5181 vsize=10555400 memory=139684556276738 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5188/stat : 5188 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95802918 10808729600 9074 33554432000 4194304 4196468 140733550525664 140167032962064 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5189] ppid=5181 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5189/stat : 5189 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95802918 10808729600 9074 33554432000 4194304 4196468 140733550525664 140167031909264 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5190] ppid=5181 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5190/stat : 5190 (java) S 5181 5184 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95802918 10808729600 9074 33554432000 4194304 4196468 140733550525664 140167030856464 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5191] ppid=5181 vsize=10555400 memory=139684556097152 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5191/stat : 5191 (java) S 5181 5184 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95802919 10808729600 9074 33554432000 4194304 4196468 140733550525664 140166919313776 140167426857602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5192] ppid=5181 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5192/stat : 5192 (java) S 5181 5184 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95802920 10808729600 9074 33554432000 4194304 4196468 140733550525664 140166918259744 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5193] ppid=5181 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5193/stat : 5193 (java) S 5181 5184 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95802920 10808729600 9074 33554432000 4194304 4196468 140733550525664 140166917206896 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5194] ppid=5181 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5194/stat : 5194 (java) S 5181 5184 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95802922 10808729600 9074 33554432000 4194304 4196468 140733550525664 140166916155216 140167426865051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5195] ppid=5181 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5184/task/5195/stat : 5195 (java) S 5181 5184 31727 0 -1 1077944384 117 0 0 0 1 0 0 0 20 0 15 0 95802923 10808729600 9074 33554432000 4194304 4196468 140733550525664 140166915103600 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5196] ppid=5181 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5184/task/5196/stat : 5196 (java) S 5181 5184 31727 0 -1 1077944384 501 0 0 0 1 0 0 0 20 0 15 0 95802923 10808729600 9074 33554432000 4194304 4196468 140733550525664 140166914050800 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5197] ppid=5181 vsize=10555400 memory=139684556097152 CPUtime=0.05 cores=1,3,5,7
/proc/5184/task/5197/stat : 5197 (java) R 5181 5184 31727 0 -1 4202560 487 0 0 0 5 0 0 0 20 0 15 0 95802923 10808729600 9074 33554432000 4194304 4196468 140733550525664 140166912998000 140167426867802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5198] ppid=5181 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5198/stat : 5198 (java) S 5181 5184 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95802923 10808729600 9074 33554432000 4194304 4196468 140733550525664 140166911945440 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5199] ppid=5181 vsize=10555400 memory=139684556097152 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5199/stat : 5199 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95802923 10808729600 9074 33554432000 4194304 4196468 140733550525664 140166910892720 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 36296 KiB

[startup+0.310522 s]*
/proc/loadavg: 2.00 2.01 1.99 5/217 5199
/proc/meminfo: memFree=23435176/32770624 swapFree=67108860/67108860
[pid=5184] ppid=5181 vsize=10555476 memory=45952 CPUtime=0.5 cores=1,3,5,7
/proc/5184/stat : 5184 (java) S 5181 5184 31727 0 -1 1077944320 9211 0 0 0 47 3 0 0 20 0 15 0 95802917 10808807424 11488 33554432000 4194304 4196468 140733550525664 140733550508208 140167426846455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
/proc/5184/statm: 2638869 11488 3038 1 0 2627263 0
[pid=5184/tid=5186] ppid=5181 vsize=10555476 memory=53476 CPUtime=0.29 cores=1,3,5,7
/proc/5184/task/5186/stat : 5186 (java) R 5181 5184 31727 0 -1 4202560 5813 0 0 0 27 2 0 0 20 0 15 0 95802917 10808807424 11488 33554432000 4194304 4196468 140733550525664 140167431082848 140167410926942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5187] ppid=5181 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5187/stat : 5187 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95802918 10808807424 11488 33554432000 4194304 4196468 140733550525664 140167034014864 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5188] ppid=5181 vsize=10555476 memory=139684556155168 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5188/stat : 5188 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95802918 10808807424 11488 33554432000 4194304 4196468 140733550525664 140167032962064 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5189] ppid=5181 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5189/stat : 5189 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95802918 10808807424 11488 33554432000 4194304 4196468 140733550525664 140167031909264 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5190] ppid=5181 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5190/stat : 5190 (java) S 5181 5184 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95802918 10808807424 11488 33554432000 4194304 4196468 140733550525664 140167030856464 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5191] ppid=5181 vsize=10555476 memory=139684556162080 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5191/stat : 5191 (java) S 5181 5184 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95802919 10808807424 11488 33554432000 4194304 4196468 140733550525664 140166919313776 140167426857602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5192] ppid=5181 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5192/stat : 5192 (java) S 5181 5184 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95802920 10808807424 11488 33554432000 4194304 4196468 140733550525664 140166918259744 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5193] ppid=5181 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5193/stat : 5193 (java) S 5181 5184 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95802920 10808807424 11488 33554432000 4194304 4196468 140733550525664 140166917206896 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5194] ppid=5181 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5194/stat : 5194 (java) S 5181 5184 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95802922 10808807424 11488 33554432000 4194304 4196468 140733550525664 140166916155216 140167426865051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5195] ppid=5181 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5184/task/5195/stat : 5195 (java) S 5181 5184 31727 0 -1 1077944384 348 0 0 0 3 0 0 0 20 0 15 0 95802923 10808807424 11488 33554432000 4194304 4196468 140733550525664 140166915103600 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5196] ppid=5181 vsize=10555476 memory=139684416179727 CPUtime=0.04 cores=1,3,5,7
/proc/5184/task/5196/stat : 5196 (java) R 5181 5184 31727 0 -1 4202560 746 0 0 0 4 0 0 0 20 0 15 0 95802923 10808807424 11488 33554432000 4194304 4196468 140733550525664 140166914031816 140167406539559 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5197] ppid=5181 vsize=10555476 memory=139684556102161 CPUtime=0.11 cores=1,3,5,7
/proc/5184/task/5197/stat : 5197 (java) S 5181 5184 31727 0 -1 1077944384 943 0 0 0 11 0 0 0 20 0 15 0 95802923 10808807424 11488 33554432000 4194304 4196468 140733550525664 140166912998000 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5198] ppid=5181 vsize=10555476 memory=139684416184271 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5198/stat : 5198 (java) S 5181 5184 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95802923 10808807424 11488 33554432000 4194304 4196468 140733550525664 140166911945440 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5199] ppid=5181 vsize=10555476 memory=279368972298176 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5199/stat : 5199 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95802923 10808807424 11488 33554432000 4194304 4196468 140733550525664 140166910892720 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45952 KiB

[startup+0.700783 s]
/proc/loadavg: 2.00 2.01 1.99 6/218 5200
/proc/meminfo: memFree=23406516/32770624 swapFree=67108860/67108860
[pid=5184] ppid=5181 vsize=10622040 memory=79676 CPUtime=1.73 cores=1,3,5,7
/proc/5184/stat : 5184 (java) S 5181 5184 31727 0 -1 1077944320 13104 0 0 0 169 4 0 0 20 0 16 0 95802917 10876968960 19919 33554432000 4194304 4196468 140733550525664 140733550508208 140167426846455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
/proc/5184/statm: 2655510 19919 3088 1 0 2643904 0
[pid=5184/tid=5186] ppid=5181 vsize=10622040 memory=11568365 CPUtime=0.66 cores=1,3,5,7
/proc/5184/task/5186/stat : 5186 (java) R 5181 5184 31727 0 -1 4202560 5952 0 0 0 64 2 0 0 20 0 16 0 95802917 10876968960 19919 33554432000 4194304 4196468 140733550525664 140167431081872 140167067735139 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5187] ppid=5181 vsize=10622040 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5187/stat : 5187 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95802918 10876968960 19919 33554432000 4194304 4196468 140733550525664 140167034014864 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5188] ppid=5181 vsize=10622040 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5188/stat : 5188 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95802918 10876968960 19919 33554432000 4194304 4196468 140733550525664 140167032962064 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5189] ppid=5181 vsize=10622040 memory=10640 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5189/stat : 5189 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95802918 10876968960 19919 33554432000 4194304 4196468 140733550525664 140167031909264 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5190] ppid=5181 vsize=10622040 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5190/stat : 5190 (java) S 5181 5184 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95802918 10876968960 19919 33554432000 4194304 4196468 140733550525664 140167030856464 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5191] ppid=5181 vsize=10622040 memory=15588 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5191/stat : 5191 (java) S 5181 5184 31727 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 95802919 10876968960 19919 33554432000 4194304 4196468 140733550525664 140166919313776 140167426857602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5192] ppid=5181 vsize=10622040 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5192/stat : 5192 (java) S 5181 5184 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95802920 10876968960 19919 33554432000 4194304 4196468 140733550525664 140166918259744 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5193] ppid=5181 vsize=10622040 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5193/stat : 5193 (java) S 5181 5184 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95802920 10876968960 19919 33554432000 4194304 4196468 140733550525664 140166917206896 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5194] ppid=5181 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5194/stat : 5194 (java) S 5181 5184 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95802922 10876968960 19919 33554432000 4194304 4196468 140733550525664 140166916155216 140167426865051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5195] ppid=5181 vsize=10622040 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/5184/task/5195/stat : 5195 (java) R 5181 5184 31727 0 -1 4202560 1543 0 0 0 39 0 0 0 20 0 16 0 95802923 10876968960 19919 33554432000 4194304 4196468 140733550525664 140166915094192 140167408371879 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5196] ppid=5181 vsize=10622040 memory=6655300316396806240 CPUtime=0.39 cores=1,3,5,7
/proc/5184/task/5196/stat : 5196 (java) R 5181 5184 31727 0 -1 4202560 2346 0 0 0 39 0 0 0 20 0 16 0 95802923 10876968960 19919 33554432000 4194304 4196468 140733550525664 140166914031816 140167408391036 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5197] ppid=5181 vsize=10622040 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/5184/task/5197/stat : 5197 (java) S 5181 5184 31727 0 -1 1077944384 1871 0 0 0 26 0 0 0 20 0 16 0 95802923 10876968960 19919 33554432000 4194304 4196468 140733550525664 140166912998000 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5198] ppid=5181 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5198/stat : 5198 (java) S 5181 5184 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95802923 10876968960 19919 33554432000 4194304 4196468 140733550525664 140166911945440 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5199] ppid=5181 vsize=10622040 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5199/stat : 5199 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95802923 10876968960 19919 33554432000 4194304 4196468 140733550525664 140166910892720 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5200] ppid=5181 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5200/stat : 5200 (java) S 5181 5184 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95802965 10876968960 19919 33554432000 4194304 4196468 140733550525664 140166909838256 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 79676 KiB

[startup+1.50082 s]
/proc/loadavg: 2.00 2.01 1.99 5/218 5200
/proc/meminfo: memFree=23396020/32770624 swapFree=67108860/67108860
[pid=5184] ppid=5181 vsize=10622040 memory=91164 CPUtime=3.19 cores=1,3,5,7
/proc/5184/stat : 5184 (java) S 5181 5184 31727 0 -1 1077944320 17903 0 0 0 314 5 0 0 20 0 16 0 95802917 10876968960 22791 33554432000 4194304 4196468 140733550525664 140733550508208 140167426846455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
/proc/5184/statm: 2655510 22791 3102 1 0 2643904 0
[pid=5184/tid=5186] ppid=5181 vsize=10622040 memory=127 CPUtime=1.47 cores=1,3,5,7
/proc/5184/task/5186/stat : 5186 (java) R 5181 5184 31727 0 -1 4202560 6229 0 0 0 144 3 0 0 20 0 16 0 95802917 10876968960 22791 33554432000 4194304 4196468 140733550525664 140167431085216 140167067734884 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5187] ppid=5181 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5187/stat : 5187 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95802918 10876968960 22791 33554432000 4194304 4196468 140733550525664 140167034014864 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5188] ppid=5181 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5188/stat : 5188 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95802918 10876968960 22791 33554432000 4194304 4196468 140733550525664 140167032962064 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5189] ppid=5181 vsize=10622040 memory=10640 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5189/stat : 5189 (java) S 5181 5184 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95802918 10876968960 22791 33554432000 4194304 4196468 140733550525664 140167031909264 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5190] ppid=5181 vsize=10622040 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5190/stat : 5190 (java) S 5181 5184 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95802918 10876968960 22791 33554432000 4194304 4196468 140733550525664 140167030856464 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0

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

Current children cumulated memory: 558976 KiB

[startup+518.401 s]
/proc/loadavg: 2.10 2.16 2.09 3/218 5294
/proc/meminfo: memFree=21198716/32770624 swapFree=67108860/67108860
[pid=5184] ppid=5181 vsize=10622040 memory=558976 CPUtime=523.22 cores=1,3,5,7
/proc/5184/stat : 5184 (java) S 5181 5184 31727 0 -1 1077944320 48878 0 0 0 52234 88 0 0 20 0 16 0 95802917 10876968960 139744 33554432000 4194304 4196468 140733550525664 140733550508208 140167426846455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
/proc/5184/statm: 2655510 139744 3158 1 0 2643904 0
[pid=5184/tid=5186] ppid=5181 vsize=10622040 memory=27508 CPUtime=517.43 cores=1,3,5,7
/proc/5184/task/5186/stat : 5186 (java) R 5181 5184 31727 0 -1 4202560 11796 0 0 0 51738 5 0 0 20 0 16 0 95802917 10876968960 139744 33554432000 4194304 4196468 140733550525664 140167431085376 140167067804526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5187] ppid=5181 vsize=10622040 memory=1296 CPUtime=0.86 cores=1,3,5,7
/proc/5184/task/5187/stat : 5187 (java) S 5181 5184 31727 0 -1 1077944384 2576 0 0 0 70 16 0 0 20 0 16 0 95802918 10876968960 139744 33554432000 4194304 4196468 140733550525664 140167034014864 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5188] ppid=5181 vsize=10622040 memory=1728 CPUtime=0.87 cores=1,3,5,7
/proc/5184/task/5188/stat : 5188 (java) S 5181 5184 31727 0 -1 1077944384 3541 0 0 0 71 16 0 0 20 0 16 0 95802918 10876968960 139744 33554432000 4194304 4196468 140733550525664 140167032962064 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5189] ppid=5181 vsize=10622040 memory=12032 CPUtime=0.86 cores=1,3,5,7
/proc/5184/task/5189/stat : 5189 (java) S 5181 5184 31727 0 -1 1077944384 2199 0 0 0 69 17 0 0 20 0 16 0 95802918 10876968960 139744 33554432000 4194304 4196468 140733550525664 140167031909264 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5190] ppid=5181 vsize=10622040 memory=1708 CPUtime=0.87 cores=1,3,5,7
/proc/5184/task/5190/stat : 5190 (java) S 5181 5184 31727 0 -1 1077944384 2379 0 0 0 71 16 0 0 20 0 16 0 95802918 10876968960 139744 33554432000 4194304 4196468 140733550525664 140167030856464 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5191] ppid=5181 vsize=10622040 memory=1012 CPUtime=0.08 cores=1,3,5,7
/proc/5184/task/5191/stat : 5191 (java) S 5181 5184 31727 0 -1 1077944384 9232 0 0 0 8 0 0 0 20 0 16 0 95802919 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166919313776 140167426857602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5192] ppid=5181 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5192/stat : 5192 (java) S 5181 5184 31727 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 95802920 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166918259808 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5193] ppid=5181 vsize=10622040 memory=15588 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5193/stat : 5193 (java) S 5181 5184 31727 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 95802920 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166917206912 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5194] ppid=5181 vsize=10622040 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5194/stat : 5194 (java) S 5181 5184 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95802922 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166916155216 140167426865051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5195] ppid=5181 vsize=10622040 memory=4040 CPUtime=0.69 cores=1,3,5,7
/proc/5184/task/5195/stat : 5195 (java) S 5181 5184 31727 0 -1 1077944384 5184 0 0 0 68 1 0 0 20 0 16 0 95802923 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166915103600 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5196] ppid=5181 vsize=10622040 memory=8112282956445269571 CPUtime=0.89 cores=1,3,5,7
/proc/5184/task/5196/stat : 5196 (java) S 5181 5184 31727 0 -1 1077944384 6746 0 0 0 89 0 0 0 20 0 16 0 95802923 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166914050800 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5197] ppid=5181 vsize=10622040 memory=288230621803970871 CPUtime=0.31 cores=1,3,5,7
/proc/5184/task/5197/stat : 5197 (java) S 5181 5184 31727 0 -1 1077944384 2792 0 0 0 30 1 0 0 20 0 16 0 95802923 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166912998000 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5198] ppid=5181 vsize=10622040 memory=13571509067188477 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5198/stat : 5198 (java) S 5181 5184 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95802923 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166911945440 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5199] ppid=5181 vsize=10622040 memory=16432 CPUtime=0.26 cores=1,3,5,7
/proc/5184/task/5199/stat : 5199 (java) S 5181 5184 31727 0 -1 1077944384 968 0 0 0 12 14 0 0 20 0 16 0 95802923 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166910892720 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5200] ppid=5181 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5200/stat : 5200 (java) S 5181 5184 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95802965 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166909838256 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
Current children cumulated CPU time: 523.22 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 558976 KiB

[startup+520.001 s]*
/proc/loadavg: 2.10 2.16 2.09 3/218 5294
/proc/meminfo: memFree=21198716/32770624 swapFree=67108860/67108860
[pid=5184] ppid=5181 vsize=10622040 memory=558976 CPUtime=524.83 cores=1,3,5,7
/proc/5184/stat : 5184 (java) S 5181 5184 31727 0 -1 1077944320 48880 0 0 0 52395 88 0 0 20 0 16 0 95802917 10876968960 139744 33554432000 4194304 4196468 140733550525664 140733550508208 140167426846455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
/proc/5184/statm: 2655510 139744 3158 1 0 2643904 0
[pid=5184/tid=5186] ppid=5181 vsize=10622040 memory=6935054825532540783 CPUtime=519.03 cores=1,3,5,7
/proc/5184/task/5186/stat : 5186 (java) R 5181 5184 31727 0 -1 4202560 11798 0 0 0 51898 5 0 0 20 0 16 0 95802917 10876968960 139744 33554432000 4194304 4196468 140733550525664 140167431085376 140167067668164 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5187] ppid=5181 vsize=10622040 memory=4872558044660077418 CPUtime=0.86 cores=1,3,5,7
/proc/5184/task/5187/stat : 5187 (java) S 5181 5184 31727 0 -1 1077944384 2576 0 0 0 70 16 0 0 20 0 16 0 95802918 10876968960 139744 33554432000 4194304 4196468 140733550525664 140167034014864 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5188] ppid=5181 vsize=10622040 memory=840 CPUtime=0.87 cores=1,3,5,7
/proc/5184/task/5188/stat : 5188 (java) S 5181 5184 31727 0 -1 1077944384 3541 0 0 0 71 16 0 0 20 0 16 0 95802918 10876968960 139744 33554432000 4194304 4196468 140733550525664 140167032962064 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5189] ppid=5181 vsize=10622040 memory=4104 CPUtime=0.86 cores=1,3,5,7
/proc/5184/task/5189/stat : 5189 (java) S 5181 5184 31727 0 -1 1077944384 2199 0 0 0 69 17 0 0 20 0 16 0 95802918 10876968960 139744 33554432000 4194304 4196468 140733550525664 140167031909264 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5190] ppid=5181 vsize=10622040 memory=2536 CPUtime=0.87 cores=1,3,5,7
/proc/5184/task/5190/stat : 5190 (java) S 5181 5184 31727 0 -1 1077944384 2379 0 0 0 71 16 0 0 20 0 16 0 95802918 10876968960 139744 33554432000 4194304 4196468 140733550525664 140167030856464 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5191] ppid=5181 vsize=10622040 memory=2536 CPUtime=0.08 cores=1,3,5,7
/proc/5184/task/5191/stat : 5191 (java) S 5181 5184 31727 0 -1 1077944384 9232 0 0 0 8 0 0 0 20 0 16 0 95802919 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166919313776 140167426857602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5192] ppid=5181 vsize=10622040 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5192/stat : 5192 (java) S 5181 5184 31727 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 95802920 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166918259808 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5193] ppid=5181 vsize=10622040 memory=3252 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5193/stat : 5193 (java) S 5181 5184 31727 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 95802920 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166917206912 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5194] ppid=5181 vsize=10622040 memory=558976 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5194/stat : 5194 (java) S 5181 5184 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95802922 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166916155216 140167426865051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5195] ppid=5181 vsize=10622040 memory=558976 CPUtime=0.69 cores=1,3,5,7
/proc/5184/task/5195/stat : 5195 (java) S 5181 5184 31727 0 -1 1077944384 5184 0 0 0 68 1 0 0 20 0 16 0 95802923 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166915103600 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5196] ppid=5181 vsize=10622040 memory=916 CPUtime=0.89 cores=1,3,5,7
/proc/5184/task/5196/stat : 5196 (java) S 5181 5184 31727 0 -1 1077944384 6746 0 0 0 89 0 0 0 20 0 16 0 95802923 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166914050800 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5197] ppid=5181 vsize=10622040 memory=3832 CPUtime=0.31 cores=1,3,5,7
/proc/5184/task/5197/stat : 5197 (java) S 5181 5184 31727 0 -1 1077944384 2792 0 0 0 30 1 0 0 20 0 16 0 95802923 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166912998000 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5198] ppid=5181 vsize=10622040 memory=6935054825532540783 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5198/stat : 5198 (java) S 5181 5184 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95802923 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166911945440 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5199] ppid=5181 vsize=10622040 memory=4872558044660077418 CPUtime=0.27 cores=1,3,5,7
/proc/5184/task/5199/stat : 5199 (java) S 5181 5184 31727 0 -1 1077944384 968 0 0 0 12 15 0 0 20 0 16 0 95802923 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166910892720 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5200] ppid=5181 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5200/stat : 5200 (java) S 5181 5184 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95802965 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166909838256 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
Current children cumulated CPU time: 524.83 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 558976 KiB

[startup+520.401 s]
/proc/loadavg: 2.10 2.16 2.09 3/218 5294
/proc/meminfo: memFree=21198716/32770624 swapFree=67108860/67108860
[pid=5184] ppid=5181 vsize=10622040 memory=558976 CPUtime=525.22 cores=1,3,5,7
/proc/5184/stat : 5184 (java) S 5181 5184 31727 0 -1 1077944320 48880 0 0 0 52434 88 0 0 20 0 16 0 95802917 10876968960 139744 33554432000 4194304 4196468 140733550525664 140733550508208 140167426846455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
/proc/5184/statm: 2655510 139744 3158 1 0 2643904 0
[pid=5184/tid=5186] ppid=5181 vsize=10622040 memory=4040 CPUtime=519.42 cores=1,3,5,7
/proc/5184/task/5186/stat : 5186 (java) R 5181 5184 31727 0 -1 4202560 11798 0 0 0 51937 5 0 0 20 0 16 0 95802917 10876968960 139744 33554432000 4194304 4196468 140733550525664 140167431085376 140167067668479 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5187] ppid=5181 vsize=10622040 memory=1792 CPUtime=0.86 cores=1,3,5,7
/proc/5184/task/5187/stat : 5187 (java) S 5181 5184 31727 0 -1 1077944384 2576 0 0 0 70 16 0 0 20 0 16 0 95802918 10876968960 139744 33554432000 4194304 4196468 140733550525664 140167034014864 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5188] ppid=5181 vsize=10622040 memory=640 CPUtime=0.87 cores=1,3,5,7
/proc/5184/task/5188/stat : 5188 (java) S 5181 5184 31727 0 -1 1077944384 3541 0 0 0 71 16 0 0 20 0 16 0 95802918 10876968960 139744 33554432000 4194304 4196468 140733550525664 140167032962064 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5189] ppid=5181 vsize=10622040 memory=960 CPUtime=0.86 cores=1,3,5,7
/proc/5184/task/5189/stat : 5189 (java) S 5181 5184 31727 0 -1 1077944384 2199 0 0 0 69 17 0 0 20 0 16 0 95802918 10876968960 139744 33554432000 4194304 4196468 140733550525664 140167031909264 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5190] ppid=5181 vsize=10622040 memory=8112282956445269571 CPUtime=0.87 cores=1,3,5,7
/proc/5184/task/5190/stat : 5190 (java) S 5181 5184 31727 0 -1 1077944384 2379 0 0 0 71 16 0 0 20 0 16 0 95802918 10876968960 139744 33554432000 4194304 4196468 140733550525664 140167030856464 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5191] ppid=5181 vsize=10622040 memory=3832 CPUtime=0.08 cores=1,3,5,7
/proc/5184/task/5191/stat : 5191 (java) S 5181 5184 31727 0 -1 1077944384 9232 0 0 0 8 0 0 0 20 0 16 0 95802919 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166919313776 140167426857602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5192] ppid=5181 vsize=10622040 memory=6935054825532540783 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5192/stat : 5192 (java) S 5181 5184 31727 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 95802920 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166918259808 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5193] ppid=5181 vsize=10622040 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5193/stat : 5193 (java) S 5181 5184 31727 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 95802920 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166917206912 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5194] ppid=5181 vsize=10622040 memory=928 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5194/stat : 5194 (java) S 5181 5184 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95802922 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166916155216 140167426865051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5195] ppid=5181 vsize=10622040 memory=558976 CPUtime=0.69 cores=1,3,5,7
/proc/5184/task/5195/stat : 5195 (java) S 5181 5184 31727 0 -1 1077944384 5184 0 0 0 68 1 0 0 20 0 16 0 95802923 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166915103600 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5196] ppid=5181 vsize=10622040 memory=1296 CPUtime=0.89 cores=1,3,5,7
/proc/5184/task/5196/stat : 5196 (java) S 5181 5184 31727 0 -1 1077944384 6746 0 0 0 89 0 0 0 20 0 16 0 95802923 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166914050800 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5197] ppid=5181 vsize=10622040 memory=579952 CPUtime=0.31 cores=1,3,5,7
/proc/5184/task/5197/stat : 5197 (java) S 5181 5184 31727 0 -1 1077944384 2792 0 0 0 30 1 0 0 20 0 16 0 95802923 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166912998000 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5198] ppid=5181 vsize=10622040 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5198/stat : 5198 (java) S 5181 5184 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95802923 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166911945440 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5199] ppid=5181 vsize=10622040 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/5184/task/5199/stat : 5199 (java) S 5181 5184 31727 0 -1 1077944384 968 0 0 0 12 15 0 0 20 0 16 0 95802923 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166910892720 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5200] ppid=5181 vsize=10622040 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5200/stat : 5200 (java) S 5181 5184 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95802965 10876968960 139744 33554432000 4194304 4196468 140733550525664 140166909838256 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
Current children cumulated CPU time: 525.22 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 558976 KiB

[startup+520.808 s]
/proc/loadavg: 2.10 2.16 2.09 3/218 5294
/proc/meminfo: memFree=21198716/32770624 swapFree=67108860/67108860
[pid=5184] ppid=5181 vsize=10755168 memory=559036 CPUtime=525.43 cores=1,3,5,7
/proc/5184/stat : 5184 (java) S 5181 5184 31727 0 -1 1077944320 49137 0 0 0 52455 88 0 0 20 0 16 0 95802917 11013292032 139759 33554432000 4194304 4196468 140733550525664 140733550508208 140167426846455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
/proc/5184/statm: 2688792 139759 3161 1 0 2677186 0
[pid=5184/tid=5186] ppid=5181 vsize=10755168 memory=15588 CPUtime=519.62 cores=1,3,5,7
/proc/5184/task/5186/stat : 5186 (java) S 5181 5184 31727 0 -1 1077944384 11864 0 0 0 51957 5 0 0 20 0 16 0 95802917 11013292032 139759 33554432000 4194304 4196468 140733550525664 140167431087136 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5187] ppid=5181 vsize=10755168 memory=8112282956445269571 CPUtime=0.86 cores=1,3,5,7
/proc/5184/task/5187/stat : 5187 (java) S 5181 5184 31727 0 -1 1077944384 2576 0 0 0 70 16 0 0 20 0 16 0 95802918 11013292032 139759 33554432000 4194304 4196468 140733550525664 140167034014864 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5188] ppid=5181 vsize=10755168 memory=288230621803970871 CPUtime=0.87 cores=1,3,5,7
/proc/5184/task/5188/stat : 5188 (java) S 5181 5184 31727 0 -1 1077944384 3541 0 0 0 71 16 0 0 20 0 16 0 95802918 11013292032 139759 33554432000 4194304 4196468 140733550525664 140167032962064 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5189] ppid=5181 vsize=10755168 memory=13571509067188477 CPUtime=0.86 cores=1,3,5,7
/proc/5184/task/5189/stat : 5189 (java) S 5181 5184 31727 0 -1 1077944384 2199 0 0 0 69 17 0 0 20 0 16 0 95802918 11013292032 139759 33554432000 4194304 4196468 140733550525664 140167031909264 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5190] ppid=5181 vsize=10755168 memory=1692 CPUtime=0.87 cores=1,3,5,7
/proc/5184/task/5190/stat : 5190 (java) S 5181 5184 31727 0 -1 1077944384 2379 0 0 0 71 16 0 0 20 0 16 0 95802918 11013292032 139759 33554432000 4194304 4196468 140733550525664 140167030856464 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5191] ppid=5181 vsize=10755168 memory=558976 CPUtime=0.08 cores=1,3,5,7
/proc/5184/task/5191/stat : 5191 (java) S 5181 5184 31727 0 -1 1077944384 9232 0 0 0 8 0 0 0 20 0 16 0 95802919 11013292032 139759 33554432000 4194304 4196468 140733550525664 140166919313776 140167426857602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5192] ppid=5181 vsize=10755168 memory=558976 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5192/stat : 5192 (java) S 5181 5184 31727 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 95802920 11013292032 139759 33554432000 4194304 4196468 140733550525664 140166918259808 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5193] ppid=5181 vsize=10755168 memory=27508 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5193/stat : 5193 (java) S 5181 5184 31727 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 95802920 11013292032 139759 33554432000 4194304 4196468 140733550525664 140166917206912 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5194] ppid=5181 vsize=10755168 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5194/stat : 5194 (java) S 5181 5184 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95802922 11013292032 139759 33554432000 4194304 4196468 140733550525664 140166916155216 140167426865051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5195] ppid=5181 vsize=10755168 memory=2400 CPUtime=0.69 cores=1,3,5,7
/proc/5184/task/5195/stat : 5195 (java) S 5181 5184 31727 0 -1 1077944384 5198 0 0 0 68 1 0 0 20 0 16 0 95802923 11013292032 139759 33554432000 4194304 4196468 140733550525664 140166915103600 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5196] ppid=5181 vsize=10755168 memory=1728 CPUtime=0.89 cores=1,3,5,7
/proc/5184/task/5196/stat : 5196 (java) S 5181 5184 31727 0 -1 1077944384 6790 0 0 0 89 0 0 0 20 0 16 0 95802923 11013292032 139759 33554432000 4194304 4196468 140733550525664 140166914050800 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5197] ppid=5181 vsize=10755168 memory=12032 CPUtime=0.32 cores=1,3,5,7
/proc/5184/task/5197/stat : 5197 (java) S 5181 5184 31727 0 -1 1077944384 2835 0 0 0 31 1 0 0 20 0 16 0 95802923 11013292032 139759 33554432000 4194304 4196468 140733550525664 140166912998000 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5198] ppid=5181 vsize=10755168 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5184/task/5198/stat : 5198 (java) S 5181 5184 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95802923 11013292032 139759 33554432000 4194304 4196468 140733550525664 140166911945440 140167426856661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
[pid=5184/tid=5199] ppid=5181 vsize=10755168 memory=1012 CPUtime=0.27 cores=1,3,5,7
/proc/5184/task/5199/stat : 5199 (java) S 5181 5184 31727 0 -1 1077944384 968 0 0 0 12 15 0 0 20 0 16 0 95802923 11013292032 139759 33554432000 4194304 4196468 140733550525664 140166910892720 140167426857602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21229568 140733550527622 140733550527775 140733550527775 140733550530511 0
Current children cumulated CPU time: 525.43 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 559036 KiB

Child status: 0
Real time (s): 520.843
CPU time (s): 525.48
CPU user time (s): 524.587
CPU system time (s): 0.892272
CPU usage (%): 100.89
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 692488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 524.587
system time used= 0.892272
maximum resident set size= 724520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49249
page faults= 0
swaps= 0
block input operations= 0
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13336
involuntary context switches= 556


# summary of solver processes directly reported to runsolver:
#   pid: 5184
#   total CPU time (s): 525.48
#   total CPU user time (s): 524.587
#   total CPU system time (s): 0.892272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.20117 second user time and 5.01346 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-13 14:14:14
IDJOB=4263047
IDBENCH=130609
IDSOLVER=2651
FILE ID=node105/4263047-1502627313
RUNJOBID= node105-1502624010-4809
PBS_JOBID= 20628295
Free space on /tmp= 60664 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-06.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263047-1502627313/watcher-4263047-1502627313 -o /tmp/evaluation-result-4263047-1502627313/solver-4263047-1502627313 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502624010-4809 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263047-1502627313.xml

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

MD5SUM BENCH= 315e274f87a0401bb6a43b890592ba0e
RANDOM SEED=1278937671

node105.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.17
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.17
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.17
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.17
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:        23469744 kB
MemAvailable:   28859812 kB
Buffers:          165340 kB
Cached:          5500304 kB
SwapCached:            0 kB
Active:          3780604 kB
Inactive:        5053420 kB
Active(anon):    3171116 kB
Inactive(anon):    25060 kB
Active(file):     609488 kB
Inactive(file):  5028360 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:       3174704 kB
Mapped:            55128 kB
Shmem:             25228 kB
Slab:             161620 kB
SReclaimable:     136108 kB
SUnreclaim:        25512 kB
KernelStack:        3584 kB
PageTables:        11368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3966752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2916352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60664 MiB
End job on node105 at 2017-08-13 14:22:55