Trace number 4302078

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-11OPT416 15.3906 12.0146

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a3-galaxy04_c18.xml
MD5SUM2910b6ca557b5fda778b46d150d1cbb4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark416
Best CPU time to get the best result obtained on this benchmark2.91497
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints155
Number of domains3
Minimum domain size2
Maximum domain size7
Distribution of domain sizes[{"size":2,"count":48},{"size":4,"count":24},{"size":7,"count":28}]
Minimum variable degree2
Maximum variable degree14
Distribution of variable degrees[{"degree":2,"count":52},{"degree":11,"count":16},{"degree":12,"count":24},{"degree":13,"count":6},{"degree":14,"count":2}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":25},{"arity":3,"count":8},{"arity":4,"count":70},{"arity":5,"count":20},{"arity":6,"count":32}]
Number of extensional constraints28
Number of intensional constraints65
Distribution of constraint types[{"type":"extension","count":28},{"type":"intension","count":65},{"type":"regular","count":4},{"type":"allDifferent","count":6},{"type":"cardinality","count":4},{"type":"element","count":48}]
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

1.39/0.70	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.39/0.70	c This is free software under the dual EPL/GNU LGPL licenses.
1.39/0.70	c See www.sat4j.org for details.
1.39/0.70	c That software uses the Rhino library from the Mozilla project.
1.39/0.70	c version 2.3.6-SNAPSHOT
1.39/0.70	c java.runtime.name	Java(TM) SE Runtime Environment
1.39/0.70	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.39/0.70	c java.vm.version	25.131-b11
1.39/0.70	c java.vm.vendor	Oracle Corporation
1.39/0.70	c sun.arch.data.model	64
1.39/0.70	c java.version		1.8.0_131
1.39/0.70	c os.name		Linux
1.39/0.70	c os.version		3.10.0-514.16.1.el7.x86_64
1.39/0.70	c os.arch		amd64
1.39/0.70	c Free memory 		499604488
1.39/0.70	c Max memory 		7247757312
1.39/0.70	c Total memory 		504889344
1.39/0.70	c Number of processors 	4
1.39/0.70	c c --- Begin Solver configuration ---
1.39/0.70	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.39/0.70	c Learn all clauses as in MiniSAT
1.39/0.70	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.39/0.70	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.39/0.70	c No reason simplification
1.39/0.70	c Glucose 2.1 dynamic restart strategy
1.39/0.70	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1.39/0.70	c timeout=2147483s
1.39/0.70	c DB Simplification allowed=false
1.39/0.70	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.39/0.70	c --- End Solver configuration ---
1.39/0.70	c constraints type 
1.39/0.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
1.39/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 21052
1.39/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22640
1.39/0.70	c org.sat4j.specs.Constr$1 => 212
1.39/0.70	c org.sat4j.minisat.constraints.cnf.UnitClause => 494
1.39/0.70	c 44598 constraints processed.
3.43/1.39	o 509
3.56/1.46	o 471
4.81/2.08	o 442
8.79/5.34	o 422
8.92/5.42	o 416
15.37/12.00	c starts		: 112
15.37/12.00	c conflicts		: 27259
15.37/12.00	c decisions		: 746102
15.37/12.00	c propagations		: 34578583
15.37/12.00	c inspects		: 65263177
15.37/12.00	c shortcuts		: 0
15.37/12.00	c learnt literals	: 109
15.37/12.00	c learnt binary clauses	: 980
15.37/12.00	c learnt ternary clauses	: 731
15.37/12.00	c learnt constraints	: 27149
15.37/12.00	c ignored constraints	: 0
15.37/12.00	c root simplifications	: 0
15.37/12.00	c removed literals (reason simplification)	: 0
15.37/12.00	c reason swapping (by a shorter reason)	: 0
15.37/12.00	c Calls to reduceDB	: 4
15.37/12.00	c Number of update (reduction) of LBD	: 11719
15.37/12.00	c Imported unit clauses	: 0
15.37/12.00	c number of reductions to clauses (during analyze)	: 0
15.37/12.00	c number of learned constraints concerned by reduction	: 0
15.37/12.00	c number of learning phase by resolution	: 0
15.37/12.00	c number of learning phase by cutting planes	: 0
15.37/12.00	c number of rounding to 1 operations	: 0
15.37/12.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
15.37/12.00	c number of reductions of the coefficients by power 2 	: 0
15.37/12.00	c number of right shift for reduction by power 2 	: 0
15.37/12.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
15.37/12.00	c number of ending skipping 	: 0
15.37/12.00	c number of internal skipping 	: 0
15.37/12.00	c number of derivation steps 	: 0
15.37/12.00	c number of skipped derivation steps 	: 0
15.37/12.00	c number of remaining unassigned 	: 0
15.37/12.00	c number of remaining assigned 	: 0
15.37/12.00	c speed (assignments/second)	: 3061135.180594901
15.37/12.00	c non guided choices	: 20878
15.37/12.00	s OPTIMUM FOUND
15.37/12.00	v <instantiation type="optimum" cost="416">
15.37/12.00	v 	<list> o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] h[0][0] h[0][1] h[0][2] h[0][3] h[0][4] h[0][5] h[1][0] h[1][1] h[1][2] h[1][3] h[1][4] h[1][5] h[2][0] h[2][1] h[2][2] h[2][3] h[2][4] h[2][5] h[3][0] h[3][1] h[3][2] h[3][3] h[3][4] h[3][5] a[0][0] a[0][1] a[0][2] a[0][3] a[0][4] a[0][5] a[1][0] a[1][1] a[1][2] a[1][3] a[1][4] a[1][5] a[2][0] a[2][1] a[2][2] a[2][3] a[2][4] a[2][5] a[3][0] a[3][1] a[3][2] a[3][3] a[3][4] a[3][5] t[0][0] t[0][1] t[0][2] t[0][3] t[0][4] t[0][5] t[0][6] t[1][0] t[1][1] t[1][2] t[1][3] t[1][4] t[1][5] t[1][6] t[2][0] t[2][1] t[2][2] t[2][3] t[2][4] t[2][5] t[2][6] t[3][0] t[3][1] t[3][2] t[3][3] t[3][4] t[3][5] t[3][6] </list>
15.37/12.00	v 	<values> 2 1 3 2 1 3 3 0 2 3 0 2 0 3 1 0 3 1 1 2 0 1 2 0 0 1 1 1 0 0 0 0 0 1 1 1 1 1 1 0 0 0 1 0 0 0 1 1 1 0 0 0 1 1 1 1 1 0 0 0 0 0 0 1 1 1 0 1 1 1 0 0 15 15 0 0 10 32 34 32 34 15 22 0 0 0 0 0 0 15 34 32 22 0 47 15 10 32 0 0 </values>
15.37/12.00	v </instantiation>
15.37/12.00	

Verifier Data

OK	416

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302078-1532887202/watcher-4302078-1532887202 -o /tmp/evaluation-result-4302078-1532887202/solver-4302078-1532887202 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302078-1532887202.xml 

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

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=20483, runsolver pid=20480
Current StackSize limit: 8192 KiB


[startup+0.100935 s]*
/proc/loadavg: 2.06 2.18 2.31 3/215 20498
/proc/meminfo: memFree=28230568/32770624 swapFree=67108860/67108860
[pid=20483] ppid=20480 vsize=10659012 memory=31124 CPUtime=0.12 cores=1,3,5,7
/proc/20483/stat : 20483 (java) S 20480 20483 13514 0 -1 1077944320 6838 0 0 0 11 1 0 0 20 0 15 0 106283343 10914828288 7781 33554432000 4194304 4196468 140727631654048 140727631636592 140374871707383 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
/proc/20483/statm: 2664753 7781 2826 1 0 2627263 0
[pid=20483/tid=20485] ppid=20480 vsize=10659012 memory=-8701690554791924610 CPUtime=0.09 cores=1,3,5,7
/proc/20483/task/20485/stat : 20485 (java) R 20480 20483 13514 0 -1 4202560 4682 0 0 0 8 1 0 0 20 0 15 0 106283344 10914828288 7781 33554432000 4194304 4196468 140727631654048 140374875912048 140374871729309 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20486] ppid=20480 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20486/stat : 20486 (java) S 20480 20483 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106283344 10914828288 7781 33554432000 4194304 4196468 140727631654048 140374478396176 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20487] ppid=20480 vsize=10659012 memory=140328494151296 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20487/stat : 20487 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106283344 10914828288 7781 33554432000 4194304 4196468 140727631654048 140374477343632 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20488] ppid=20480 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20488/stat : 20488 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106283344 10914828288 7781 33554432000 4194304 4196468 140727631654048 140374476291088 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20489] ppid=20480 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20489/stat : 20489 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106283345 10914828288 7781 33554432000 4194304 4196468 140727631654048 140374475238544 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20490] ppid=20480 vsize=10659012 memory=140328494151296 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20490/stat : 20490 (java) S 20480 20483 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106283346 10914828288 7781 33554432000 4194304 4196468 140727631654048 140374176532464 140374871718530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20491] ppid=20480 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20491/stat : 20491 (java) S 20480 20483 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106283346 10914828288 7781 33554432000 4194304 4196468 140727631654048 140374175478688 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20492] ppid=20480 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20492/stat : 20492 (java) S 20480 20483 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106283347 10914828288 7781 33554432000 4194304 4196468 140727631654048 140374174426096 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20493] ppid=20480 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20493/stat : 20493 (java) S 20480 20483 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106283349 10914828288 7781 33554432000 4194304 4196468 140727631654048 140374173374672 140374871725979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20494] ppid=20480 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20494/stat : 20494 (java) S 20480 20483 13514 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 106283349 10914828288 7781 33554432000 4194304 4196468 140727631654048 140374172322288 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20495] ppid=20480 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20495/stat : 20495 (java) S 20480 20483 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106283349 10914828288 7781 33554432000 4194304 4196468 140727631654048 140374171269744 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20496] ppid=20480 vsize=10659012 memory=140328494151296 CPUtime=0.02 cores=1,3,5,7
/proc/20483/task/20496/stat : 20496 (java) R 20480 20483 13514 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 106283349 10914828288 7781 33554432000 4194304 4196468 140727631654048 140374170217200 140374871728730 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20497] ppid=20480 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20497/stat : 20497 (java) S 20480 20483 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106283349 10914828288 7781 33554432000 4194304 4196468 140727631654048 140374169164896 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20498] ppid=20480 vsize=10659012 memory=140328494151296 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20498/stat : 20498 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106283349 10914828288 7781 33554432000 4194304 4196468 140727631654048 140374168111408 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31124 KiB

[startup+0.210676 s]*
/proc/loadavg: 2.06 2.18 2.31 4/215 20498
/proc/meminfo: memFree=28219900/32770624 swapFree=67108860/67108860
[pid=20483] ppid=20480 vsize=10659012 memory=42064 CPUtime=0.33 cores=1,3,5,7
/proc/20483/stat : 20483 (java) S 20480 20483 13514 0 -1 1077944320 8092 0 0 0 31 2 0 0 20 0 15 0 106283343 10914828288 10516 33554432000 4194304 4196468 140727631654048 140727631636592 140374871707383 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
/proc/20483/statm: 2664753 10516 3004 1 0 2627263 0
[pid=20483/tid=20485] ppid=20480 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/20483/task/20485/stat : 20485 (java) R 20480 20483 13514 0 -1 4202560 5063 0 0 0 19 1 0 0 20 0 15 0 106283344 10914828288 10516 33554432000 4194304 4196468 140727631654048 140374875943664 140374871719318 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20486] ppid=20480 vsize=10659012 memory=339 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20486/stat : 20486 (java) S 20480 20483 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106283344 10914828288 10516 33554432000 4194304 4196468 140727631654048 140374478396176 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20487] ppid=20480 vsize=10659012 memory=288370704645863040 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20487/stat : 20487 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106283344 10914828288 10516 33554432000 4194304 4196468 140727631654048 140374477343632 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20488] ppid=20480 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20488/stat : 20488 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106283344 10914828288 10516 33554432000 4194304 4196468 140727631654048 140374476291088 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20489] ppid=20480 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20489/stat : 20489 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106283345 10914828288 10516 33554432000 4194304 4196468 140727631654048 140374475238544 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20490] ppid=20480 vsize=10659012 memory=140328494151296 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20490/stat : 20490 (java) S 20480 20483 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106283346 10914828288 10516 33554432000 4194304 4196468 140727631654048 140374176532464 140374871718530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20491] ppid=20480 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20491/stat : 20491 (java) S 20480 20483 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106283346 10914828288 10516 33554432000 4194304 4196468 140727631654048 140374175478688 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20492] ppid=20480 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20492/stat : 20492 (java) S 20480 20483 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106283347 10914828288 10516 33554432000 4194304 4196468 140727631654048 140374174426096 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20493] ppid=20480 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20493/stat : 20493 (java) S 20480 20483 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106283349 10914828288 10516 33554432000 4194304 4196468 140727631654048 140374173374672 140374871725979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20494] ppid=20480 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20483/task/20494/stat : 20494 (java) S 20480 20483 13514 0 -1 1077944384 687 0 0 0 2 0 0 0 20 0 15 0 106283349 10914828288 10516 33554432000 4194304 4196468 140727631654048 140374172322288 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20495] ppid=20480 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/20483/task/20495/stat : 20495 (java) S 20480 20483 13514 0 -1 1077944384 296 0 0 0 2 0 0 0 20 0 15 0 106283349 10914828288 10516 33554432000 4194304 4196468 140727631654048 140374171269744 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20496] ppid=20480 vsize=10659012 memory=140328494151296 CPUtime=0.07 cores=1,3,5,7
/proc/20483/task/20496/stat : 20496 (java) R 20480 20483 13514 0 -1 4202560 681 0 0 0 7 0 0 0 20 0 15 0 106283349 10914828288 10516 33554432000 4194304 4196468 140727631654048 140374170217200 140374850073728 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20497] ppid=20480 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20497/stat : 20497 (java) S 20480 20483 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106283349 10914828288 10516 33554432000 4194304 4196468 140727631654048 140374169164896 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20498] ppid=20480 vsize=10659012 memory=140328494151296 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20498/stat : 20498 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106283349 10914828288 10516 33554432000 4194304 4196468 140727631654048 140374168111408 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42064 KiB

[startup+0.310673 s]*
/proc/loadavg: 2.06 2.18 2.31 5/215 20498
/proc/meminfo: memFree=28212580/32770624 swapFree=67108860/67108860
[pid=20483] ppid=20480 vsize=10659088 memory=47444 CPUtime=0.52 cores=1,3,5,7
/proc/20483/stat : 20483 (java) S 20480 20483 13514 0 -1 1077944320 8942 0 0 0 50 2 0 0 20 0 15 0 106283343 10914906112 11861 33554432000 4194304 4196468 140727631654048 140727631636592 140374871707383 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
/proc/20483/statm: 2664772 11861 3044 1 0 2627263 0
[pid=20483/tid=20485] ppid=20480 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/20483/task/20485/stat : 20485 (java) R 20480 20483 13514 0 -1 4202560 5694 0 0 0 28 1 0 0 20 0 15 0 106283344 10914906112 11861 33554432000 4194304 4196468 140727631654048 140374875931888 140374855751013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20486] ppid=20480 vsize=10659088 memory=10530 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20486/stat : 20486 (java) S 20480 20483 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106283344 10914906112 11861 33554432000 4194304 4196468 140727631654048 140374478396176 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20487] ppid=20480 vsize=10659088 memory=288370704645863040 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20487/stat : 20487 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106283344 10914906112 11861 33554432000 4194304 4196468 140727631654048 140374477343632 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20488] ppid=20480 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20488/stat : 20488 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106283344 10914906112 11861 33554432000 4194304 4196468 140727631654048 140374476291088 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20489] ppid=20480 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20489/stat : 20489 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106283345 10914906112 11861 33554432000 4194304 4196468 140727631654048 140374475238544 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20490] ppid=20480 vsize=10659088 memory=140328494151296 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20490/stat : 20490 (java) S 20480 20483 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106283346 10914906112 11861 33554432000 4194304 4196468 140727631654048 140374176532464 140374871718530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20491] ppid=20480 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20491/stat : 20491 (java) S 20480 20483 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106283346 10914906112 11861 33554432000 4194304 4196468 140727631654048 140374175478688 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20492] ppid=20480 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20492/stat : 20492 (java) S 20480 20483 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106283347 10914906112 11861 33554432000 4194304 4196468 140727631654048 140374174426096 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20493] ppid=20480 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20493/stat : 20493 (java) S 20480 20483 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106283349 10914906112 11861 33554432000 4194304 4196468 140727631654048 140374173374672 140374871725979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20494] ppid=20480 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/20483/task/20494/stat : 20494 (java) S 20480 20483 13514 0 -1 1077944384 806 0 0 0 5 0 0 0 20 0 15 0 106283349 10914906112 11861 33554432000 4194304 4196468 140727631654048 140374172322288 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20495] ppid=20480 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/20483/task/20495/stat : 20495 (java) R 20480 20483 13514 0 -1 4202560 318 0 0 0 4 0 0 0 20 0 15 0 106283349 10914906112 11861 33554432000 4194304 4196468 140727631654048 140374171262648 140374853230481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20496] ppid=20480 vsize=10659088 memory=140328494151296 CPUtime=0.12 cores=1,3,5,7
/proc/20483/task/20496/stat : 20496 (java) R 20480 20483 13514 0 -1 4202560 761 0 0 0 12 0 0 0 20 0 15 0 106283349 10914906112 11861 33554432000 4194304 4196468 140727631654048 140374170217200 140374855888195 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20497] ppid=20480 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20497/stat : 20497 (java) S 20480 20483 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106283349 10914906112 11861 33554432000 4194304 4196468 140727631654048 140374169164896 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20498] ppid=20480 vsize=10659088 memory=140328494151296 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20498/stat : 20498 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106283349 10914906112 11861 33554432000 4194304 4196468 140727631654048 140374168111408 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47444 KiB

[startup+0.701672 s]
/proc/loadavg: 2.06 2.18 2.31 6/215 20498
/proc/meminfo: memFree=28196076/32770624 swapFree=67108860/67108860
[pid=20483] ppid=20480 vsize=10661136 memory=127524 CPUtime=1.67 cores=1,3,5,7
/proc/20483/stat : 20483 (java) S 20480 20483 13514 0 -1 1077944320 12773 0 0 0 162 5 0 0 20 0 15 0 106283343 10917003264 31881 33554432000 4194304 4196468 140727631654048 140727631636592 140374871707383 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
/proc/20483/statm: 2665284 31881 3116 1 0 2627775 0
[pid=20483/tid=20485] ppid=20480 vsize=10661136 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/20483/task/20485/stat : 20485 (java) R 20480 20483 13514 0 -1 4202560 6216 0 0 0 64 3 0 0 20 0 15 0 106283344 10917003264 31881 33554432000 4194304 4196468 140727631654048 140374875935216 140374871729309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20486] ppid=20480 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20486/stat : 20486 (java) S 20480 20483 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106283344 10917003264 31881 33554432000 4194304 4196468 140727631654048 140374478396176 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20487] ppid=20480 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20487/stat : 20487 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106283344 10917003264 31881 33554432000 4194304 4196468 140727631654048 140374477343632 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20488] ppid=20480 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20488/stat : 20488 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106283344 10917003264 31881 33554432000 4194304 4196468 140727631654048 140374476291088 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20489] ppid=20480 vsize=10661136 memory=228332272640873 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20489/stat : 20489 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106283345 10917003264 31881 33554432000 4194304 4196468 140727631654048 140374475238544 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20490] ppid=20480 vsize=10661136 memory=605488 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20490/stat : 20490 (java) S 20480 20483 13514 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 106283346 10917003264 31881 33554432000 4194304 4196468 140727631654048 140374176532464 140374871718530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20491] ppid=20480 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20491/stat : 20491 (java) S 20480 20483 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106283346 10917003264 31881 33554432000 4194304 4196468 140727631654048 140374175478688 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20492] ppid=20480 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20492/stat : 20492 (java) S 20480 20483 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106283347 10917003264 31881 33554432000 4194304 4196468 140727631654048 140374174426096 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20493] ppid=20480 vsize=10661136 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20493/stat : 20493 (java) S 20480 20483 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106283349 10917003264 31881 33554432000 4194304 4196468 140727631654048 140374173374672 140374871725979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20494] ppid=20480 vsize=10661136 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/20483/task/20494/stat : 20494 (java) R 20480 20483 13514 0 -1 4202560 2145 0 0 0 31 0 0 0 20 0 15 0 106283349 10917003264 31881 33554432000 4194304 4196468 140727631654048 140374172303304 140374855204167 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20495] ppid=20480 vsize=10661136 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/20483/task/20495/stat : 20495 (java) R 20480 20483 13514 0 -1 4202560 1254 0 0 0 31 0 0 0 20 0 15 0 106283349 10917003264 31947 33554432000 4194304 4196468 140727631654048 140374171255624 140374853250715 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20496] ppid=20480 vsize=10661136 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/20483/task/20496/stat : 20496 (java) R 20480 20483 13514 0 -1 4202560 1788 0 0 0 34 0 0 0 20 0 15 0 106283349 10917003264 31947 33554432000 4194304 4196468 140727631654048 140374170217200 140374863944510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20497] ppid=20480 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20497/stat : 20497 (java) S 20480 20483 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106283349 10917003264 31947 33554432000 4194304 4196468 140727631654048 140374169164896 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20498] ppid=20480 vsize=10661136 memory=-1088251628401078322 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20498/stat : 20498 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106283349 10917003264 31947 33554432000 4194304 4196468 140727631654048 140374168111408 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 127524 KiB

[startup+1.50167 s]
/proc/loadavg: 2.06 2.18 2.31 5/216 20499
/proc/meminfo: memFree=28120508/32770624 swapFree=67108860/67108860
[pid=20483] ppid=20480 vsize=10727700 memory=157844 CPUtime=3.7 cores=1,3,5,7
/proc/20483/stat : 20483 (java) S 20480 20483 13514 0 -1 1077944320 26229 0 0 0 364 6 0 0 20 0 16 0 106283343 10985164800 39461 33554432000 4194304 4196468 140727631654048 140727631636592 140374871707383 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
/proc/20483/statm: 2681925 39461 3126 1 0 2644416 0
[pid=20483/tid=20485] ppid=20480 vsize=10727700 memory=146856 CPUtime=1.47 cores=1,3,5,7
/proc/20483/task/20485/stat : 20485 (java) R 20480 20483 13514 0 -1 4202560 6617 0 0 0 144 3 0 0 20 0 16 0 106283344 10985164800 39461 33554432000 4194304 4196468 140727631654048 140374875945864 140374513344937 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20486] ppid=20480 vsize=10727700 memory=280656785682192 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20486/stat : 20486 (java) S 20480 20483 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106283344 10985164800 39461 33554432000 4194304 4196468 140727631654048 140374478396176 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20487] ppid=20480 vsize=10727700 memory=56 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20487/stat : 20487 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106283344 10985164800 39461 33554432000 4194304 4196468 140727631654048 140374477343632 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20488] ppid=20480 vsize=10727700 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20488/stat : 20488 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106283344 10985164800 39461 33554432000 4194304 4196468 140727631654048 140374476291088 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20489] ppid=20480 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20489/stat : 20489 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106283345 10985164800 39461 33554432000 4194304 4196468 140727631654048 140374475238544 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20490] ppid=20480 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20490/stat : 20490 (java) S 20480 20483 13514 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 16 0 106283346 10985164800 39461 33554432000 4194304 4196468 140727631654048 140374176532464 140374871718530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0

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

/proc/20483/task/20485/stat : 20485 (java) R 20480 20483 13514 0 -1 4202560 7449 0 0 0 633 3 0 0 20 0 16 0 106283344 10985164800 42730 33554432000 4194304 4196468 140727631654048 140374875943584 140374510016309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20486] ppid=20480 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20486/stat : 20486 (java) S 20480 20483 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106283344 10985164800 42730 33554432000 4194304 4196468 140727631654048 140374478396176 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20487] ppid=20480 vsize=10727700 memory=7738417147916216676 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20487/stat : 20487 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106283344 10985164800 42730 33554432000 4194304 4196468 140727631654048 140374477343632 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20488] ppid=20480 vsize=10727700 memory=5795119449147725929 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20488/stat : 20488 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106283344 10985164800 42730 33554432000 4194304 4196468 140727631654048 140374476291088 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20489] ppid=20480 vsize=10727700 memory=153364 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20489/stat : 20489 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106283345 10985164800 42730 33554432000 4194304 4196468 140727631654048 140374475238544 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20490] ppid=20480 vsize=10727700 memory=168872 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20490/stat : 20490 (java) S 20480 20483 13514 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 16 0 106283346 10985164800 42730 33554432000 4194304 4196468 140727631654048 140374176532464 140374871718530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20491] ppid=20480 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20491/stat : 20491 (java) S 20480 20483 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106283346 10985164800 42730 33554432000 4194304 4196468 140727631654048 140374175478688 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20492] ppid=20480 vsize=10727700 memory=114 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20492/stat : 20492 (java) S 20480 20483 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106283347 10985164800 42730 33554432000 4194304 4196468 140727631654048 140374174426096 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20493] ppid=20480 vsize=10727700 memory=1018511 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20493/stat : 20493 (java) S 20480 20483 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106283349 10985164800 42730 33554432000 4194304 4196468 140727631654048 140374173374672 140374871725979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20494] ppid=20480 vsize=10727700 memory=1082018 CPUtime=1.44 cores=1,3,5,7
/proc/20483/task/20494/stat : 20494 (java) S 20480 20483 13514 0 -1 1077944384 14113 0 0 0 143 1 0 0 20 0 16 0 106283349 10985164800 42730 33554432000 4194304 4196468 140727631654048 140374172322288 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20495] ppid=20480 vsize=10727700 memory=0 CPUtime=1.65 cores=1,3,5,7
/proc/20483/task/20495/stat : 20495 (java) S 20480 20483 13514 0 -1 1077944384 8088 0 0 0 164 1 0 0 20 0 16 0 106283349 10985164800 42730 33554432000 4194304 4196468 140727631654048 140374171269744 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20496] ppid=20480 vsize=10727700 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/20483/task/20496/stat : 20496 (java) S 20480 20483 13514 0 -1 1077944384 2820 0 0 0 46 1 0 0 20 0 16 0 106283349 10985164800 42730 33554432000 4194304 4196468 140727631654048 140374170217200 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20497] ppid=20480 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20497/stat : 20497 (java) S 20480 20483 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106283349 10985164800 42730 33554432000 4194304 4196468 140727631654048 140374169164896 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20498] ppid=20480 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20498/stat : 20498 (java) S 20480 20483 13514 0 -1 1077944384 555 0 0 0 0 0 0 0 20 0 16 0 106283349 10985164800 42730 33554432000 4194304 4196468 140727631654048 140374168111408 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20499] ppid=20480 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20499/stat : 20499 (java) S 20480 20483 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106283414 10985164800 42730 33554432000 4194304 4196468 140727631654048 140374164960048 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
Current children cumulated CPU time: 9.96 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 170920 KiB

[startup+9.60078 s]
/proc/loadavg: 2.14 2.20 2.32 3/216 20499
/proc/meminfo: memFree=28080628/32770624 swapFree=67108860/67108860
[pid=20483] ppid=20480 vsize=10727700 memory=179112 CPUtime=13.16 cores=1,3,5,7
/proc/20483/stat : 20483 (java) S 20480 20483 13514 0 -1 1077944320 34863 0 0 0 1308 8 0 0 20 0 16 0 106283343 10985164800 44778 33554432000 4194304 4196468 140727631654048 140727631636592 140374871707383 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
/proc/20483/statm: 2681925 44778 3141 1 0 2644416 0
[pid=20483/tid=20485] ppid=20480 vsize=10727700 memory=8547712850019655617 CPUtime=9.56 cores=1,3,5,7
/proc/20483/task/20485/stat : 20485 (java) R 20480 20483 13514 0 -1 4202560 7575 0 0 0 953 3 0 0 20 0 16 0 106283344 10985164800 44778 33554432000 4194304 4196468 140727631654048 140374875944200 140374513547040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20486] ppid=20480 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20486/stat : 20486 (java) S 20480 20483 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106283344 10985164800 44778 33554432000 4194304 4196468 140727631654048 140374478396176 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20487] ppid=20480 vsize=10727700 memory=-2895008908443675764 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20487/stat : 20487 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106283344 10985164800 44778 33554432000 4194304 4196468 140727631654048 140374477343632 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20488] ppid=20480 vsize=10727700 memory=172968 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20488/stat : 20488 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106283344 10985164800 44778 33554432000 4194304 4196468 140727631654048 140374476291088 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20489] ppid=20480 vsize=10727700 memory=56 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20489/stat : 20489 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106283345 10985164800 44778 33554432000 4194304 4196468 140727631654048 140374475238544 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20490] ppid=20480 vsize=10727700 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20490/stat : 20490 (java) S 20480 20483 13514 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 16 0 106283346 10985164800 44778 33554432000 4194304 4196468 140727631654048 140374176532464 140374871718530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20491] ppid=20480 vsize=10727700 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20491/stat : 20491 (java) S 20480 20483 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106283346 10985164800 44778 33554432000 4194304 4196468 140727631654048 140374175478688 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20492] ppid=20480 vsize=10727700 memory=3472328296227736557 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20492/stat : 20492 (java) S 20480 20483 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106283347 10985164800 44778 33554432000 4194304 4196468 140727631654048 140374174426096 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20493] ppid=20480 vsize=10727700 memory=-3252517613198930781 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20493/stat : 20493 (java) S 20480 20483 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106283349 10985164800 44778 33554432000 4194304 4196468 140727631654048 140374173374672 140374871725979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20494] ppid=20480 vsize=10727700 memory=-6946431441506836127 CPUtime=1.44 cores=1,3,5,7
/proc/20483/task/20494/stat : 20494 (java) S 20480 20483 13514 0 -1 1077944384 14113 0 0 0 143 1 0 0 20 0 16 0 106283349 10985164800 44778 33554432000 4194304 4196468 140727631654048 140374172322288 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20495] ppid=20480 vsize=10727700 memory=4209357772117481859 CPUtime=1.65 cores=1,3,5,7
/proc/20483/task/20495/stat : 20495 (java) S 20480 20483 13514 0 -1 1077944384 8088 0 0 0 164 1 0 0 20 0 16 0 106283349 10985164800 44778 33554432000 4194304 4196468 140727631654048 140374171269744 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20496] ppid=20480 vsize=10727700 memory=-7457052372387209120 CPUtime=0.47 cores=1,3,5,7
/proc/20483/task/20496/stat : 20496 (java) S 20480 20483 13514 0 -1 1077944384 2824 0 0 0 46 1 0 0 20 0 16 0 106283349 10985164800 44778 33554432000 4194304 4196468 140727631654048 140374170217200 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20497] ppid=20480 vsize=10727700 memory=4572164749098055210 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20497/stat : 20497 (java) S 20480 20483 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106283349 10985164800 44778 33554432000 4194304 4196468 140727631654048 140374169164896 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20498] ppid=20480 vsize=10727700 memory=-8412656567219091098 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20498/stat : 20498 (java) S 20480 20483 13514 0 -1 1077944384 557 0 0 0 0 0 0 0 20 0 16 0 106283349 10985164800 44778 33554432000 4194304 4196468 140727631654048 140374168111408 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20499] ppid=20480 vsize=10727700 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20499/stat : 20499 (java) S 20480 20483 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106283414 10985164800 44778 33554432000 4194304 4196468 140727631654048 140374164960048 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
Current children cumulated CPU time: 13.16 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 179112 KiB

[startup+11.2008 s]
/proc/loadavg: 2.05 2.18 2.31 3/216 20499
/proc/meminfo: memFree=28076284/32770624 swapFree=67108860/67108860
[pid=20483] ppid=20480 vsize=10727700 memory=183212 CPUtime=14.76 cores=1,3,5,7
/proc/20483/stat : 20483 (java) S 20480 20483 13514 0 -1 1077944320 35049 0 0 0 1468 8 0 0 20 0 16 0 106283343 10985164800 45803 33554432000 4194304 4196468 140727631654048 140727631636592 140374871707383 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
/proc/20483/statm: 2681925 45803 3141 1 0 2644416 0
[pid=20483/tid=20485] ppid=20480 vsize=10727700 memory=0 CPUtime=11.16 cores=1,3,5,7
/proc/20483/task/20485/stat : 20485 (java) R 20480 20483 13514 0 -1 4202560 7601 0 0 0 1113 3 0 0 20 0 16 0 106283344 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374875944200 140374514096001 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20486] ppid=20480 vsize=10727700 memory=280656786233120 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20486/stat : 20486 (java) S 20480 20483 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106283344 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374478396176 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20487] ppid=20480 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20487/stat : 20487 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106283344 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374477343632 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20488] ppid=20480 vsize=10727700 memory=433724 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20488/stat : 20488 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106283344 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374476291088 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20489] ppid=20480 vsize=10727700 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20489/stat : 20489 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106283345 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374475238544 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20490] ppid=20480 vsize=10727700 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20490/stat : 20490 (java) S 20480 20483 13514 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 16 0 106283346 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374176532464 140374871718530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20491] ppid=20480 vsize=10727700 memory=179112 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20491/stat : 20491 (java) S 20480 20483 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106283346 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374175478688 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20492] ppid=20480 vsize=10727700 memory=181160 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20492/stat : 20492 (java) S 20480 20483 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106283347 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374174426096 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20493] ppid=20480 vsize=10727700 memory=181160 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20493/stat : 20493 (java) S 20480 20483 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106283349 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374173374672 140374871725979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20494] ppid=20480 vsize=10727700 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/20483/task/20494/stat : 20494 (java) S 20480 20483 13514 0 -1 1077944384 14115 0 0 0 143 1 0 0 20 0 16 0 106283349 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374172322288 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20495] ppid=20480 vsize=10727700 memory=0 CPUtime=1.65 cores=1,3,5,7
/proc/20483/task/20495/stat : 20495 (java) S 20480 20483 13514 0 -1 1077944384 8090 0 0 0 164 1 0 0 20 0 16 0 106283349 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374171269744 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20496] ppid=20480 vsize=10727700 memory=7230638415855315031 CPUtime=0.47 cores=1,3,5,7
/proc/20483/task/20496/stat : 20496 (java) S 20480 20483 13514 0 -1 1077944384 2842 0 0 0 46 1 0 0 20 0 16 0 106283349 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374170217200 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20497] ppid=20480 vsize=10727700 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20497/stat : 20497 (java) S 20480 20483 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106283349 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374169164896 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20498] ppid=20480 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20498/stat : 20498 (java) S 20480 20483 13514 0 -1 1077944384 695 0 0 0 0 0 0 0 20 0 16 0 106283349 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374168111408 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20499] ppid=20480 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20499/stat : 20499 (java) S 20480 20483 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106283414 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374164960048 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
Current children cumulated CPU time: 14.76 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 183212 KiB

[startup+11.6008 s]
/proc/loadavg: 2.05 2.18 2.31 3/216 20499
/proc/meminfo: memFree=28076284/32770624 swapFree=67108860/67108860
[pid=20483] ppid=20480 vsize=10727700 memory=183212 CPUtime=15.16 cores=1,3,5,7
/proc/20483/stat : 20483 (java) S 20480 20483 13514 0 -1 1077944320 35262 0 0 0 1508 8 0 0 20 0 16 0 106283343 10985164800 45803 33554432000 4194304 4196468 140727631654048 140727631636592 140374871707383 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
/proc/20483/statm: 2681925 45803 3141 1 0 2644416 0
[pid=20483/tid=20485] ppid=20480 vsize=10727700 memory=0 CPUtime=11.56 cores=1,3,5,7
/proc/20483/task/20485/stat : 20485 (java) R 20480 20483 13514 0 -1 4202560 7785 0 0 0 1153 3 0 0 20 0 16 0 106283344 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374875944200 140374513401431 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20486] ppid=20480 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20486/stat : 20486 (java) S 20480 20483 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106283344 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374478396176 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20487] ppid=20480 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20487/stat : 20487 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106283344 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374477343632 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20488] ppid=20480 vsize=10727700 memory=6010167387950049890 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20488/stat : 20488 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106283344 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374476291088 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20489] ppid=20480 vsize=10727700 memory=5571041044932548709 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20489/stat : 20489 (java) S 20480 20483 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106283345 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374475238544 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20490] ppid=20480 vsize=10727700 memory=8027497446572975981 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20490/stat : 20490 (java) S 20480 20483 13514 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 16 0 106283346 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374176532464 140374871718530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20491] ppid=20480 vsize=10727700 memory=33 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20491/stat : 20491 (java) S 20480 20483 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106283346 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374175478688 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20492] ppid=20480 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20492/stat : 20492 (java) S 20480 20483 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106283347 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374174426096 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20493] ppid=20480 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20493/stat : 20493 (java) S 20480 20483 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106283349 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374173374672 140374871725979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20494] ppid=20480 vsize=10727700 memory=56 CPUtime=1.44 cores=1,3,5,7
/proc/20483/task/20494/stat : 20494 (java) S 20480 20483 13514 0 -1 1077944384 14115 0 0 0 143 1 0 0 20 0 16 0 106283349 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374172322288 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20495] ppid=20480 vsize=10727700 memory=0 CPUtime=1.65 cores=1,3,5,7
/proc/20483/task/20495/stat : 20495 (java) S 20480 20483 13514 0 -1 1077944384 8090 0 0 0 164 1 0 0 20 0 16 0 106283349 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374171269744 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20496] ppid=20480 vsize=10727700 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/20483/task/20496/stat : 20496 (java) S 20480 20483 13514 0 -1 1077944384 2842 0 0 0 46 1 0 0 20 0 16 0 106283349 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374170217200 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20497] ppid=20480 vsize=10727700 memory=33 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20497/stat : 20497 (java) S 20480 20483 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106283349 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374169164896 140374871717589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20498] ppid=20480 vsize=10727700 memory=7594597771697979466 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20498/stat : 20498 (java) S 20480 20483 13514 0 -1 1077944384 724 0 0 0 0 0 0 0 20 0 16 0 106283349 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374168111408 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
[pid=20483/tid=20499] ppid=20480 vsize=10727700 memory=288291060617315025 CPUtime=0 cores=1,3,5,7
/proc/20483/task/20499/stat : 20499 (java) S 20480 20483 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106283414 10985164800 45803 33554432000 4194304 4196468 140727631654048 140374164960048 140374871718530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19898368 140727631660150 140727631660302 140727631660302 140727631663055 0
Current children cumulated CPU time: 15.16 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 183212 KiB

[startup+12.0007 s]*
/proc/loadavg: 2.05 2.18 2.31 2/216 20501
/proc/meminfo: memFree=28070000/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 12.0146
CPU time (s): 15.3906
CPU user time (s): 15.3002
CPU system time (s): 0.090343
CPU usage (%): 128.099
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 187376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.3002
system time used= 0.090343
maximum resident set size= 189728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37049
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2466
involuntary context switches= 38


# summary of solver processes directly reported to runsolver:
#   pid: 20483
#   total CPU time (s): 15.3906
#   total CPU user time (s): 15.3002
#   total CPU system time (s): 0.090343

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079143 second user time and 0.170761 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 20:00:02
IDJOB=4302078
IDBENCH=141550
IDSOLVER=2773
FILE ID=node136/4302078-1532887202
RUNJOBID= node136-1532879536-13547
PBS_JOBID= 21022516
Free space on /tmp= 60228 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a3-galaxy04_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302078-1532887202/watcher-4302078-1532887202 -o /tmp/evaluation-result-4302078-1532887202/solver-4302078-1532887202 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302078-1532887202.xml

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

MD5SUM BENCH= 2910b6ca557b5fda778b46d150d1cbb4
RANDOM SEED=1980423680

node136.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.50
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.50
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.50
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.50
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:        28248136 kB
MemAvailable:   31552400 kB
Buffers:          214460 kB
Cached:          3360308 kB
SwapCached:            0 kB
Active:          2093920 kB
Inactive:        1953468 kB
Active(anon):     423936 kB
Inactive(anon):    76480 kB
Active(file):    1669984 kB
Inactive(file):  1876988 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2432 kB
Writeback:             0 kB
AnonPages:        550936 kB
Mapped:            45548 kB
Shmem:             25228 kB
Slab:             174232 kB
SReclaimable:     146256 kB
SUnreclaim:        27976 kB
KernelStack:        3840 kB
PageTables:         6048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1570872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    440320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60224 MiB
End job on node136 at 2018-07-29 20:00:14