Trace number 4301325

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 2018-07-11OPT6 202.584 197.432

General information on the benchmark

NameTal/
Tal-01_c18.xml
MD5SUMbe8acda3d02cf8f075ea348930aabd56
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.030631
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints64
Number of domains6
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":9},{"size":2,"count":4},{"size":3,"count":5},{"size":6,"count":9},{"size":10,"count":6},{"size":42,"count":14}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":29},{"degree":1,"count":9},{"degree":2,"count":13},{"degree":3,"count":4},{"degree":4,"count":5},{"degree":5,"count":7},{"degree":6,"count":5},{"degree":7,"count":2},{"degree":8,"count":1},{"degree":9,"count":1}]
Minimum constraint arity1
Maximum constraint arity6
Distribution of constraint arities[{"arity":1,"count":24},{"arity":2,"count":20},{"arity":3,"count":8},{"arity":4,"count":5},{"arity":5,"count":5},{"arity":6,"count":2}]
Number of extensional constraints9
Number of intensional constraints51
Distribution of constraint types[{"type":"extension","count":9},{"type":"intension","count":51},{"type":"count","count":4}]
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

2.75/1.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.75/1.09	c This is free software under the dual EPL/GNU LGPL licenses.
2.75/1.09	c See www.sat4j.org for details.
2.75/1.09	c That software uses the Rhino library from the Mozilla project.
2.75/1.09	c version 2.3.6-SNAPSHOT
2.75/1.09	c java.runtime.name	Java(TM) SE Runtime Environment
2.75/1.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.75/1.09	c java.vm.version	25.131-b11
2.75/1.09	c java.vm.vendor	Oracle Corporation
2.75/1.09	c sun.arch.data.model	64
2.75/1.09	c java.version		1.8.0_131
2.75/1.09	c os.name		Linux
2.75/1.09	c os.version		3.10.0-514.16.1.el7.x86_64
2.75/1.09	c os.arch		amd64
2.75/1.09	c Free memory 		499604488
2.75/1.09	c Max memory 		7247757312
2.75/1.09	c Total memory 		504889344
2.75/1.09	c Number of processors 	4
2.75/1.09	c c --- Begin Solver configuration ---
2.75/1.09	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.75/1.09	c Learn all clauses as in MiniSAT
2.75/1.09	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.75/1.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.75/1.09	c No reason simplification
2.75/1.09	c Glucose 2.1 dynamic restart strategy
2.75/1.09	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
2.75/1.09	c timeout=2147483s
2.75/1.09	c DB Simplification allowed=false
2.75/1.09	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.75/1.09	c --- End Solver configuration ---
2.75/1.09	c constraints type 
2.75/1.09	c org.sat4j.minisat.constraints.card.MinWatchCard => 76
2.75/1.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 424254
2.75/1.09	c org.sat4j.minisat.constraints.cnf.UnitClauses => 9
2.75/1.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 62355
2.75/1.09	c org.sat4j.specs.Constr$1 => 9
2.75/1.09	c org.sat4j.minisat.constraints.cnf.UnitClause => 128
2.75/1.09	c 486831 constraints processed.
195.04/190.34	o 22
197.63/192.53	o 6
202.56/197.42	c starts		: 752
202.56/197.42	c conflicts		: 333540
202.56/197.42	c decisions		: 5640586
202.56/197.42	c propagations		: 588985430
202.56/197.42	c inspects		: 1342700549
202.56/197.42	c shortcuts		: 0
202.56/197.42	c learnt literals	: 387
202.56/197.42	c learnt binary clauses	: 1786
202.56/197.42	c learnt ternary clauses	: 2814
202.56/197.42	c learnt constraints	: 333152
202.56/197.42	c ignored constraints	: 0
202.56/197.42	c root simplifications	: 0
202.56/197.42	c removed literals (reason simplification)	: 0
202.56/197.42	c reason swapping (by a shorter reason)	: 0
202.56/197.42	c Calls to reduceDB	: 22
202.56/197.42	c Number of update (reduction) of LBD	: 295819
202.56/197.42	c Imported unit clauses	: 0
202.56/197.42	c number of reductions to clauses (during analyze)	: 0
202.56/197.42	c number of learned constraints concerned by reduction	: 0
202.56/197.42	c number of learning phase by resolution	: 0
202.56/197.42	c number of learning phase by cutting planes	: 0
202.56/197.42	c number of rounding to 1 operations	: 0
202.56/197.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
202.56/197.42	c number of reductions of the coefficients by power 2 	: 0
202.56/197.42	c number of right shift for reduction by power 2 	: 0
202.56/197.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
202.56/197.42	c number of ending skipping 	: 0
202.56/197.42	c number of internal skipping 	: 0
202.56/197.42	c number of derivation steps 	: 0
202.56/197.42	c number of skipped derivation steps 	: 0
202.56/197.42	c number of remaining unassigned 	: 0
202.56/197.42	c number of remaining assigned 	: 0
202.56/197.42	c speed (assignments/second)	: 3000328.210405131
202.56/197.42	c non guided choices	: 201350
202.56/197.42	s OPTIMUM FOUND
202.56/197.42	v <instantiation type="optimum" cost="6">
202.56/197.42	v 	<list> c[0][0] c[0][1] c[0][2] c[1][0] c[1][1] c[1][2] c[2][0] c[2][1] c[2][2] c[3][0] c[3][1] c[3][2] c[4][0] c[4][1] c[4][2] c[5][0] c[5][1] c[5][2] l[0][0] l[0][1] l[0][2] l[1][0] l[1][1] l[1][2] l[2][0] l[2][1] l[2][2] l[3][0] l[3][1] l[3][2] l[4][0] l[4][1] l[4][2] l[5][0] l[5][1] l[5][2] a[0][0] a[0][1] a[0][2] a[1][0] a[1][1] a[1][2] a[2][0] a[2][1] a[2][2] a[3][0] a[3][1] a[3][2] a[4][0] a[4][1] a[4][2] a[5][0] a[5][1] a[5][2] i[0][0] i[0][1] i[0][2] i[1][0] i[1][1] i[1][2] i[2][0] i[2][1] i[2][2] i[3][0] i[3][1] i[3][2] i[4][0] i[4][1] i[4][2] i[5][0] i[5][1] i[5][2] cnt[0] cnt[1] cnt[2] cnt[3] </list>
202.56/197.42	v 	<values> 0 0 0 2 0 0 0 0 0 4 0 0 0 0 0 0 0 0 14 13 2 4 4 3 4 4 3 6 0 0 6 0 0 6 0 0 0 0 0 1 1 1 0 0 0 3 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 2 0 0 0 0 1 0 0 0 0 0 0 1 1 </values>
202.56/197.42	v </instantiation>
202.56/197.42	

Verifier Data

OK	6

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301325-1532878407/watcher-4301325-1532878407 -o /tmp/evaluation-result-4301325-1532878407/solver-4301325-1532878407 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301325-1532878407.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=23073, runsolver pid=23070
Current StackSize limit: 8192 KiB


[startup+0.100434 s]*
/proc/loadavg: 2.26 2.23 2.09 3/217 23088
/proc/meminfo: memFree=24141500/32770624 swapFree=67108860/67108860
[pid=23073] ppid=23070 vsize=10659012 memory=31096 CPUtime=0.12 cores=0,2,4,6
/proc/23073/stat : 23073 (java) S 23070 23073 22004 0 -1 1077944320 6843 0 0 0 11 1 0 0 20 0 15 0 105403859 10914828288 7774 33554432000 4194304 4196468 140729689160320 140729689142864 140063687888631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
/proc/23073/statm: 2664753 7774 2810 1 0 2627263 0
[pid=23073/tid=23075] ppid=23070 vsize=10659012 memory=-8701690554792449410 CPUtime=0.09 cores=0,2,4,6
/proc/23073/task/23075/stat : 23075 (java) R 23070 23073 22004 0 -1 4202560 4678 0 0 0 8 1 0 0 20 0 15 0 105403859 10914828288 7774 33554432000 4194304 4196468 140729689160320 140063692112224 140063687900566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23076] ppid=23070 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23076/stat : 23076 (java) S 23070 23073 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105403860 10914828288 7774 33554432000 4194304 4196468 140729689160320 140063294594064 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23077] ppid=23070 vsize=10659012 memory=140546426189440 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23077/stat : 23077 (java) S 23070 23073 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105403860 10914828288 7774 33554432000 4194304 4196468 140729689160320 140063293541520 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23078] ppid=23070 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23078/stat : 23078 (java) S 23070 23073 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105403860 10914828288 7774 33554432000 4194304 4196468 140729689160320 140063292488464 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23079] ppid=23070 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23079/stat : 23079 (java) S 23070 23073 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105403860 10914828288 7774 33554432000 4194304 4196468 140729689160320 140063291435920 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23080] ppid=23070 vsize=10659012 memory=140546426189440 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23080/stat : 23080 (java) S 23070 23073 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105403861 10914828288 7774 33554432000 4194304 4196468 140729689160320 140062992730352 140063687899778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23081] ppid=23070 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23081/stat : 23081 (java) S 23070 23073 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105403862 10914828288 7774 33554432000 4194304 4196468 140729689160320 140062991676576 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23082] ppid=23070 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23082/stat : 23082 (java) S 23070 23073 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105403862 10914828288 7774 33554432000 4194304 4196468 140729689160320 140062990623472 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23083] ppid=23070 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23083/stat : 23083 (java) S 23070 23073 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105403864 10914828288 7774 33554432000 4194304 4196468 140729689160320 140062989572048 140063687907227 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23084] ppid=23070 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23084/stat : 23084 (java) S 23070 23073 22004 0 -1 1077944384 452 0 0 0 0 0 0 0 20 0 15 0 105403864 10914828288 7774 33554432000 4194304 4196468 140729689160320 140062988520176 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23085] ppid=23070 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23085/stat : 23085 (java) S 23070 23073 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105403864 10914828288 7774 33554432000 4194304 4196468 140729689160320 140062987467632 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23086] ppid=23070 vsize=10659012 memory=140546426189440 CPUtime=0.02 cores=0,2,4,6
/proc/23073/task/23086/stat : 23086 (java) R 23070 23073 22004 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 105403864 10914828288 7774 33554432000 4194304 4196468 140729689160320 140062986414576 140063687900566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23087] ppid=23070 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23087/stat : 23087 (java) S 23070 23073 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105403864 10914828288 7774 33554432000 4194304 4196468 140729689160320 140062985362272 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23088] ppid=23070 vsize=10659012 memory=140546426189440 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23088/stat : 23088 (java) S 23070 23073 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105403865 10914828288 7774 33554432000 4194304 4196468 140729689160320 140062984309296 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31096 KiB

[startup+0.210734 s]*
/proc/loadavg: 2.26 2.23 2.09 3/217 23088
/proc/meminfo: memFree=24131644/32770624 swapFree=67108860/67108860
[pid=23073] ppid=23070 vsize=10659012 memory=42032 CPUtime=0.33 cores=0,2,4,6
/proc/23073/stat : 23073 (java) S 23070 23073 22004 0 -1 1077944320 8140 0 0 0 31 2 0 0 20 0 15 0 105403859 10914828288 10508 33554432000 4194304 4196468 140729689160320 140729689142864 140063687888631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
/proc/23073/statm: 2664753 10508 3007 1 0 2627263 0
[pid=23073/tid=23075] ppid=23070 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/23073/task/23075/stat : 23075 (java) R 23070 23073 22004 0 -1 4202560 5067 0 0 0 19 1 0 0 20 0 15 0 105403859 10914828288 10508 33554432000 4194304 4196468 140729689160320 140063692115888 140063687900566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23076] ppid=23070 vsize=10659012 memory=364 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23076/stat : 23076 (java) S 23070 23073 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105403860 10914828288 10508 33554432000 4194304 4196468 140729689160320 140063294594064 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23077] ppid=23070 vsize=10659012 memory=288370922577901184 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23077/stat : 23077 (java) S 23070 23073 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105403860 10914828288 10508 33554432000 4194304 4196468 140729689160320 140063293541520 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23078] ppid=23070 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23078/stat : 23078 (java) S 23070 23073 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105403860 10914828288 10508 33554432000 4194304 4196468 140729689160320 140063292488464 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23079] ppid=23070 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23079/stat : 23079 (java) S 23070 23073 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105403860 10914828288 10508 33554432000 4194304 4196468 140729689160320 140063291435920 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23080] ppid=23070 vsize=10659012 memory=140546426189440 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23080/stat : 23080 (java) S 23070 23073 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105403861 10914828288 10508 33554432000 4194304 4196468 140729689160320 140062992730352 140063687899778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23081] ppid=23070 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23081/stat : 23081 (java) S 23070 23073 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105403862 10914828288 10508 33554432000 4194304 4196468 140729689160320 140062991676576 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23082] ppid=23070 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23082/stat : 23082 (java) S 23070 23073 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105403862 10914828288 10508 33554432000 4194304 4196468 140729689160320 140062990623472 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23083] ppid=23070 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23083/stat : 23083 (java) S 23070 23073 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105403864 10914828288 10508 33554432000 4194304 4196468 140729689160320 140062989572048 140063687907227 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23084] ppid=23070 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23073/task/23084/stat : 23084 (java) S 23070 23073 22004 0 -1 1077944384 751 0 0 0 2 0 0 0 20 0 15 0 105403864 10914828288 10508 33554432000 4194304 4196468 140729689160320 140062988520176 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23085] ppid=23070 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/23073/task/23085/stat : 23085 (java) S 23070 23073 22004 0 -1 1077944384 297 0 0 0 1 0 0 0 20 0 15 0 105403864 10914828288 10508 33554432000 4194304 4196468 140729689160320 140062987467632 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23086] ppid=23070 vsize=10659012 memory=140546426189440 CPUtime=0.07 cores=0,2,4,6
/proc/23073/task/23086/stat : 23086 (java) R 23070 23073 22004 0 -1 4202560 658 0 0 0 7 0 0 0 20 0 15 0 105403864 10914828288 10508 33554432000 4194304 4196468 140729689160320 140062986414576 140063669473398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23087] ppid=23070 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23087/stat : 23087 (java) S 23070 23073 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105403864 10914828288 10508 33554432000 4194304 4196468 140729689160320 140062985362272 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23088] ppid=23070 vsize=10659012 memory=140546426189440 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23088/stat : 23088 (java) S 23070 23073 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105403865 10914828288 10508 33554432000 4194304 4196468 140729689160320 140062984309296 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42032 KiB

[startup+0.310594 s]*
/proc/loadavg: 2.26 2.23 2.09 4/217 23088
/proc/meminfo: memFree=24124820/32770624 swapFree=67108860/67108860
[pid=23073] ppid=23070 vsize=10659088 memory=47728 CPUtime=0.52 cores=0,2,4,6
/proc/23073/stat : 23073 (java) S 23070 23073 22004 0 -1 1077944320 8985 0 0 0 49 3 0 0 20 0 15 0 105403859 10914906112 11932 33554432000 4194304 4196468 140729689160320 140729689142864 140063687888631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
/proc/23073/statm: 2664772 11932 3059 1 0 2627263 0
[pid=23073/tid=23075] ppid=23070 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/23073/task/23075/stat : 23075 (java) R 23070 23073 22004 0 -1 4202560 5707 0 0 0 28 1 0 0 20 0 15 0 105403859 10914906112 11932 33554432000 4194304 4196468 140729689160320 140063692122880 140063667479051 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23076] ppid=23070 vsize=10659088 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23076/stat : 23076 (java) S 23070 23073 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105403860 10914906112 11932 33554432000 4194304 4196468 140729689160320 140063294594064 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23077] ppid=23070 vsize=10659088 memory=288370922577901184 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23077/stat : 23077 (java) S 23070 23073 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105403860 10914906112 11932 33554432000 4194304 4196468 140729689160320 140063293541520 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23078] ppid=23070 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23078/stat : 23078 (java) S 23070 23073 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105403860 10914906112 11932 33554432000 4194304 4196468 140729689160320 140063292488464 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23079] ppid=23070 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23079/stat : 23079 (java) S 23070 23073 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105403860 10914906112 11932 33554432000 4194304 4196468 140729689160320 140063291435920 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23080] ppid=23070 vsize=10659088 memory=140546426189440 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23080/stat : 23080 (java) S 23070 23073 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105403861 10914906112 11932 33554432000 4194304 4196468 140729689160320 140062992730352 140063687899778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23081] ppid=23070 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23081/stat : 23081 (java) S 23070 23073 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105403862 10914906112 11932 33554432000 4194304 4196468 140729689160320 140062991676576 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23082] ppid=23070 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23082/stat : 23082 (java) S 23070 23073 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105403862 10914906112 11932 33554432000 4194304 4196468 140729689160320 140062990623472 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23083] ppid=23070 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23083/stat : 23083 (java) S 23070 23073 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105403864 10914906112 11932 33554432000 4194304 4196468 140729689160320 140062989572048 140063687907227 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23084] ppid=23070 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/23073/task/23084/stat : 23084 (java) S 23070 23073 22004 0 -1 1077944384 850 0 0 0 5 0 0 0 20 0 15 0 105403864 10914906112 11932 33554432000 4194304 4196468 140729689160320 140062988520176 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23085] ppid=23070 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/23073/task/23085/stat : 23085 (java) S 23070 23073 22004 0 -1 1077944384 331 0 0 0 3 0 0 0 20 0 15 0 105403864 10914906112 11932 33554432000 4194304 4196468 140729689160320 140062987467632 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23086] ppid=23070 vsize=10659088 memory=140546426189440 CPUtime=0.12 cores=0,2,4,6
/proc/23073/task/23086/stat : 23086 (java) R 23070 23073 22004 0 -1 4202560 729 0 0 0 12 0 0 0 20 0 15 0 105403864 10914906112 11932 33554432000 4194304 4196468 140729689160320 140062986414576 140063672061232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23087] ppid=23070 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23087/stat : 23087 (java) S 23070 23073 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105403864 10914906112 11932 33554432000 4194304 4196468 140729689160320 140062985362272 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23088] ppid=23070 vsize=10659088 memory=140546426189440 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23088/stat : 23088 (java) S 23070 23073 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105403865 10914906112 11932 33554432000 4194304 4196468 140729689160320 140062984309296 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47728 KiB

[startup+0.701166 s]
/proc/loadavg: 2.26 2.23 2.09 6/217 23088
/proc/meminfo: memFree=24096524/32770624 swapFree=67108860/67108860
[pid=23073] ppid=23070 vsize=10661136 memory=200036 CPUtime=1.8 cores=0,2,4,6
/proc/23073/stat : 23073 (java) S 23070 23073 22004 0 -1 1077944320 13128 0 0 0 173 7 0 0 20 0 15 0 105403859 10917003264 50009 33554432000 4194304 4196468 140729689160320 140729689142864 140063687888631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
/proc/23073/statm: 2665284 50009 3134 1 0 2627775 0
[pid=23073/tid=23075] ppid=23070 vsize=10661136 memory=1840 CPUtime=0.65 cores=0,2,4,6
/proc/23073/task/23075/stat : 23075 (java) R 23070 23073 22004 0 -1 4202560 6175 0 0 0 63 2 0 0 20 0 15 0 105403859 10917003264 50009 33554432000 4194304 4196468 140729689160320 140063692112472 140063328542947 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23076] ppid=23070 vsize=10661136 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23076/stat : 23076 (java) S 23070 23073 22004 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 105403860 10917003264 50009 33554432000 4194304 4196468 140729689160320 140063294594064 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23077] ppid=23070 vsize=10661136 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23077/stat : 23077 (java) S 23070 23073 22004 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 105403860 10917003264 50009 33554432000 4194304 4196468 140729689160320 140063293541520 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23078] ppid=23070 vsize=10661136 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23078/stat : 23078 (java) S 23070 23073 22004 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 105403860 10917003264 50009 33554432000 4194304 4196468 140729689160320 140063292488464 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23079] ppid=23070 vsize=10661136 memory=792 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23079/stat : 23079 (java) S 23070 23073 22004 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 105403860 10917003264 50009 33554432000 4194304 4196468 140729689160320 140063291435920 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23080] ppid=23070 vsize=10661136 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23080/stat : 23080 (java) S 23070 23073 22004 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105403861 10917003264 50009 33554432000 4194304 4196468 140729689160320 140062992730352 140063687899778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23081] ppid=23070 vsize=10661136 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23081/stat : 23081 (java) S 23070 23073 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105403862 10917003264 50009 33554432000 4194304 4196468 140729689160320 140062991676576 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23082] ppid=23070 vsize=10661136 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23082/stat : 23082 (java) S 23070 23073 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105403862 10917003264 50009 33554432000 4194304 4196468 140729689160320 140062990623472 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23083] ppid=23070 vsize=10661136 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23083/stat : 23083 (java) S 23070 23073 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105403864 10917003264 50009 33554432000 4194304 4196468 140729689160320 140062989572048 140063687907227 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23084] ppid=23070 vsize=10661136 memory=7163631965283378496 CPUtime=0.38 cores=0,2,4,6
/proc/23073/task/23084/stat : 23084 (java) R 23070 23073 22004 0 -1 4202560 2023 0 0 0 38 0 0 0 20 0 15 0 105403864 10917003264 50009 33554432000 4194304 4196468 140729689160320 140062988504704 140063673902940 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23085] ppid=23070 vsize=10661136 memory=7667213801450137426 CPUtime=0.35 cores=0,2,4,6
/proc/23073/task/23085/stat : 23085 (java) R 23070 23073 22004 0 -1 4202560 1714 0 0 0 35 0 0 0 20 0 15 0 105403864 10917003264 50009 33554432000 4194304 4196468 140729689160320 140062987458464 140063671374569 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23086] ppid=23070 vsize=10661136 memory=7007715718637572176 CPUtime=0.31 cores=0,2,4,6
/proc/23073/task/23086/stat : 23086 (java) S 23070 23073 22004 0 -1 1077944384 1698 0 0 0 31 0 0 0 20 0 15 0 105403864 10917003264 50009 33554432000 4194304 4196468 140729689160320 140062986414576 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23087] ppid=23070 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23087/stat : 23087 (java) S 23070 23073 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105403864 10917003264 50009 33554432000 4194304 4196468 140729689160320 140062985362272 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23088] ppid=23070 vsize=10661136 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23088/stat : 23088 (java) S 23070 23073 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105403865 10917003264 50009 33554432000 4194304 4196468 140729689160320 140062984309296 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 200036 KiB

[startup+1.50072 s]
/proc/loadavg: 2.26 2.23 2.09 5/217 23088
/proc/meminfo: memFree=23819380/32770624 swapFree=67108860/67108860
[pid=23073] ppid=23070 vsize=10727700 memory=375416 CPUtime=4.29 cores=0,2,4,6
/proc/23073/stat : 23073 (java) S 23070 23073 22004 0 -1 1077944320 24656 0 0 0 418 11 0 0 20 0 16 0 105403859 10985164800 93854 33554432000 4194304 4196468 140729689160320 140729689142864 140063687888631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
/proc/23073/statm: 2681925 93854 3140 1 0 2644416 0
[pid=23073/tid=23075] ppid=23070 vsize=10727700 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/23073/task/23075/stat : 23075 (java) R 23070 23073 22004 0 -1 4202560 6271 0 0 0 139 4 0 0 20 0 16 0 105403859 10985164800 93854 33554432000 4194304 4196468 140729689160320 140063692124944 140063328172777 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23076] ppid=23070 vsize=10727700 memory=-8253362762724047225 CPUtime=0.01 cores=0,2,4,6
/proc/23073/task/23076/stat : 23076 (java) S 23070 23073 22004 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 16 0 105403860 10985164800 93854 33554432000 4194304 4196468 140729689160320 140063294594064 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23077] ppid=23070 vsize=10727700 memory=-8609294068986781045 CPUtime=0.01 cores=0,2,4,6
/proc/23073/task/23077/stat : 23077 (java) S 23070 23073 22004 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 16 0 105403860 10985164800 93854 33554432000 4194304 4196468 140729689160320 140063293541520 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23078] ppid=23070 vsize=10727700 memory=-6517102902069810590 CPUtime=0.02 cores=0,2,4,6
/proc/23073/task/23078/stat : 23078 (java) S 23070 23073 22004 0 -1 1077944384 29 0 0 0 2 0 0 0 20 0 16 0 105403860 10985164800 93854 33554432000 4194304 4196468 140729689160320 140063292488464 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23079] ppid=23070 vsize=10727700 memory=4134692831991786133 CPUtime=0.02 cores=0,2,4,6
/proc/23073/task/23079/stat : 23079 (java) S 23070 23073 22004 0 -1 1077944384 25 0 0 0 2 0 0 0 20 0 16 0 105403860 10985164800 93854 33554432000 4194304 4196468 140729689160320 140063291435920 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23080] ppid=23070 vsize=10727700 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23080/stat : 23080 (java) S 23070 23073 22004 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 16 0 105403861 10985164800 93854 33554432000 4194304 4196468 140729689160320 140062992730352 140063687899778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0

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

Current children cumulated memory: 789196 KiB

[startup+195.201 s]
/proc/loadavg: 2.05 2.15 2.09 3/217 23171
/proc/meminfo: memFree=23984336/32770624 swapFree=67108860/67108860
[pid=23073] ppid=23070 vsize=10727700 memory=789220 CPUtime=200.41 cores=0,2,4,6
/proc/23073/stat : 23073 (java) S 23070 23073 22004 0 -1 1077944320 53427 0 0 0 19995 46 0 0 20 0 16 0 105403859 10985164800 197305 33554432000 4194304 4196468 140729689160320 140729689142864 140063687888631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
/proc/23073/statm: 2681925 197305 3167 1 0 2644416 0
[pid=23073/tid=23075] ppid=23070 vsize=10727700 memory=6791534058613427641 CPUtime=194.97 cores=0,2,4,6
/proc/23073/task/23075/stat : 23075 (java) R 23070 23073 22004 0 -1 4202560 12085 0 0 0 19489 8 0 0 20 0 16 0 105403859 10985164800 197305 33554432000 4194304 4196468 140729689160320 140063692124736 140063329410509 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23076] ppid=23070 vsize=10727700 memory=12060 CPUtime=0.17 cores=0,2,4,6
/proc/23073/task/23076/stat : 23076 (java) S 23070 23073 22004 0 -1 1077944384 1028 0 0 0 10 7 0 0 20 0 16 0 105403860 10985164800 197305 33554432000 4194304 4196468 140729689160320 140063294594064 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23077] ppid=23070 vsize=10727700 memory=5788 CPUtime=0.15 cores=0,2,4,6
/proc/23073/task/23077/stat : 23077 (java) S 23070 23073 22004 0 -1 1077944384 494 0 0 0 9 6 0 0 20 0 16 0 105403860 10985164800 197305 33554432000 4194304 4196468 140729689160320 140063293541520 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23078] ppid=23070 vsize=10727700 memory=792 CPUtime=0.17 cores=0,2,4,6
/proc/23073/task/23078/stat : 23078 (java) S 23070 23073 22004 0 -1 1077944384 842 0 0 0 10 7 0 0 20 0 16 0 105403860 10985164800 197305 33554432000 4194304 4196468 140729689160320 140063292488464 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23079] ppid=23070 vsize=10727700 memory=1228 CPUtime=0.16 cores=0,2,4,6
/proc/23073/task/23079/stat : 23079 (java) S 23070 23073 22004 0 -1 1077944384 322 0 0 0 10 6 0 0 20 0 16 0 105403860 10985164800 197305 33554432000 4194304 4196468 140729689160320 140063291435920 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23080] ppid=23070 vsize=10727700 memory=4028 CPUtime=0.01 cores=0,2,4,6
/proc/23073/task/23080/stat : 23080 (java) S 23070 23073 22004 0 -1 1077944384 1689 0 0 0 1 0 0 0 20 0 16 0 105403861 10985164800 197305 33554432000 4194304 4196468 140729689160320 140062992730352 140063687899778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23081] ppid=23070 vsize=10727700 memory=30092 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23081/stat : 23081 (java) S 23070 23073 22004 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 105403862 10985164800 197305 33554432000 4194304 4196468 140729689160320 140062991676640 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23082] ppid=23070 vsize=10727700 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23082/stat : 23082 (java) S 23070 23073 22004 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 105403862 10985164800 197305 33554432000 4194304 4196468 140729689160320 140062990623488 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23083] ppid=23070 vsize=10727700 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23083/stat : 23083 (java) S 23070 23073 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105403864 10985164800 197305 33554432000 4194304 4196468 140729689160320 140062989572048 140063687907227 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23084] ppid=23070 vsize=10727700 memory=1840 CPUtime=1.8 cores=0,2,4,6
/proc/23073/task/23084/stat : 23084 (java) S 23070 23073 22004 0 -1 1077944384 11402 0 0 0 179 1 0 0 20 0 16 0 105403864 10985164800 197305 33554432000 4194304 4196468 140729689160320 140062988520176 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23085] ppid=23070 vsize=10727700 memory=789220 CPUtime=2.36 cores=0,2,4,6
/proc/23073/task/23085/stat : 23085 (java) S 23070 23073 22004 0 -1 1077944384 17254 0 0 0 234 2 0 0 20 0 16 0 105403864 10985164800 197305 33554432000 4194304 4196468 140729689160320 140062987467632 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23086] ppid=23070 vsize=10727700 memory=789196 CPUtime=0.46 cores=0,2,4,6
/proc/23073/task/23086/stat : 23086 (java) S 23070 23073 22004 0 -1 1077944384 5598 0 0 0 45 1 0 0 20 0 16 0 105403864 10985164800 197305 33554432000 4194304 4196468 140729689160320 140062986414576 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23087] ppid=23070 vsize=10727700 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23087/stat : 23087 (java) S 23070 23073 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105403864 10985164800 197305 33554432000 4194304 4196468 140729689160320 140062985362272 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23088] ppid=23070 vsize=10727700 memory=1200 CPUtime=0.09 cores=0,2,4,6
/proc/23073/task/23088/stat : 23088 (java) S 23070 23073 22004 0 -1 1077944384 1279 0 0 0 3 6 0 0 20 0 16 0 105403865 10985164800 197305 33554432000 4194304 4196468 140729689160320 140062984309296 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23089] ppid=23070 vsize=10727700 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23089/stat : 23089 (java) S 23070 23073 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105403970 10985164800 197305 33554432000 4194304 4196468 140729689160320 140062981157936 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
Current children cumulated CPU time: 200.41 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 789220 KiB

[startup+196.801 s]
/proc/loadavg: 2.05 2.15 2.09 3/217 23171
/proc/meminfo: memFree=23984336/32770624 swapFree=67108860/67108860
[pid=23073] ppid=23070 vsize=10727700 memory=789288 CPUtime=202.14 cores=0,2,4,6
/proc/23073/stat : 23073 (java) S 23070 23073 22004 0 -1 1077944320 53534 0 0 0 20168 46 0 0 20 0 16 0 105403859 10985164800 197322 33554432000 4194304 4196468 140729689160320 140729689142864 140063687888631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
/proc/23073/statm: 2681925 197322 3168 1 0 2644416 0
[pid=23073/tid=23075] ppid=23070 vsize=10727700 memory=789220 CPUtime=196.57 cores=0,2,4,6
/proc/23073/task/23075/stat : 23075 (java) R 23070 23073 22004 0 -1 4202560 12095 0 0 0 19649 8 0 0 20 0 16 0 105403859 10985164800 197322 33554432000 4194304 4196468 140729689160320 140063692124848 140063329409969 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23076] ppid=23070 vsize=10727700 memory=17924 CPUtime=0.17 cores=0,2,4,6
/proc/23073/task/23076/stat : 23076 (java) S 23070 23073 22004 0 -1 1077944384 1028 0 0 0 10 7 0 0 20 0 16 0 105403860 10985164800 197322 33554432000 4194304 4196468 140729689160320 140063294594064 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23077] ppid=23070 vsize=10727700 memory=4052 CPUtime=0.15 cores=0,2,4,6
/proc/23073/task/23077/stat : 23077 (java) S 23070 23073 22004 0 -1 1077944384 494 0 0 0 9 6 0 0 20 0 16 0 105403860 10985164800 197322 33554432000 4194304 4196468 140729689160320 140063293541520 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23078] ppid=23070 vsize=10727700 memory=6791534058613427641 CPUtime=0.17 cores=0,2,4,6
/proc/23073/task/23078/stat : 23078 (java) S 23070 23073 22004 0 -1 1077944384 842 0 0 0 10 7 0 0 20 0 16 0 105403860 10985164800 197322 33554432000 4194304 4196468 140729689160320 140063292488464 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23079] ppid=23070 vsize=10727700 memory=15872 CPUtime=0.16 cores=0,2,4,6
/proc/23073/task/23079/stat : 23079 (java) S 23070 23073 22004 0 -1 1077944384 322 0 0 0 10 6 0 0 20 0 16 0 105403860 10985164800 197322 33554432000 4194304 4196468 140729689160320 140063291435920 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23080] ppid=23070 vsize=10727700 memory=17924 CPUtime=0.01 cores=0,2,4,6
/proc/23073/task/23080/stat : 23080 (java) S 23070 23073 22004 0 -1 1077944384 1690 0 0 0 1 0 0 0 20 0 16 0 105403861 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062992730352 140063687899778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23081] ppid=23070 vsize=10727700 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23081/stat : 23081 (java) S 23070 23073 22004 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 105403862 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062991676640 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23082] ppid=23070 vsize=10727700 memory=18248 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23082/stat : 23082 (java) S 23070 23073 22004 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 105403862 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062990623488 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23083] ppid=23070 vsize=10727700 memory=789288 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23083/stat : 23083 (java) S 23070 23073 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105403864 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062989572048 140063687907227 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23084] ppid=23070 vsize=10727700 memory=4612 CPUtime=1.85 cores=0,2,4,6
/proc/23073/task/23084/stat : 23084 (java) S 23070 23073 22004 0 -1 1077944384 11480 0 0 0 184 1 0 0 20 0 16 0 105403864 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062988520176 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23085] ppid=23070 vsize=10727700 memory=8508 CPUtime=2.44 cores=0,2,4,6
/proc/23073/task/23085/stat : 23085 (java) S 23070 23073 22004 0 -1 1077944384 17272 0 0 0 242 2 0 0 20 0 16 0 105403864 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062987467632 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23086] ppid=23070 vsize=10727700 memory=1624 CPUtime=0.46 cores=0,2,4,6
/proc/23073/task/23086/stat : 23086 (java) S 23070 23073 22004 0 -1 1077944384 5598 0 0 0 45 1 0 0 20 0 16 0 105403864 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062986414576 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23087] ppid=23070 vsize=10727700 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23087/stat : 23087 (java) S 23070 23073 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105403864 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062985362272 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23088] ppid=23070 vsize=10727700 memory=15872 CPUtime=0.09 cores=0,2,4,6
/proc/23073/task/23088/stat : 23088 (java) S 23070 23073 22004 0 -1 1077944384 1279 0 0 0 3 6 0 0 20 0 16 0 105403865 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062984309296 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23089] ppid=23070 vsize=10727700 memory=789220 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23089/stat : 23089 (java) S 23070 23073 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105403970 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062981157936 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
Current children cumulated CPU time: 202.14 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 789288 KiB

[startup+197.201 s]
/proc/loadavg: 2.05 2.15 2.09 3/217 23171
/proc/meminfo: memFree=23984336/32770624 swapFree=67108860/67108860
[pid=23073] ppid=23070 vsize=10727700 memory=789288 CPUtime=202.54 cores=0,2,4,6
/proc/23073/stat : 23073 (java) S 23070 23073 22004 0 -1 1077944320 53534 0 0 0 20208 46 0 0 20 0 16 0 105403859 10985164800 197322 33554432000 4194304 4196468 140729689160320 140729689142864 140063687888631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
/proc/23073/statm: 2681925 197322 3168 1 0 2644416 0
[pid=23073/tid=23075] ppid=23070 vsize=10727700 memory=-3123010188551861097 CPUtime=196.97 cores=0,2,4,6
/proc/23073/task/23075/stat : 23075 (java) R 23070 23073 22004 0 -1 4202560 12095 0 0 0 19689 8 0 0 20 0 16 0 105403859 10985164800 197322 33554432000 4194304 4196468 140729689160320 140063692124848 140063325212972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23076] ppid=23070 vsize=10727700 memory=239629110391882 CPUtime=0.17 cores=0,2,4,6
/proc/23073/task/23076/stat : 23076 (java) S 23070 23073 22004 0 -1 1077944384 1028 0 0 0 10 7 0 0 20 0 16 0 105403860 10985164800 197322 33554432000 4194304 4196468 140729689160320 140063294594064 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23077] ppid=23070 vsize=10727700 memory=239629110391883 CPUtime=0.15 cores=0,2,4,6
/proc/23073/task/23077/stat : 23077 (java) S 23070 23073 22004 0 -1 1077944384 494 0 0 0 9 6 0 0 20 0 16 0 105403860 10985164800 197322 33554432000 4194304 4196468 140729689160320 140063293541520 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23078] ppid=23070 vsize=10727700 memory=239629110391884 CPUtime=0.17 cores=0,2,4,6
/proc/23073/task/23078/stat : 23078 (java) S 23070 23073 22004 0 -1 1077944384 842 0 0 0 10 7 0 0 20 0 16 0 105403860 10985164800 197322 33554432000 4194304 4196468 140729689160320 140063292488464 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23079] ppid=23070 vsize=10727700 memory=239629110391885 CPUtime=0.16 cores=0,2,4,6
/proc/23073/task/23079/stat : 23079 (java) S 23070 23073 22004 0 -1 1077944384 322 0 0 0 10 6 0 0 20 0 16 0 105403860 10985164800 197322 33554432000 4194304 4196468 140729689160320 140063291435920 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23080] ppid=23070 vsize=10727700 memory=239629110391886 CPUtime=0.01 cores=0,2,4,6
/proc/23073/task/23080/stat : 23080 (java) S 23070 23073 22004 0 -1 1077944384 1690 0 0 0 1 0 0 0 20 0 16 0 105403861 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062992730352 140063687899778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23081] ppid=23070 vsize=10727700 memory=239629110391887 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23081/stat : 23081 (java) S 23070 23073 22004 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 105403862 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062991676640 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23082] ppid=23070 vsize=10727700 memory=239629110391888 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23082/stat : 23082 (java) S 23070 23073 22004 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 105403862 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062990623488 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23083] ppid=23070 vsize=10727700 memory=239629110391889 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23083/stat : 23083 (java) S 23070 23073 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105403864 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062989572048 140063687907227 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23084] ppid=23070 vsize=10727700 memory=239629110391890 CPUtime=1.85 cores=0,2,4,6
/proc/23073/task/23084/stat : 23084 (java) S 23070 23073 22004 0 -1 1077944384 11480 0 0 0 184 1 0 0 20 0 16 0 105403864 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062988520176 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23085] ppid=23070 vsize=10727700 memory=239629110368801 CPUtime=2.44 cores=0,2,4,6
/proc/23073/task/23085/stat : 23085 (java) S 23070 23073 22004 0 -1 1077944384 17272 0 0 0 242 2 0 0 20 0 16 0 105403864 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062987467632 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23086] ppid=23070 vsize=10727700 memory=239629110391876 CPUtime=0.46 cores=0,2,4,6
/proc/23073/task/23086/stat : 23086 (java) S 23070 23073 22004 0 -1 1077944384 5598 0 0 0 45 1 0 0 20 0 16 0 105403864 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062986414576 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23087] ppid=23070 vsize=10727700 memory=239629110391877 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23087/stat : 23087 (java) S 23070 23073 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105403864 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062985362272 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23088] ppid=23070 vsize=10727700 memory=7661276511623866478 CPUtime=0.09 cores=0,2,4,6
/proc/23073/task/23088/stat : 23088 (java) S 23070 23073 22004 0 -1 1077944384 1279 0 0 0 3 6 0 0 20 0 16 0 105403865 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062984309296 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23089] ppid=23070 vsize=10727700 memory=7235431178149652834 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23089/stat : 23089 (java) S 23070 23073 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105403970 10985164800 197322 33554432000 4194304 4196468 140729689160320 140062981157936 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
Current children cumulated CPU time: 202.54 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 789288 KiB

[startup+197.401 s]
/proc/loadavg: 2.05 2.15 2.09 3/217 23171
/proc/meminfo: memFree=23984336/32770624 swapFree=67108860/67108860
[pid=23073] ppid=23070 vsize=10860828 memory=789336 CPUtime=202.56 cores=0,2,4,6
/proc/23073/stat : 23073 (java) S 23070 23073 22004 0 -1 1077944320 53717 0 0 0 20210 46 0 0 20 0 16 0 105403859 11121487872 197334 33554432000 4194304 4196468 140729689160320 140729689142864 140063687888631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
/proc/23073/statm: 2715207 197334 3170 1 0 2677698 0
[pid=23073/tid=23075] ppid=23070 vsize=10860828 memory=-8961168018402230209 CPUtime=196.99 cores=0,2,4,6
/proc/23073/task/23075/stat : 23075 (java) S 23070 23073 22004 0 -1 1077944384 12158 0 0 0 19691 8 0 0 20 0 16 0 105403859 11121487872 197334 33554432000 4194304 4196468 140729689160320 140063692129312 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23076] ppid=23070 vsize=10860828 memory=-8253362762722141311 CPUtime=0.17 cores=0,2,4,6
/proc/23073/task/23076/stat : 23076 (java) S 23070 23073 22004 0 -1 1077944384 1028 0 0 0 10 7 0 0 20 0 16 0 105403860 11121487872 197334 33554432000 4194304 4196468 140729689160320 140063294594064 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23077] ppid=23070 vsize=10860828 memory=7100839861465685612 CPUtime=0.15 cores=0,2,4,6
/proc/23073/task/23077/stat : 23077 (java) S 23070 23073 22004 0 -1 1077944384 494 0 0 0 9 6 0 0 20 0 16 0 105403860 11121487872 197334 33554432000 4194304 4196468 140729689160320 140063293541520 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23078] ppid=23070 vsize=10860828 memory=-7175204567652784766 CPUtime=0.17 cores=0,2,4,6
/proc/23073/task/23078/stat : 23078 (java) S 23070 23073 22004 0 -1 1077944384 842 0 0 0 10 7 0 0 20 0 16 0 105403860 11121487872 197334 33554432000 4194304 4196468 140729689160320 140063292488464 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23079] ppid=23070 vsize=10860828 memory=3054156605268465310 CPUtime=0.16 cores=0,2,4,6
/proc/23073/task/23079/stat : 23079 (java) S 23070 23073 22004 0 -1 1077944384 322 0 0 0 10 6 0 0 20 0 16 0 105403860 11121487872 197334 33554432000 4194304 4196468 140729689160320 140063291435920 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23080] ppid=23070 vsize=10860828 memory=-8707038579349950309 CPUtime=0.01 cores=0,2,4,6
/proc/23073/task/23080/stat : 23080 (java) S 23070 23073 22004 0 -1 1077944384 1690 0 0 0 1 0 0 0 20 0 16 0 105403861 11121487872 197334 33554432000 4194304 4196468 140729689160320 140062992730352 140063687899778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23081] ppid=23070 vsize=10860828 memory=-8412652177879177843 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23081/stat : 23081 (java) S 23070 23073 22004 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 105403862 11121487872 197334 33554432000 4194304 4196468 140729689160320 140062991676640 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23082] ppid=23070 vsize=10860828 memory=-8341965534556230502 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23082/stat : 23082 (java) S 23070 23073 22004 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 105403862 11121487872 197334 33554432000 4194304 4196468 140729689160320 140062990623488 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23083] ppid=23070 vsize=10860828 memory=8514726395714825349 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23083/stat : 23083 (java) S 23070 23073 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105403864 11121487872 197334 33554432000 4194304 4196468 140729689160320 140062989572048 140063687907227 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23084] ppid=23070 vsize=10860828 memory=4715433313220523562 CPUtime=1.85 cores=0,2,4,6
/proc/23073/task/23084/stat : 23084 (java) S 23070 23073 22004 0 -1 1077944384 11480 0 0 0 184 1 0 0 20 0 16 0 105403864 11121487872 197334 33554432000 4194304 4196468 140729689160320 140062988520176 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23085] ppid=23070 vsize=10860828 memory=-6520471753822164382 CPUtime=2.44 cores=0,2,4,6
/proc/23073/task/23085/stat : 23085 (java) S 23070 23073 22004 0 -1 1077944384 17272 0 0 0 242 2 0 0 20 0 16 0 105403864 11121487872 197334 33554432000 4194304 4196468 140729689160320 140062987467632 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23086] ppid=23070 vsize=10860828 memory=-8253362762722141311 CPUtime=0.46 cores=0,2,4,6
/proc/23073/task/23086/stat : 23086 (java) S 23070 23073 22004 0 -1 1077944384 5604 0 0 0 45 1 0 0 20 0 16 0 105403864 11121487872 197334 33554432000 4194304 4196468 140729689160320 140062986414576 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23087] ppid=23070 vsize=10860828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23073/task/23087/stat : 23087 (java) S 23070 23073 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105403864 11121487872 197334 33554432000 4194304 4196468 140729689160320 140062985362272 140063687898837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
[pid=23073/tid=23088] ppid=23070 vsize=10860828 memory=6946350982689614693 CPUtime=0.09 cores=0,2,4,6
/proc/23073/task/23088/stat : 23088 (java) S 23070 23073 22004 0 -1 1077944384 1279 0 0 0 3 6 0 0 20 0 16 0 105403865 11121487872 197334 33554432000 4194304 4196468 140729689160320 140062984309296 140063687899778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140729689162870 140729689163022 140729689163022 140729689165775 0
Current children cumulated CPU time: 202.56 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 789336 KiB

Child status: 0
Real time (s): 197.432
CPU time (s): 202.584
CPU user time (s): 202.111
CPU system time (s): 0.473121
CPU usage (%): 102.609
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 789336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 202.111
system time used= 0.473121
maximum resident set size= 789760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53903
page faults= 0
swaps= 0
block input operations= 0
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6307
involuntary context switches= 235


# summary of solver processes directly reported to runsolver:
#   pid: 23073
#   total CPU time (s): 202.584
#   total CPU user time (s): 202.111
#   total CPU system time (s): 0.473121

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.29981 second user time and 1.83086 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 17:33:27
IDJOB=4301325
IDBENCH=141104
IDSOLVER=2773
FILE ID=node151/4301325-1532878407
RUNJOBID= node151-1532877021-22035
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Tal/Tal-01_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301325-1532878407/watcher-4301325-1532878407 -o /tmp/evaluation-result-4301325-1532878407/solver-4301325-1532878407 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301325-1532878407.xml

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

MD5SUM BENCH= be8acda3d02cf8f075ea348930aabd56
RANDOM SEED=178822989

node151.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.87
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.87
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.87
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.87
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:        24159764 kB
MemAvailable:   27802276 kB
Buffers:          210452 kB
Cached:          3707356 kB
SwapCached:            0 kB
Active:          5512448 kB
Inactive:        2621220 kB
Active(anon):    4166560 kB
Inactive(anon):    78188 kB
Active(file):    1345888 kB
Inactive(file):  2543032 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2096 kB
Writeback:             0 kB
AnonPages:       4263156 kB
Mapped:            56716 kB
Shmem:             25224 kB
Slab:             166552 kB
SReclaimable:     138856 kB
SUnreclaim:        27696 kB
KernelStack:        3872 kB
PageTables:        13772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5160856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4100096 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= 59308 MiB
End job on node151 at 2018-07-29 17:36:44