Trace number 4301283

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.116 240.662

General information on the benchmark

NameNurseRostering/
NurseRostering-18_c18.xml
MD5SUM2080050c46f9199df44cd86a0d29de9d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3286
Number of constraints8967
Number of domains16
Minimum domain size1
Maximum domain size85
Distribution of domain sizes[{"size":1,"count":96},{"size":2,"count":678},{"size":4,"count":1848},{"size":23,"count":588},{"size":41,"count":2},{"size":44,"count":16},{"size":85,"count":58}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":1174},{"degree":3,"count":264},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":2},{"degree":16,"count":17},{"degree":17,"count":24},{"degree":18,"count":38},{"degree":19,"count":38},{"degree":20,"count":189},{"degree":21,"count":776},{"degree":22,"count":573},{"degree":23,"count":149}]
Minimum constraint arity2
Maximum constraint arity176
Distribution of constraint arities[{"arity":2,"count":3148},{"arity":3,"count":3608},{"arity":4,"count":22},{"arity":5,"count":320},{"arity":6,"count":1422},{"arity":12,"count":22},{"arity":23,"count":336},{"arity":85,"count":88},{"arity":176,"count":1}]
Number of extensional constraints2162
Number of intensional constraints986
Distribution of constraint types[{"type":"extension","count":2162},{"type":"intension","count":986},{"type":"regular","count":3608},{"type":"sum","count":44},{"type":"count","count":2166},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

13.00/4.11	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
13.00/4.11	c This is free software under the dual EPL/GNU LGPL licenses.
13.00/4.11	c See www.sat4j.org for details.
13.00/4.11	c That software uses the Rhino library from the Mozilla project.
13.00/4.11	c version 2.3.6-SNAPSHOT
13.00/4.11	c java.runtime.name	Java(TM) SE Runtime Environment
13.00/4.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
13.00/4.11	c java.vm.version	25.131-b11
13.00/4.11	c java.vm.vendor	Oracle Corporation
13.00/4.11	c sun.arch.data.model	64
13.00/4.11	c java.version		1.8.0_131
13.00/4.11	c os.name		Linux
13.00/4.11	c os.version		3.10.0-514.16.1.el7.x86_64
13.00/4.11	c os.arch		amd64
13.00/4.11	c Free memory 		499604488
13.00/4.11	c Max memory 		7247757312
13.00/4.11	c Total memory 		504889344
13.00/4.11	c Number of processors 	4
13.00/4.11	c c --- Begin Solver configuration ---
13.00/4.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
13.00/4.11	c Learn all clauses as in MiniSAT
13.00/4.11	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
13.00/4.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
13.00/4.11	c No reason simplification
13.00/4.11	c Glucose 2.1 dynamic restart strategy
13.00/4.11	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
13.00/4.11	c timeout=2147483s
13.00/4.11	c DB Simplification allowed=false
13.00/4.11	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
13.00/4.11	c --- End Solver configuration ---
13.00/4.11	c constraints type 
13.00/4.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 6380
13.00/4.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 843580
13.00/4.11	c org.sat4j.minisat.constraints.cnf.UnitClauses => 96
13.00/4.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1781633
13.00/4.11	c org.sat4j.specs.Constr$1 => 150903
13.00/4.11	c org.sat4j.minisat.constraints.cnf.UnitClause => 91994
13.00/4.11	c 2874586 constraints processed.
252.05/240.60	c starts		: 6168
252.05/240.60	c conflicts		: 1410840
252.05/240.60	c decisions		: 16581712
252.05/240.60	c propagations		: 553973361
252.05/240.60	c inspects		: 1835628117
252.05/240.60	c shortcuts		: 0
252.05/240.60	c learnt literals	: 451
252.05/240.60	c learnt binary clauses	: 12298
252.05/240.60	c learnt ternary clauses	: 55574
252.05/240.60	c learnt constraints	: 1410389
252.05/240.60	c ignored constraints	: 0
252.05/240.60	c root simplifications	: 0
252.05/240.60	c removed literals (reason simplification)	: 0
252.05/240.60	c reason swapping (by a shorter reason)	: 0
252.05/240.60	c Calls to reduceDB	: 48
252.05/240.60	c Number of update (reduction) of LBD	: 765539
252.05/240.60	c Imported unit clauses	: 0
252.05/240.60	c number of reductions to clauses (during analyze)	: 0
252.05/240.60	c number of learned constraints concerned by reduction	: 0
252.05/240.60	c number of learning phase by resolution	: 0
252.05/240.60	c number of learning phase by cutting planes	: 0
252.05/240.60	c number of rounding to 1 operations	: 0
252.05/240.60	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.05/240.61	c number of reductions of the coefficients by power 2 	: 0
252.05/240.61	c number of right shift for reduction by power 2 	: 0
252.05/240.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.05/240.61	c number of ending skipping 	: 0
252.05/240.61	c number of internal skipping 	: 0
252.05/240.61	c number of derivation steps 	: 0
252.05/240.61	c number of skipped derivation steps 	: 0
252.05/240.61	c number of remaining unassigned 	: 0
252.05/240.61	c number of remaining assigned 	: 0
252.05/240.61	c speed (assignments/second)	: 2343829.0064902646
252.05/240.61	c non guided choices	: 7750655
252.05/240.64	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 12298
252.05/240.64	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 170213
252.05/240.64	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 (12383 MiB free)
  memory of node 1: 16384 MiB (14749 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=21918, runsolver pid=21915

[startup+0.100128 s]*
/proc/loadavg: 2.05 2.21 2.33 4/217 21933
/proc/meminfo: memFree=27767328/32770624 swapFree=67108792/67108860
[pid=21918] ppid=21915 vsize=10659012 memory=31228 CPUtime=0.13 cores=1,3,5,7
/proc/21918/stat : 21918 (java) S 21915 21918 16915 0 -1 1077944320 6881 0 0 0 11 2 0 0 20 0 15 0 105327294 10914828288 7807 33554432000 4194304 4196468 140723298499872 140723298482416 140111667072759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
/proc/21918/statm: 2664753 7807 2813 1 0 2627263 0
[pid=21918/tid=21920] ppid=21915 vsize=10659012 memory=-8701690554792317569 CPUtime=0.09 cores=1,3,5,7
/proc/21918/task/21920/stat : 21920 (java) R 21915 21918 16915 0 -1 4202560 4709 0 0 0 8 1 0 0 20 0 15 0 105327295 10914828288 7807 33554432000 4194304 4196468 140723298499872 140111671277424 140111653237511 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21921] ppid=21915 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21921/stat : 21921 (java) S 21915 21918 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105327296 10914828288 7807 33554432000 4194304 4196468 140723298499872 140111632353680 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21922] ppid=21915 vsize=10659012 memory=140622118295168 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21922/stat : 21922 (java) S 21915 21918 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105327296 10914828288 7807 33554432000 4194304 4196468 140723298499872 140111273109776 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21923] ppid=21915 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21923/stat : 21923 (java) S 21915 21918 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105327296 10914828288 7807 33554432000 4194304 4196468 140723298499872 140111272057488 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21924] ppid=21915 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21924/stat : 21924 (java) S 21915 21918 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105327296 10914828288 7807 33554432000 4194304 4196468 140723298499872 140111271004688 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21925] ppid=21915 vsize=10659012 memory=140622118295168 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21925/stat : 21925 (java) S 21915 21918 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105327297 10914828288 7807 33554432000 4194304 4196468 140723298499872 140110770195056 140111667083906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21926] ppid=21915 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21926/stat : 21926 (java) S 21915 21918 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105327297 10914828288 7807 33554432000 4194304 4196468 140723298499872 140110769141024 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21927] ppid=21915 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21927/stat : 21927 (java) S 21915 21918 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105327298 10914828288 7807 33554432000 4194304 4196468 140723298499872 140110768088688 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21928] ppid=21915 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21928/stat : 21928 (java) S 21915 21918 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105327300 10914828288 7807 33554432000 4194304 4196468 140723298499872 140110767037008 140111667091355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21929] ppid=21915 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21929/stat : 21929 (java) S 21915 21918 16915 0 -1 1077944384 450 0 0 0 0 0 0 0 20 0 15 0 105327300 10914828288 7807 33554432000 4194304 4196468 140723298499872 140110765983856 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21930] ppid=21915 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21930/stat : 21930 (java) S 21915 21918 16915 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 105327300 10914828288 7807 33554432000 4194304 4196468 140723298499872 140110764931056 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21931] ppid=21915 vsize=10659012 memory=140622118295168 CPUtime=0.02 cores=1,3,5,7
/proc/21918/task/21931/stat : 21931 (java) R 21915 21918 16915 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 15 0 105327300 10914828288 7807 33554432000 4194304 4196468 140723298499872 140110763878768 140111667094106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21932] ppid=21915 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21932/stat : 21932 (java) S 21915 21918 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105327300 10914828288 7807 33554432000 4194304 4196468 140723298499872 140110762826208 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21933] ppid=21915 vsize=10659012 memory=140622118295168 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21933/stat : 21933 (java) S 21915 21918 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105327300 10914828288 7807 33554432000 4194304 4196468 140723298499872 140110761774000 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31228 KiB

[startup+0.210562 s]*
/proc/loadavg: 2.05 2.21 2.33 4/217 21933
/proc/meminfo: memFree=27756940/32770624 swapFree=67108792/67108860
[pid=21918] ppid=21915 vsize=10659012 memory=41288 CPUtime=0.32 cores=1,3,5,7
/proc/21918/stat : 21918 (java) S 21915 21918 16915 0 -1 1077944320 7901 0 0 0 30 2 0 0 20 0 15 0 105327294 10914828288 10322 33554432000 4194304 4196468 140723298499872 140723298482416 140111667072759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
/proc/21918/statm: 2664753 10322 2981 1 0 2627263 0
[pid=21918/tid=21920] ppid=21915 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/21918/task/21920/stat : 21920 (java) R 21915 21918 16915 0 -1 4202560 5076 0 0 0 19 1 0 0 20 0 15 0 105327295 10914828288 10322 33554432000 4194304 4196468 140723298499872 140111671309040 140111651116389 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21921] ppid=21915 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21921/stat : 21921 (java) S 21915 21918 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105327296 10914828288 10322 33554432000 4194304 4196468 140723298499872 140111632353680 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21922] ppid=21915 vsize=10659012 memory=288370998270006912 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21922/stat : 21922 (java) S 21915 21918 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105327296 10914828288 10322 33554432000 4194304 4196468 140723298499872 140111273109776 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21923] ppid=21915 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21923/stat : 21923 (java) S 21915 21918 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105327296 10914828288 10322 33554432000 4194304 4196468 140723298499872 140111272057488 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21924] ppid=21915 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21924/stat : 21924 (java) S 21915 21918 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105327296 10914828288 10322 33554432000 4194304 4196468 140723298499872 140111271004688 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21925] ppid=21915 vsize=10659012 memory=140622118295168 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21925/stat : 21925 (java) S 21915 21918 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105327297 10914828288 10322 33554432000 4194304 4196468 140723298499872 140110770195056 140111667083906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21926] ppid=21915 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21926/stat : 21926 (java) S 21915 21918 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105327297 10914828288 10322 33554432000 4194304 4196468 140723298499872 140110769141024 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21927] ppid=21915 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21927/stat : 21927 (java) S 21915 21918 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105327298 10914828288 10322 33554432000 4194304 4196468 140723298499872 140110768088688 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21928] ppid=21915 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21928/stat : 21928 (java) S 21915 21918 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105327300 10914828288 10322 33554432000 4194304 4196468 140723298499872 140110767037008 140111667091355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21929] ppid=21915 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21918/task/21929/stat : 21929 (java) S 21915 21918 16915 0 -1 1077944384 664 0 0 0 2 0 0 0 20 0 15 0 105327300 10914828288 10322 33554432000 4194304 4196468 140723298499872 140110765983856 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21930] ppid=21915 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/21918/task/21930/stat : 21930 (java) S 21915 21918 16915 0 -1 1077944384 129 0 0 0 1 0 0 0 20 0 15 0 105327300 10914828288 10322 33554432000 4194304 4196468 140723298499872 140110764931056 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21931] ppid=21915 vsize=10659012 memory=140622118295168 CPUtime=0.07 cores=1,3,5,7
/proc/21918/task/21931/stat : 21931 (java) S 21915 21918 16915 0 -1 1077944384 666 0 0 0 7 0 0 0 20 0 15 0 105327300 10914828288 10322 33554432000 4194304 4196468 140723298499872 140110763878768 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21932] ppid=21915 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21932/stat : 21932 (java) S 21915 21918 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105327300 10914828288 10322 33554432000 4194304 4196468 140723298499872 140110762826208 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21933] ppid=21915 vsize=10659012 memory=140622118295168 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21933/stat : 21933 (java) S 21915 21918 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105327300 10914828288 10322 33554432000 4194304 4196468 140723298499872 140110761774000 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41288 KiB

[startup+0.310514 s]*
/proc/loadavg: 2.05 2.21 2.33 5/217 21933
/proc/meminfo: memFree=27743728/32770624 swapFree=67108792/67108860
[pid=21918] ppid=21915 vsize=10659012 memory=55216 CPUtime=0.58 cores=1,3,5,7
/proc/21918/stat : 21918 (java) S 21915 21918 16915 0 -1 1077944320 9809 0 0 0 56 2 0 0 20 0 15 0 105327294 10914828288 13804 33554432000 4194304 4196468 140723298499872 140723298482416 140111667072759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
/proc/21918/statm: 2664753 13804 3039 1 0 2627263 0
[pid=21918/tid=21920] ppid=21915 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/21918/task/21920/stat : 21920 (java) R 21915 21918 16915 0 -1 4202560 5446 0 0 0 29 1 0 0 20 0 15 0 105327295 10914828288 13804 33554432000 4194304 4196468 140723298499872 140111671309328 140111647265680 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21921] ppid=21915 vsize=10659012 memory=4294977868 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21921/stat : 21921 (java) S 21915 21918 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105327296 10914828288 13804 33554432000 4194304 4196468 140723298499872 140111632353680 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21922] ppid=21915 vsize=10659012 memory=288370998270006912 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21922/stat : 21922 (java) S 21915 21918 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105327296 10914828288 13804 33554432000 4194304 4196468 140723298499872 140111273109776 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21923] ppid=21915 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21923/stat : 21923 (java) S 21915 21918 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105327296 10914828288 13804 33554432000 4194304 4196468 140723298499872 140111272057488 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21924] ppid=21915 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21924/stat : 21924 (java) S 21915 21918 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105327296 10914828288 13804 33554432000 4194304 4196468 140723298499872 140111271004688 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21925] ppid=21915 vsize=10659012 memory=140622118295168 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21925/stat : 21925 (java) S 21915 21918 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105327297 10914828288 13804 33554432000 4194304 4196468 140723298499872 140110770195056 140111667083906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21926] ppid=21915 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21926/stat : 21926 (java) S 21915 21918 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105327297 10914828288 13804 33554432000 4194304 4196468 140723298499872 140110769141024 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21927] ppid=21915 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21927/stat : 21927 (java) S 21915 21918 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105327298 10914828288 13804 33554432000 4194304 4196468 140723298499872 140110768088688 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21928] ppid=21915 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21928/stat : 21928 (java) S 21915 21918 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105327300 10914828288 13804 33554432000 4194304 4196468 140723298499872 140110767037008 140111667091355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21929] ppid=21915 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21918/task/21929/stat : 21929 (java) R 21915 21918 16915 0 -1 4202560 1260 0 0 0 7 0 0 0 20 0 15 0 105327300 10914828288 13804 33554432000 4194304 4196468 140723298499872 140110765964872 140111650573156 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21930] ppid=21915 vsize=10659012 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/21918/task/21930/stat : 21930 (java) R 21915 21918 16915 0 -1 4202560 669 0 0 0 6 0 0 0 20 0 15 0 105327300 10914828288 13804 33554432000 4194304 4196468 140723298499872 140110764917080 140111648616482 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21931] ppid=21915 vsize=10659012 memory=140622118295168 CPUtime=0.13 cores=1,3,5,7
/proc/21918/task/21931/stat : 21931 (java) R 21915 21918 16915 0 -1 1077944384 1070 0 0 0 13 0 0 0 20 0 15 0 105327300 10914828288 13804 33554432000 4194304 4196468 140723298499872 140110763878768 140111667083906 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21932] ppid=21915 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21932/stat : 21932 (java) S 21915 21918 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105327300 10914828288 13804 33554432000 4194304 4196468 140723298499872 140110762826208 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21933] ppid=21915 vsize=10659012 memory=140622118295168 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21933/stat : 21933 (java) S 21915 21918 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105327300 10914828288 13804 33554432000 4194304 4196468 140723298499872 140110761774000 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 55216 KiB

[startup+0.700916 s]
/proc/loadavg: 2.05 2.21 2.33 5/217 21933
/proc/meminfo: memFree=27718664/32770624 swapFree=67108792/67108860
[pid=21918] ppid=21915 vsize=10659088 memory=112388 CPUtime=1.93 cores=1,3,5,7
/proc/21918/stat : 21918 (java) S 21915 21918 16915 0 -1 1077944320 14953 0 0 0 189 4 0 0 20 0 15 0 105327294 10914906112 28097 33554432000 4194304 4196468 140723298499872 140723298482416 140111667072759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
/proc/21918/statm: 2664772 28097 3099 1 0 2627263 0
[pid=21918/tid=21920] ppid=21915 vsize=10659088 memory=234789151992068 CPUtime=0.67 cores=1,3,5,7
/proc/21918/task/21920/stat : 21920 (java) R 21915 21918 16915 0 -1 4202560 5841 0 0 0 65 2 0 0 20 0 15 0 105327295 10914906112 28097 33554432000 4194304 4196468 140723298499872 140111671305336 140111306413856 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21921] ppid=21915 vsize=10659088 memory=3977296629253554382 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21921/stat : 21921 (java) S 21915 21918 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105327296 10914906112 28097 33554432000 4194304 4196468 140723298499872 140111632353680 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21922] ppid=21915 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21922/stat : 21922 (java) S 21915 21918 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105327296 10914906112 28097 33554432000 4194304 4196468 140723298499872 140111273109776 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21923] ppid=21915 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21923/stat : 21923 (java) S 21915 21918 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105327296 10914906112 28097 33554432000 4194304 4196468 140723298499872 140111272057488 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21924] ppid=21915 vsize=10659088 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21924/stat : 21924 (java) S 21915 21918 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105327296 10914906112 28097 33554432000 4194304 4196468 140723298499872 140111271004688 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21925] ppid=21915 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21925/stat : 21925 (java) S 21915 21918 16915 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105327297 10914906112 28097 33554432000 4194304 4196468 140723298499872 140110770195056 140111667083906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21926] ppid=21915 vsize=10659088 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21926/stat : 21926 (java) S 21915 21918 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105327297 10914906112 28097 33554432000 4194304 4196468 140723298499872 140110769141024 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21927] ppid=21915 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21927/stat : 21927 (java) S 21915 21918 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105327298 10914906112 28097 33554432000 4194304 4196468 140723298499872 140110768088688 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21928] ppid=21915 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21928/stat : 21928 (java) S 21915 21918 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105327300 10914906112 28097 33554432000 4194304 4196468 140723298499872 140110767037008 140111667091355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21929] ppid=21915 vsize=10659088 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/21918/task/21929/stat : 21929 (java) R 21915 21918 16915 0 -1 4202560 2718 0 0 0 45 0 0 0 20 0 15 0 105327300 10914906112 28097 33554432000 4194304 4196468 140723298499872 140110765968768 140111646318972 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21930] ppid=21915 vsize=10659088 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/21918/task/21930/stat : 21930 (java) R 21915 21918 16915 0 -1 4202560 2173 0 0 0 43 0 0 0 20 0 15 0 105327300 10914906112 28097 33554432000 4194304 4196468 140723298499872 140110764912072 140111667086623 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21931] ppid=21915 vsize=10659088 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/21918/task/21931/stat : 21931 (java) S 21915 21918 16915 0 -1 1077944384 2850 0 0 0 34 0 0 0 20 0 15 0 105327300 10914906112 28097 33554432000 4194304 4196468 140723298499872 140110763878768 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21932] ppid=21915 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21932/stat : 21932 (java) S 21915 21918 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105327300 10914906112 28097 33554432000 4194304 4196468 140723298499872 140110762826208 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21933] ppid=21915 vsize=10659088 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21933/stat : 21933 (java) S 21915 21918 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105327300 10914906112 28097 33554432000 4194304 4196468 140723298499872 140110761774000 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 112388 KiB

[startup+1.50092 s]
/proc/loadavg: 2.05 2.21 2.33 5/217 21933
/proc/meminfo: memFree=27575228/32770624 swapFree=67108792/67108860
[pid=21918] ppid=21915 vsize=10661136 memory=407424 CPUtime=4.53 cores=1,3,5,7
/proc/21918/stat : 21918 (java) S 21915 21918 16915 0 -1 1077944320 17025 0 0 0 440 13 0 0 20 0 15 0 105327294 10917003264 101856 33554432000 4194304 4196468 140723298499872 140723298482416 140111667072759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
/proc/21918/statm: 2665284 101856 3149 1 0 2627775 0
[pid=21918/tid=21920] ppid=21915 vsize=10661136 memory=10799 CPUtime=1.36 cores=1,3,5,7
/proc/21918/task/21920/stat : 21920 (java) R 21915 21918 16915 0 -1 4202560 6213 0 0 0 131 5 0 0 20 0 15 0 105327295 10917003264 101856 33554432000 4194304 4196468 140723298499872 140111671308096 140111309250205 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21921] ppid=21915 vsize=10661136 memory=6791534058613427641 CPUtime=0.04 cores=1,3,5,7
/proc/21918/task/21921/stat : 21921 (java) S 21915 21918 16915 0 -1 1077944384 32 0 0 0 3 1 0 0 20 0 15 0 105327296 10917003264 101856 33554432000 4194304 4196468 140723298499872 140111632353680 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21922] ppid=21915 vsize=10661136 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/21918/task/21922/stat : 21922 (java) S 21915 21918 16915 0 -1 1077944384 108 0 0 0 3 0 0 0 20 0 15 0 105327296 10917003264 101856 33554432000 4194304 4196468 140723298499872 140111273109776 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21923] ppid=21915 vsize=10661136 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21918/task/21923/stat : 21923 (java) S 21915 21918 16915 0 -1 1077944384 128 0 0 0 7 1 0 0 20 0 15 0 105327296 10917003264 101856 33554432000 4194304 4196468 140723298499872 140111272057488 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21924] ppid=21915 vsize=10661136 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/21918/task/21924/stat : 21924 (java) S 21915 21918 16915 0 -1 1077944384 139 0 0 0 6 1 0 0 20 0 15 0 105327296 10917003264 101856 33554432000 4194304 4196468 140723298499872 140111271004688 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21925] ppid=21915 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21925/stat : 21925 (java) S 21915 21918 16915 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 105327297 10917003264 101856 33554432000 4194304 4196468 140723298499872 140110770195056 140111667083906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0

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

/proc/21918/task/21923/stat : 21923 (java) S 21915 21918 16915 0 -1 1077944384 267 0 0 0 26 4 0 0 20 0 16 0 105327296 10985164800 238578 33554432000 4194304 4196468 140723298499872 140111272057488 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21924] ppid=21915 vsize=10727700 memory=954312 CPUtime=0.43 cores=1,3,5,7
/proc/21918/task/21924/stat : 21924 (java) S 21915 21918 16915 0 -1 1077944384 353 0 0 0 37 6 0 0 20 0 16 0 105327296 10985164800 238578 33554432000 4194304 4196468 140723298499872 140111271004688 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21925] ppid=21915 vsize=10727700 memory=954312 CPUtime=0.01 cores=1,3,5,7
/proc/21918/task/21925/stat : 21925 (java) S 21915 21918 16915 0 -1 1077944384 1962 0 0 0 1 0 0 0 20 0 16 0 105327297 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110770195056 140111667083906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21926] ppid=21915 vsize=10727700 memory=954312 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21926/stat : 21926 (java) S 21915 21918 16915 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 105327297 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110769141088 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21927] ppid=21915 vsize=10727700 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21927/stat : 21927 (java) S 21915 21918 16915 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 105327298 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110768088704 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21928] ppid=21915 vsize=10727700 memory=954312 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21928/stat : 21928 (java) S 21915 21918 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110767037008 140111667091355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21929] ppid=21915 vsize=10727700 memory=2372 CPUtime=4.87 cores=1,3,5,7
/proc/21918/task/21929/stat : 21929 (java) S 21915 21918 16915 0 -1 1077944384 12459 0 0 0 486 1 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110765983856 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21930] ppid=21915 vsize=10727700 memory=954312 CPUtime=4.71 cores=1,3,5,7
/proc/21918/task/21930/stat : 21930 (java) S 21915 21918 16915 0 -1 1077944384 12679 0 0 0 469 2 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110764931056 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21931] ppid=21915 vsize=10727700 memory=1728 CPUtime=0.9 cores=1,3,5,7
/proc/21918/task/21931/stat : 21931 (java) S 21915 21918 16915 0 -1 1077944384 8367 0 0 0 89 1 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110763878768 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21932] ppid=21915 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21932/stat : 21932 (java) S 21915 21918 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110762826208 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21933] ppid=21915 vsize=10727700 memory=4096 CPUtime=0.07 cores=1,3,5,7
/proc/21918/task/21933/stat : 21933 (java) S 21915 21918 16915 0 -1 1077944384 339 0 0 0 3 4 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110761774000 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21934] ppid=21915 vsize=10727700 memory=2308 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21934/stat : 21934 (java) S 21915 21918 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105327720 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110760719536 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
Current children cumulated CPU time: 173.87 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 954312 KiB

[startup+222.301 s]
/proc/loadavg: 2.03 2.10 2.26 3/218 22019
/proc/meminfo: memFree=26339292/32770624 swapFree=67108792/67108860
[pid=21918] ppid=21915 vsize=10727700 memory=954312 CPUtime=233.9 cores=1,3,5,7
/proc/21918/stat : 21918 (java) S 21915 21918 16915 0 -1 1077944320 52155 0 0 0 23346 44 0 0 20 0 16 0 105327294 10985164800 238578 33554432000 4194304 4196468 140723298499872 140723298482416 140111667072759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
/proc/21918/statm: 2681925 238578 3180 1 0 2644416 0
[pid=21918/tid=21920] ppid=21915 vsize=10727700 memory=15876 CPUtime=221.75 cores=1,3,5,7
/proc/21918/task/21920/stat : 21920 (java) R 21915 21918 16915 0 -1 4202560 12178 0 0 0 22166 9 0 0 20 0 16 0 105327295 10985164800 238578 33554432000 4194304 4196468 140723298499872 140111671308624 140111303934016 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21921] ppid=21915 vsize=10727700 memory=954312 CPUtime=0.43 cores=1,3,5,7
/proc/21918/task/21921/stat : 21921 (java) S 21915 21918 16915 0 -1 1077944384 201 0 0 0 36 7 0 0 20 0 16 0 105327296 10985164800 238578 33554432000 4194304 4196468 140723298499872 140111632353680 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21922] ppid=21915 vsize=10727700 memory=954312 CPUtime=0.29 cores=1,3,5,7
/proc/21918/task/21922/stat : 21922 (java) S 21915 21918 16915 0 -1 1077944384 732 0 0 0 25 4 0 0 20 0 16 0 105327296 10985164800 238578 33554432000 4194304 4196468 140723298499872 140111273109776 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21923] ppid=21915 vsize=10727700 memory=954312 CPUtime=0.3 cores=1,3,5,7
/proc/21918/task/21923/stat : 21923 (java) S 21915 21918 16915 0 -1 1077944384 267 0 0 0 26 4 0 0 20 0 16 0 105327296 10985164800 238578 33554432000 4194304 4196468 140723298499872 140111272057488 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21924] ppid=21915 vsize=10727700 memory=954312 CPUtime=0.43 cores=1,3,5,7
/proc/21918/task/21924/stat : 21924 (java) S 21915 21918 16915 0 -1 1077944384 353 0 0 0 37 6 0 0 20 0 16 0 105327296 10985164800 238578 33554432000 4194304 4196468 140723298499872 140111271004688 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21925] ppid=21915 vsize=10727700 memory=954312 CPUtime=0.02 cores=1,3,5,7
/proc/21918/task/21925/stat : 21925 (java) S 21915 21918 16915 0 -1 1077944384 2004 0 0 0 2 0 0 0 20 0 16 0 105327297 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110770195056 140111667083906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21926] ppid=21915 vsize=10727700 memory=954312 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21926/stat : 21926 (java) S 21915 21918 16915 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 105327297 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110769141088 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21927] ppid=21915 vsize=10727700 memory=954312 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21927/stat : 21927 (java) S 21915 21918 16915 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 105327298 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110768088704 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21928] ppid=21915 vsize=10727700 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21928/stat : 21928 (java) S 21915 21918 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110767037008 140111667091355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21929] ppid=21915 vsize=10727700 memory=954312 CPUtime=4.87 cores=1,3,5,7
/proc/21918/task/21929/stat : 21929 (java) S 21915 21918 16915 0 -1 1077944384 12746 0 0 0 486 1 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110765983856 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21930] ppid=21915 vsize=10727700 memory=954312 CPUtime=4.71 cores=1,3,5,7
/proc/21918/task/21930/stat : 21930 (java) S 21915 21918 16915 0 -1 1077944384 12680 0 0 0 469 2 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110764931056 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21931] ppid=21915 vsize=10727700 memory=4136 CPUtime=0.91 cores=1,3,5,7
/proc/21918/task/21931/stat : 21931 (java) S 21915 21918 16915 0 -1 1077944384 9215 0 0 0 89 2 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110763878768 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21932] ppid=21915 vsize=10727700 memory=30336 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21932/stat : 21932 (java) S 21915 21918 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110762826208 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21933] ppid=21915 vsize=10727700 memory=1720 CPUtime=0.1 cores=1,3,5,7
/proc/21918/task/21933/stat : 21933 (java) S 21915 21918 16915 0 -1 1077944384 343 0 0 0 4 6 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110761774000 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21934] ppid=21915 vsize=10727700 memory=5760 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21934/stat : 21934 (java) S 21915 21918 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105327720 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110760719536 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
Current children cumulated CPU time: 233.9 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 954312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+240.401 s]
/proc/loadavg: 2.02 2.10 2.25 3/218 22019
/proc/meminfo: memFree=26332112/32770624 swapFree=67108792/67108860
[pid=21918] ppid=21915 vsize=10727700 memory=954312 CPUtime=252 cores=1,3,5,7
/proc/21918/stat : 21918 (java) S 21915 21918 16915 0 -1 1077944320 52211 0 0 0 25156 44 0 0 20 0 16 0 105327294 10985164800 238578 33554432000 4194304 4196468 140723298499872 140723298482416 140111667072759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
/proc/21918/statm: 2681925 238578 3180 1 0 2644416 0
[pid=21918/tid=21920] ppid=21915 vsize=10727700 memory=840 CPUtime=239.85 cores=1,3,5,7
/proc/21918/task/21920/stat : 21920 (java) R 21915 21918 16915 0 -1 4202560 12224 0 0 0 23976 9 0 0 20 0 16 0 105327295 10985164800 238578 33554432000 4194304 4196468 140723298499872 140111671308624 140111312937462 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21921] ppid=21915 vsize=10727700 memory=954312 CPUtime=0.43 cores=1,3,5,7
/proc/21918/task/21921/stat : 21921 (java) S 21915 21918 16915 0 -1 1077944384 201 0 0 0 36 7 0 0 20 0 16 0 105327296 10985164800 238578 33554432000 4194304 4196468 140723298499872 140111632353680 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21922] ppid=21915 vsize=10727700 memory=920 CPUtime=0.29 cores=1,3,5,7
/proc/21918/task/21922/stat : 21922 (java) S 21915 21918 16915 0 -1 1077944384 732 0 0 0 25 4 0 0 20 0 16 0 105327296 10985164800 238578 33554432000 4194304 4196468 140723298499872 140111273109776 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21923] ppid=21915 vsize=10727700 memory=3852 CPUtime=0.3 cores=1,3,5,7
/proc/21918/task/21923/stat : 21923 (java) S 21915 21918 16915 0 -1 1077944384 267 0 0 0 26 4 0 0 20 0 16 0 105327296 10985164800 238578 33554432000 4194304 4196468 140723298499872 140111272057488 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21924] ppid=21915 vsize=10727700 memory=4096 CPUtime=0.43 cores=1,3,5,7
/proc/21918/task/21924/stat : 21924 (java) S 21915 21918 16915 0 -1 1077944384 353 0 0 0 37 6 0 0 20 0 16 0 105327296 10985164800 238578 33554432000 4194304 4196468 140723298499872 140111271004688 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21925] ppid=21915 vsize=10727700 memory=2584 CPUtime=0.02 cores=1,3,5,7
/proc/21918/task/21925/stat : 21925 (java) S 21915 21918 16915 0 -1 1077944384 2006 0 0 0 2 0 0 0 20 0 16 0 105327297 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110770195056 140111667083906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21926] ppid=21915 vsize=10727700 memory=954312 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21926/stat : 21926 (java) S 21915 21918 16915 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 105327297 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110769141088 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21927] ppid=21915 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21927/stat : 21927 (java) S 21915 21918 16915 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 105327298 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110768088704 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21928] ppid=21915 vsize=10727700 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21928/stat : 21928 (java) S 21915 21918 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110767037008 140111667091355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21929] ppid=21915 vsize=10727700 memory=18116 CPUtime=4.87 cores=1,3,5,7
/proc/21918/task/21929/stat : 21929 (java) S 21915 21918 16915 0 -1 1077944384 12748 0 0 0 486 1 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110765983856 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21930] ppid=21915 vsize=10727700 memory=1728 CPUtime=4.71 cores=1,3,5,7
/proc/21918/task/21930/stat : 21930 (java) S 21915 21918 16915 0 -1 1077944384 12682 0 0 0 469 2 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110764931056 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21931] ppid=21915 vsize=10727700 memory=1720 CPUtime=0.91 cores=1,3,5,7
/proc/21918/task/21931/stat : 21931 (java) S 21915 21918 16915 0 -1 1077944384 9217 0 0 0 89 2 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110763878768 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21932] ppid=21915 vsize=10727700 memory=5760 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21932/stat : 21932 (java) S 21915 21918 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110762826208 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21933] ppid=21915 vsize=10727700 memory=4588 CPUtime=0.11 cores=1,3,5,7
/proc/21918/task/21933/stat : 21933 (java) S 21915 21918 16915 0 -1 1077944384 345 0 0 0 5 6 0 0 20 0 16 0 105327300 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110761774000 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21934] ppid=21915 vsize=10727700 memory=9920 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21934/stat : 21934 (java) S 21915 21918 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105327720 10985164800 238578 33554432000 4194304 4196468 140723298499872 140110760719536 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 954312 KiB

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

[startup+240.662 s]
# the end of solver process 21918 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.656 s, system=0.46012 s

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

[startup+240.601 s]
/proc/loadavg: 2.02 2.10 2.25 3/218 22019
/proc/meminfo: memFree=26332112/32770624 swapFree=67108792/67108860
[pid=21918] ppid=21915 vsize=10927392 memory=954620 CPUtime=252.05 cores=1,3,5,7
/proc/21918/stat : 21918 (java) S 21915 21918 16915 0 -1 1077944320 53770 0 0 0 25160 45 0 0 20 0 17 0 105327294 11189649408 238655 33554432000 4194304 4196468 140723298499872 140723298482416 140111667072759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
/proc/21918/statm: 2731848 238655 3183 1 0 2694339 0
[pid=21918/tid=21920] ppid=21915 vsize=10927392 memory=1944 CPUtime=239.87 cores=1,3,5,7
/proc/21918/task/21920/stat : 21920 (java) S 21915 21918 16915 0 -1 1077944384 12290 0 0 0 23978 9 0 0 20 0 17 0 105327295 11189649408 238655 33554432000 4194304 4196468 140723298499872 140111671315632 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21921] ppid=21915 vsize=10927392 memory=1428 CPUtime=0.43 cores=1,3,5,7
/proc/21918/task/21921/stat : 21921 (java) S 21915 21918 16915 0 -1 1077944384 201 0 0 0 36 7 0 0 20 0 17 0 105327296 11189649408 238655 33554432000 4194304 4196468 140723298499872 140111632353680 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21922] ppid=21915 vsize=10927392 memory=8512 CPUtime=0.29 cores=1,3,5,7
/proc/21918/task/21922/stat : 21922 (java) S 21915 21918 16915 0 -1 1077944384 732 0 0 0 25 4 0 0 20 0 17 0 105327296 11189649408 238655 33554432000 4194304 4196468 140723298499872 140111273109776 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21923] ppid=21915 vsize=10927392 memory=792 CPUtime=0.3 cores=1,3,5,7
/proc/21918/task/21923/stat : 21923 (java) S 21915 21918 16915 0 -1 1077944384 267 0 0 0 26 4 0 0 20 0 17 0 105327296 11189649408 238655 33554432000 4194304 4196468 140723298499872 140111272057488 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21924] ppid=21915 vsize=10927392 memory=1008 CPUtime=0.43 cores=1,3,5,7
/proc/21918/task/21924/stat : 21924 (java) S 21915 21918 16915 0 -1 1077944384 353 0 0 0 37 6 0 0 20 0 17 0 105327296 11189649408 238655 33554432000 4194304 4196468 140723298499872 140111271004688 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21925] ppid=21915 vsize=10927392 memory=1228 CPUtime=0.02 cores=1,3,5,7
/proc/21918/task/21925/stat : 21925 (java) S 21915 21918 16915 0 -1 1077944384 2021 0 0 0 2 0 0 0 20 0 17 0 105327297 11189649408 238655 33554432000 4194304 4196468 140723298499872 140110770195056 140111667083906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21926] ppid=21915 vsize=10927392 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21926/stat : 21926 (java) S 21915 21918 16915 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 105327297 11189649408 238655 33554432000 4194304 4196468 140723298499872 140110769141088 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21927] ppid=21915 vsize=10927392 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21927/stat : 21927 (java) S 21915 21918 16915 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 105327298 11189649408 238655 33554432000 4194304 4196468 140723298499872 140110768088704 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21928] ppid=21915 vsize=10927392 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21928/stat : 21928 (java) S 21915 21918 16915 0 -1 1077944384 201 0 0 0 0 0 0 0 20 0 17 0 105327300 11189649408 238655 33554432000 4194304 4196468 140723298499872 140110767037008 140111667091355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21929] ppid=21915 vsize=10927392 memory=18116 CPUtime=4.88 cores=1,3,5,7
/proc/21918/task/21929/stat : 21929 (java) S 21915 21918 16915 0 -1 1077944384 13065 0 0 0 487 1 0 0 20 0 17 0 105327300 11189649408 238655 33554432000 4194304 4196468 140723298499872 140110765983856 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21930] ppid=21915 vsize=10927392 memory=4052 CPUtime=4.72 cores=1,3,5,7
/proc/21918/task/21930/stat : 21930 (java) S 21915 21918 16915 0 -1 1077944384 13085 0 0 0 470 2 0 0 20 0 17 0 105327300 11189649408 238655 33554432000 4194304 4196468 140723298499872 140110764931056 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21931] ppid=21915 vsize=10927392 memory=644 CPUtime=0.91 cores=1,3,5,7
/proc/21918/task/21931/stat : 21931 (java) S 21915 21918 16915 0 -1 1077944384 9412 0 0 0 89 2 0 0 20 0 17 0 105327300 11189649408 238655 33554432000 4194304 4196468 140723298499872 140110763878768 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21932] ppid=21915 vsize=10927392 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21932/stat : 21932 (java) S 21915 21918 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105327300 11189649408 238655 33554432000 4194304 4196468 140723298499872 140110762826208 140111667082965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
[pid=21918/tid=21933] ppid=21915 vsize=10927392 memory=1232 CPUtime=0.11 cores=1,3,5,7
/proc/21918/task/21933/stat : 21933 (java) S 21915 21918 16915 0 -1 1077944384 345 0 0 0 5 6 0 0 20 0 17 0 105327300 11189649408 238655 33554432000 4194304 4196468 140723298499872 140110761774000 140111667083906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140723298501750 140723298501902 140723298501902 140723298504655 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 954620 KiB

Child status: 143
Real time (s): 240.662
CPU time (s): 252.116
CPU user time (s): 251.656
CPU system time (s): 0.46012
CPU usage (%): 104.759
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 957880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.656
system time used= 0.46012
maximum resident set size= 957988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54366
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7688
involuntary context switches= 156


# summary of solver processes directly reported to runsolver:
#   pid: 21918
#   total CPU time (s): 252.116
#   total CPU user time (s): 251.656
#   total CPU system time (s): 0.46012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.09092 second user time and 2.69699 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 17:20:40
IDJOB=4301283
IDBENCH=141053
IDSOLVER=2773
FILE ID=node150/4301283-1532877640
RUNJOBID= node150-1532875965-20369
PBS_JOBID= 21022492
Free space on /tmp= 55348 MiB

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

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

MD5SUM BENCH= 2080050c46f9199df44cd86a0d29de9d
RANDOM SEED=1655350307

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:        27785068 kB
MemAvailable:   31512632 kB
Buffers:          220124 kB
Cached:          3750192 kB
SwapCached:           32 kB
Active:          1872656 kB
Inactive:        2582420 kB
Active(anon):     436124 kB
Inactive(anon):    76188 kB
Active(file):    1436532 kB
Inactive(file):  2506232 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              2848 kB
Writeback:             0 kB
AnonPages:        500252 kB
Mapped:            56336 kB
Shmem:             25156 kB
Slab:             229928 kB
SReclaimable:     201268 kB
SUnreclaim:        28660 kB
KernelStack:        3824 kB
PageTables:         5776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1573916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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:24:41