Trace number 4258115

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 2017-07-05? (TO) 252.15401 218.039

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-wbo-10-30-1.xml
MD5SUMcf5c2add0e1079255d589b4f638ee707
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark519.28302
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of constraints351
Number of domains3
Minimum domain size2
Maximum domain size31
Distribution of domain sizes[{"size":2,"count":300},{"size":30,"count":50},{"size":31,"count":30}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":330},{"degree":5,"count":30},{"degree":31,"count":20}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":300},{"arity":5,"count":2},{"arity":6,"count":6},{"arity":7,"count":4},{"arity":8,"count":6},{"arity":9,"count":2},{"arity":11,"count":30},{"arity":30,"count":1}]
Number of extensional constraints300
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":300},{"type":"allDifferent","count":1},{"type":"sum","count":30},{"type":"minimum","count":10},{"type":"maximum","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

62.50/29.27	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
62.50/29.27	c This is free software under the dual EPL/GNU LGPL licenses.
62.50/29.27	c See www.sat4j.org for details.
62.50/29.27	c That software uses the Rhino library from the Mozilla project.
62.50/29.27	c version CUSTOM.v20170705
62.50/29.27	c java.runtime.name	Java(TM) SE Runtime Environment
62.50/29.27	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
62.50/29.27	c java.vm.version	25.131-b11
62.50/29.27	c java.vm.vendor	Oracle Corporation
62.50/29.27	c sun.arch.data.model	64
62.50/29.27	c java.version		1.8.0_131
62.50/29.27	c os.name		Linux
62.50/29.27	c os.version		3.10.0-514.16.1.el7.x86_64
62.50/29.27	c os.arch		amd64
62.50/29.27	c Free memory 		499604488
62.50/29.27	c Max memory 		7247757312
62.50/29.27	c Total memory 		504889344
62.50/29.27	c Number of processors 	4
62.50/29.27	c c --- Begin Solver configuration ---
62.50/29.27	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
62.50/29.27	c Learn all clauses as in MiniSAT
62.50/29.27	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
62.50/29.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
62.50/29.27	c No reason simplification
62.50/29.27	c Glucose 2.1 dynamic restart strategy
62.50/29.27	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
62.50/29.27	c timeout=2147483s
62.50/29.27	c DB Simplification allowed=false
62.50/29.27	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
62.50/29.27	c --- End Solver configuration ---
62.50/29.27	c constraints type 
62.50/29.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 760
62.50/29.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19270250
62.50/29.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3875339
62.50/29.27	c org.sat4j.minisat.constraints.cnf.UnitClause => 700
62.50/29.27	c 23147049 constraints processed.
252.11/218.00	c starts		: 39
252.11/218.00	c conflicts		: 4516
252.11/218.00	c decisions		: 65162851
252.11/218.00	c propagations		: 469537834
252.11/218.00	c inspects		: 529905296
252.11/218.00	c shortcuts		: 0
252.11/218.00	c learnt literals	: 0
252.11/218.00	c learnt binary clauses	: 467
252.11/218.00	c learnt ternary clauses	: 166
252.11/218.00	c learnt constraints	: 4516
252.11/218.00	c ignored constraints	: 0
252.11/218.00	c root simplifications	: 0
252.11/218.00	c removed literals (reason simplification)	: 0
252.11/218.00	c reason swapping (by a shorter reason)	: 0
252.11/218.00	c Calls to reduceDB	: 0
252.11/218.00	c Number of update (reduction) of LBD	: 1634
252.11/218.00	c Imported unit clauses	: 0
252.11/218.00	c number of reductions to clauses (during analyze)	: 0
252.11/218.00	c number of learned constraints concerned by reduction	: 0
252.11/218.00	c number of learning phase by resolution	: 0
252.11/218.00	c number of learning phase by cutting planes	: 0
252.11/218.00	c number of rounding to 1 operations	: 0
252.11/218.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.11/218.00	c number of reductions of the coefficients by power 2 	: 0
252.11/218.00	c number of right shift for reduction by power 2 	: 0
252.11/218.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.11/218.00	c speed (assignments/second)	: 2489503.7511863294
252.11/218.00	c non guided choices	24769158
252.11/218.01	c learnt constraints type 
252.11/218.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4049
252.11/218.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 467
252.11/218.01	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 (11329 MiB free)
  memory of node 1: 16384 MiB (15605 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258115-1502653073/watcher-4258115-1502653073 -o /tmp/evaluation-result-4258115-1502653073/solver-4258115-1502653073 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258115-1502653073.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=20339, runsolver pid=20336
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 4.19 4.45 4.48 6/201 20345
/proc/meminfo: memFree=27571216/32770624 swapFree=67108860/67108860
[pid=20339] ppid=20336 vsize=10151672 memory=19736 CPUtime=0.02 cores=1,3,5,7
/proc/20339/stat : 20339 (java) S 20336 20339 17093 0 -1 1077944320 3787 0 0 0 2 0 0 0 20 0 9 0 67500654 10395312128 4934 18446744073709551615 4194304 4196468 140721259981056 140721259963600 140639853973239 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
/proc/20339/statm: 2537918 4934 2083 1 0 2527415 0
[pid=20339/tid=20341] ppid=20336 vsize=10151672 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/20339/task/20341/stat : 20341 (java) R 20336 20339 17093 0 -1 4202560 2439 0 0 0 1 0 0 0 20 0 9 0 67500662 10395312128 4934 18446744073709551615 4194304 4196468 140721259981056 140639858209000 140639839655765 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20342] ppid=20336 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20342/stat : 20342 (java) S 20336 20339 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 67500663 10395312128 4934 18446744073709551615 4194304 4196468 140721259981056 140639784393488 140639853983445 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20343] ppid=20336 vsize=10151672 memory=139748939060864 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20343/stat : 20343 (java) S 20336 20339 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 67500663 10395312128 4934 18446744073709551615 4194304 4196468 140721259981056 140639783340944 140639853983445 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20344] ppid=20336 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20344/stat : 20344 (java) S 20336 20339 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 67500663 10395312128 4934 18446744073709551615 4194304 4196468 140721259981056 140639782288400 140639853983445 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20345] ppid=20336 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20345/stat : 20345 (java) S 20336 20339 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 67500663 10395312128 4934 18446744073709551615 4194304 4196468 140721259981056 140639781235856 140639853983445 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20346] ppid=20336 vsize=10151672 memory=139748939060864 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20346/stat : 20346 (java) S 20336 20339 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 67500664 10395312128 4934 18446744073709551615 4194304 4196468 140721259981056 140638960957424 140639853984386 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20347] ppid=20336 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20347/stat : 20347 (java) S 20336 20339 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 67500665 10395312128 4934 18446744073709551615 4194304 4196468 140721259981056 140638959903648 140639853983445 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20348] ppid=20336 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20348/stat : 20348 (java) S 20336 20339 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 67500665 10395312128 4934 18446744073709551615 4194304 4196468 140721259981056 140638958851120 140639853983445 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19736 KiB

[startup+0.210021 s]*
/proc/loadavg: 4.19 4.45 4.48 5/209 20353
/proc/meminfo: memFree=27569352/32770624 swapFree=67108860/67108860
[pid=20339] ppid=20336 vsize=10484492 memory=22524 CPUtime=0.05 cores=1,3,5,7
/proc/20339/stat : 20339 (java) S 20336 20339 17093 0 -1 1077944320 4594 0 0 0 4 1 0 0 20 0 14 0 67500654 10736119808 5631 18446744073709551615 4194304 4196468 140721259981056 140721259963600 140639853973239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
/proc/20339/statm: 2621123 5631 2571 1 0 2610620 0
[pid=20339/tid=20341] ppid=20336 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/20339/task/20341/stat : 20341 (java) R 20336 20339 17093 0 -1 4202560 2707 0 0 0 4 0 0 0 20 0 14 0 67500662 10736119808 5631 18446744073709551615 4194304 4196468 140721259981056 140639858210720 140639459170360 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20342] ppid=20336 vsize=10485520 memory=330 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20342/stat : 20342 (java) S 20336 20339 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 67500663 10737172480 5631 18446744073709551615 4194304 4196468 140721259981056 140639784393488 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20343] ppid=20336 vsize=10485520 memory=288370125090772608 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20343/stat : 20343 (java) S 20336 20339 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67500663 10737172480 5631 18446744073709551615 4194304 4196468 140721259981056 140639783340944 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20344] ppid=20336 vsize=10485520 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20344/stat : 20344 (java) S 20336 20339 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67500663 10737172480 5631 18446744073709551615 4194304 4196468 140721259981056 140639782288400 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20345] ppid=20336 vsize=10485520 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20345/stat : 20345 (java) S 20336 20339 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67500663 10737172480 5631 18446744073709551615 4194304 4196468 140721259981056 140639781235856 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20346] ppid=20336 vsize=10485520 memory=139748939060864 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20346/stat : 20346 (java) S 20336 20339 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67500664 10737172480 5631 18446744073709551615 4194304 4196468 140721259981056 140638960957424 140639853984386 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20347] ppid=20336 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20347/stat : 20347 (java) S 20336 20339 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67500665 10804281344 5631 18446744073709551615 4194304 4196468 140721259981056 140638959903648 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20348] ppid=20336 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20348/stat : 20348 (java) S 20336 20339 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67500665 10804281344 5631 18446744073709551615 4194304 4196468 140721259981056 140638958851056 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20349] ppid=20336 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20349/stat : 20349 (java) S 20336 20339 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67500667 10804281344 5631 18446744073709551615 4194304 4196468 140721259981056 140638957799632 140639853991835 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20350] ppid=20336 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20350/stat : 20350 (java) S 20336 20339 17093 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 67500667 10804281344 5631 18446744073709551615 4194304 4196468 140721259981056 140638956747248 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20351] ppid=20336 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20351/stat : 20351 (java) S 20336 20339 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67500667 10804281344 5631 18446744073709551615 4194304 4196468 140721259981056 140638955694704 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20352] ppid=20336 vsize=10551056 memory=139748939060864 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20352/stat : 20352 (java) S 20336 20339 17093 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 15 0 67500667 10804281344 5631 18446744073709551615 4194304 4196468 140721259981056 140638954642160 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20353] ppid=20336 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20353/stat : 20353 (java) S 20336 20339 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67500668 10804281344 5631 18446744073709551615 4194304 4196468 140721259981056 140638953589856 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20354] ppid=20336 vsize=10551056 memory=139748939060864 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20354/stat : 20354 (java) S 20336 20339 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67500676 10804281344 5631 18446744073709551615 4194304 4196468 140721259981056 140638952536368 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22524 KiB

[startup+0.310059 s]*
/proc/loadavg: 4.19 4.45 4.48 3/210 20354
/proc/meminfo: memFree=27558952/32770624 swapFree=67108860/67108860
[pid=20339] ppid=20336 vsize=10551156 memory=35728 CPUtime=0.21 cores=1,3,5,7
/proc/20339/stat : 20339 (java) S 20336 20339 17093 0 -1 1077944320 8160 0 0 0 19 2 0 0 20 0 15 0 67500654 10804383744 8932 18446744073709551615 4194304 4196468 140721259981056 140721259963600 140639853973239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
/proc/20339/statm: 2637789 8932 2865 1 0 2627261 0
[pid=20339/tid=20341] ppid=20336 vsize=10551156 memory=-8774313645642428999 CPUtime=0.14 cores=1,3,5,7
/proc/20339/task/20341/stat : 20341 (java) R 20336 20339 17093 0 -1 4202560 5799 0 0 0 13 1 0 0 20 0 15 0 67500662 10804383744 8932 18446744073709551615 4194304 4196468 140721259981056 140639858194544 140639853995165 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20342] ppid=20336 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20342/stat : 20342 (java) S 20336 20339 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67500663 10804383744 8932 18446744073709551615 4194304 4196468 140721259981056 140639784393488 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20343] ppid=20336 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20343/stat : 20343 (java) S 20336 20339 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67500663 10804383744 8932 18446744073709551615 4194304 4196468 140721259981056 140639783340944 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20344] ppid=20336 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20344/stat : 20344 (java) S 20336 20339 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67500663 10804383744 8932 18446744073709551615 4194304 4196468 140721259981056 140639782288400 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20345] ppid=20336 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20345/stat : 20345 (java) S 20336 20339 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67500663 10804383744 8932 18446744073709551615 4194304 4196468 140721259981056 140639781235856 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20346] ppid=20336 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20346/stat : 20346 (java) S 20336 20339 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67500664 10804383744 8932 18446744073709551615 4194304 4196468 140721259981056 140638960957424 140639853984386 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20347] ppid=20336 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20347/stat : 20347 (java) S 20336 20339 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67500665 10804383744 8932 18446744073709551615 4194304 4196468 140721259981056 140638959903648 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20348] ppid=20336 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20348/stat : 20348 (java) S 20336 20339 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67500665 10804383744 8932 18446744073709551615 4194304 4196468 140721259981056 140638958851056 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20349] ppid=20336 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20349/stat : 20349 (java) S 20336 20339 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67500667 10804383744 8932 18446744073709551615 4194304 4196468 140721259981056 140638957799632 140639853991835 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20350] ppid=20336 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20350/stat : 20350 (java) S 20336 20339 17093 0 -1 1077944384 492 0 0 0 0 0 0 0 20 0 15 0 67500667 10804383744 8932 18446744073709551615 4194304 4196468 140721259981056 140638956747248 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20351] ppid=20336 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20339/task/20351/stat : 20351 (java) S 20336 20339 17093 0 -1 1077944384 80 0 0 0 1 0 0 0 20 0 15 0 67500667 10804383744 8932 18446744073709551615 4194304 4196468 140721259981056 140638955694704 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20352] ppid=20336 vsize=10551156 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/20339/task/20352/stat : 20352 (java) R 20336 20339 17093 0 -1 4202560 423 0 0 0 3 0 0 0 20 0 15 0 67500667 10804383744 8932 18446744073709551615 4194304 4196468 140721259981056 140638954642160 140639839952065 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20353] ppid=20336 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20353/stat : 20353 (java) S 20336 20339 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67500668 10804383744 8932 18446744073709551615 4194304 4196468 140721259981056 140638953589856 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20354] ppid=20336 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20354/stat : 20354 (java) S 20336 20339 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67500676 10804383744 8932 18446744073709551615 4194304 4196468 140721259981056 140638952536368 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35728 KiB

[startup+0.700711 s]
/proc/loadavg: 4.19 4.45 4.48 6/210 20354
/proc/meminfo: memFree=27545332/32770624 swapFree=67108860/67108860
[pid=20339] ppid=20336 vsize=10551232 memory=94244 CPUtime=1.27 cores=1,3,5,7
/proc/20339/stat : 20339 (java) S 20336 20339 17093 0 -1 1077944320 13217 0 0 0 122 5 0 0 20 0 15 0 67500654 10804461568 23561 18446744073709551615 4194304 4196468 140721259981056 140721259963600 140639853973239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
/proc/20339/statm: 2637808 23561 3056 1 0 2627261 0
[pid=20339/tid=20341] ppid=20336 vsize=10551232 memory=253 CPUtime=0.52 cores=1,3,5,7
/proc/20339/task/20341/stat : 20341 (java) R 20336 20339 17093 0 -1 4202560 7346 0 0 0 49 3 0 0 20 0 15 0 67500662 10804461568 23561 18446744073709551615 4194304 4196468 140721259981056 140639858208240 140639462207445 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20342] ppid=20336 vsize=10551232 memory=2301 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20342/stat : 20342 (java) S 20336 20339 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67500663 10804461568 23561 18446744073709551615 4194304 4196468 140721259981056 140639784393488 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20343] ppid=20336 vsize=10551232 memory=304 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20343/stat : 20343 (java) S 20336 20339 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67500663 10804461568 23561 18446744073709551615 4194304 4196468 140721259981056 140639783340944 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20344] ppid=20336 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20344/stat : 20344 (java) S 20336 20339 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67500663 10804461568 23561 18446744073709551615 4194304 4196468 140721259981056 140639782288400 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20345] ppid=20336 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20345/stat : 20345 (java) S 20336 20339 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67500663 10804461568 23561 18446744073709551615 4194304 4196468 140721259981056 140639781235856 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20346] ppid=20336 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20346/stat : 20346 (java) S 20336 20339 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 67500664 10804461568 23561 18446744073709551615 4194304 4196468 140721259981056 140638960957424 140639853984386 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20347] ppid=20336 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20347/stat : 20347 (java) S 20336 20339 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67500665 10804461568 23561 18446744073709551615 4194304 4196468 140721259981056 140638959903648 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20348] ppid=20336 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20348/stat : 20348 (java) S 20336 20339 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67500665 10804461568 23561 18446744073709551615 4194304 4196468 140721259981056 140638958851056 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20349] ppid=20336 vsize=10551232 memory=15 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20349/stat : 20349 (java) S 20336 20339 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67500667 10804461568 23561 18446744073709551615 4194304 4196468 140721259981056 140638957799632 140639853991835 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20350] ppid=20336 vsize=10551232 memory=69 CPUtime=0.23 cores=1,3,5,7
/proc/20339/task/20350/stat : 20350 (java) R 20336 20339 17093 0 -1 4202560 1770 0 0 0 23 0 0 0 20 0 15 0 67500667 10804461568 23561 18446744073709551615 4194304 4196468 140721259981056 140638956728264 140639835495878 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20351] ppid=20336 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/20339/task/20351/stat : 20351 (java) R 20336 20339 17093 0 -1 4202560 1288 0 0 0 24 0 0 0 20 0 15 0 67500667 10804461568 23561 18446744073709551615 4194304 4196468 140721259981056 140638955682736 140639834433824 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20352] ppid=20336 vsize=10551232 memory=6485400618202 CPUtime=0.24 cores=1,3,5,7
/proc/20339/task/20352/stat : 20352 (java) S 20336 20339 17093 0 -1 1077944384 1443 0 0 0 24 0 0 0 20 0 15 0 67500667 10804461568 23561 18446744073709551615 4194304 4196468 140721259981056 140638954642160 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20353] ppid=20336 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20353/stat : 20353 (java) S 20336 20339 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67500668 10804461568 23561 18446744073709551615 4194304 4196468 140721259981056 140638953589856 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20354] ppid=20336 vsize=10551232 memory=13563795322702378 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20354/stat : 20354 (java) S 20336 20339 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67500676 10804461568 23561 18446744073709551615 4194304 4196468 140721259981056 140638952536368 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 94244 KiB

[startup+1.50081 s]
/proc/loadavg: 4.19 4.45 4.48 5/210 20354
/proc/meminfo: memFree=27412724/32770624 swapFree=67108860/67108860
[pid=20339] ppid=20336 vsize=10553160 memory=270432 CPUtime=3.82 cores=1,3,5,7
/proc/20339/stat : 20339 (java) S 20336 20339 17093 0 -1 1077944320 20726 0 0 0 369 13 0 0 20 0 15 0 67500654 10806435840 67608 18446744073709551615 4194304 4196468 140721259981056 140721259963600 140639853973239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
/proc/20339/statm: 2638290 67608 3102 1 0 2627743 0
[pid=20339/tid=20341] ppid=20336 vsize=10553160 memory=6944652177228980320 CPUtime=1.25 cores=1,3,5,7
/proc/20339/task/20341/stat : 20341 (java) R 20336 20339 17093 0 -1 4202560 7491 0 0 0 121 4 0 0 20 0 15 0 67500662 10806435840 67608 18446744073709551615 4194304 4196468 140721259981056 140639858204496 140639461705227 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20342] ppid=20336 vsize=10553160 memory=8740 CPUtime=0.05 cores=1,3,5,7
/proc/20339/task/20342/stat : 20342 (java) S 20336 20339 17093 0 -1 1077944384 127 0 0 0 4 1 0 0 20 0 15 0 67500663 10806435840 67608 18446744073709551615 4194304 4196468 140721259981056 140639784393488 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20343] ppid=20336 vsize=10553160 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/20339/task/20343/stat : 20343 (java) S 20336 20339 17093 0 -1 1077944384 134 0 0 0 4 1 0 0 20 0 15 0 67500663 10806435840 67608 18446744073709551615 4194304 4196468 140721259981056 140639783340944 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20344] ppid=20336 vsize=10553160 memory=279497681244832 CPUtime=0.05 cores=1,3,5,7
/proc/20339/task/20344/stat : 20344 (java) S 20336 20339 17093 0 -1 1077944384 34 0 0 0 4 1 0 0 20 0 15 0 67500663 10806435840 67608 18446744073709551615 4194304 4196468 140721259981056 140639782288400 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20345] ppid=20336 vsize=10553160 memory=13966 CPUtime=0.05 cores=1,3,5,7
/proc/20339/task/20345/stat : 20345 (java) S 20336 20339 17093 0 -1 1077944384 130 0 0 0 4 1 0 0 20 0 15 0 67500663 10806435840 67608 18446744073709551615 4194304 4196468 140721259981056 140639781235856 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20346] ppid=20336 vsize=10553160 memory=25918 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20346/stat : 20346 (java) S 20336 20339 17093 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 67500664 10806435840 67608 18446744073709551615 4194304 4196468 140721259981056 140638960957424 140639853984386 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20347] ppid=20336 vsize=10553160 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20347/stat : 20347 (java) S 20336 20339 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 67500665 10806435840 67608 18446744073709551615 4194304 4196468 140721259981056 140638959903648 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20348] ppid=20336 vsize=10553160 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20348/stat : 20348 (java) S 20336 20339 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67500665 10806435840 67608 18446744073709551615 4194304 4196468 140721259981056 140638958851056 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20349] ppid=20336 vsize=10553160 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20349/stat : 20349 (java) S 20336 20339 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67500667 10806435840 67608 18446744073709551615 4194304 4196468 140721259981056 140638957799632 140639853991835 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20350] ppid=20336 vsize=10553160 memory=0 CPUtime=0.96 cores=1,3,5,7
/proc/20339/task/20350/stat : 20350 (java) R 20336 20339 17093 0 -1 4202560 4362 0 0 0 96 0 0 0 20 0 15 0 67500667 10806435840 67608 18446744073709551615 4194304 4196468 140721259981056 140638956728264 140639846262688 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20351] ppid=20336 vsize=10553160 memory=0 CPUtime=0.98 cores=1,3,5,7
/proc/20339/task/20351/stat : 20351 (java) R 20336 20339 17093 0 -1 4202560 4969 0 0 0 97 1 0 0 20 0 15 0 67500667 10806435840 67608 18446744073709551615 4194304 4196468 140721259981056 140638955680200 140639835520740 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20352] ppid=20336 vsize=10553160 memory=80 CPUtime=0.35 cores=1,3,5,7
/proc/20339/task/20352/stat : 20352 (java) S 20336 20339 17093 0 -1 1077944384 2042 0 0 0 34 1 0 0 20 0 15 0 67500667 10806435840 67608 18446744073709551615 4194304 4196468 140721259981056 140638954642160 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0

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

/proc/20339/task/20346/stat : 20346 (java) S 20336 20339 17093 0 -1 1077944384 9111 0 0 0 376 1 0 0 20 0 16 0 67500664 10872623104 1049273 18446744073709551615 4194304 4196468 140721259981056 140638960957424 140639853984386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20347] ppid=20336 vsize=10617796 memory=4197092 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20347/stat : 20347 (java) S 20336 20339 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 67500665 10872623104 1049273 18446744073709551615 4194304 4196468 140721259981056 140638959903648 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20348] ppid=20336 vsize=10617796 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20348/stat : 20348 (java) S 20336 20339 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 67500665 10872623104 1049273 18446744073709551615 4194304 4196468 140721259981056 140638958851056 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20349] ppid=20336 vsize=10617796 memory=279494191793487 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20349/stat : 20349 (java) S 20336 20339 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67500667 10872623104 1049273 18446744073709551615 4194304 4196468 140721259981056 140638957799632 140639853991835 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20350] ppid=20336 vsize=10617796 memory=4206468019014099040 CPUtime=2.5 cores=1,3,5,7
/proc/20339/task/20350/stat : 20350 (java) S 20336 20339 17093 0 -1 1077944384 8704 0 0 0 249 1 0 0 20 0 16 0 67500667 10872623104 1049273 18446744073709551615 4194304 4196468 140721259981056 140638956747248 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20351] ppid=20336 vsize=10617796 memory=164 CPUtime=2.18 cores=1,3,5,7
/proc/20339/task/20351/stat : 20351 (java) S 20336 20339 17093 0 -1 1077944384 8774 0 0 0 217 1 0 0 20 0 16 0 67500667 10872623104 1049273 18446744073709551615 4194304 4196468 140721259981056 140638955694704 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20352] ppid=20336 vsize=10617796 memory=592279653464368942 CPUtime=0.48 cores=1,3,5,7
/proc/20339/task/20352/stat : 20352 (java) S 20336 20339 17093 0 -1 1077944384 4296 0 0 0 47 1 0 0 20 0 16 0 67500667 10872623104 1049273 18446744073709551615 4194304 4196468 140721259981056 140638954642160 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20353] ppid=20336 vsize=10617796 memory=37984 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20353/stat : 20353 (java) S 20336 20339 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67500668 10872623104 1049273 18446744073709551615 4194304 4196468 140721259981056 140638953589856 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20354] ppid=20336 vsize=10617796 memory=1296 CPUtime=0.06 cores=1,3,5,7
/proc/20339/task/20354/stat : 20354 (java) S 20336 20339 17093 0 -1 1077944384 157 0 0 0 3 3 0 0 20 0 16 0 67500676 10872623104 1049273 18446744073709551615 4194304 4196468 140721259981056 140638952536368 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20357] ppid=20336 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20357/stat : 20357 (java) S 20336 20339 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67503594 10872623104 1049273 18446744073709551615 4194304 4196468 140721259981056 140638951482160 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
Current children cumulated CPU time: 136.44 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4197092 KiB

[startup+162.301 s]
/proc/loadavg: 2.17 3.48 4.11 3/211 20362
/proc/meminfo: memFree=21779496/32770624 swapFree=67108860/67108860
[pid=20339] ppid=20336 vsize=10617796 memory=4197100 CPUtime=196.48 cores=1,3,5,7
/proc/20339/stat : 20339 (java) S 20336 20339 17093 0 -1 1077944320 127368 0 0 0 19401 247 0 0 20 0 16 0 67500654 10872623104 1049275 18446744073709551615 4194304 4196468 140721259981056 140721259963600 140639853973239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
/proc/20339/statm: 2654449 1049275 3136 1 0 2643902 0
[pid=20339/tid=20341] ppid=20336 vsize=10617796 memory=4197100 CPUtime=148.46 cores=1,3,5,7
/proc/20339/task/20341/stat : 20341 (java) R 20336 20339 17093 0 -1 4202560 41110 0 0 0 14821 25 0 0 20 0 16 0 67500662 10872623104 1049275 18446744073709551615 4194304 4196468 140721259981056 140639858210120 140639464955727 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20342] ppid=20336 vsize=10617796 memory=4197100 CPUtime=9.68 cores=1,3,5,7
/proc/20339/task/20342/stat : 20342 (java) S 20336 20339 17093 0 -1 1077944384 9981 0 0 0 915 53 0 0 20 0 16 0 67500663 10872623104 1049275 18446744073709551615 4194304 4196468 140721259981056 140639784393488 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20343] ppid=20336 vsize=10617796 memory=4197100 CPUtime=9.74 cores=1,3,5,7
/proc/20339/task/20343/stat : 20343 (java) S 20336 20339 17093 0 -1 1077944384 15315 0 0 0 920 54 0 0 20 0 16 0 67500663 10872623104 1049275 18446744073709551615 4194304 4196468 140721259981056 140639783340944 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20344] ppid=20336 vsize=10617796 memory=4197100 CPUtime=9.71 cores=1,3,5,7
/proc/20339/task/20344/stat : 20344 (java) S 20336 20339 17093 0 -1 1077944384 16112 0 0 0 919 52 0 0 20 0 16 0 67500663 10872623104 1049275 18446744073709551615 4194304 4196468 140721259981056 140639782288400 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20345] ppid=20336 vsize=10617796 memory=56 CPUtime=9.78 cores=1,3,5,7
/proc/20339/task/20345/stat : 20345 (java) S 20336 20339 17093 0 -1 1077944384 11866 0 0 0 927 51 0 0 20 0 16 0 67500663 10872623104 1049275 18446744073709551615 4194304 4196468 140721259981056 140639781235856 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20346] ppid=20336 vsize=10617796 memory=4197100 CPUtime=3.77 cores=1,3,5,7
/proc/20339/task/20346/stat : 20346 (java) S 20336 20339 17093 0 -1 1077944384 9120 0 0 0 376 1 0 0 20 0 16 0 67500664 10872623104 1049275 18446744073709551615 4194304 4196468 140721259981056 140638960957424 140639853984386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20347] ppid=20336 vsize=10617796 memory=4197100 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20347/stat : 20347 (java) S 20336 20339 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 67500665 10872623104 1049275 18446744073709551615 4194304 4196468 140721259981056 140638959903648 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20348] ppid=20336 vsize=10617796 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20348/stat : 20348 (java) S 20336 20339 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 67500665 10872623104 1049275 18446744073709551615 4194304 4196468 140721259981056 140638958851056 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20349] ppid=20336 vsize=10617796 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20349/stat : 20349 (java) S 20336 20339 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67500667 10872623104 1049275 18446744073709551615 4194304 4196468 140721259981056 140638957799632 140639853991835 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20350] ppid=20336 vsize=10617796 memory=4197100 CPUtime=2.5 cores=1,3,5,7
/proc/20339/task/20350/stat : 20350 (java) S 20336 20339 17093 0 -1 1077944384 9195 0 0 0 249 1 0 0 20 0 16 0 67500667 10872623104 1049275 18446744073709551615 4194304 4196468 140721259981056 140638956747248 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20351] ppid=20336 vsize=10617796 memory=4197100 CPUtime=2.18 cores=1,3,5,7
/proc/20339/task/20351/stat : 20351 (java) S 20336 20339 17093 0 -1 1077944384 8778 0 0 0 217 1 0 0 20 0 16 0 67500667 10872623104 1049275 18446744073709551615 4194304 4196468 140721259981056 140638955694704 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20352] ppid=20336 vsize=10617796 memory=4197100 CPUtime=0.48 cores=1,3,5,7
/proc/20339/task/20352/stat : 20352 (java) S 20336 20339 17093 0 -1 1077944384 4309 0 0 0 47 1 0 0 20 0 16 0 67500667 10872623104 1049275 18446744073709551615 4194304 4196468 140721259981056 140638954642160 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20353] ppid=20336 vsize=10617796 memory=4197100 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20353/stat : 20353 (java) S 20336 20339 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67500668 10872623104 1049275 18446744073709551615 4194304 4196468 140721259981056 140638953589856 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20354] ppid=20336 vsize=10617796 memory=4197100 CPUtime=0.1 cores=1,3,5,7
/proc/20339/task/20354/stat : 20354 (java) S 20336 20339 17093 0 -1 1077944384 202 0 0 0 5 5 0 0 20 0 16 0 67500676 10872623104 1049275 18446744073709551615 4194304 4196468 140721259981056 140638952536368 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20357] ppid=20336 vsize=10617796 memory=4197100 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20357/stat : 20357 (java) S 20336 20339 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67503594 10872623104 1049275 18446744073709551615 4194304 4196468 140721259981056 140638951482160 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
Current children cumulated CPU time: 196.48 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4197100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+217.801 s]
/proc/loadavg: 2.26 3.28 4.00 3/210 20441
/proc/meminfo: memFree=21632292/32770624 swapFree=67108860/67108860
[pid=20339] ppid=20336 vsize=10617796 memory=4197204 CPUtime=252.03 cores=1,3,5,7
/proc/20339/stat : 20339 (java) S 20336 20339 17093 0 -1 1077944320 137817 0 0 0 24954 249 0 0 20 0 16 0 67500654 10872623104 1049301 18446744073709551615 4194304 4196468 140721259981056 140721259963600 140639853973239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
/proc/20339/statm: 2654449 1049301 3138 1 0 2643902 0
[pid=20339/tid=20341] ppid=20336 vsize=10617796 memory=0 CPUtime=203.96 cores=1,3,5,7
/proc/20339/task/20341/stat : 20341 (java) R 20336 20339 17093 0 -1 4202560 50340 0 0 0 20370 26 0 0 20 0 16 0 67500662 10872623104 1049301 18446744073709551615 4194304 4196468 140721259981056 140639858209280 140639465158641 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20342] ppid=20336 vsize=10617796 memory=13 CPUtime=9.68 cores=1,3,5,7
/proc/20339/task/20342/stat : 20342 (java) S 20336 20339 17093 0 -1 1077944384 9981 0 0 0 915 53 0 0 20 0 16 0 67500663 10872623104 1049301 18446744073709551615 4194304 4196468 140721259981056 140639784393488 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20343] ppid=20336 vsize=10617796 memory=0 CPUtime=9.74 cores=1,3,5,7
/proc/20339/task/20343/stat : 20343 (java) S 20336 20339 17093 0 -1 1077944384 15315 0 0 0 920 54 0 0 20 0 16 0 67500663 10872623104 1049301 18446744073709551615 4194304 4196468 140721259981056 140639783340944 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20344] ppid=20336 vsize=10617796 memory=1992 CPUtime=9.71 cores=1,3,5,7
/proc/20339/task/20344/stat : 20344 (java) S 20336 20339 17093 0 -1 1077944384 16112 0 0 0 919 52 0 0 20 0 16 0 67500663 10872623104 1049301 18446744073709551615 4194304 4196468 140721259981056 140639782288400 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20345] ppid=20336 vsize=10617796 memory=1204 CPUtime=9.78 cores=1,3,5,7
/proc/20339/task/20345/stat : 20345 (java) S 20336 20339 17093 0 -1 1077944384 11866 0 0 0 927 51 0 0 20 0 16 0 67500663 10872623104 1049301 18446744073709551615 4194304 4196468 140721259981056 140639781235856 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20346] ppid=20336 vsize=10617796 memory=1000 CPUtime=3.77 cores=1,3,5,7
/proc/20339/task/20346/stat : 20346 (java) S 20336 20339 17093 0 -1 1077944384 9194 0 0 0 376 1 0 0 20 0 16 0 67500664 10872623104 1049301 18446744073709551615 4194304 4196468 140721259981056 140638960957424 140639853984386 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20347] ppid=20336 vsize=10617796 memory=796 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20347/stat : 20347 (java) S 20336 20339 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 67500665 10872623104 1049301 18446744073709551615 4194304 4196468 140721259981056 140638959903648 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20348] ppid=20336 vsize=10617796 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20348/stat : 20348 (java) S 20336 20339 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 67500665 10872623104 1049301 18446744073709551615 4194304 4196468 140721259981056 140638958851056 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20349] ppid=20336 vsize=10617796 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20349/stat : 20349 (java) S 20336 20339 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67500667 10872623104 1049301 18446744073709551615 4194304 4196468 140721259981056 140638957799632 140639853991835 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20350] ppid=20336 vsize=10617796 memory=5788 CPUtime=2.5 cores=1,3,5,7
/proc/20339/task/20350/stat : 20350 (java) S 20336 20339 17093 0 -1 1077944384 9419 0 0 0 249 1 0 0 20 0 16 0 67500667 10872623104 1049301 18446744073709551615 4194304 4196468 140721259981056 140638956747248 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20351] ppid=20336 vsize=10617796 memory=4612 CPUtime=2.19 cores=1,3,5,7
/proc/20339/task/20351/stat : 20351 (java) S 20336 20339 17093 0 -1 1077944384 9045 0 0 0 218 1 0 0 20 0 16 0 67500667 10872623104 1049301 18446744073709551615 4194304 4196468 140721259981056 140638955694704 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20352] ppid=20336 vsize=10617796 memory=-8774313645642428999 CPUtime=0.49 cores=1,3,5,7
/proc/20339/task/20352/stat : 20352 (java) S 20336 20339 17093 0 -1 1077944384 4922 0 0 0 48 1 0 0 20 0 16 0 67500667 10872623104 1049301 18446744073709551615 4194304 4196468 140721259981056 140638954642160 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20353] ppid=20336 vsize=10617796 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20353/stat : 20353 (java) S 20336 20339 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67500668 10872623104 1049301 18446744073709551615 4194304 4196468 140721259981056 140638953589856 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20354] ppid=20336 vsize=10617796 memory=1708 CPUtime=0.13 cores=1,3,5,7
/proc/20339/task/20354/stat : 20354 (java) S 20336 20339 17093 0 -1 1077944384 243 0 0 0 7 6 0 0 20 0 16 0 67500676 10872623104 1049301 18446744073709551615 4194304 4196468 140721259981056 140638952536368 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20357] ppid=20336 vsize=10617796 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20357/stat : 20357 (java) S 20336 20339 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67503594 10872623104 1049301 18446744073709551615 4194304 4196468 140721259981056 140638951482160 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4197204 KiB

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

[startup+218.039 s]
# the end of solver process 20339 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.631 s, system=2.52261 s

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

[startup+218.001 s]*
/proc/loadavg: 2.26 3.28 4.00 2/211 20444
/proc/meminfo: memFree=21632292/32770624 swapFree=67108860/67108860
[pid=20339] ppid=20336 vsize=10817488 memory=4197508 CPUtime=252.11 cores=1,3,5,7
/proc/20339/stat : 20339 (java) S 20336 20339 17093 0 -1 1077944320 138516 0 0 0 24962 249 0 0 20 0 17 0 67500654 11077107712 1049377 18446744073709551615 4194304 4196468 140721259981056 140721259963600 140639853973239 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
/proc/20339/statm: 2704372 1049377 3140 1 0 2693825 0
[pid=20339/tid=20341] ppid=20336 vsize=10817488 memory=4197100 CPUtime=204.03 cores=1,3,5,7
/proc/20339/task/20341/stat : 20341 (java) S 20336 20339 17093 0 -1 1077944384 50416 0 0 0 20377 26 0 0 20 0 17 0 67500662 11077107712 1049378 18446744073709551615 4194304 4196468 140721259981056 140639858216112 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20342] ppid=20336 vsize=10817488 memory=4197100 CPUtime=9.68 cores=1,3,5,7
/proc/20339/task/20342/stat : 20342 (java) S 20336 20339 17093 0 -1 1077944384 9981 0 0 0 915 53 0 0 20 0 17 0 67500663 11077107712 1049378 18446744073709551615 4194304 4196468 140721259981056 140639784393488 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20343] ppid=20336 vsize=10817488 memory=4197100 CPUtime=9.74 cores=1,3,5,7
/proc/20339/task/20343/stat : 20343 (java) S 20336 20339 17093 0 -1 1077944384 15315 0 0 0 920 54 0 0 20 0 17 0 67500663 11077107712 1049378 18446744073709551615 4194304 4196468 140721259981056 140639783340944 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20344] ppid=20336 vsize=10817488 memory=4872558044660077418 CPUtime=9.71 cores=1,3,5,7
/proc/20339/task/20344/stat : 20344 (java) S 20336 20339 17093 0 -1 1077944384 16112 0 0 0 919 52 0 0 20 0 17 0 67500663 11077107712 1049378 18446744073709551615 4194304 4196468 140721259981056 140639782288400 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20345] ppid=20336 vsize=10817488 memory=932 CPUtime=9.78 cores=1,3,5,7
/proc/20339/task/20345/stat : 20345 (java) S 20336 20339 17093 0 -1 1077944384 11866 0 0 0 927 51 0 0 20 0 17 0 67500663 11077107712 1049378 18446744073709551615 4194304 4196468 140721259981056 140639781235856 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20346] ppid=20336 vsize=10817488 memory=1624 CPUtime=3.77 cores=1,3,5,7
/proc/20339/task/20346/stat : 20346 (java) S 20336 20339 17093 0 -1 1077944384 9196 0 0 0 376 1 0 0 20 0 17 0 67500664 11077107712 1049378 18446744073709551615 4194304 4196468 140721259981056 140638960957424 140639853984386 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20347] ppid=20336 vsize=10817488 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20347/stat : 20347 (java) S 20336 20339 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 17 0 67500665 11077107712 1049378 18446744073709551615 4194304 4196468 140721259981056 140638959903648 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20348] ppid=20336 vsize=10817488 memory=844 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20348/stat : 20348 (java) S 20336 20339 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 67500665 11077107712 1049378 18446744073709551615 4194304 4196468 140721259981056 140638958851056 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20349] ppid=20336 vsize=10817488 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20349/stat : 20349 (java) S 20336 20339 17093 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 17 0 67500667 11077107712 1049378 18446744073709551615 4194304 4196468 140721259981056 140638957799632 140639853991835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20350] ppid=20336 vsize=10817488 memory=2752 CPUtime=2.5 cores=1,3,5,7
/proc/20339/task/20350/stat : 20350 (java) S 20336 20339 17093 0 -1 1077944384 9419 0 0 0 249 1 0 0 20 0 17 0 67500667 11077107712 1049378 18446744073709551615 4194304 4196468 140721259981056 140638956747248 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20351] ppid=20336 vsize=10817488 memory=2872 CPUtime=2.19 cores=1,3,5,7
/proc/20339/task/20351/stat : 20351 (java) S 20336 20339 17093 0 -1 1077944384 9045 0 0 0 218 1 0 0 20 0 17 0 67500667 11077107712 1049378 18446744073709551615 4194304 4196468 140721259981056 140638955694704 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20352] ppid=20336 vsize=10817488 memory=4064 CPUtime=0.49 cores=1,3,5,7
/proc/20339/task/20352/stat : 20352 (java) R 20336 20339 17093 0 -1 4202560 4961 0 0 0 48 1 0 0 20 0 17 0 67500667 11077107712 1049378 18446744073709551615 4194304 4196468 140721259981056 140638954642160 140639833688772 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20353] ppid=20336 vsize=10817488 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20353/stat : 20353 (java) S 20336 20339 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 67500668 11077107712 1049378 18446744073709551615 4194304 4196468 140721259981056 140638953589856 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20354] ppid=20336 vsize=10817488 memory=1156 CPUtime=0.13 cores=1,3,5,7
/proc/20339/task/20354/stat : 20354 (java) S 20336 20339 17093 0 -1 1077944384 243 0 0 0 7 6 0 0 20 0 17 0 67500676 11077107712 1049378 18446744073709551615 4194304 4196468 140721259981056 140638952536368 140639853984386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20442] ppid=20336 vsize=10817488 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20442/stat : 20442 (java) S 20336 20339 17093 0 -1 1077944384 166 0 0 0 0 0 0 0 20 0 17 0 67522435 11077107712 1049378 18446744073709551615 4194304 4196468 140721259981056 140638950428912 140639853983445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
[pid=20339/tid=20443] ppid=20336 vsize=10817488 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/20339/task/20443/stat : 20443 (java) R 20336 20339 17093 0 -1 4202560 263 0 0 0 0 0 0 0 20 0 17 0 67522435 11077107712 1049378 18446744073709551615 4194304 4196468 140721259981056 140638949377296 140639835532042 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21671936 140721259983253 140721259983406 140721259983406 140721259986895 0
Current children cumulated CPU time: 252.11 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 4197508 KiB

Child status: 143
Real time (s): 218.039
CPU time (s): 252.154
CPU user time (s): 249.631
CPU system time (s): 2.52261
CPU usage (%): 115.646
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 4197508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.631
system time used= 2.52261
maximum resident set size= 4197928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138691
page faults= 0
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7562
involuntary context switches= 549


# summary of solver processes directly reported to runsolver:
#   pid: 20339
#   total CPU time (s): 252.154
#   total CPU user time (s): 249.631
#   total CPU system time (s): 2.52261

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.18081 second user time and 2.28072 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 21:23:45
IDJOB=4258115
IDBENCH=140521
IDSOLVER=2643
FILE ID=node127/4258115-1502653073
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-wbo-10-30-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258115-1502653073/watcher-4258115-1502653073 -o /tmp/evaluation-result-4258115-1502653073/solver-4258115-1502653073 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258115-1502653073.xml

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

MD5SUM BENCH= cf5c2add0e1079255d589b4f638ee707
RANDOM SEED=1748017725

node127.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.92
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.92
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.92
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.92
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:        27581756 kB
MemAvailable:   28033320 kB
Buffers:          203928 kB
Cached:           543420 kB
SwapCached:            0 kB
Active:          4531568 kB
Inactive:         226104 kB
Active(anon):    3960012 kB
Inactive(anon):    83872 kB
Active(file):     571556 kB
Inactive(file):   142232 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2100 kB
Writeback:             0 kB
AnonPages:       4010224 kB
Mapped:            59112 kB
Shmem:             33444 kB
Slab:             132668 kB
SReclaimable:     107224 kB
SUnreclaim:        25444 kB
KernelStack:        3440 kB
PageTables:        12512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4515244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3840000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 21:27:23