Trace number 4301265

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-11? (TO) 252.136 243.064

General information on the benchmark

NameNurseRostering/
NurseRostering-09_c18.xml
MD5SUM01a28a521b9bba3b9351b91d9c8d3e2f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2850
Best CPU time to get the best result obtained on this benchmark252.092
Satisfiable
(Un)Satisfiability was proved
Number of variables1844
Number of constraints4787
Number of domains17
Minimum domain size1
Maximum domain size37
Distribution of domain sizes[{"size":1,"count":60},{"size":2,"count":376},{"size":3,"count":8},{"size":4,"count":7},{"size":5,"count":1014},{"size":6,"count":6},{"size":29,"count":121},{"size":37,"count":252}]
Minimum variable degree2
Maximum variable degree25
Distribution of variable degrees[{"degree":2,"count":692},{"degree":3,"count":144},{"degree":14,"count":14},{"degree":15,"count":38},{"degree":16,"count":18},{"degree":17,"count":15},{"degree":18,"count":42},{"degree":19,"count":59},{"degree":20,"count":68},{"degree":21,"count":132},{"degree":22,"count":199},{"degree":23,"count":238},{"degree":24,"count":163},{"degree":25,"count":22}]
Minimum constraint arity2
Maximum constraint arity72
Distribution of constraint arities[{"arity":2,"count":2474},{"arity":3,"count":936},{"arity":4,"count":186},{"arity":5,"count":180},{"arity":6,"count":690},{"arity":29,"count":180},{"arity":37,"count":140},{"arity":72,"count":1}]
Number of extensional constraints1112
Number of intensional constraints552
Distribution of constraint types[{"type":"extension","count":1112},{"type":"intension","count":552},{"type":"regular","count":1896},{"type":"sum","count":72},{"type":"count","count":1154},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

8.33/2.72	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
8.33/2.72	c This is free software under the dual EPL/GNU LGPL licenses.
8.33/2.72	c See www.sat4j.org for details.
8.33/2.72	c That software uses the Rhino library from the Mozilla project.
8.33/2.72	c version 2.3.6-SNAPSHOT
8.33/2.72	c java.runtime.name	Java(TM) SE Runtime Environment
8.33/2.72	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
8.33/2.72	c java.vm.version	25.131-b11
8.33/2.72	c java.vm.vendor	Oracle Corporation
8.33/2.72	c sun.arch.data.model	64
8.33/2.72	c java.version		1.8.0_131
8.33/2.72	c os.name		Linux
8.33/2.72	c os.version		3.10.0-514.16.1.el7.x86_64
8.33/2.72	c os.arch		amd64
8.33/2.72	c Free memory 		499604488
8.33/2.72	c Max memory 		7247757312
8.33/2.72	c Total memory 		504889344
8.33/2.72	c Number of processors 	4
8.33/2.72	c c --- Begin Solver configuration ---
8.33/2.72	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
8.33/2.72	c Learn all clauses as in MiniSAT
8.33/2.72	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
8.33/2.72	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
8.33/2.72	c No reason simplification
8.33/2.72	c Glucose 2.1 dynamic restart strategy
8.33/2.72	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
8.33/2.72	c timeout=2147483s
8.33/2.72	c DB Simplification allowed=false
8.33/2.72	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
8.33/2.72	c --- End Solver configuration ---
8.33/2.72	c constraints type 
8.33/2.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 3568
8.33/2.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 675720
8.33/2.72	c org.sat4j.minisat.constraints.cnf.UnitClauses => 60
8.33/2.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 994260
8.33/2.72	c org.sat4j.specs.Constr$1 => 83886
8.33/2.72	c org.sat4j.minisat.constraints.cnf.UnitClause => 46915
8.33/2.72	c 1804409 constraints processed.
252.06/243.00	c starts		: 5287
252.06/243.00	c conflicts		: 1324139
252.06/243.00	c decisions		: 20956416
252.06/243.00	c propagations		: 594014340
252.06/243.00	c inspects		: 1582914459
252.06/243.00	c shortcuts		: 0
252.06/243.00	c learnt literals	: 1989
252.06/243.00	c learnt binary clauses	: 14985
252.06/243.00	c learnt ternary clauses	: 65830
252.06/243.00	c learnt constraints	: 1322150
252.06/243.00	c ignored constraints	: 0
252.06/243.00	c root simplifications	: 0
252.06/243.00	c removed literals (reason simplification)	: 0
252.06/243.00	c reason swapping (by a shorter reason)	: 0
252.06/243.00	c Calls to reduceDB	: 47
252.06/243.00	c Number of update (reduction) of LBD	: 679517
252.06/243.00	c Imported unit clauses	: 0
252.06/243.00	c number of reductions to clauses (during analyze)	: 0
252.06/243.00	c number of learned constraints concerned by reduction	: 0
252.06/243.00	c number of learning phase by resolution	: 0
252.06/243.00	c number of learning phase by cutting planes	: 0
252.06/243.00	c number of rounding to 1 operations	: 0
252.06/243.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.06/243.00	c number of reductions of the coefficients by power 2 	: 0
252.06/243.00	c number of right shift for reduction by power 2 	: 0
252.06/243.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.06/243.00	c number of ending skipping 	: 0
252.06/243.00	c number of internal skipping 	: 0
252.06/243.00	c number of derivation steps 	: 0
252.06/243.00	c number of skipped derivation steps 	: 0
252.06/243.00	c number of remaining unassigned 	: 0
252.06/243.00	c number of remaining assigned 	: 0
252.06/243.00	c speed (assignments/second)	: 2473050.396552801
252.06/243.00	c non guided choices	: 8335912
252.07/243.04	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 14985
252.07/243.04	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 158789
252.07/243.04	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301265-1532877289/watcher-4301265-1532877289 -o /tmp/evaluation-result-4301265-1532877289/solver-4301265-1532877289 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532875965-20368 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301265-1532877289.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
Current StackSize limit: 8192 KiB

solver pid=21584, runsolver pid=21581

[startup+0.100625 s]*
/proc/loadavg: 2.11 2.44 2.42 3/217 21599
/proc/meminfo: memFree=27924420/32770624 swapFree=67108792/67108860
[pid=21584] ppid=21581 vsize=10659012 memory=32044 CPUtime=0.13 cores=0,2,4,6
/proc/21584/stat : 21584 (java) S 21581 21584 16915 0 -1 1077944320 6562 0 0 0 11 2 0 0 20 0 15 0 105292193 10914828288 8011 33554432000 4194304 4196468 140735929214080 140735929196624 140385618284279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
/proc/21584/statm: 2664753 8011 2819 1 0 2627263 0
[pid=21584/tid=21586] ppid=21581 vsize=10659012 memory=-8629632960754258307 CPUtime=0.09 cores=0,2,4,6
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 16915 0 -1 4202560 4404 0 0 0 8 1 0 0 20 0 15 0 105292193 10914828288 8011 33554432000 4194304 4196468 140735929214080 140385622488944 140385618296214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21587] ppid=21581 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21587/stat : 21587 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292194 10914828288 8011 33554432000 4194304 4196468 140735929214080 140385570905232 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21588] ppid=21581 vsize=10659012 memory=140356152706688 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21588/stat : 21588 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292194 10914828288 8011 33554432000 4194304 4196468 140735929214080 140385224154128 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21589] ppid=21581 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21589/stat : 21589 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292194 10914828288 8011 33554432000 4194304 4196468 140735929214080 140385223101328 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21590] ppid=21581 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21590/stat : 21590 (java) S 21581 21584 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105292194 10914828288 8011 33554432000 4194304 4196468 140735929214080 140385222048528 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21591] ppid=21581 vsize=10659012 memory=140356152706688 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21591/stat : 21591 (java) S 21581 21584 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105292196 10914828288 8011 33554432000 4194304 4196468 140735929214080 140385178147184 140385618295426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21592] ppid=21581 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21592/stat : 21592 (java) S 21581 21584 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105292196 10914828288 8011 33554432000 4194304 4196468 140735929214080 140385177093152 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21593] ppid=21581 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21593/stat : 21593 (java) S 21581 21584 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105292196 10914828288 8011 33554432000 4194304 4196468 140735929214080 140385176040304 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21594] ppid=21581 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21594/stat : 21594 (java) S 21581 21584 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292199 10914828288 8011 33554432000 4194304 4196468 140735929214080 140385174988624 140385618302875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21595] ppid=21581 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21595/stat : 21595 (java) S 21581 21584 16915 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 15 0 105292199 10914828288 8011 33554432000 4194304 4196468 140735929214080 140385173937008 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21596] ppid=21581 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21596/stat : 21596 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292199 10914828288 8011 33554432000 4194304 4196468 140735929214080 140385172884208 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21597] ppid=21581 vsize=10659012 memory=140356152706688 CPUtime=0.02 cores=0,2,4,6
/proc/21584/task/21597/stat : 21597 (java) S 21581 21584 16915 0 -1 1077944384 349 0 0 0 2 0 0 0 20 0 15 0 105292199 10914828288 8011 33554432000 4194304 4196468 140735929214080 140385171831408 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21598] ppid=21581 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21598/stat : 21598 (java) S 21581 21584 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292199 10914828288 8011 33554432000 4194304 4196468 140735929214080 140385170778848 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21599] ppid=21581 vsize=10659012 memory=140356152706688 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21599/stat : 21599 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292199 10914828288 8011 33554432000 4194304 4196468 140735929214080 140385169726128 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 32044 KiB

[startup+0.210636 s]*
/proc/loadavg: 2.11 2.44 2.42 4/217 21599
/proc/meminfo: memFree=27913192/32770624 swapFree=67108792/67108860
[pid=21584] ppid=21581 vsize=10659012 memory=43208 CPUtime=0.33 cores=0,2,4,6
/proc/21584/stat : 21584 (java) S 21581 21584 16915 0 -1 1077944320 7855 0 0 0 31 2 0 0 20 0 15 0 105292193 10914828288 10802 33554432000 4194304 4196468 140735929214080 140735929196624 140385618284279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
/proc/21584/statm: 2664753 10802 3008 1 0 2627263 0
[pid=21584/tid=21586] ppid=21581 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 16915 0 -1 4202560 4791 0 0 0 18 1 0 0 20 0 15 0 105292193 10914828288 10802 33554432000 4194304 4196468 140735929214080 140385622520560 140385602327909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21587] ppid=21581 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21587/stat : 21587 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292194 10914828288 10802 33554432000 4194304 4196468 140735929214080 140385570905232 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21588] ppid=21581 vsize=10659012 memory=288370732304418432 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21588/stat : 21588 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292194 10914828288 10802 33554432000 4194304 4196468 140735929214080 140385224154128 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21589] ppid=21581 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21589/stat : 21589 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292194 10914828288 10802 33554432000 4194304 4196468 140735929214080 140385223101328 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21590] ppid=21581 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21590/stat : 21590 (java) S 21581 21584 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105292194 10914828288 10802 33554432000 4194304 4196468 140735929214080 140385222048528 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21591] ppid=21581 vsize=10659012 memory=140356152706688 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21591/stat : 21591 (java) S 21581 21584 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105292196 10914828288 10802 33554432000 4194304 4196468 140735929214080 140385178147184 140385618295426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21592] ppid=21581 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21592/stat : 21592 (java) S 21581 21584 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105292196 10914828288 10802 33554432000 4194304 4196468 140735929214080 140385177093152 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21593] ppid=21581 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21593/stat : 21593 (java) S 21581 21584 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105292196 10914828288 10802 33554432000 4194304 4196468 140735929214080 140385176040304 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21594] ppid=21581 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21594/stat : 21594 (java) S 21581 21584 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292199 10914828288 10802 33554432000 4194304 4196468 140735929214080 140385174988624 140385618302875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21595] ppid=21581 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21584/task/21595/stat : 21595 (java) S 21581 21584 16915 0 -1 1077944384 666 0 0 0 2 0 0 0 20 0 15 0 105292199 10914828288 10802 33554432000 4194304 4196468 140735929214080 140385173937008 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21596] ppid=21581 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21584/task/21596/stat : 21596 (java) S 21581 21584 16915 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 105292199 10914828288 10802 33554432000 4194304 4196468 140735929214080 140385172884208 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21597] ppid=21581 vsize=10659012 memory=140356152706688 CPUtime=0.07 cores=0,2,4,6
/proc/21584/task/21597/stat : 21597 (java) R 21581 21584 16915 0 -1 4202560 684 0 0 0 7 0 0 0 20 0 15 0 105292199 10914828288 10802 33554432000 4194304 4196468 140735929214080 140385171831408 140385602364766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21598] ppid=21581 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21598/stat : 21598 (java) S 21581 21584 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292199 10914828288 10802 33554432000 4194304 4196468 140735929214080 140385170778848 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21599] ppid=21581 vsize=10659012 memory=140356152706688 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21599/stat : 21599 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292199 10914828288 10802 33554432000 4194304 4196468 140735929214080 140385169726128 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 43208 KiB

[startup+0.316993 s]*
/proc/loadavg: 2.11 2.44 2.42 5/217 21599
/proc/meminfo: memFree=27900160/32770624 swapFree=67108792/67108860
[pid=21584] ppid=21581 vsize=10659088 memory=54344 CPUtime=0.61 cores=0,2,4,6
/proc/21584/stat : 21584 (java) S 21581 21584 16915 0 -1 1077944320 9772 0 0 0 58 3 0 0 20 0 15 0 105292193 10914906112 13586 33554432000 4194304 4196468 140735929214080 140735929196624 140385618284279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
/proc/21584/statm: 2664772 13586 3068 1 0 2627263 0
[pid=21584/tid=21586] ppid=21581 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/21584/task/21586/stat : 21586 (java) S 21581 21584 16915 0 -1 1077944384 5419 0 0 0 28 2 0 0 20 0 15 0 105292193 10914906112 13586 33554432000 4194304 4196468 140735929214080 140385622520672 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21587] ppid=21581 vsize=10659088 memory=4294977868 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21587/stat : 21587 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292194 10914906112 13586 33554432000 4194304 4196468 140735929214080 140385570905232 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21588] ppid=21581 vsize=10659088 memory=288370732304418432 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21588/stat : 21588 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292194 10914906112 13586 33554432000 4194304 4196468 140735929214080 140385224154128 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21589] ppid=21581 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21589/stat : 21589 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292194 10914906112 13586 33554432000 4194304 4196468 140735929214080 140385223101328 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21590] ppid=21581 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21590/stat : 21590 (java) S 21581 21584 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105292194 10914906112 13586 33554432000 4194304 4196468 140735929214080 140385222048528 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21591] ppid=21581 vsize=10659088 memory=140356152706688 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21591/stat : 21591 (java) R 21581 21584 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105292196 10914906112 13586 33554432000 4194304 4196468 140735929214080 140385178147184 140385618295426 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21592] ppid=21581 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21592/stat : 21592 (java) S 21581 21584 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105292196 10914906112 13586 33554432000 4194304 4196468 140735929214080 140385177093152 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21593] ppid=21581 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21593/stat : 21593 (java) S 21581 21584 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105292196 10914906112 13586 33554432000 4194304 4196468 140735929214080 140385176040304 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21594] ppid=21581 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21594/stat : 21594 (java) S 21581 21584 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292199 10914906112 13586 33554432000 4194304 4196468 140735929214080 140385174988624 140385618302875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21595] ppid=21581 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21584/task/21595/stat : 21595 (java) R 21581 21584 16915 0 -1 4202560 1275 0 0 0 7 0 0 0 20 0 15 0 105292199 10914906112 13586 33554432000 4194304 4196468 140735929214080 140385173918024 140385601782913 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21596] ppid=21581 vsize=10659088 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21584/task/21596/stat : 21596 (java) R 21581 21584 16915 0 -1 4202560 719 0 0 0 8 0 0 0 20 0 15 0 105292199 10914906112 13586 33554432000 4194304 4196468 140735929214080 140385172870088 140385595636253 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21597] ppid=21581 vsize=10659088 memory=140356152706688 CPUtime=0.13 cores=0,2,4,6
/proc/21584/task/21597/stat : 21597 (java) S 21581 21584 16915 0 -1 1077944384 994 0 0 0 13 0 0 0 20 0 15 0 105292199 10914906112 13586 33554432000 4194304 4196468 140735929214080 140385171826976 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21598] ppid=21581 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21598/stat : 21598 (java) S 21581 21584 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292199 10914906112 13586 33554432000 4194304 4196468 140735929214080 140385170778848 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21599] ppid=21581 vsize=10659088 memory=140356152706688 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21599/stat : 21599 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292199 10914906112 13586 33554432000 4194304 4196468 140735929214080 140385169726128 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 54344 KiB

[startup+0.701228 s]
/proc/loadavg: 2.11 2.44 2.42 6/217 21599
/proc/meminfo: memFree=27879068/32770624 swapFree=67108792/67108860
[pid=21584] ppid=21581 vsize=10659088 memory=110660 CPUtime=1.93 cores=0,2,4,6
/proc/21584/stat : 21584 (java) S 21581 21584 16915 0 -1 1077944320 14641 0 0 0 189 4 0 0 20 0 15 0 105292193 10914906112 27665 33554432000 4194304 4196468 140735929214080 140735929196624 140385618284279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
/proc/21584/statm: 2664772 27665 3103 1 0 2627263 0
[pid=21584/tid=21586] ppid=21581 vsize=10659088 memory=233088680486838 CPUtime=0.67 cores=0,2,4,6
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 16915 0 -1 4202560 5745 0 0 0 65 2 0 0 20 0 15 0 105292193 10914906112 27665 33554432000 4194304 4196468 140735929214080 140385622520848 140385251842080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21587] ppid=21581 vsize=10659088 memory=3977296629253554382 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21587/stat : 21587 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292194 10914906112 27665 33554432000 4194304 4196468 140735929214080 140385570905232 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21588] ppid=21581 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21588/stat : 21588 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292194 10914906112 27665 33554432000 4194304 4196468 140735929214080 140385224154128 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21589] ppid=21581 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21589/stat : 21589 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292194 10914906112 27665 33554432000 4194304 4196468 140735929214080 140385223101328 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21590] ppid=21581 vsize=10659088 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21590/stat : 21590 (java) S 21581 21584 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105292194 10914906112 27665 33554432000 4194304 4196468 140735929214080 140385222048528 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21591] ppid=21581 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21591/stat : 21591 (java) S 21581 21584 16915 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105292196 10914906112 27665 33554432000 4194304 4196468 140735929214080 140385178147184 140385618295426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21592] ppid=21581 vsize=10659088 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21592/stat : 21592 (java) S 21581 21584 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105292196 10914906112 27665 33554432000 4194304 4196468 140735929214080 140385177093152 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21593] ppid=21581 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21593/stat : 21593 (java) S 21581 21584 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105292196 10914906112 27665 33554432000 4194304 4196468 140735929214080 140385176040304 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21594] ppid=21581 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21594/stat : 21594 (java) S 21581 21584 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292199 10914906112 27665 33554432000 4194304 4196468 140735929214080 140385174988624 140385618302875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21595] ppid=21581 vsize=10659088 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/21584/task/21595/stat : 21595 (java) R 21581 21584 16915 0 -1 4202560 2764 0 0 0 44 0 0 0 20 0 15 0 105292199 10914906112 27665 33554432000 4194304 4196468 140735929214080 140385173927840 140385602673168 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21596] ppid=21581 vsize=10659088 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/21584/task/21596/stat : 21596 (java) R 21581 21584 16915 0 -1 4202560 2758 0 0 0 43 0 0 0 20 0 15 0 105292199 10914906112 27665 33554432000 4194304 4196468 140735929214080 140385172870232 140385599829864 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21597] ppid=21581 vsize=10659088 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/21584/task/21597/stat : 21597 (java) S 21581 21584 16915 0 -1 1077944384 2004 0 0 0 36 0 0 0 20 0 15 0 105292199 10914906112 27665 33554432000 4194304 4196468 140735929214080 140385171831408 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21598] ppid=21581 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21598/stat : 21598 (java) S 21581 21584 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292199 10914906112 27665 33554432000 4194304 4196468 140735929214080 140385170778848 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21599] ppid=21581 vsize=10659088 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21599/stat : 21599 (java) S 21581 21584 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292199 10914906112 27665 33554432000 4194304 4196468 140735929214080 140385169726128 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 110660 KiB

[startup+1.50276 s]
/proc/loadavg: 2.11 2.44 2.42 5/217 21599
/proc/meminfo: memFree=27731952/32770624 swapFree=67108792/67108860
[pid=21584] ppid=21581 vsize=10663584 memory=415528 CPUtime=4.59 cores=0,2,4,6
/proc/21584/stat : 21584 (java) S 21581 21584 16915 0 -1 1077944320 20606 0 0 0 446 13 0 0 20 0 15 0 105292193 10919510016 103882 33554432000 4194304 4196468 140735929214080 140735929196624 140385618284279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
/proc/21584/statm: 2665896 103882 3142 1 0 2628387 0
[pid=21584/tid=21586] ppid=21581 vsize=10663584 memory=10799 CPUtime=1.36 cores=0,2,4,6
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 16915 0 -1 4202560 6032 0 0 0 131 5 0 0 20 0 15 0 105292193 10919510016 103882 33554432000 4194304 4196468 140735929214080 140385622517072 140385602327909 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21587] ppid=21581 vsize=10663584 memory=6791534058613427641 CPUtime=0.04 cores=0,2,4,6
/proc/21584/task/21587/stat : 21587 (java) S 21581 21584 16915 0 -1 1077944384 28 0 0 0 4 0 0 0 20 0 15 0 105292194 10919510016 103882 33554432000 4194304 4196468 140735929214080 140385570905232 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21588] ppid=21581 vsize=10663584 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/21584/task/21588/stat : 21588 (java) S 21581 21584 16915 0 -1 1077944384 34 0 0 0 4 1 0 0 20 0 15 0 105292194 10919510016 103882 33554432000 4194304 4196468 140735929214080 140385224154128 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21589] ppid=21581 vsize=10663584 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21584/task/21589/stat : 21589 (java) S 21581 21584 16915 0 -1 1077944384 54 0 0 0 8 1 0 0 20 0 15 0 105292194 10919510016 103882 33554432000 4194304 4196468 140735929214080 140385223101328 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21590] ppid=21581 vsize=10663584 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/21584/task/21590/stat : 21590 (java) S 21581 21584 16915 0 -1 1077944384 50 0 0 0 7 1 0 0 20 0 15 0 105292194 10919510016 103882 33554432000 4194304 4196468 140735929214080 140385222048528 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21591] ppid=21581 vsize=10663584 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21591/stat : 21591 (java) S 21581 21584 16915 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 105292196 10919510016 103882 33554432000 4194304 4196468 140735929214080 140385178147184 140385618295426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0

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

/proc/21584/task/21591/stat : 21591 (java) S 21581 21584 16915 0 -1 1077944384 540 0 0 0 1 0 0 0 20 0 16 0 105292196 10985164800 178673 33554432000 4194304 4196468 140735929214080 140385178147184 140385618295426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21592] ppid=21581 vsize=10727700 memory=704452 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21592/stat : 21592 (java) S 21581 21584 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105292196 10985164800 178673 33554432000 4194304 4196468 140735929214080 140385177093216 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21593] ppid=21581 vsize=10727700 memory=704452 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21593/stat : 21593 (java) S 21581 21584 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105292196 10985164800 178673 33554432000 4194304 4196468 140735929214080 140385176040320 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21594] ppid=21581 vsize=10727700 memory=704452 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21594/stat : 21594 (java) S 21581 21584 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105292199 10985164800 178673 33554432000 4194304 4196468 140735929214080 140385174988624 140385618302875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21595] ppid=21581 vsize=10727700 memory=30328 CPUtime=2.79 cores=0,2,4,6
/proc/21584/task/21595/stat : 21595 (java) S 21581 21584 16915 0 -1 1077944384 8897 0 0 0 278 1 0 0 20 0 16 0 105292199 10985164800 178673 33554432000 4194304 4196468 140735929214080 140385173937008 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21596] ppid=21581 vsize=10727700 memory=712644 CPUtime=3.29 cores=0,2,4,6
/proc/21584/task/21596/stat : 21596 (java) S 21581 21584 16915 0 -1 1077944384 10984 0 0 0 328 1 0 0 20 0 16 0 105292199 10985164800 178673 33554432000 4194304 4196468 140735929214080 140385172884208 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21597] ppid=21581 vsize=10727700 memory=712644 CPUtime=0.84 cores=0,2,4,6
/proc/21584/task/21597/stat : 21597 (java) S 21581 21584 16915 0 -1 1077944384 5060 0 0 0 82 2 0 0 20 0 16 0 105292199 10985164800 178673 33554432000 4194304 4196468 140735929214080 140385171831408 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21598] ppid=21581 vsize=10727700 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21598/stat : 21598 (java) S 21581 21584 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105292199 10985164800 178673 33554432000 4194304 4196468 140735929214080 140385170778848 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21599] ppid=21581 vsize=10727700 memory=30328 CPUtime=0.08 cores=0,2,4,6
/proc/21584/task/21599/stat : 21599 (java) S 21581 21584 16915 0 -1 1077944384 1004 0 0 0 3 5 0 0 20 0 16 0 105292199 10985164800 178673 33554432000 4194304 4196468 140735929214080 140385169726128 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21600] ppid=21581 vsize=10727700 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21600/stat : 21600 (java) S 21581 21584 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105292474 10985164800 178673 33554432000 4194304 4196468 140735929214080 140385168671664 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
Current children cumulated CPU time: 169.76 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 714692 KiB

[startup+222.301 s]
/proc/loadavg: 2.07 2.27 2.36 3/217 21765
/proc/meminfo: memFree=26405940/32770624 swapFree=67108792/67108860
[pid=21584] ppid=21581 vsize=10727700 memory=920392 CPUtime=231.54 cores=0,2,4,6
/proc/21584/stat : 21584 (java) S 21581 21584 16915 0 -1 1077944320 46479 0 0 0 23099 55 0 0 20 0 16 0 105292193 10985164800 230098 33554432000 4194304 4196468 140735929214080 140735929196624 140385618284279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
/proc/21584/statm: 2681925 230098 3190 1 0 2644416 0
[pid=21584/tid=21586] ppid=21581 vsize=10727700 memory=920392 CPUtime=221.1 cores=0,2,4,6
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 16915 0 -1 4202560 11361 0 0 0 22101 9 0 0 20 0 16 0 105292193 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385622523352 140385259089172 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21587] ppid=21581 vsize=10727700 memory=920392 CPUtime=0.72 cores=0,2,4,6
/proc/21584/task/21587/stat : 21587 (java) S 21581 21584 16915 0 -1 1077944384 1868 0 0 0 64 8 0 0 20 0 16 0 105292194 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385570905232 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21588] ppid=21581 vsize=10727700 memory=920392 CPUtime=0.73 cores=0,2,4,6
/proc/21584/task/21588/stat : 21588 (java) S 21581 21584 16915 0 -1 1077944384 618 0 0 0 65 8 0 0 20 0 16 0 105292194 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385224154128 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21589] ppid=21581 vsize=10727700 memory=733124 CPUtime=0.77 cores=0,2,4,6
/proc/21584/task/21589/stat : 21589 (java) S 21581 21584 16915 0 -1 1077944384 825 0 0 0 68 9 0 0 20 0 16 0 105292194 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385223101328 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21590] ppid=21581 vsize=10727700 memory=920392 CPUtime=0.76 cores=0,2,4,6
/proc/21584/task/21590/stat : 21590 (java) S 21581 21584 16915 0 -1 1077944384 515 0 0 0 68 8 0 0 20 0 16 0 105292194 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385222048528 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21591] ppid=21581 vsize=10727700 memory=920392 CPUtime=0.35 cores=0,2,4,6
/proc/21584/task/21591/stat : 21591 (java) S 21581 21584 16915 0 -1 1077944384 3932 0 0 0 35 0 0 0 20 0 16 0 105292196 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385178147184 140385618295426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21592] ppid=21581 vsize=10727700 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21592/stat : 21592 (java) S 21581 21584 16915 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 105292196 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385177093216 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21593] ppid=21581 vsize=10727700 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21593/stat : 21593 (java) S 21581 21584 16915 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 105292196 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385176040320 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21594] ppid=21581 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21594/stat : 21594 (java) S 21581 21584 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105292199 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385174988624 140385618302875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21595] ppid=21581 vsize=10727700 memory=2464 CPUtime=2.79 cores=0,2,4,6
/proc/21584/task/21595/stat : 21595 (java) S 21581 21584 16915 0 -1 1077944384 8897 0 0 0 278 1 0 0 20 0 16 0 105292199 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385173937008 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21596] ppid=21581 vsize=10727700 memory=4136 CPUtime=3.29 cores=0,2,4,6
/proc/21584/task/21596/stat : 21596 (java) S 21581 21584 16915 0 -1 1077944384 10984 0 0 0 328 1 0 0 20 0 16 0 105292199 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385172884208 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21597] ppid=21581 vsize=10727700 memory=30328 CPUtime=0.84 cores=0,2,4,6
/proc/21584/task/21597/stat : 21597 (java) S 21581 21584 16915 0 -1 1077944384 5060 0 0 0 82 2 0 0 20 0 16 0 105292199 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385171831408 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21598] ppid=21581 vsize=10727700 memory=733124 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21598/stat : 21598 (java) S 21581 21584 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105292199 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385170778848 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21599] ppid=21581 vsize=10727700 memory=735172 CPUtime=0.1 cores=0,2,4,6
/proc/21584/task/21599/stat : 21599 (java) S 21581 21584 16915 0 -1 1077944384 1012 0 0 0 4 6 0 0 20 0 16 0 105292199 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385169726128 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21600] ppid=21581 vsize=10727700 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21600/stat : 21600 (java) S 21581 21584 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105292474 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385168671664 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
Current children cumulated CPU time: 231.54 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 920392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+242.801 s]
/proc/loadavg: 2.05 2.25 2.35 3/217 21766
/proc/meminfo: memFree=26404948/32770624 swapFree=67108792/67108860
[pid=21584] ppid=21581 vsize=10727700 memory=920392 CPUtime=252.04 cores=0,2,4,6
/proc/21584/stat : 21584 (java) S 21581 21584 16915 0 -1 1077944320 46510 0 0 0 25149 55 0 0 20 0 16 0 105292193 10985164800 230098 33554432000 4194304 4196468 140735929214080 140735929196624 140385618284279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
/proc/21584/statm: 2681925 230098 3190 1 0 2644416 0
[pid=21584/tid=21586] ppid=21581 vsize=10727700 memory=288230583166042426 CPUtime=241.6 cores=0,2,4,6
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 16915 0 -1 4202560 11392 0 0 0 24151 9 0 0 20 0 16 0 105292193 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385622523352 140385259089172 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21587] ppid=21581 vsize=10727700 memory=14410445029116127 CPUtime=0.72 cores=0,2,4,6
/proc/21584/task/21587/stat : 21587 (java) S 21581 21584 16915 0 -1 1077944384 1868 0 0 0 64 8 0 0 20 0 16 0 105292194 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385570905232 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21588] ppid=21581 vsize=10727700 memory=6791534058613427641 CPUtime=0.73 cores=0,2,4,6
/proc/21584/task/21588/stat : 21588 (java) S 21581 21584 16915 0 -1 1077944384 618 0 0 0 65 8 0 0 20 0 16 0 105292194 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385224154128 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21589] ppid=21581 vsize=10727700 memory=1428 CPUtime=0.77 cores=0,2,4,6
/proc/21584/task/21589/stat : 21589 (java) S 21581 21584 16915 0 -1 1077944384 825 0 0 0 68 9 0 0 20 0 16 0 105292194 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385223101328 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21590] ppid=21581 vsize=10727700 memory=8512 CPUtime=0.76 cores=0,2,4,6
/proc/21584/task/21590/stat : 21590 (java) S 21581 21584 16915 0 -1 1077944384 515 0 0 0 68 8 0 0 20 0 16 0 105292194 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385222048528 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21591] ppid=21581 vsize=10727700 memory=840 CPUtime=0.35 cores=0,2,4,6
/proc/21584/task/21591/stat : 21591 (java) S 21581 21584 16915 0 -1 1077944384 3932 0 0 0 35 0 0 0 20 0 16 0 105292196 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385178147184 140385618295426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21592] ppid=21581 vsize=10727700 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21592/stat : 21592 (java) S 21581 21584 16915 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 105292196 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385177093216 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21593] ppid=21581 vsize=10727700 memory=920 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21593/stat : 21593 (java) S 21581 21584 16915 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 105292196 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385176040320 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21594] ppid=21581 vsize=10727700 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21594/stat : 21594 (java) S 21581 21584 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105292199 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385174988624 140385618302875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21595] ppid=21581 vsize=10727700 memory=4096 CPUtime=2.79 cores=0,2,4,6
/proc/21584/task/21595/stat : 21595 (java) S 21581 21584 16915 0 -1 1077944384 8897 0 0 0 278 1 0 0 20 0 16 0 105292199 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385173937008 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21596] ppid=21581 vsize=10727700 memory=2584 CPUtime=3.29 cores=0,2,4,6
/proc/21584/task/21596/stat : 21596 (java) S 21581 21584 16915 0 -1 1077944384 10984 0 0 0 328 1 0 0 20 0 16 0 105292199 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385172884208 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21597] ppid=21581 vsize=10727700 memory=2584 CPUtime=0.84 cores=0,2,4,6
/proc/21584/task/21597/stat : 21597 (java) S 21581 21584 16915 0 -1 1077944384 5060 0 0 0 82 2 0 0 20 0 16 0 105292199 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385171831408 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21598] ppid=21581 vsize=10727700 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21598/stat : 21598 (java) S 21581 21584 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105292199 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385170778848 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21599] ppid=21581 vsize=10727700 memory=1228 CPUtime=0.12 cores=0,2,4,6
/proc/21584/task/21599/stat : 21599 (java) S 21581 21584 16915 0 -1 1077944384 1012 0 0 0 5 7 0 0 20 0 16 0 105292199 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385169726128 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21600] ppid=21581 vsize=10727700 memory=-8412656567318647667 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21600/stat : 21600 (java) S 21581 21584 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105292474 10985164800 230098 33554432000 4194304 4196468 140735929214080 140385168671664 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 920392 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+243.064 s]
# the end of solver process 21584 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.566 s, system=0.570131 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+243.001 s]*
/proc/loadavg: 2.05 2.25 2.35 2/218 21769
/proc/meminfo: memFree=26404948/32770624 swapFree=67108792/67108860
[pid=21584] ppid=21581 vsize=10927392 memory=920640 CPUtime=252.07 cores=0,2,4,6
/proc/21584/stat : 21584 (java) S 21581 21584 16915 0 -1 1077944320 46894 0 0 0 25152 55 0 0 20 0 17 0 105292193 11189649408 230160 33554432000 4194304 4196468 140735929214080 140735929196624 140385618284279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
/proc/21584/statm: 2731848 230160 3194 1 0 2694339 0
[pid=21584/tid=21586] ppid=21581 vsize=10927392 memory=7022364594140610616 CPUtime=241.62 cores=0,2,4,6
/proc/21584/task/21586/stat : 21586 (java) S 21581 21584 16915 0 -1 1077944384 11400 0 0 0 24153 9 0 0 20 0 17 0 105292193 11189649408 230160 33554432000 4194304 4196468 140735929214080 140385622527152 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21587] ppid=21581 vsize=10927392 memory=343 CPUtime=0.72 cores=0,2,4,6
/proc/21584/task/21587/stat : 21587 (java) S 21581 21584 16915 0 -1 1077944384 1868 0 0 0 64 8 0 0 20 0 17 0 105292194 11189649408 230160 33554432000 4194304 4196468 140735929214080 140385570905232 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21588] ppid=21581 vsize=10927392 memory=321706204422862720 CPUtime=0.73 cores=0,2,4,6
/proc/21584/task/21588/stat : 21588 (java) S 21581 21584 16915 0 -1 1077944384 618 0 0 0 65 8 0 0 20 0 17 0 105292194 11189649408 230160 33554432000 4194304 4196468 140735929214080 140385224154128 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21589] ppid=21581 vsize=10927392 memory=6944656592455360604 CPUtime=0.77 cores=0,2,4,6
/proc/21584/task/21589/stat : 21589 (java) S 21581 21584 16915 0 -1 1077944384 825 0 0 0 68 9 0 0 20 0 17 0 105292194 11189649408 230160 33554432000 4194304 4196468 140735929214080 140385223101328 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21590] ppid=21581 vsize=10927392 memory=3472328279047811119 CPUtime=0.76 cores=0,2,4,6
/proc/21584/task/21590/stat : 21590 (java) S 21581 21584 16915 0 -1 1077944384 515 0 0 0 68 8 0 0 20 0 17 0 105292194 11189649408 230160 33554432000 4194304 4196468 140735929214080 140385222048528 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21591] ppid=21581 vsize=10927392 memory=3689769366092721128 CPUtime=0.35 cores=0,2,4,6
/proc/21584/task/21591/stat : 21591 (java) S 21581 21584 16915 0 -1 1077944384 3932 0 0 0 35 0 0 0 20 0 17 0 105292196 11189649408 230160 33554432000 4194304 4196468 140735929214080 140385178147184 140385618295426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21592] ppid=21581 vsize=10927392 memory=3472328296227418159 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21592/stat : 21592 (java) S 21581 21584 16915 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 105292196 11189649408 230160 33554432000 4194304 4196468 140735929214080 140385177093216 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21593] ppid=21581 vsize=10927392 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21593/stat : 21593 (java) S 21581 21584 16915 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 105292196 11189649408 230160 33554432000 4194304 4196468 140735929214080 140385176040320 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21594] ppid=21581 vsize=10927392 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21594/stat : 21594 (java) S 21581 21584 16915 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 105292199 11189649408 230160 33554432000 4194304 4196468 140735929214080 140385174988624 140385618302875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21595] ppid=21581 vsize=10927392 memory=0 CPUtime=2.79 cores=0,2,4,6
/proc/21584/task/21595/stat : 21595 (java) S 21581 21584 16915 0 -1 1077944384 8986 0 0 0 278 1 0 0 20 0 17 0 105292199 11189649408 230160 33554432000 4194304 4196468 140735929214080 140385173937008 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21596] ppid=21581 vsize=10927392 memory=3471202396320837679 CPUtime=3.29 cores=0,2,4,6
/proc/21584/task/21596/stat : 21596 (java) S 21581 21584 16915 0 -1 1077944384 10984 0 0 0 328 1 0 0 20 0 17 0 105292199 11189649408 230160 33554432000 4194304 4196468 140735929214080 140385172884208 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21597] ppid=21581 vsize=10927392 memory=3461502416590549727 CPUtime=0.84 cores=0,2,4,6
/proc/21584/task/21597/stat : 21597 (java) R 21581 21584 16915 0 -1 4202560 5083 0 0 0 82 2 0 0 20 0 17 0 105292199 11189649408 230160 33554432000 4194304 4196468 140735929214080 140385171831408 140385596857827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21598] ppid=21581 vsize=10927392 memory=13062 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21598/stat : 21598 (java) S 21581 21584 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105292199 11189649408 230160 33554432000 4194304 4196468 140735929214080 140385170778848 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21599] ppid=21581 vsize=10927392 memory=140356152706753 CPUtime=0.12 cores=0,2,4,6
/proc/21584/task/21599/stat : 21599 (java) S 21581 21584 16915 0 -1 1077944384 1012 0 0 0 5 7 0 0 20 0 17 0 105292199 11189649408 230160 33554432000 4194304 4196468 140735929214080 140385169726128 140385618295426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21767] ppid=21581 vsize=10927392 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21767/stat : 21767 (java) S 21581 21584 16915 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 105316474 11189649408 230160 33554432000 4194304 4196468 140735929214080 140384708583536 140385618294485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
[pid=21584/tid=21768] ppid=21581 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21584/task/21768/stat : 21768 (java) R 21581 21584 16915 0 -1 4202560 94 0 0 0 0 0 0 0 20 0 17 0 105316474 11189649408 230160 33554432000 4194304 4196468 140735929214080 140384707531664 140385257247442 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37982208 140735929222262 140735929222414 140735929222414 140735929225167 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 920640 KiB

Child status: 143
Real time (s): 243.064
CPU time (s): 252.136
CPU user time (s): 251.566
CPU system time (s): 0.570131
CPU usage (%): 103.733
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 920640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.566
system time used= 0.570131
maximum resident set size= 921496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47555
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7640
involuntary context switches= 386


# summary of solver processes directly reported to runsolver:
#   pid: 21584
#   total CPU time (s): 252.136
#   total CPU user time (s): 251.566
#   total CPU system time (s): 0.570131

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.49271 second user time and 2.29078 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 17:14:49
IDJOB=4301265
IDBENCH=141047
IDSOLVER=2773
FILE ID=node150/4301265-1532877289
RUNJOBID= node150-1532875965-20368
PBS_JOBID= 21022492
Free space on /tmp= 55348 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/NurseRostering/NurseRostering-09_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301265-1532877289/watcher-4301265-1532877289 -o /tmp/evaluation-result-4301265-1532877289/solver-4301265-1532877289 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532875965-20368 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301265-1532877289.xml

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

MD5SUM BENCH= 01a28a521b9bba3b9351b91d9c8d3e2f
RANDOM SEED=1163796468

node150.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.76
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.76
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.76
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.76
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:        27941556 kB
MemAvailable:   31668640 kB
Buffers:          220064 kB
Cached:          3749416 kB
SwapCached:           32 kB
Active:          1716372 kB
Inactive:        2582360 kB
Active(anon):     280228 kB
Inactive(anon):    76188 kB
Active(file):    1436144 kB
Inactive(file):  2506172 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              2388 kB
Writeback:             0 kB
AnonPages:        336820 kB
Mapped:            56212 kB
Shmem:             25156 kB
Slab:             229924 kB
SReclaimable:     201208 kB
SUnreclaim:        28716 kB
KernelStack:        3568 kB
PageTables:         6608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1315264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55344 MiB
End job on node150 at 2018-07-29 17:18:52