Trace number 4263431

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.0701 2505.25

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-22.xml
MD5SUM63c49c4fa2f593a3284d3df8e40494dc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.29601499
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints6
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree6
Maximum variable degree6
Distribution of variable degrees[{"degree":6,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6}]
Optimization problemNO
Type of objective

Solver Data

1.93/1.00	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.93/1.00	c This is free software under the dual EPL/GNU LGPL licenses.
1.93/1.00	c See www.sat4j.org for details.
1.93/1.00	c That software uses the Rhino library from the Mozilla project.
1.93/1.00	c version CUSTOM.v20170705
1.93/1.00	c java.runtime.name	Java(TM) SE Runtime Environment
1.93/1.00	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.93/1.00	c java.vm.version	25.131-b11
1.93/1.00	c java.vm.vendor	Oracle Corporation
1.93/1.00	c sun.arch.data.model	64
1.93/1.00	c java.version		1.8.0_131
1.93/1.00	c os.name		Linux
1.93/1.00	c os.version		3.10.0-514.16.1.el7.x86_64
1.93/1.00	c os.arch		amd64
1.93/1.00	c Free memory 		499604488
1.93/1.00	c Max memory 		7247757312
1.93/1.00	c Total memory 		504889344
1.93/1.00	c Number of processors 	4
1.93/1.00	c c --- Begin Solver configuration ---
1.93/1.00	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.93/1.00	c Learn all clauses as in MiniSAT
1.93/1.00	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.93/1.00	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.93/1.00	c No reason simplification
1.93/1.00	c Glucose 2.1 dynamic restart strategy
1.93/1.00	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1.93/1.00	c timeout=2147483s
1.93/1.00	c DB Simplification allowed=false
1.93/1.00	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.93/1.00	c --- End Solver configuration ---
1.93/1.00	c constraints type 
1.93/1.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
1.93/1.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19456
1.93/1.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 816491
1.93/1.00	c org.sat4j.minisat.constraints.cnf.UnitClause => 12
1.93/1.00	c 836059 constraints processed.
2520.03/2505.21	c starts		: 1060
2520.03/2505.21	c conflicts		: 253434
2520.03/2505.21	c decisions		: 1526737
2520.03/2505.21	c propagations		: 10785820980
2520.03/2505.21	c inspects		: 15840998645
2520.03/2505.21	c shortcuts		: 0
2520.03/2505.21	c learnt literals	: 223
2520.03/2505.21	c learnt binary clauses	: 53
2520.03/2505.21	c learnt ternary clauses	: 349
2520.03/2505.21	c learnt constraints	: 253211
2520.03/2505.21	c ignored constraints	: 0
2520.03/2505.21	c root simplifications	: 0
2520.03/2505.21	c removed literals (reason simplification)	: 0
2520.03/2505.21	c reason swapping (by a shorter reason)	: 0
2520.03/2505.21	c Calls to reduceDB	: 18
2520.03/2505.21	c Number of update (reduction) of LBD	: 64472
2520.03/2505.21	c Imported unit clauses	: 0
2520.03/2505.21	c number of reductions to clauses (during analyze)	: 0
2520.03/2505.21	c number of learned constraints concerned by reduction	: 0
2520.03/2505.21	c number of learning phase by resolution	: 0
2520.03/2505.21	c number of learning phase by cutting planes	: 0
2520.03/2505.21	c number of rounding to 1 operations	: 0
2520.03/2505.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.03/2505.21	c number of reductions of the coefficients by power 2 	: 0
2520.03/2505.21	c number of right shift for reduction by power 2 	: 0
2520.03/2505.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.03/2505.21	c speed (assignments/second)	: 4307150.955647509
2520.03/2505.21	c non guided choices	276770
2520.03/2505.22	c learnt constraints type 
2520.03/2505.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 53
2520.03/2505.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31392
2520.03/2505.22	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 (14639 MiB free)
  memory of node 1: 16384 MiB (15391 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263431-1502616509/watcher-4263431-1502616509 -o /tmp/evaluation-result-4263431-1502616509/solver-4263431-1502616509 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263431-1502616509.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=17514, runsolver pid=17511
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 1.98 1.97 2.13 3/204 17520
/proc/meminfo: memFree=30742888/32770624 swapFree=67108860/67108860
[pid=17514] ppid=17511 vsize=10085108 memory=18068 CPUtime=0.01 cores=1,3,5,7
/proc/17514/stat : 17514 (java) S 17511 17514 7968 0 -1 1077944320 3890 0 0 0 1 0 0 0 20 0 8 0 15533581 10327150592 4517 18446744073709551615 4194304 4196468 140735119773280 140735119755824 140292731502327 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
/proc/17514/statm: 2521277 4517 2049 1 0 2510774 0
[pid=17514/tid=17516] ppid=17511 vsize=10085108 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/17514/task/17516/stat : 17516 (java) R 17511 17514 7968 0 -1 4202560 2557 0 0 0 1 0 0 0 20 0 8 0 15533589 10327150592 4517 18446744073709551615 4194304 4196468 140735119773280 140292735735464 140292712896058 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17517] ppid=17511 vsize=10085108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17517/stat : 17517 (java) S 17511 17514 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 15533590 10327150592 4517 18446744073709551615 4194304 4196468 140735119773280 140292692401040 140292731512533 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17518] ppid=17511 vsize=10085108 memory=139702023292544 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17518/stat : 17518 (java) S 17511 17514 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 15533590 10327150592 4517 18446744073709551615 4194304 4196468 140735119773280 140292341553936 140292731512533 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17519] ppid=17511 vsize=10085108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17519/stat : 17519 (java) S 17511 17514 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 15533590 10327150592 4583 18446744073709551615 4194304 4196468 140735119773280 140292340501648 140292731512533 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17520] ppid=17511 vsize=10085108 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17520/stat : 17520 (java) S 17511 17514 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 15533590 10327150592 4583 18446744073709551615 4194304 4196468 140735119773280 140292339448848 140292731512533 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17521] ppid=17511 vsize=10085108 memory=139702023292544 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17521/stat : 17521 (java) S 17511 17514 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 15533591 10327150592 4583 18446744073709551615 4194304 4196468 140735119773280 140292295546992 140292731513474 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17522] ppid=17511 vsize=10085108 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17522/stat : 17522 (java) S 17511 17514 7968 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 15533592 10327150592 4583 18446744073709551615 4194304 4196468 140735119773280 140292294491856 140292731512533 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10085108 KiB
Current children cumulated memory: 18068 KiB

[startup+0.209891 s]*
/proc/loadavg: 1.98 1.97 2.13 3/213 17529
/proc/meminfo: memFree=30736076/32770624 swapFree=67108860/67108860
[pid=17514] ppid=17511 vsize=10551156 memory=27312 CPUtime=0.09 cores=1,3,5,7
/proc/17514/stat : 17514 (java) S 17511 17514 7968 0 -1 1077944320 5237 0 0 0 8 1 0 0 20 0 15 0 15533581 10804383744 6828 18446744073709551615 4194304 4196468 140735119773280 140735119755824 140292731502327 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
/proc/17514/statm: 2637789 6828 2792 1 0 2627261 0
[pid=17514/tid=17516] ppid=17511 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/17514/task/17516/stat : 17516 (java) R 17511 17514 7968 0 -1 4202560 3183 0 0 0 6 1 0 0 20 0 15 0 15533589 10804383744 6828 18446744073709551615 4194304 4196468 140735119773280 140292735737296 140292724180341 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17517] ppid=17511 vsize=10551156 memory=326 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17517/stat : 17517 (java) S 17511 17514 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15533590 10804383744 6828 18446744073709551615 4194304 4196468 140735119773280 140292692401040 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17518] ppid=17511 vsize=10551156 memory=288370078175004288 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17518/stat : 17518 (java) S 17511 17514 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15533590 10804383744 6828 18446744073709551615 4194304 4196468 140735119773280 140292341553936 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17519] ppid=17511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17519/stat : 17519 (java) S 17511 17514 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15533590 10804383744 6828 18446744073709551615 4194304 4196468 140735119773280 140292340501648 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17520] ppid=17511 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17520/stat : 17520 (java) S 17511 17514 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15533590 10804383744 6828 18446744073709551615 4194304 4196468 140735119773280 140292339448848 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17521] ppid=17511 vsize=10551156 memory=139702023292544 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17521/stat : 17521 (java) S 17511 17514 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15533591 10804383744 6828 18446744073709551615 4194304 4196468 140735119773280 140292295546992 140292731513474 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17522] ppid=17511 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17522/stat : 17522 (java) S 17511 17514 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15533592 10804383744 6828 18446744073709551615 4194304 4196468 140735119773280 140292294492960 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17523] ppid=17511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17523/stat : 17523 (java) S 17511 17514 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15533592 10804383744 6828 18446744073709551615 4194304 4196468 140735119773280 140292293440624 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17524] ppid=17511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17524/stat : 17524 (java) S 17511 17514 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15533594 10804383744 6828 18446744073709551615 4194304 4196468 140735119773280 140292292388944 140292731520923 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17525] ppid=17511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17525/stat : 17525 (java) S 17511 17514 7968 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 15533594 10804383744 6828 18446744073709551615 4194304 4196468 140735119773280 140292291336816 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17526] ppid=17511 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17526/stat : 17526 (java) S 17511 17514 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15533594 10804383744 6828 18446744073709551615 4194304 4196468 140735119773280 140292290284016 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17527] ppid=17511 vsize=10551156 memory=139702023292544 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17527/stat : 17527 (java) R 17511 17514 7968 0 -1 4202560 283 0 0 0 0 0 0 0 20 0 15 0 15533594 10804383744 6828 18446744073709551615 4194304 4196468 140735119773280 140292289231728 140292711469446 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17528] ppid=17511 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17528/stat : 17528 (java) S 17511 17514 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15533594 10804383744 6828 18446744073709551615 4194304 4196468 140735119773280 140292221037536 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17529] ppid=17511 vsize=10551156 memory=139702023292544 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17529/stat : 17529 (java) S 17511 17514 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15533600 10804383744 6828 18446744073709551615 4194304 4196468 140735119773280 140292219984304 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27312 KiB

[startup+0.31025 s]*
/proc/loadavg: 1.98 1.97 2.13 3/213 17529
/proc/meminfo: memFree=30725188/32770624 swapFree=67108860/67108860
[pid=17514] ppid=17511 vsize=10551156 memory=36996 CPUtime=0.25 cores=1,3,5,7
/proc/17514/stat : 17514 (java) S 17511 17514 7968 0 -1 1077944320 8470 0 0 0 22 3 0 0 20 0 15 0 15533581 10804383744 9249 18446744073709551615 4194304 4196468 140735119773280 140735119755824 140292731502327 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
/proc/17514/statm: 2637789 9249 2872 1 0 2627261 0
[pid=17514/tid=17516] ppid=17511 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/17514/task/17516/stat : 17516 (java) R 17511 17514 7968 0 -1 4202560 6121 0 0 0 15 2 0 0 20 0 15 0 15533589 10804383744 9249 18446744073709551615 4194304 4196468 140735119773280 140292735736352 140292715582814 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17517] ppid=17511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17517/stat : 17517 (java) S 17511 17514 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15533590 10804383744 9249 18446744073709551615 4194304 4196468 140735119773280 140292692401040 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17518] ppid=17511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17518/stat : 17518 (java) S 17511 17514 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15533590 10804383744 9249 18446744073709551615 4194304 4196468 140735119773280 140292341553936 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17519] ppid=17511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17519/stat : 17519 (java) S 17511 17514 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15533590 10804383744 9249 18446744073709551615 4194304 4196468 140735119773280 140292340501648 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17520] ppid=17511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17520/stat : 17520 (java) S 17511 17514 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15533590 10804383744 9249 18446744073709551615 4194304 4196468 140735119773280 140292339448848 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17521] ppid=17511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17521/stat : 17521 (java) S 17511 17514 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15533591 10804383744 9249 18446744073709551615 4194304 4196468 140735119773280 140292295546992 140292731513474 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17522] ppid=17511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17522/stat : 17522 (java) S 17511 17514 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15533592 10804383744 9249 18446744073709551615 4194304 4196468 140735119773280 140292294492960 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17523] ppid=17511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17523/stat : 17523 (java) S 17511 17514 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15533592 10804383744 9249 18446744073709551615 4194304 4196468 140735119773280 140292293440624 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17524] ppid=17511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17524/stat : 17524 (java) S 17511 17514 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15533594 10804383744 9249 18446744073709551615 4194304 4196468 140735119773280 140292292388944 140292731520923 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17525] ppid=17511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17525/stat : 17525 (java) S 17511 17514 7968 0 -1 1077944384 499 0 0 0 0 0 0 0 20 0 15 0 15533594 10804383744 9249 18446744073709551615 4194304 4196468 140735119773280 140292291336816 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17526] ppid=17511 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17514/task/17526/stat : 17526 (java) S 17511 17514 7968 0 -1 1077944384 72 0 0 0 1 0 0 0 20 0 15 0 15533594 10804383744 9249 18446744073709551615 4194304 4196468 140735119773280 140292290284016 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17527] ppid=17511 vsize=10551156 memory=139702023292544 CPUtime=0.04 cores=1,3,5,7
/proc/17514/task/17527/stat : 17527 (java) S 17511 17514 7968 0 -1 1077944384 413 0 0 0 4 0 0 0 20 0 15 0 15533594 10804383744 9249 18446744073709551615 4194304 4196468 140735119773280 140292289231728 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17528] ppid=17511 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17528/stat : 17528 (java) S 17511 17514 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15533594 10804383744 9249 18446744073709551615 4194304 4196468 140735119773280 140292221037536 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17529] ppid=17511 vsize=10551156 memory=139702023292544 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17529/stat : 17529 (java) S 17511 17514 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15533600 10804383744 9249 18446744073709551615 4194304 4196468 140735119773280 140292219984304 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36996 KiB

[startup+0.702743 s]
/proc/loadavg: 1.98 1.97 2.13 5/213 17529
/proc/meminfo: memFree=30703340/32770624 swapFree=67108860/67108860
[pid=17514] ppid=17511 vsize=10551232 memory=200904 CPUtime=1.28 cores=1,3,5,7
/proc/17514/stat : 17514 (java) S 17511 17514 7968 0 -1 1077944320 13196 0 0 0 118 10 0 0 20 0 15 0 15533581 10804461568 50226 18446744073709551615 4194304 4196468 140735119773280 140735119755824 140292731502327 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
/proc/17514/statm: 2637808 50226 3050 1 0 2627261 0
[pid=17514/tid=17516] ppid=17511 vsize=10551232 memory=224 CPUtime=0.52 cores=1,3,5,7
/proc/17514/task/17516/stat : 17516 (java) S 17511 17514 7968 0 -1 1077944384 7812 0 0 0 47 5 0 0 20 0 15 0 15533589 10804461568 50226 18446744073709551615 4194304 4196468 140735119773280 140292735736976 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17517] ppid=17511 vsize=10551232 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17514/task/17517/stat : 17517 (java) R 17511 17514 7968 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 15 0 15533590 10804461568 50226 18446744073709551615 4194304 4196468 140735119773280 140292692401040 140292716530210 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17518] ppid=17511 vsize=10551232 memory=5 CPUtime=0.01 cores=1,3,5,7
/proc/17514/task/17518/stat : 17518 (java) R 17511 17514 7968 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 15 0 15533590 10804461568 50226 18446744073709551615 4194304 4196468 140735119773280 140292341551632 140292716530210 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17519] ppid=17511 vsize=10551232 memory=19 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17519/stat : 17519 (java) R 17511 17514 7968 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 15 0 15533590 10804461568 50226 18446744073709551615 4194304 4196468 140735119773280 140292340501648 140292716530201 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17520] ppid=17511 vsize=10551232 memory=69 CPUtime=0.01 cores=1,3,5,7
/proc/17514/task/17520/stat : 17520 (java) R 17511 17514 7968 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 15 0 15533590 10804461568 50226 18446744073709551615 4194304 4196468 140735119773280 140292339448848 140292716530210 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17521] ppid=17511 vsize=10551232 memory=279403728996048 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17521/stat : 17521 (java) S 17511 17514 7968 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 15533591 10804461568 50226 18446744073709551615 4194304 4196468 140735119773280 140292295545504 140292731512533 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17522] ppid=17511 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17522/stat : 17522 (java) S 17511 17514 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15533592 10804461568 50226 18446744073709551615 4194304 4196468 140735119773280 140292294492960 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17523] ppid=17511 vsize=10551232 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17523/stat : 17523 (java) S 17511 17514 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15533592 10804461568 50226 18446744073709551615 4194304 4196468 140735119773280 140292293440624 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17524] ppid=17511 vsize=10551232 memory=8772 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17524/stat : 17524 (java) S 17511 17514 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15533594 10804461568 50226 18446744073709551615 4194304 4196468 140735119773280 140292292388944 140292731520923 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17525] ppid=17511 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/17514/task/17525/stat : 17525 (java) S 17511 17514 7968 0 -1 1077944384 1687 0 0 0 24 0 0 0 20 0 15 0 15533594 10804461568 50226 18446744073709551615 4194304 4196468 140735119773280 140292291316880 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17526] ppid=17511 vsize=10551232 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/17514/task/17526/stat : 17526 (java) S 17511 17514 7968 0 -1 1077944384 1331 0 0 0 25 0 0 0 20 0 15 0 15533594 10804461568 50226 18446744073709551615 4194304 4196468 140735119773280 140292290275296 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17527] ppid=17511 vsize=10551232 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/17514/task/17527/stat : 17527 (java) S 17511 17514 7968 0 -1 1077944384 922 0 0 0 16 0 0 0 20 0 15 0 15533594 10804461568 50226 18446744073709551615 4194304 4196468 140735119773280 140292289231728 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17528] ppid=17511 vsize=10551232 memory=6463925781705 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17528/stat : 17528 (java) S 17511 17514 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15533594 10804461568 50226 18446744073709551615 4194304 4196468 140735119773280 140292221037536 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17529] ppid=17511 vsize=10551232 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17529/stat : 17529 (java) S 17511 17514 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15533600 10804461568 50226 18446744073709551615 4194304 4196468 140735119773280 140292219984304 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 200904 KiB

[startup+1.50073 s]
/proc/loadavg: 1.98 1.97 2.13 3/213 17529
/proc/meminfo: memFree=30421284/32770624 swapFree=67108860/67108860
[pid=17514] ppid=17511 vsize=10617796 memory=342624 CPUtime=3.36 cores=1,3,5,7
/proc/17514/stat : 17514 (java) S 17511 17514 7968 0 -1 1077944320 14189 0 0 0 309 27 0 0 20 0 16 0 15533581 10872623104 85656 18446744073709551615 4194304 4196468 140735119773280 140735119755824 140292731502327 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
/proc/17514/statm: 2654449 85656 3091 1 0 2643902 0
[pid=17514/tid=17516] ppid=17511 vsize=10617796 memory=279988 CPUtime=1.15 cores=1,3,5,7
/proc/17514/task/17516/stat : 17516 (java) R 17511 17514 7968 0 -1 4202560 7897 0 0 0 110 5 0 0 20 0 16 0 15533589 10872623104 85656 18446744073709551615 4194304 4196468 140735119773280 140292735740968 140292373168343 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17517] ppid=17511 vsize=10617796 memory=307 CPUtime=0.17 cores=1,3,5,7
/proc/17514/task/17517/stat : 17517 (java) S 17511 17514 7968 0 -1 1077944384 180 0 0 0 13 4 0 0 20 0 16 0 15533590 10872623104 85656 18446744073709551615 4194304 4196468 140735119773280 140292692401040 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17518] ppid=17511 vsize=10617796 memory=128 CPUtime=0.18 cores=1,3,5,7
/proc/17514/task/17518/stat : 17518 (java) S 17511 17514 7968 0 -1 1077944384 188 0 0 0 13 5 0 0 20 0 16 0 15533590 10872623104 85656 18446744073709551615 4194304 4196468 140735119773280 140292341553936 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17519] ppid=17511 vsize=10617796 memory=111 CPUtime=0.17 cores=1,3,5,7
/proc/17514/task/17519/stat : 17519 (java) S 17511 17514 7968 0 -1 1077944384 148 0 0 0 13 4 0 0 20 0 16 0 15533590 10872623104 85656 18446744073709551615 4194304 4196468 140735119773280 140292340501648 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17520] ppid=17511 vsize=10617796 memory=279403728737120 CPUtime=0.17 cores=1,3,5,7
/proc/17514/task/17520/stat : 17520 (java) S 17511 17514 7968 0 -1 1077944384 100 0 0 0 13 4 0 0 20 0 16 0 15533590 10872623104 85656 18446744073709551615 4194304 4196468 140735119773280 140292339448848 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17521] ppid=17511 vsize=10617796 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17521/stat : 17521 (java) S 17511 17514 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 15533591 10872623104 85656 18446744073709551615 4194304 4196468 140735119773280 140292295546992 140292731513474 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17522] ppid=17511 vsize=10617796 memory=15816711811106768 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17522/stat : 17522 (java) S 17511 17514 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 15533592 10872623104 85656 18446744073709551615 4194304 4196468 140735119773280 140292294492960 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17523] ppid=17511 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17523/stat : 17523 (java) S 17511 17514 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 15533592 10872623104 85656 18446744073709551615 4194304 4196468 140735119773280 140292293440624 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17524] ppid=17511 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17524/stat : 17524 (java) S 17511 17514 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15533594 10872623104 85656 18446744073709551615 4194304 4196468 140735119773280 140292292388944 140292731520923 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17525] ppid=17511 vsize=10617796 memory=11820 CPUtime=0.63 cores=1,3,5,7
/proc/17514/task/17525/stat : 17525 (java) S 17511 17514 7968 0 -1 1077944384 1759 0 0 0 63 0 0 0 20 0 16 0 15533594 10872623104 85656 18446744073709551615 4194304 4196468 140735119773280 140292291336816 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17526] ppid=17511 vsize=10617796 memory=17422 CPUtime=0.58 cores=1,3,5,7
/proc/17514/task/17526/stat : 17526 (java) S 17511 17514 7968 0 -1 1077944384 1406 0 0 0 58 0 0 0 20 0 16 0 15533594 10872623104 85656 18446744073709551615 4194304 4196468 140735119773280 140292290284016 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17527] ppid=17511 vsize=10617796 memory=-8774313645642428999 CPUtime=0.22 cores=1,3,5,7
/proc/17514/task/17527/stat : 17527 (java) S 17511 17514 7968 0 -1 1077944384 1046 0 0 0 22 0 0 0 20 0 16 0 15533594 10872623104 85656 18446744073709551615 4194304 4196468 140735119773280 140292289231728 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17528] ppid=17511 vsize=10617796 memory=6225489096523343969 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17528/stat : 17528 (java) S 17511 17514 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15533594 10872623104 85656 18446744073709551615 4194304 4196468 140735119773280 140292221037536 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0

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

/proc/17514/task/17519/stat : 17519 (java) S 17511 17514 7968 0 -1 1077944384 4957 0 0 0 228 77 0 0 20 0 16 0 15533590 10872623104 862228 18446744073709551615 4194304 4196468 140735119773280 140292340501648 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17520] ppid=17511 vsize=10617796 memory=3448912 CPUtime=3.08 cores=1,3,5,7
/proc/17514/task/17520/stat : 17520 (java) S 17511 17514 7968 0 -1 1077944384 2782 0 0 0 230 78 0 0 20 0 16 0 15533590 10872623104 862228 18446744073709551615 4194304 4196468 140735119773280 140292339448848 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17521] ppid=17511 vsize=10617796 memory=3448912 CPUtime=0.53 cores=1,3,5,7
/proc/17514/task/17521/stat : 17521 (java) S 17511 17514 7968 0 -1 1077944384 10731 0 0 0 49 4 0 0 20 0 16 0 15533591 10872623104 862228 18446744073709551615 4194304 4196468 140735119773280 140292295546992 140292731513474 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17522] ppid=17511 vsize=10617796 memory=3448912 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17522/stat : 17522 (java) S 17511 17514 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 15533592 10872623104 862228 18446744073709551615 4194304 4196468 140735119773280 140292294493024 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17523] ppid=17511 vsize=10617796 memory=3448912 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17523/stat : 17523 (java) S 17511 17514 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 15533592 10872623104 862228 18446744073709551615 4194304 4196468 140735119773280 140292293440640 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17524] ppid=17511 vsize=10617796 memory=3448912 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17524/stat : 17524 (java) S 17511 17514 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15533594 10872623104 862228 18446744073709551615 4194304 4196468 140735119773280 140292292388944 140292731520923 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17525] ppid=17511 vsize=10617796 memory=3448912 CPUtime=1.32 cores=1,3,5,7
/proc/17514/task/17525/stat : 17525 (java) S 17511 17514 7968 0 -1 1077944384 9089 0 0 0 130 2 0 0 20 0 16 0 15533594 10872623104 862228 18446744073709551615 4194304 4196468 140735119773280 140292291336816 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17526] ppid=17511 vsize=10617796 memory=1200 CPUtime=0.9 cores=1,3,5,7
/proc/17514/task/17526/stat : 17526 (java) S 17511 17514 7968 0 -1 1077944384 8985 0 0 0 89 1 0 0 20 0 16 0 15533594 10872623104 862228 18446744073709551615 4194304 4196468 140735119773280 140292290284016 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17527] ppid=17511 vsize=10617796 memory=3448912 CPUtime=0.27 cores=1,3,5,7
/proc/17514/task/17527/stat : 17527 (java) S 17511 17514 7968 0 -1 1077944384 4124 0 0 0 26 1 0 0 20 0 16 0 15533594 10872623104 862228 18446744073709551615 4194304 4196468 140735119773280 140292289231728 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17528] ppid=17511 vsize=10617796 memory=3448912 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17528/stat : 17528 (java) S 17511 17514 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15533594 10872623104 862228 18446744073709551615 4194304 4196468 140735119773280 140292221037536 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17529] ppid=17511 vsize=10617796 memory=279403729709696 CPUtime=1.5 cores=1,3,5,7
/proc/17514/task/17529/stat : 17529 (java) S 17511 17514 7968 0 -1 1077944384 2163 0 0 0 65 85 0 0 20 0 16 0 15533600 10872623104 862228 18446744073709551615 4194304 4196468 140735119773280 140292219984304 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17530] ppid=17511 vsize=10617796 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17530/stat : 17530 (java) S 17511 17514 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15533686 10872623104 862228 18446744073709551615 4194304 4196468 140735119773280 140292218929840 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
Current children cumulated CPU time: 2455.26 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3448912 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/213 17918
/proc/meminfo: memFree=27004976/32770624 swapFree=67108860/67108860
[pid=17514] ppid=17511 vsize=10617796 memory=3717480 CPUtime=2517.29 cores=1,3,5,7
/proc/17514/stat : 17514 (java) S 17511 17514 7968 0 -1 1077944320 123525 0 0 0 251277 452 0 0 20 0 16 0 15533581 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140735119755824 140292731502327 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
/proc/17514/statm: 2654449 929370 3128 1 0 2643902 0
[pid=17514/tid=17516] ppid=17511 vsize=10617796 memory=3717480 CPUtime=2497.7 cores=1,3,5,7
/proc/17514/task/17516/stat : 17516 (java) R 17511 17514 7968 0 -1 4202560 65549 0 0 0 249747 23 0 0 20 0 16 0 15533589 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292735741328 140292375156272 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17517] ppid=17511 vsize=10617796 memory=3717480 CPUtime=3.74 cores=1,3,5,7
/proc/17514/task/17517/stat : 17517 (java) S 17511 17514 7968 0 -1 1077944384 4419 0 0 0 288 86 0 0 20 0 16 0 15533590 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292692401040 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17518] ppid=17511 vsize=10617796 memory=3717480 CPUtime=3.74 cores=1,3,5,7
/proc/17514/task/17518/stat : 17518 (java) S 17511 17514 7968 0 -1 1077944384 4884 0 0 0 288 86 0 0 20 0 16 0 15533590 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292341553936 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17519] ppid=17511 vsize=10617796 memory=3717480 CPUtime=3.7 cores=1,3,5,7
/proc/17514/task/17519/stat : 17519 (java) S 17511 17514 7968 0 -1 1077944384 5571 0 0 0 285 85 0 0 20 0 16 0 15533590 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292340501648 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17520] ppid=17511 vsize=10617796 memory=3717480 CPUtime=3.75 cores=1,3,5,7
/proc/17514/task/17520/stat : 17520 (java) S 17511 17514 7968 0 -1 1077944384 3624 0 0 0 289 86 0 0 20 0 16 0 15533590 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292339448848 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17521] ppid=17511 vsize=10617796 memory=3717480 CPUtime=0.55 cores=1,3,5,7
/proc/17514/task/17521/stat : 17521 (java) S 17511 17514 7968 0 -1 1077944384 13648 0 0 0 50 5 0 0 20 0 16 0 15533591 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292295546992 140292731513474 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17522] ppid=17511 vsize=10617796 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17522/stat : 17522 (java) S 17511 17514 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 15533592 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292294493024 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17523] ppid=17511 vsize=10617796 memory=3717480 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17523/stat : 17523 (java) S 17511 17514 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 15533592 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292293440640 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17524] ppid=17511 vsize=10617796 memory=3717480 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17524/stat : 17524 (java) S 17511 17514 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15533594 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292292388944 140292731520923 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17525] ppid=17511 vsize=10617796 memory=3717480 CPUtime=1.32 cores=1,3,5,7
/proc/17514/task/17525/stat : 17525 (java) S 17511 17514 7968 0 -1 1077944384 9092 0 0 0 130 2 0 0 20 0 16 0 15533594 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292291336816 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17526] ppid=17511 vsize=10617796 memory=2248 CPUtime=0.9 cores=1,3,5,7
/proc/17514/task/17526/stat : 17526 (java) S 17511 17514 7968 0 -1 1077944384 8998 0 0 0 89 1 0 0 20 0 16 0 15533594 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292290284016 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17527] ppid=17511 vsize=10617796 memory=4124 CPUtime=0.27 cores=1,3,5,7
/proc/17514/task/17527/stat : 17527 (java) S 17511 17514 7968 0 -1 1077944384 4128 0 0 0 26 1 0 0 20 0 16 0 15533594 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292289231728 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17528] ppid=17511 vsize=10617796 memory=12456 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17528/stat : 17528 (java) S 17511 17514 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15533594 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292221037536 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17529] ppid=17511 vsize=10617796 memory=2424 CPUtime=1.53 cores=1,3,5,7
/proc/17514/task/17529/stat : 17529 (java) S 17511 17514 7968 0 -1 1077944384 2204 0 0 0 66 87 0 0 20 0 16 0 15533600 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292219984304 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17530] ppid=17511 vsize=10617796 memory=3717480 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17530/stat : 17530 (java) S 17511 17514 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15533686 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292218929840 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
Current children cumulated CPU time: 2517.29 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3717480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2505 s]*
/proc/loadavg: 2.00 2.02 2.04 3/213 17918
/proc/meminfo: memFree=27004984/32770624 swapFree=67108860/67108860
[pid=17514] ppid=17511 vsize=10617796 memory=3717480 CPUtime=2520.01 cores=1,3,5,7
/proc/17514/stat : 17514 (java) S 17511 17514 7968 0 -1 1077944320 123531 0 0 0 251548 453 0 0 20 0 16 0 15533581 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140735119755824 140292731502327 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
/proc/17514/statm: 2654449 929370 3128 1 0 2643902 0
[pid=17514/tid=17516] ppid=17511 vsize=10617796 memory=-8774313645642428999 CPUtime=2500.41 cores=1,3,5,7
/proc/17514/task/17516/stat : 17516 (java) R 17511 17514 7968 0 -1 4202560 65555 0 0 0 250018 23 0 0 20 0 16 0 15533589 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292735741328 140292375299050 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17517] ppid=17511 vsize=10617796 memory=4126316290023845779 CPUtime=3.74 cores=1,3,5,7
/proc/17514/task/17517/stat : 17517 (java) S 17511 17514 7968 0 -1 1077944384 4419 0 0 0 288 86 0 0 20 0 16 0 15533590 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292692401040 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17518] ppid=17511 vsize=10617796 memory=302022848351043610 CPUtime=3.74 cores=1,3,5,7
/proc/17514/task/17518/stat : 17518 (java) S 17511 17514 7968 0 -1 1077944384 4884 0 0 0 288 86 0 0 20 0 16 0 15533590 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292341553936 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17519] ppid=17511 vsize=10617796 memory=2424 CPUtime=3.7 cores=1,3,5,7
/proc/17514/task/17519/stat : 17519 (java) S 17511 17514 7968 0 -1 1077944384 5571 0 0 0 285 85 0 0 20 0 16 0 15533590 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292340501648 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17520] ppid=17511 vsize=10617796 memory=1296 CPUtime=3.75 cores=1,3,5,7
/proc/17514/task/17520/stat : 17520 (java) S 17511 17514 7968 0 -1 1077944384 3624 0 0 0 289 86 0 0 20 0 16 0 15533590 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292339448848 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17521] ppid=17511 vsize=10617796 memory=1732 CPUtime=0.55 cores=1,3,5,7
/proc/17514/task/17521/stat : 17521 (java) S 17511 17514 7968 0 -1 1077944384 13648 0 0 0 50 5 0 0 20 0 16 0 15533591 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292295546992 140292731513474 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17522] ppid=17511 vsize=10617796 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17522/stat : 17522 (java) S 17511 17514 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 15533592 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292294493024 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17523] ppid=17511 vsize=10617796 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17523/stat : 17523 (java) S 17511 17514 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 15533592 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292293440640 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17524] ppid=17511 vsize=10617796 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17524/stat : 17524 (java) S 17511 17514 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15533594 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292292388944 140292731520923 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17525] ppid=17511 vsize=10617796 memory=2012 CPUtime=1.32 cores=1,3,5,7
/proc/17514/task/17525/stat : 17525 (java) S 17511 17514 7968 0 -1 1077944384 9092 0 0 0 130 2 0 0 20 0 16 0 15533594 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292291336816 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17526] ppid=17511 vsize=10617796 memory=5520 CPUtime=0.9 cores=1,3,5,7
/proc/17514/task/17526/stat : 17526 (java) S 17511 17514 7968 0 -1 1077944384 8998 0 0 0 89 1 0 0 20 0 16 0 15533594 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292290284016 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17527] ppid=17511 vsize=10617796 memory=4612 CPUtime=0.27 cores=1,3,5,7
/proc/17514/task/17527/stat : 17527 (java) S 17511 17514 7968 0 -1 1077944384 4128 0 0 0 26 1 0 0 20 0 16 0 15533594 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292289231728 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17528] ppid=17511 vsize=10617796 memory=792 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17528/stat : 17528 (java) S 17511 17514 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15533594 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292221037536 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17529] ppid=17511 vsize=10617796 memory=8684 CPUtime=1.54 cores=1,3,5,7
/proc/17514/task/17529/stat : 17529 (java) S 17511 17514 7968 0 -1 1077944384 2204 0 0 0 66 88 0 0 20 0 16 0 15533600 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292219984304 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17530] ppid=17511 vsize=10617796 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17530/stat : 17530 (java) S 17511 17514 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15533686 10872623104 929370 18446744073709551615 4194304 4196468 140735119773280 140292218929840 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3717480 KiB

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

[startup+2505.25 s]
# the end of solver process 17514 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.52 s, system=4.54923 s

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

[startup+2505.2 s]
/proc/loadavg: 2.00 2.02 2.04 3/213 17918
/proc/meminfo: memFree=27004984/32770624 swapFree=67108860/67108860
[pid=17514] ppid=17511 vsize=10751952 memory=3717788 CPUtime=2520.03 cores=1,3,5,7
/proc/17514/stat : 17514 (java) S 17511 17514 7968 0 -1 1077944320 124366 0 0 0 251550 453 0 0 20 0 17 0 15533581 11009998848 929447 18446744073709551615 4194304 4196468 140735119773280 140735119755824 140292731502327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
/proc/17514/statm: 2687988 929447 3132 1 0 2677441 0
[pid=17514/tid=17516] ppid=17511 vsize=10751952 memory=4040 CPUtime=2500.42 cores=1,3,5,7
/proc/17514/task/17516/stat : 17516 (java) S 17511 17514 7968 0 -1 1077944384 65654 0 0 0 250019 23 0 0 20 0 17 0 15533589 11009998848 929447 18446744073709551615 4194304 4196468 140735119773280 140292735745200 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17517] ppid=17511 vsize=10751952 memory=304274648164728858 CPUtime=3.74 cores=1,3,5,7
/proc/17514/task/17517/stat : 17517 (java) S 17511 17514 7968 0 -1 1077944384 4419 0 0 0 288 86 0 0 20 0 17 0 15533590 11009998848 929447 18446744073709551615 4194304 4196468 140735119773280 140292692401040 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17518] ppid=17511 vsize=10751952 memory=302304362049569077 CPUtime=3.74 cores=1,3,5,7
/proc/17514/task/17518/stat : 17518 (java) S 17511 17514 7968 0 -1 1077944384 4884 0 0 0 288 86 0 0 20 0 17 0 15533590 11009998848 929447 18446744073709551615 4194304 4196468 140735119773280 140292341553936 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17519] ppid=17511 vsize=10751952 memory=15816711811106768 CPUtime=3.7 cores=1,3,5,7
/proc/17514/task/17519/stat : 17519 (java) S 17511 17514 7968 0 -1 1077944384 5571 0 0 0 285 85 0 0 20 0 17 0 15533590 11009998848 929447 18446744073709551615 4194304 4196468 140735119773280 140292340501648 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17520] ppid=17511 vsize=10751952 memory=8691514255285633087 CPUtime=3.75 cores=1,3,5,7
/proc/17514/task/17520/stat : 17520 (java) S 17511 17514 7968 0 -1 1077944384 3624 0 0 0 289 86 0 0 20 0 17 0 15533590 11009998848 929447 18446744073709551615 4194304 4196468 140735119773280 140292339448848 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17521] ppid=17511 vsize=10751952 memory=7591215643621352804 CPUtime=0.55 cores=1,3,5,7
/proc/17514/task/17521/stat : 17521 (java) S 17511 17514 7968 0 -1 1077944384 13648 0 0 0 50 5 0 0 20 0 17 0 15533591 11009998848 929447 18446744073709551615 4194304 4196468 140735119773280 140292295546992 140292731513474 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17522] ppid=17511 vsize=10751952 memory=7597124423417622119 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17522/stat : 17522 (java) S 17511 17514 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 15533592 11009998848 929447 18446744073709551615 4194304 4196468 140735119773280 140292294493024 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17523] ppid=17511 vsize=10751952 memory=7454130749351154278 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17523/stat : 17523 (java) S 17511 17514 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 15533592 11009998848 929447 18446744073709551615 4194304 4196468 140735119773280 140292293440640 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17524] ppid=17511 vsize=10751952 memory=7661020351168537703 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17524/stat : 17524 (java) S 17511 17514 7968 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 17 0 15533594 11009998848 929447 18446744073709551615 4194304 4196468 140735119773280 140292292388944 140292731520923 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17525] ppid=17511 vsize=10751952 memory=4639948313719891052 CPUtime=1.32 cores=1,3,5,7
/proc/17514/task/17525/stat : 17525 (java) S 17511 17514 7968 0 -1 1077944384 9092 0 0 0 130 2 0 0 20 0 17 0 15533594 11009998848 929447 18446744073709551615 4194304 4196468 140735119773280 140292291336816 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17526] ppid=17511 vsize=10751952 memory=4639948313719891052 CPUtime=0.9 cores=1,3,5,7
/proc/17514/task/17526/stat : 17526 (java) S 17511 17514 7968 0 -1 1077944384 8998 0 0 0 89 1 0 0 20 0 17 0 15533594 11009998848 929447 18446744073709551615 4194304 4196468 140735119773280 140292290284016 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17527] ppid=17511 vsize=10751952 memory=4639948313719891052 CPUtime=0.27 cores=1,3,5,7
/proc/17514/task/17527/stat : 17527 (java) S 17511 17514 7968 0 -1 1077944384 4273 0 0 0 26 1 0 0 20 0 17 0 15533594 11009998848 929447 18446744073709551615 4194304 4196468 140735119773280 140292289231728 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17528] ppid=17511 vsize=10751952 memory=4639948313719891052 CPUtime=0 cores=1,3,5,7
/proc/17514/task/17528/stat : 17528 (java) S 17511 17514 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 15533594 11009998848 929447 18446744073709551615 4194304 4196468 140735119773280 140292221037536 140292731512533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
[pid=17514/tid=17529] ppid=17511 vsize=10751952 memory=7512114578044973668 CPUtime=1.54 cores=1,3,5,7
/proc/17514/task/17529/stat : 17529 (java) S 17511 17514 7968 0 -1 1077944384 2204 0 0 0 66 88 0 0 20 0 17 0 15533600 11009998848 929447 18446744073709551615 4194304 4196468 140735119773280 140292219984304 140292731513474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26349568 140735119778193 140735119778346 140735119778346 140735119781839 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10751952 KiB
Current children cumulated memory: 3717788 KiB

Child status: 143
Real time (s): 2505.25
CPU time (s): 2520.07
CPU user time (s): 2515.52
CPU system time (s): 4.54923
CPU usage (%): 100.592
Max. virtual memory (cumulated for all children) (KiB): 10751952
Max. memory (cumulated for all children) (KiB): 3717788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.52
system time used= 4.54923
maximum resident set size= 3718188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124788
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56381
involuntary context switches= 1130


# summary of solver processes directly reported to runsolver:
#   pid: 17514
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515.52
#   total CPU system time (s): 4.54923

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5627 second user time and 25.3228 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 11:14:32
IDJOB=4263431
IDBENCH=120877
IDSOLVER=2651
FILE ID=node128/4263431-1502616509
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-2-22.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263431-1502616509/watcher-4263431-1502616509 -o /tmp/evaluation-result-4263431-1502616509/solver-4263431-1502616509 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263431-1502616509.xml

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

MD5SUM BENCH= 63c49c4fa2f593a3284d3df8e40494dc
RANDOM SEED=2140711949

node128.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.94
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.94
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.94
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.94
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:        30751544 kB
MemAvailable:   31305768 kB
Buffers:          128816 kB
Cached:           713672 kB
SwapCached:            0 kB
Active:           952528 kB
Inactive:         655420 kB
Active(anon):     765796 kB
Inactive(anon):    16764 kB
Active(file):     186732 kB
Inactive(file):   638656 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1572 kB
Writeback:             8 kB
AnonPages:        765112 kB
Mapped:            44196 kB
Shmem:             17116 kB
Slab:             114028 kB
SReclaimable:      89340 kB
SUnreclaim:        24688 kB
KernelStack:        3488 kB
PageTables:         6488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1532432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    673792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 11:56:17