Trace number 4289920

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) 2400.17 2383.89

General information on the benchmark

NameNurseRostering/
NurseRostering-14_c18.xml
MD5SUM22d4927d0bd5c0ea6a9359fe3e752ee5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27589
Best CPU time to get the best result obtained on this benchmark2519.95
Satisfiable
(Un)Satisfiability was proved
Number of variables2475
Number of constraints6489
Number of domains18
Minimum domain size1
Maximum domain size43
Distribution of domain sizes[{"size":1,"count":76},{"size":2,"count":551},{"size":3,"count":3},{"size":5,"count":1344},{"size":6,"count":17},{"size":11,"count":8},{"size":22,"count":34},{"size":33,"count":378},{"size":43,"count":64}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":939},{"degree":3,"count":192},{"degree":14,"count":4},{"degree":15,"count":23},{"degree":16,"count":35},{"degree":17,"count":6},{"degree":18,"count":18},{"degree":19,"count":41},{"degree":20,"count":52},{"degree":21,"count":51},{"degree":22,"count":124},{"degree":23,"count":377},{"degree":24,"count":320},{"degree":25,"count":177},{"degree":26,"count":94},{"degree":27,"count":22}]
Minimum constraint arity2
Maximum constraint arity128
Distribution of constraint arities[{"arity":2,"count":2524},{"arity":3,"count":2080},{"arity":4,"count":273},{"arity":5,"count":32},{"arity":6,"count":957},{"arity":7,"count":252},{"arity":33,"count":210},{"arity":43,"count":160},{"arity":128,"count":1}]
Number of extensional constraints1522
Number of intensional constraints797
Distribution of constraint types[{"type":"extension","count":1522},{"type":"intension","count":797},{"type":"regular","count":2558},{"type":"sum","count":64},{"type":"count","count":1547},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289920-1532209822/watcher-4289920-1532209822 -o /tmp/evaluation-result-4289920-1532209822/solver-4289920-1532209822 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532209822-28265 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289920-1532209822.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=28296, runsolver pid=28289
Current StackSize limit: 8192 KiB


[startup+0.101124 s]*
/proc/loadavg: 1.00 1.02 1.30 2/216 28325
/proc/meminfo: memFree=18273740/32770624 swapFree=67108860/67108860
[pid=28296] ppid=28289 vsize=10659012 memory=30172 CPUtime=0.12 cores=0,2,4,6
/proc/28296/stat : 28296 (java) S 28289 28296 26014 0 -1 1077944320 6610 0 0 0 11 1 0 0 20 0 15 0 38545104 10914828288 7543 33554432000 4194304 4196468 140723382842640 140723382825184 140376216293111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
/proc/28296/statm: 2664753 7543 2815 1 0 2627263 0
[pid=28296/tid=28298] ppid=28289 vsize=10659012 memory=5450919713671312938 CPUtime=0.09 cores=0,2,4,6
/proc/28296/task/28298/stat : 28298 (java) R 28289 28296 26014 0 -1 4202560 4436 0 0 0 8 1 0 0 20 0 15 0 38545104 10914828288 7543 33554432000 4194304 4196468 140723382842640 140376220497776 140376200373598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28300] ppid=28289 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28300/stat : 28300 (java) S 28289 28296 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 7543 33554432000 4194304 4196468 140723382842640 140375822773392 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28302] ppid=28289 vsize=10659012 memory=139756904072832 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28302/stat : 28302 (java) S 28289 28296 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 7543 33554432000 4194304 4196468 140723382842640 140375821720592 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28304] ppid=28289 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28304/stat : 28304 (java) S 28289 28296 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 7543 33554432000 4194304 4196468 140723382842640 140375820667792 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28306] ppid=28289 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28306/stat : 28306 (java) S 28289 28296 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 7543 33554432000 4194304 4196468 140723382842640 140375819614992 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28309] ppid=28289 vsize=10659012 memory=139756904072832 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28309/stat : 28309 (java) S 28289 28296 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545107 10914828288 7543 33554432000 4194304 4196468 140723382842640 140375776037232 140376216304258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28310] ppid=28289 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28310/stat : 28310 (java) S 28289 28296 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38545107 10914828288 7543 33554432000 4194304 4196468 140723382842640 140375774983200 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28312] ppid=28289 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28312/stat : 28312 (java) S 28289 28296 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38545107 10914828288 7543 33554432000 4194304 4196468 140723382842640 140375773930352 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28314] ppid=28289 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28314/stat : 28314 (java) S 28289 28296 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 7543 33554432000 4194304 4196468 140723382842640 140375772878672 140376216311707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28315] ppid=28289 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28315/stat : 28315 (java) S 28289 28296 26014 0 -1 1077944384 448 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 7543 33554432000 4194304 4196468 140723382842640 140375704464240 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28316] ppid=28289 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28316/stat : 28316 (java) S 28289 28296 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 7543 33554432000 4194304 4196468 140723382842640 140375703411440 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28317] ppid=28289 vsize=10659012 memory=139756904072832 CPUtime=0.01 cores=0,2,4,6
/proc/28296/task/28317/stat : 28317 (java) R 28289 28296 26014 0 -1 4202560 355 0 0 0 1 0 0 0 20 0 15 0 38545110 10914828288 7543 33554432000 4194304 4196468 140723382842640 140375702358640 140376195245825 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28322] ppid=28289 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28322/stat : 28322 (java) S 28289 28296 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 7543 33554432000 4194304 4196468 140723382842640 140375701306080 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28324] ppid=28289 vsize=10659012 memory=139756904072832 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28324/stat : 28324 (java) S 28289 28296 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 7543 33554432000 4194304 4196468 140723382842640 140375700253360 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30172 KiB

[startup+0.210275 s]*
/proc/loadavg: 1.00 1.02 1.30 5/216 28325
/proc/meminfo: memFree=18251952/32770624 swapFree=67108860/67108860
[pid=28296] ppid=28289 vsize=10659012 memory=41856 CPUtime=0.32 cores=0,2,4,6
/proc/28296/stat : 28296 (java) S 28289 28296 26014 0 -1 1077944320 8115 0 0 0 30 2 0 0 20 0 15 0 38545104 10914828288 10464 33554432000 4194304 4196468 140723382842640 140723382825184 140376216293111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
/proc/28296/statm: 2664753 10464 2999 1 0 2627263 0
[pid=28296/tid=28298] ppid=28289 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28296/task/28298/stat : 28298 (java) R 28289 28296 26014 0 -1 4202560 5003 0 0 0 19 1 0 0 20 0 15 0 38545104 10914828288 10464 33554432000 4194304 4196468 140723382842640 140376220529392 140376200336741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28300] ppid=28289 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28300/stat : 28300 (java) S 28289 28296 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 10464 33554432000 4194304 4196468 140723382842640 140375822773392 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28302] ppid=28289 vsize=10659012 memory=139756904257089 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28302/stat : 28302 (java) S 28289 28296 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 10464 33554432000 4194304 4196468 140723382842640 140375821720592 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28304] ppid=28289 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28304/stat : 28304 (java) S 28289 28296 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 10464 33554432000 4194304 4196468 140723382842640 140375820667792 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28306] ppid=28289 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28306/stat : 28306 (java) S 28289 28296 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 10464 33554432000 4194304 4196468 140723382842640 140375819614992 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28309] ppid=28289 vsize=10659012 memory=139756904072832 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28309/stat : 28309 (java) S 28289 28296 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545107 10914828288 10464 33554432000 4194304 4196468 140723382842640 140375776037232 140376216304258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28310] ppid=28289 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28310/stat : 28310 (java) S 28289 28296 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38545107 10914828288 10464 33554432000 4194304 4196468 140723382842640 140375774983200 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28312] ppid=28289 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28312/stat : 28312 (java) S 28289 28296 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38545107 10914828288 10464 33554432000 4194304 4196468 140723382842640 140375773930352 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28314] ppid=28289 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28314/stat : 28314 (java) S 28289 28296 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 10464 33554432000 4194304 4196468 140723382842640 140375772878672 140376216311707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28315] ppid=28289 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28296/task/28315/stat : 28315 (java) S 28289 28296 26014 0 -1 1077944384 792 0 0 0 2 0 0 0 20 0 15 0 38545110 10914828288 10464 33554432000 4194304 4196468 140723382842640 140375704464240 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28316] ppid=28289 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28296/task/28316/stat : 28316 (java) S 28289 28296 26014 0 -1 1077944384 195 0 0 0 1 0 0 0 20 0 15 0 38545110 10914828288 10464 33554432000 4194304 4196468 140723382842640 140375703411440 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28317] ppid=28289 vsize=10659012 memory=139756904072832 CPUtime=0.07 cores=0,2,4,6
/proc/28296/task/28317/stat : 28317 (java) R 28289 28296 26014 0 -1 4202560 756 0 0 0 7 0 0 0 20 0 15 0 38545110 10914828288 10464 33554432000 4194304 4196468 140723382842640 140375702358640 140376195231980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28322] ppid=28289 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28322/stat : 28322 (java) S 28289 28296 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 10464 33554432000 4194304 4196468 140723382842640 140375701306080 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28324] ppid=28289 vsize=10659012 memory=139756904072832 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28324/stat : 28324 (java) S 28289 28296 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 10464 33554432000 4194304 4196468 140723382842640 140375700253360 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41856 KiB

[startup+0.317707 s]*
/proc/loadavg: 1.00 1.02 1.30 8/216 28325
/proc/meminfo: memFree=18226544/32770624 swapFree=67108860/67108860
[pid=28296] ppid=28289 vsize=10659012 memory=53100 CPUtime=0.6 cores=0,2,4,6
/proc/28296/stat : 28296 (java) S 28289 28296 26014 0 -1 1077944320 10019 0 0 0 57 3 0 0 20 0 15 0 38545104 10914828288 13275 33554432000 4194304 4196468 140723382842640 140723382825184 140376216293111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
/proc/28296/statm: 2664753 13275 3040 1 0 2627263 0
[pid=28296/tid=28298] ppid=28289 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/28296/task/28298/stat : 28298 (java) R 28289 28296 26014 0 -1 4202560 5594 0 0 0 29 1 0 0 20 0 15 0 38545104 10914828288 13275 33554432000 4194304 4196468 140723382842640 140376220505392 140376216315037 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28300] ppid=28289 vsize=10659012 memory=4294979916 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28300/stat : 28300 (java) S 28289 28296 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 13275 33554432000 4194304 4196468 140723382842640 140375822773392 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28302] ppid=28289 vsize=10659012 memory=139756904267733 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28302/stat : 28302 (java) S 28289 28296 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 13275 33554432000 4194304 4196468 140723382842640 140375821720592 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28304] ppid=28289 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28304/stat : 28304 (java) S 28289 28296 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 13275 33554432000 4194304 4196468 140723382842640 140375820667792 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28306] ppid=28289 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28306/stat : 28306 (java) S 28289 28296 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 13275 33554432000 4194304 4196468 140723382842640 140375819614992 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28309] ppid=28289 vsize=10659012 memory=139756904072832 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28309/stat : 28309 (java) S 28289 28296 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545107 10914828288 13275 33554432000 4194304 4196468 140723382842640 140375776037232 140376216304258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28310] ppid=28289 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28310/stat : 28310 (java) S 28289 28296 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38545107 10914828288 13275 33554432000 4194304 4196468 140723382842640 140375774983200 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28312] ppid=28289 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28312/stat : 28312 (java) S 28289 28296 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38545107 10914828288 13275 33554432000 4194304 4196468 140723382842640 140375773930352 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28314] ppid=28289 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28314/stat : 28314 (java) S 28289 28296 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 13275 33554432000 4194304 4196468 140723382842640 140375772878672 140376216311707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28315] ppid=28289 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28296/task/28315/stat : 28315 (java) R 28289 28296 26014 0 -1 4202560 1219 0 0 0 7 0 0 0 20 0 15 0 38545110 10914828288 13275 33554432000 4194304 4196468 140723382842640 140375704445256 140376197836834 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28316] ppid=28289 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28296/task/28316/stat : 28316 (java) R 28289 28296 26014 0 -1 4202560 782 0 0 0 7 0 0 0 20 0 15 0 38545110 10914828288 13275 33554432000 4194304 4196468 140723382842640 140375703392456 140376216314458 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28317] ppid=28289 vsize=10659012 memory=139756904072832 CPUtime=0.13 cores=0,2,4,6
/proc/28296/task/28317/stat : 28317 (java) R 28289 28296 26014 0 -1 1077944384 1060 0 0 0 13 0 0 0 20 0 15 0 38545110 10914828288 13275 33554432000 4194304 4196468 140723382842640 140375702358640 140376216304258 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28322] ppid=28289 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28322/stat : 28322 (java) S 28289 28296 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 13275 33554432000 4194304 4196468 140723382842640 140375701306080 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28324] ppid=28289 vsize=10659012 memory=139756904072832 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28324/stat : 28324 (java) S 28289 28296 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 13275 33554432000 4194304 4196468 140723382842640 140375700253360 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 53100 KiB

[startup+0.700747 s]
/proc/loadavg: 1.00 1.02 1.30 9/216 28325
/proc/meminfo: memFree=18177568/32770624 swapFree=67108860/67108860
[pid=28296] ppid=28289 vsize=10659088 memory=104768 CPUtime=1.91 cores=0,2,4,6
/proc/28296/stat : 28296 (java) S 28289 28296 26014 0 -1 1077944320 13806 0 0 0 187 4 0 0 20 0 15 0 38545104 10914906112 26192 33554432000 4194304 4196468 140723382842640 140723382825184 140376216293111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
/proc/28296/statm: 2664772 26192 3095 1 0 2627263 0
[pid=28296/tid=28298] ppid=28289 vsize=10659088 memory=18460 CPUtime=0.67 cores=0,2,4,6
/proc/28296/task/28298/stat : 28298 (java) R 28289 28296 26014 0 -1 4202560 5954 0 0 0 65 2 0 0 20 0 15 0 38545104 10914906112 26192 33554432000 4194304 4196468 140723382842640 140376220526264 140376216305046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28300] ppid=28289 vsize=10659088 memory=9392 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28300/stat : 28300 (java) S 28289 28296 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914906112 26192 33554432000 4194304 4196468 140723382842640 140375822773392 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28302] ppid=28289 vsize=10659088 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28302/stat : 28302 (java) S 28289 28296 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545105 10914906112 26192 33554432000 4194304 4196468 140723382842640 140375821720592 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28304] ppid=28289 vsize=10659088 memory=644 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28304/stat : 28304 (java) S 28289 28296 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914906112 26257 33554432000 4194304 4196468 140723382842640 140375820667792 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28306] ppid=28289 vsize=10659088 memory=952 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28306/stat : 28306 (java) S 28289 28296 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545105 10914906112 26257 33554432000 4194304 4196468 140723382842640 140375819614992 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28309] ppid=28289 vsize=10659088 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28309/stat : 28309 (java) S 28289 28296 26014 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38545107 10914906112 26257 33554432000 4194304 4196468 140723382842640 140375776037232 140376216304258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28310] ppid=28289 vsize=10659088 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28310/stat : 28310 (java) S 28289 28296 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38545107 10914906112 26257 33554432000 4194304 4196468 140723382842640 140375774983200 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28312] ppid=28289 vsize=10659088 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28312/stat : 28312 (java) S 28289 28296 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38545107 10914906112 26257 33554432000 4194304 4196468 140723382842640 140375773930352 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28314] ppid=28289 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28314/stat : 28314 (java) S 28289 28296 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914906112 26257 33554432000 4194304 4196468 140723382842640 140375772878672 140376216311707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28315] ppid=28289 vsize=10659088 memory=7013340940837610608 CPUtime=0.44 cores=0,2,4,6
/proc/28296/task/28315/stat : 28315 (java) R 28289 28296 26014 0 -1 4202560 2509 0 0 0 44 0 0 0 20 0 15 0 38545110 10914906112 26257 33554432000 4194304 4196468 140723382842640 140375704456728 140376194120832 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28316] ppid=28289 vsize=10659088 memory=6004820471124940137 CPUtime=0.44 cores=0,2,4,6
/proc/28296/task/28316/stat : 28316 (java) R 28289 28296 26014 0 -1 4202560 2019 0 0 0 44 0 0 0 20 0 15 0 38545110 10914906112 26257 33554432000 4194304 4196468 140723382842640 140375703397464 140376195549993 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28317] ppid=28289 vsize=10659088 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/28296/task/28317/stat : 28317 (java) R 28289 28296 26014 0 -1 1077944384 1969 0 0 0 32 0 0 0 20 0 15 0 38545110 10914906112 26257 33554432000 4194304 4196468 140723382842640 140375702358640 140376216304258 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28322] ppid=28289 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28322/stat : 28322 (java) S 28289 28296 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914906112 26257 33554432000 4194304 4196468 140723382842640 140375701306080 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28324] ppid=28289 vsize=10659088 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28324/stat : 28324 (java) S 28289 28296 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545110 10914906112 26257 33554432000 4194304 4196468 140723382842640 140375700253360 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 104768 KiB

[startup+1.50074 s]
/proc/loadavg: 1.00 1.02 1.30 9/216 28325
/proc/meminfo: memFree=17861936/32770624 swapFree=67108860/67108860
[pid=28296] ppid=28289 vsize=10661136 memory=372612 CPUtime=4.49 cores=0,2,4,6
/proc/28296/stat : 28296 (java) S 28289 28296 26014 0 -1 1077944320 19273 0 0 0 438 11 0 0 20 0 15 0 38545104 10917003264 93153 33554432000 4194304 4196468 140723382842640 140723382825184 140376216293111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
/proc/28296/statm: 2665284 93153 3145 1 0 2627775 0
[pid=28296/tid=28298] ppid=28289 vsize=10661136 memory=362060 CPUtime=1.41 cores=0,2,4,6
/proc/28296/task/28298/stat : 28298 (java) R 28289 28296 26014 0 -1 4202560 6187 0 0 0 137 4 0 0 20 0 15 0 38545104 10917003264 93153 33554432000 4194304 4196468 140723382842640 140376220529440 140375858995370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28300] ppid=28289 vsize=10661136 memory=6791534058613427641 CPUtime=0.02 cores=0,2,4,6
/proc/28296/task/28300/stat : 28300 (java) S 28289 28296 26014 0 -1 1077944384 15 0 0 0 2 0 0 0 20 0 15 0 38545105 10917003264 93153 33554432000 4194304 4196468 140723382842640 140375822773392 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28302] ppid=28289 vsize=10661136 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28296/task/28302/stat : 28302 (java) S 28289 28296 26014 0 -1 1077944384 33 0 0 0 2 1 0 0 20 0 15 0 38545105 10917003264 93153 33554432000 4194304 4196468 140723382842640 140375821720592 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28304] ppid=28289 vsize=10661136 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28296/task/28304/stat : 28304 (java) S 28289 28296 26014 0 -1 1077944384 27 0 0 0 3 1 0 0 20 0 15 0 38545105 10917003264 93153 33554432000 4194304 4196468 140723382842640 140375820667792 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28306] ppid=28289 vsize=10661136 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28296/task/28306/stat : 28306 (java) S 28289 28296 26014 0 -1 1077944384 43 0 0 0 3 1 0 0 20 0 15 0 38545105 10917003264 93153 33554432000 4194304 4196468 140723382842640 140375819614992 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28309] ppid=28289 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/28296/task/28304/stat : 28304 (java) S 28289 28296 26014 0 -1 1077944384 795 0 0 0 44 13 0 0 20 0 16 0 38545105 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375820667792 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28306] ppid=28289 vsize=10727700 memory=1634684 CPUtime=0.54 cores=0,2,4,6
/proc/28296/task/28306/stat : 28306 (java) S 28289 28296 26014 0 -1 1077944384 2463 0 0 0 42 12 0 0 20 0 16 0 38545105 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375819614992 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28309] ppid=28289 vsize=10727700 memory=1634684 CPUtime=0.06 cores=0,2,4,6
/proc/28296/task/28309/stat : 28309 (java) S 28289 28296 26014 0 -1 1077944384 2528 0 0 0 3 3 0 0 20 0 16 0 38545107 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375776037232 140376216304258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28310] ppid=28289 vsize=10727700 memory=1634684 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28310/stat : 28310 (java) S 28289 28296 26014 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 38545107 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375774983264 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28312] ppid=28289 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28312/stat : 28312 (java) S 28289 28296 26014 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 38545107 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375773930368 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28314] ppid=28289 vsize=10727700 memory=1634684 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28314/stat : 28314 (java) S 28289 28296 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375772878672 140376216311707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28315] ppid=28289 vsize=10727700 memory=1634684 CPUtime=6.03 cores=0,2,4,6
/proc/28296/task/28315/stat : 28315 (java) S 28289 28296 26014 0 -1 1077944384 22494 0 0 0 600 3 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375704464240 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28316] ppid=28289 vsize=10727700 memory=1634684 CPUtime=6.85 cores=0,2,4,6
/proc/28296/task/28316/stat : 28316 (java) S 28289 28296 26014 0 -1 1077944384 11978 0 0 0 684 1 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375703411440 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28317] ppid=28289 vsize=10727700 memory=1634684 CPUtime=0.84 cores=0,2,4,6
/proc/28296/task/28317/stat : 28317 (java) S 28289 28296 26014 0 -1 1077944384 6813 0 0 0 83 1 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375702358640 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28322] ppid=28289 vsize=10727700 memory=1634684 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28322/stat : 28322 (java) S 28289 28296 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375701306080 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28324] ppid=28289 vsize=10727700 memory=1634684 CPUtime=1.14 cores=0,2,4,6
/proc/28296/task/28324/stat : 28324 (java) S 28289 28296 26014 0 -1 1077944384 3169 0 0 0 59 55 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375700253360 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28327] ppid=28289 vsize=10727700 memory=1634684 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28327/stat : 28327 (java) S 28289 28296 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38545508 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375697101744 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
Current children cumulated CPU time: 2338.66 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1634684 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/218 28443
/proc/meminfo: memFree=15013564/32770624 swapFree=67108860/67108860
[pid=28296] ppid=28289 vsize=10727700 memory=1634684 CPUtime=2398.7 cores=0,2,4,6
/proc/28296/stat : 28296 (java) S 28289 28296 26014 0 -1 1077944320 101423 0 0 0 239741 129 0 0 20 0 16 0 38545104 10985164800 408671 33554432000 4194304 4196468 140723382842640 140723382825184 140376216293111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
/proc/28296/statm: 2681925 408671 3178 1 0 2644416 0
[pid=28296/tid=28298] ppid=28289 vsize=10727700 memory=1634684 CPUtime=2381.33 cores=0,2,4,6
/proc/28296/task/28298/stat : 28298 (java) R 28289 28296 26014 0 -1 4202560 46780 0 0 0 238115 18 0 0 20 0 16 0 38545104 10985164800 408671 33554432000 4194304 4196468 140723382842640 140376220531680 140375861465177 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28300] ppid=28289 vsize=10727700 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/28296/task/28300/stat : 28300 (java) S 28289 28296 26014 0 -1 1077944384 2137 0 0 0 46 13 0 0 20 0 16 0 38545105 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375822773392 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28302] ppid=28289 vsize=10727700 memory=1634684 CPUtime=0.6 cores=0,2,4,6
/proc/28296/task/28302/stat : 28302 (java) S 28289 28296 26014 0 -1 1077944384 683 0 0 0 47 13 0 0 20 0 16 0 38545105 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375821720592 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28304] ppid=28289 vsize=10727700 memory=1634684 CPUtime=0.57 cores=0,2,4,6
/proc/28296/task/28304/stat : 28304 (java) S 28289 28296 26014 0 -1 1077944384 795 0 0 0 44 13 0 0 20 0 16 0 38545105 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375820667792 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28306] ppid=28289 vsize=10727700 memory=1634684 CPUtime=0.54 cores=0,2,4,6
/proc/28296/task/28306/stat : 28306 (java) S 28289 28296 26014 0 -1 1077944384 2463 0 0 0 42 12 0 0 20 0 16 0 38545105 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375819614992 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28309] ppid=28289 vsize=10727700 memory=1634684 CPUtime=0.06 cores=0,2,4,6
/proc/28296/task/28309/stat : 28309 (java) S 28289 28296 26014 0 -1 1077944384 2548 0 0 0 3 3 0 0 20 0 16 0 38545107 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375776037232 140376216304258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28310] ppid=28289 vsize=10727700 memory=1634684 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28310/stat : 28310 (java) S 28289 28296 26014 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 38545107 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375774983264 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28312] ppid=28289 vsize=10727700 memory=279513520222320 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28312/stat : 28312 (java) S 28289 28296 26014 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 38545107 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375773930368 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28314] ppid=28289 vsize=10727700 memory=1634684 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28314/stat : 28314 (java) S 28289 28296 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375772878672 140376216311707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28315] ppid=28289 vsize=10727700 memory=1634684 CPUtime=6.03 cores=0,2,4,6
/proc/28296/task/28315/stat : 28315 (java) S 28289 28296 26014 0 -1 1077944384 22500 0 0 0 600 3 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375704464240 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28316] ppid=28289 vsize=10727700 memory=1634684 CPUtime=6.85 cores=0,2,4,6
/proc/28296/task/28316/stat : 28316 (java) S 28289 28296 26014 0 -1 1077944384 11998 0 0 0 684 1 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375703411440 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28317] ppid=28289 vsize=10727700 memory=1634684 CPUtime=0.84 cores=0,2,4,6
/proc/28296/task/28317/stat : 28317 (java) S 28289 28296 26014 0 -1 1077944384 6825 0 0 0 83 1 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375702358640 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28322] ppid=28289 vsize=10727700 memory=1634684 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28322/stat : 28322 (java) S 28289 28296 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375701306080 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28324] ppid=28289 vsize=10727700 memory=1788 CPUtime=1.18 cores=0,2,4,6
/proc/28296/task/28324/stat : 28324 (java) S 28289 28296 26014 0 -1 1077944384 3245 0 0 0 61 57 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375700253360 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28327] ppid=28289 vsize=10727700 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28327/stat : 28327 (java) S 28289 28296 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38545508 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375697101744 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
Current children cumulated CPU time: 2398.7 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1634684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2383.6 s]
/proc/loadavg: 2.00 2.01 1.95 4/218 28443
/proc/meminfo: memFree=15013564/32770624 swapFree=67108860/67108860
[pid=28296] ppid=28289 vsize=10727700 memory=1634684 CPUtime=2400 cores=0,2,4,6
/proc/28296/stat : 28296 (java) S 28289 28296 26014 0 -1 1077944320 101530 0 0 0 239871 129 0 0 20 0 16 0 38545104 10985164800 408671 33554432000 4194304 4196468 140723382842640 140723382825184 140376216293111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
/proc/28296/statm: 2681925 408671 3178 1 0 2644416 0
[pid=28296/tid=28298] ppid=28289 vsize=10727700 memory=13828 CPUtime=2382.63 cores=0,2,4,6
/proc/28296/task/28298/stat : 28298 (java) R 28289 28296 26014 0 -1 4202560 46887 0 0 0 238245 18 0 0 20 0 16 0 38545104 10985164800 408671 33554432000 4194304 4196468 140723382842640 140376220531680 140375861643981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28300] ppid=28289 vsize=10727700 memory=1296 CPUtime=0.59 cores=0,2,4,6
/proc/28296/task/28300/stat : 28300 (java) S 28289 28296 26014 0 -1 1077944384 2137 0 0 0 46 13 0 0 20 0 16 0 38545105 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375822773392 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28302] ppid=28289 vsize=10727700 memory=4008 CPUtime=0.6 cores=0,2,4,6
/proc/28296/task/28302/stat : 28302 (java) S 28289 28296 26014 0 -1 1077944384 683 0 0 0 47 13 0 0 20 0 16 0 38545105 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375821720592 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28304] ppid=28289 vsize=10727700 memory=18460 CPUtime=0.57 cores=0,2,4,6
/proc/28296/task/28304/stat : 28304 (java) S 28289 28296 26014 0 -1 1077944384 795 0 0 0 44 13 0 0 20 0 16 0 38545105 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375820667792 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28306] ppid=28289 vsize=10727700 memory=9428 CPUtime=0.54 cores=0,2,4,6
/proc/28296/task/28306/stat : 28306 (java) S 28289 28296 26014 0 -1 1077944384 2463 0 0 0 42 12 0 0 20 0 16 0 38545105 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375819614992 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28309] ppid=28289 vsize=10727700 memory=6791534058613427641 CPUtime=0.06 cores=0,2,4,6
/proc/28296/task/28309/stat : 28309 (java) S 28289 28296 26014 0 -1 1077944384 2548 0 0 0 3 3 0 0 20 0 16 0 38545107 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375776037232 140376216304258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28310] ppid=28289 vsize=10727700 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28310/stat : 28310 (java) S 28289 28296 26014 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 38545107 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375774983264 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28312] ppid=28289 vsize=10727700 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28312/stat : 28312 (java) S 28289 28296 26014 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 38545107 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375773930368 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28314] ppid=28289 vsize=10727700 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28314/stat : 28314 (java) S 28289 28296 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375772878672 140376216311707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28315] ppid=28289 vsize=10727700 memory=928 CPUtime=6.03 cores=0,2,4,6
/proc/28296/task/28315/stat : 28315 (java) S 28289 28296 26014 0 -1 1077944384 22500 0 0 0 600 3 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375704464240 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28316] ppid=28289 vsize=10727700 memory=2240 CPUtime=6.85 cores=0,2,4,6
/proc/28296/task/28316/stat : 28316 (java) S 28289 28296 26014 0 -1 1077944384 11998 0 0 0 684 1 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375703411440 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28317] ppid=28289 vsize=10727700 memory=4124 CPUtime=0.84 cores=0,2,4,6
/proc/28296/task/28317/stat : 28317 (java) S 28289 28296 26014 0 -1 1077944384 6825 0 0 0 83 1 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375702358640 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28322] ppid=28289 vsize=10727700 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28322/stat : 28322 (java) S 28289 28296 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375701306080 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28324] ppid=28289 vsize=10727700 memory=7284 CPUtime=1.18 cores=0,2,4,6
/proc/28296/task/28324/stat : 28324 (java) S 28289 28296 26014 0 -1 1077944384 3245 0 0 0 61 57 0 0 20 0 16 0 38545110 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375700253360 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28327] ppid=28289 vsize=10727700 memory=840 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28327/stat : 28327 (java) S 28289 28296 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38545508 10985164800 408671 33554432000 4194304 4196468 140723382842640 140375697101744 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1634684 KiB

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

[startup+2383.89 s]
# the end of solver process 28296 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.87 s, system=1.30604 s

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

[startup+2383.8 s]
/proc/loadavg: 2.00 2.01 1.95 4/218 28443
/proc/meminfo: memFree=15013564/32770624 swapFree=67108860/67108860
[pid=28296] ppid=28289 vsize=10927392 memory=1635000 CPUtime=2400.06 cores=0,2,4,6
/proc/28296/stat : 28296 (java) S 28289 28296 26014 0 -1 1077944320 103216 0 0 0 239877 129 0 0 20 0 17 0 38545104 11189649408 408750 33554432000 4194304 4196468 140723382842640 140723382825184 140376216293111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
/proc/28296/statm: 2731848 408750 3180 1 0 2694339 0
[pid=28296/tid=28298] ppid=28289 vsize=10927392 memory=912 CPUtime=2382.67 cores=0,2,4,6
/proc/28296/task/28298/stat : 28298 (java) S 28289 28296 26014 0 -1 1077944384 47033 0 0 0 238249 18 0 0 20 0 17 0 38545104 11189649408 408750 33554432000 4194304 4196468 140723382842640 140376220535984 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28300] ppid=28289 vsize=10927392 memory=3852 CPUtime=0.59 cores=0,2,4,6
/proc/28296/task/28300/stat : 28300 (java) S 28289 28296 26014 0 -1 1077944384 2137 0 0 0 46 13 0 0 20 0 17 0 38545105 11189649408 408750 33554432000 4194304 4196468 140723382842640 140375822773392 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28302] ppid=28289 vsize=10927392 memory=4108 CPUtime=0.6 cores=0,2,4,6
/proc/28296/task/28302/stat : 28302 (java) S 28289 28296 26014 0 -1 1077944384 683 0 0 0 47 13 0 0 20 0 17 0 38545105 11189649408 408750 33554432000 4194304 4196468 140723382842640 140375821720592 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28304] ppid=28289 vsize=10927392 memory=2292 CPUtime=0.57 cores=0,2,4,6
/proc/28296/task/28304/stat : 28304 (java) S 28289 28296 26014 0 -1 1077944384 795 0 0 0 44 13 0 0 20 0 17 0 38545105 11189649408 408750 33554432000 4194304 4196468 140723382842640 140375820667792 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28306] ppid=28289 vsize=10927392 memory=2408 CPUtime=0.54 cores=0,2,4,6
/proc/28296/task/28306/stat : 28306 (java) S 28289 28296 26014 0 -1 1077944384 2463 0 0 0 42 12 0 0 20 0 17 0 38545105 11189649408 408750 33554432000 4194304 4196468 140723382842640 140375819614992 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28309] ppid=28289 vsize=10927392 memory=1724 CPUtime=0.06 cores=0,2,4,6
/proc/28296/task/28309/stat : 28309 (java) S 28289 28296 26014 0 -1 1077944384 2548 0 0 0 3 3 0 0 20 0 17 0 38545107 11189649408 408750 33554432000 4194304 4196468 140723382842640 140375776037232 140376216304258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28310] ppid=28289 vsize=10927392 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28310/stat : 28310 (java) S 28289 28296 26014 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 38545107 11189649408 408750 33554432000 4194304 4196468 140723382842640 140375774983264 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28312] ppid=28289 vsize=10927392 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28312/stat : 28312 (java) S 28289 28296 26014 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 38545107 11189649408 408750 33554432000 4194304 4196468 140723382842640 140375773930368 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28314] ppid=28289 vsize=10927392 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28314/stat : 28314 (java) S 28289 28296 26014 0 -1 1077944384 259 0 0 0 0 0 0 0 20 0 17 0 38545110 11189649408 408750 33554432000 4194304 4196468 140723382842640 140375772878672 140376216311707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28315] ppid=28289 vsize=10927392 memory=792 CPUtime=6.03 cores=0,2,4,6
/proc/28296/task/28315/stat : 28315 (java) S 28289 28296 26014 0 -1 1077944384 22500 0 0 0 600 3 0 0 20 0 17 0 38545110 11189649408 408750 33554432000 4194304 4196468 140723382842640 140375704464240 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28316] ppid=28289 vsize=10927392 memory=1228 CPUtime=6.87 cores=0,2,4,6
/proc/28296/task/28316/stat : 28316 (java) S 28289 28296 26014 0 -1 1077944384 12771 0 0 0 686 1 0 0 20 0 17 0 38545110 11189649408 408750 33554432000 4194304 4196468 140723382842640 140375703411440 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28317] ppid=28289 vsize=10927392 memory=8388 CPUtime=0.84 cores=0,2,4,6
/proc/28296/task/28317/stat : 28317 (java) S 28289 28296 26014 0 -1 1077944384 6923 0 0 0 83 1 0 0 20 0 17 0 38545110 11189649408 408750 33554432000 4194304 4196468 140723382842640 140375702358640 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28322] ppid=28289 vsize=10927392 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28322/stat : 28322 (java) S 28289 28296 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38545110 11189649408 408750 33554432000 4194304 4196468 140723382842640 140375701306080 140376216303317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
[pid=28296/tid=28324] ppid=28289 vsize=10927392 memory=2292 CPUtime=1.18 cores=0,2,4,6
/proc/28296/task/28324/stat : 28324 (java) S 28289 28296 26014 0 -1 1077944384 3245 0 0 0 61 57 0 0 20 0 17 0 38545110 11189649408 408750 33554432000 4194304 4196468 140723382842640 140375700253360 140376216304258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 29052928 140723382846577 140723382846729 140723382846729 140723382849487 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1635000 KiB

Child status: 143
Real time (s): 2383.89
CPU time (s): 2400.17
CPU user time (s): 2398.87
CPU system time (s): 1.30604
CPU usage (%): 100.683
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1635000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.87
system time used= 1.30604
maximum resident set size= 1635208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105222
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54126
involuntary context switches= 1094


# summary of solver processes directly reported to runsolver:
#   pid: 28296
#   total CPU time (s): 2400.17
#   total CPU user time (s): 2398.87
#   total CPU system time (s): 1.30604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.228 second user time and 22.6193 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-21 23:50:22
IDJOB=4289920
IDBENCH=141045
IDSOLVER=2742
FILE ID=node106/4289920-1532209822
RUNJOBID= node106-1532209822-28265
PBS_JOBID= 21018937
Free space on /tmp= 53036 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/NurseRostering/NurseRostering-14_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289920-1532209822/watcher-4289920-1532209822 -o /tmp/evaluation-result-4289920-1532209822/solver-4289920-1532209822 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532209822-28265 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289920-1532209822.xml

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

MD5SUM BENCH= 22d4927d0bd5c0ea6a9359fe3e752ee5
RANDOM SEED=1153185803

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        18309440 kB
MemAvailable:   31938728 kB
Buffers:          222728 kB
Cached:         13498668 kB
SwapCached:            0 kB
Active:          1197672 kB
Inactive:       12580388 kB
Active(anon):      58604 kB
Inactive(anon):    17096 kB
Active(file):    1139068 kB
Inactive(file): 12563292 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4760 kB
Writeback:             0 kB
AnonPages:         62760 kB
Mapped:            35032 kB
Shmem:             17036 kB
Slab:             382336 kB
SReclaimable:     355388 kB
SUnreclaim:        26948 kB
KernelStack:        3456 kB
PageTables:         5536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53028 MiB
End job on node106 at 2018-07-22 00:30:06