Trace number 4262813

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) 2520.3401 2485.45

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft120-11.xml
MD5SUM7c2bd2aca8e68eed10397cff07eceed9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints51
Number of domains2
Minimum domain size49
Maximum domain size87
Distribution of domain sizes[{"size":49,"count":1},{"size":87,"count":144}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":96},{"degree":4,"count":48}]
Minimum constraint arity3
Maximum constraint arity144
Distribution of constraint arities[{"arity":3,"count":48},{"arity":49,"count":1},{"arity":144,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":48},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262813-1502634174/watcher-4262813-1502634174 -o /tmp/evaluation-result-4262813-1502634174/solver-4262813-1502634174 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262813-1502634174.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=25942, runsolver pid=25939

[startup+0.100112 s]*
/proc/loadavg: 3.59 2.58 2.28 2/202 25944
/proc/meminfo: memFree=27322416/32770624 swapFree=67108776/67108860
[pid=25942] ppid=25939 vsize=9936560 memory=14056 CPUtime=0 cores=0,2,4,6
/proc/25942/stat : 25942 (java) S 25939 25942 7084 0 -1 1077944320 3364 0 0 0 0 0 0 0 20 0 6 0 163070112 10175037440 3514 18446744073709551615 4194304 4196468 140737461287040 140737461269584 140687590170359 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
/proc/25942/statm: 2484140 3514 1884 1 0 2473637 0
[pid=25942/tid=25944] ppid=25939 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25944/stat : 25944 (java) R 25939 25942 7084 0 -1 4202560 2077 0 0 0 0 0 0 0 20 0 6 0 163070121 10175037440 3580 18446744073709551615 4194304 4196468 140737461287040 140687594406480 140687575852885 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25945] ppid=25939 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25945/stat : 25945 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 163070122 10175037440 3580 18446744073709551615 4194304 4196468 140737461287040 140687201294736 140687590180565 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25946] ppid=25939 vsize=9936560 memory=140456036906624 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25946/stat : 25946 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 163070122 10175037440 3580 18446744073709551615 4194304 4196468 140737461287040 140687200241936 140687590180565 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25947] ppid=25939 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25947/stat : 25947 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 163070122 10175037440 3580 18446744073709551615 4194304 4196468 140737461287040 140687199189648 140687590180565 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25948] ppid=25939 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25948/stat : 25948 (java) S 25939 25942 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 163070122 10175037440 3580 18446744073709551615 4194304 4196468 140737461287040 140687198136848 140687590180565 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 14056 KiB

[startup+0.210252 s]*
/proc/loadavg: 3.59 2.58 2.28 3/215 25957
/proc/meminfo: memFree=27311428/32770624 swapFree=67108776/67108860
[pid=25942] ppid=25939 vsize=10551156 memory=26652 CPUtime=0.09 cores=0,2,4,6
/proc/25942/stat : 25942 (java) S 25939 25942 7084 0 -1 1077944320 5132 0 0 0 8 1 0 0 20 0 15 0 163070112 10804383744 6663 18446744073709551615 4194304 4196468 140737461287040 140737461269584 140687590170359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
/proc/25942/statm: 2637789 6663 2755 1 0 2627261 0
[pid=25942/tid=25944] ppid=25939 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=0,2,4,6
/proc/25942/task/25944/stat : 25944 (java) R 25939 25942 7084 0 -1 4202560 3071 0 0 0 6 1 0 0 20 0 15 0 163070121 10804383744 6663 18446744073709551615 4194304 4196468 140737461287040 140687594386272 140687570996372 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25945] ppid=25939 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25945/stat : 25945 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163070122 10804383744 6663 18446744073709551615 4194304 4196468 140737461287040 140687201294736 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25946] ppid=25939 vsize=10551156 memory=3472474258443318944 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25946/stat : 25946 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163070122 10804383744 6663 18446744073709551615 4194304 4196468 140737461287040 140687200241936 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25947] ppid=25939 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25947/stat : 25947 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163070122 10804383744 6663 18446744073709551615 4194304 4196468 140737461287040 140687199189648 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25948] ppid=25939 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25948/stat : 25948 (java) S 25939 25942 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163070122 10804383744 6663 18446744073709551615 4194304 4196468 140737461287040 140687198136848 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25949] ppid=25939 vsize=10551156 memory=140456036906624 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25949/stat : 25949 (java) S 25939 25942 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163070123 10804383744 6663 18446744073709551615 4194304 4196468 140737461287040 140687086434928 140687590181506 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25950] ppid=25939 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25950/stat : 25950 (java) S 25939 25942 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163070124 10804383744 6663 18446744073709551615 4194304 4196468 140737461287040 140687085380896 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25951] ppid=25939 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25951/stat : 25951 (java) S 25939 25942 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163070124 10804383744 6663 18446744073709551615 4194304 4196468 140737461287040 140687084328560 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25952] ppid=25939 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25952/stat : 25952 (java) S 25939 25942 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163070126 10804383744 6663 18446744073709551615 4194304 4196468 140737461287040 140687083276880 140687590188955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25953] ppid=25939 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25953/stat : 25953 (java) S 25939 25942 7084 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 163070126 10804383744 6663 18446744073709551615 4194304 4196468 140737461287040 140687082223728 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25954] ppid=25939 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25954/stat : 25954 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163070126 10804383744 6663 18446744073709551615 4194304 4196468 140737461287040 140687081170928 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25955] ppid=25939 vsize=10551156 memory=140456036906624 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25955/stat : 25955 (java) R 25939 25942 7084 0 -1 4202560 265 0 0 0 0 0 0 0 20 0 15 0 163070126 10804383744 6663 18446744073709551615 4194304 4196468 140737461287040 140687080118640 140687590191706 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25956] ppid=25939 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25956/stat : 25956 (java) S 25939 25942 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163070127 10804383744 6663 18446744073709551615 4194304 4196468 140737461287040 140687079066080 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25957] ppid=25939 vsize=10551156 memory=140456036906624 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25957/stat : 25957 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163070131 10804383744 6663 18446744073709551615 4194304 4196468 140737461287040 140687078013872 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26652 KiB

[startup+0.31074 s]*
/proc/loadavg: 3.59 2.58 2.28 3/215 25957
/proc/meminfo: memFree=27298940/32770624 swapFree=67108776/67108860
[pid=25942] ppid=25939 vsize=10551156 memory=36224 CPUtime=0.23 cores=0,2,4,6
/proc/25942/stat : 25942 (java) S 25939 25942 7084 0 -1 1077944320 8334 0 0 0 21 2 0 0 20 0 15 0 163070112 10804383744 9056 18446744073709551615 4194304 4196468 140737461287040 140737461269584 140687590170359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
/proc/25942/statm: 2637789 9056 2856 1 0 2627261 0
[pid=25942/tid=25944] ppid=25939 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/25942/task/25944/stat : 25944 (java) R 25939 25942 7084 0 -1 4202560 5987 0 0 0 14 2 0 0 20 0 15 0 163070121 10804383744 9056 18446744073709551615 4194304 4196468 140737461287040 140687594407232 140687574250846 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25945] ppid=25939 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25945/stat : 25945 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163070122 10804383744 9056 18446744073709551615 4194304 4196468 140737461287040 140687201294736 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25946] ppid=25939 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25946/stat : 25946 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163070122 10804383744 9056 18446744073709551615 4194304 4196468 140737461287040 140687200241936 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25947] ppid=25939 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25947/stat : 25947 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163070122 10804383744 9056 18446744073709551615 4194304 4196468 140737461287040 140687199189648 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25948] ppid=25939 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25948/stat : 25948 (java) S 25939 25942 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163070122 10804383744 9056 18446744073709551615 4194304 4196468 140737461287040 140687198136848 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25949] ppid=25939 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25949/stat : 25949 (java) S 25939 25942 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163070123 10804383744 9056 18446744073709551615 4194304 4196468 140737461287040 140687086434928 140687590181506 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25950] ppid=25939 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25950/stat : 25950 (java) S 25939 25942 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163070124 10804383744 9056 18446744073709551615 4194304 4196468 140737461287040 140687085380896 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25951] ppid=25939 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25951/stat : 25951 (java) S 25939 25942 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163070124 10804383744 9056 18446744073709551615 4194304 4196468 140737461287040 140687084328560 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25952] ppid=25939 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25952/stat : 25952 (java) S 25939 25942 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163070126 10804383744 9056 18446744073709551615 4194304 4196468 140737461287040 140687083276880 140687590188955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25953] ppid=25939 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25942/task/25953/stat : 25953 (java) S 25939 25942 7084 0 -1 1077944384 494 0 0 0 1 0 0 0 20 0 15 0 163070126 10804383744 9056 18446744073709551615 4194304 4196468 140737461287040 140687082223728 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25954] ppid=25939 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25954/stat : 25954 (java) S 25939 25942 7084 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 163070126 10804383744 9056 18446744073709551615 4194304 4196468 140737461287040 140687081170928 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25955] ppid=25939 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/25942/task/25955/stat : 25955 (java) S 25939 25942 7084 0 -1 1077944384 423 0 0 0 4 0 0 0 20 0 15 0 163070126 10804383744 9056 18446744073709551615 4194304 4196468 140737461287040 140687080118640 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25956] ppid=25939 vsize=10551156 memory=140456036906624 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25956/stat : 25956 (java) S 25939 25942 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163070127 10804383744 9056 18446744073709551615 4194304 4196468 140737461287040 140687079066080 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25957] ppid=25939 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25957/stat : 25957 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163070131 10804383744 9056 18446744073709551615 4194304 4196468 140737461287040 140687078013872 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36224 KiB

[startup+0.702476 s]
/proc/loadavg: 3.59 2.58 2.28 6/215 25957
/proc/meminfo: memFree=27285576/32770624 swapFree=67108776/67108860
[pid=25942] ppid=25939 vsize=10551232 memory=95624 CPUtime=1.21 cores=0,2,4,6
/proc/25942/stat : 25942 (java) S 25939 25942 7084 0 -1 1077944320 11483 0 0 0 116 5 0 0 20 0 15 0 163070112 10804461568 23906 18446744073709551615 4194304 4196468 140737461287040 140737461269584 140687590170359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
/proc/25942/statm: 2637808 23906 3051 1 0 2627261 0
[pid=25942/tid=25944] ppid=25939 vsize=10551232 memory=280911799260600 CPUtime=0.54 cores=0,2,4,6
/proc/25942/task/25944/stat : 25944 (java) R 25939 25942 7084 0 -1 1077944384 7494 0 0 0 50 4 0 0 20 0 15 0 163070121 10804461568 23906 18446744073709551615 4194304 4196468 140737461287040 140687594397184 140687590180565 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25945] ppid=25939 vsize=10551232 memory=2402765768193 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25945/stat : 25945 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163070122 10804461568 23906 18446744073709551615 4194304 4196468 140737461287040 140687201294736 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25946] ppid=25939 vsize=10551232 memory=2110806506953524 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25946/stat : 25946 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163070122 10804461568 23906 18446744073709551615 4194304 4196468 140737461287040 140687200241936 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25947] ppid=25939 vsize=10551232 memory=6188 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25947/stat : 25947 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163070122 10804461568 23906 18446744073709551615 4194304 4196468 140737461287040 140687199189648 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25948] ppid=25939 vsize=10551232 memory=56 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25948/stat : 25948 (java) S 25939 25942 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163070122 10804461568 23906 18446744073709551615 4194304 4196468 140737461287040 140687198136848 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25949] ppid=25939 vsize=10551232 memory=499 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25949/stat : 25949 (java) S 25939 25942 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 163070123 10804461568 23906 18446744073709551615 4194304 4196468 140737461287040 140687086434928 140687590181506 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25950] ppid=25939 vsize=10551232 memory=1046 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25950/stat : 25950 (java) S 25939 25942 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163070124 10804461568 23906 18446744073709551615 4194304 4196468 140737461287040 140687085380896 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25951] ppid=25939 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25951/stat : 25951 (java) S 25939 25942 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163070124 10804461568 23906 18446744073709551615 4194304 4196468 140737461287040 140687084328560 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25952] ppid=25939 vsize=10551232 memory=721 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25952/stat : 25952 (java) S 25939 25942 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163070126 10804461568 23906 18446744073709551615 4194304 4196468 140737461287040 140687083276880 140687590188955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25953] ppid=25939 vsize=10551232 memory=112 CPUtime=0.23 cores=0,2,4,6
/proc/25942/task/25953/stat : 25953 (java) R 25939 25942 7084 0 -1 4202560 1020 0 0 0 23 0 0 0 20 0 15 0 163070126 10804461568 23906 18446744073709551615 4194304 4196468 140737461287040 140687082222128 140687570945562 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25954] ppid=25939 vsize=10551232 memory=280911799209696 CPUtime=0.21 cores=0,2,4,6
/proc/25942/task/25954/stat : 25954 (java) R 25939 25942 7084 0 -1 4202560 657 0 0 0 21 0 0 0 20 0 15 0 163070126 10804461568 23906 18446744073709551615 4194304 4196468 140737461287040 140687081170928 140687575068617 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25955] ppid=25939 vsize=10551232 memory=288230621803970871 CPUtime=0.21 cores=0,2,4,6
/proc/25942/task/25955/stat : 25955 (java) S 25939 25942 7084 0 -1 1077944384 941 0 0 0 21 0 0 0 20 0 15 0 163070126 10804461568 23906 18446744073709551615 4194304 4196468 140737461287040 140687080118640 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25956] ppid=25939 vsize=10551232 memory=13563786715989427 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25956/stat : 25956 (java) S 25939 25942 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163070127 10804461568 23906 18446744073709551615 4194304 4196468 140737461287040 140687079066080 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25957] ppid=25939 vsize=10551232 memory=39648 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25957/stat : 25957 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163070131 10804461568 23906 18446744073709551615 4194304 4196468 140737461287040 140687078013872 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 95624 KiB

[startup+1.50074 s]
/proc/loadavg: 3.59 2.58 2.28 5/215 25957
/proc/meminfo: memFree=27108004/32770624 swapFree=67108776/67108860
[pid=25942] ppid=25939 vsize=10551232 memory=317440 CPUtime=3.78 cores=0,2,4,6
/proc/25942/stat : 25942 (java) S 25939 25942 7084 0 -1 1077944320 19164 0 0 0 357 21 0 0 20 0 15 0 163070112 10804461568 79360 18446744073709551615 4194304 4196468 140737461287040 140737461269584 140687590170359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
/proc/25942/statm: 2637808 79360 3089 1 0 2627261 0
[pid=25942/tid=25944] ppid=25939 vsize=10551232 memory=115764132579828 CPUtime=1.18 cores=0,2,4,6
/proc/25942/task/25944/stat : 25944 (java) R 25939 25942 7084 0 -1 4202560 7563 0 0 0 112 6 0 0 20 0 15 0 163070121 10804461568 79360 18446744073709551615 4194304 4196468 140737461287040 140687594406608 140687234978817 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25945] ppid=25939 vsize=10551232 memory=115764132579828 CPUtime=0.11 cores=0,2,4,6
/proc/25942/task/25945/stat : 25945 (java) S 25939 25942 7084 0 -1 1077944384 160 0 0 0 8 3 0 0 20 0 15 0 163070122 10804461568 79360 18446744073709551615 4194304 4196468 140737461287040 140687201294736 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25946] ppid=25939 vsize=10551232 memory=10967531692 CPUtime=0.11 cores=0,2,4,6
/proc/25942/task/25946/stat : 25946 (java) S 25939 25942 7084 0 -1 1077944384 159 0 0 0 9 2 0 0 20 0 15 0 163070122 10804461568 79360 18446744073709551615 4194304 4196468 140737461287040 140687200241936 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25947] ppid=25939 vsize=10551232 memory=133052524 CPUtime=0.13 cores=0,2,4,6
/proc/25942/task/25947/stat : 25947 (java) S 25939 25942 7084 0 -1 1077944384 165 0 0 0 10 3 0 0 20 0 15 0 163070122 10804461568 79360 18446744073709551615 4194304 4196468 140737461287040 140687199189648 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25948] ppid=25939 vsize=10551232 memory=2372 CPUtime=0.1 cores=0,2,4,6
/proc/25942/task/25948/stat : 25948 (java) S 25939 25942 7084 0 -1 1077944384 67 0 0 0 8 2 0 0 20 0 15 0 163070122 10804461568 79360 18446744073709551615 4194304 4196468 140737461287040 140687198136848 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25949] ppid=25939 vsize=10551232 memory=116 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25949/stat : 25949 (java) S 25939 25942 7084 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 163070123 10804461568 79360 18446744073709551615 4194304 4196468 140737461287040 140687086434928 140687590181506 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25950] ppid=25939 vsize=10551232 memory=8251 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25950/stat : 25950 (java) S 25939 25942 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163070124 10804461568 79360 18446744073709551615 4194304 4196468 140737461287040 140687085380896 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25951] ppid=25939 vsize=10551232 memory=18568 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25951/stat : 25951 (java) S 25939 25942 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163070124 10804461568 79360 18446744073709551615 4194304 4196468 140737461287040 140687084328560 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25952] ppid=25939 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25952/stat : 25952 (java) S 25939 25942 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163070126 10804461568 79360 18446744073709551615 4194304 4196468 140737461287040 140687083276880 140687590188955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25953] ppid=25939 vsize=10551232 memory=0 CPUtime=0.87 cores=0,2,4,6
/proc/25942/task/25953/stat : 25953 (java) R 25939 25942 7084 0 -1 4202560 3783 0 0 0 87 0 0 0 20 0 15 0 163070126 10804461568 79360 18446744073709551615 4194304 4196468 140737461287040 140687082208720 140687569391296 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25954] ppid=25939 vsize=10551232 memory=0 CPUtime=0.94 cores=0,2,4,6
/proc/25942/task/25954/stat : 25954 (java) R 25939 25942 7084 0 -1 4202560 4656 0 0 0 93 1 0 0 20 0 15 0 163070126 10804461568 79360 18446744073709551615 4194304 4196468 140737461287040 140687081151072 140687573667147 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25955] ppid=25939 vsize=10551232 memory=-6661322574537005766 CPUtime=0.25 cores=0,2,4,6
/proc/25942/task/25955/stat : 25955 (java) S 25939 25942 7084 0 -1 1077944384 1168 0 0 0 25 0 0 0 20 0 15 0 163070126 10804461568 79360 18446744073709551615 4194304 4196468 140737461287040 140687080118640 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25956] ppid=25939 vsize=10551232 memory=7378954898041824609 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25956/stat : 25956 (java) S 25939 25942 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163070127 10804461568 79360 18446744073709551615 4194304 4196468 140737461287040 140687079066080 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25957] ppid=25939 vsize=10551232 memory=4715425595467472516 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25957/stat : 25957 (java) S 25939 25942 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163070131 10804461568 79360 18446744073709551615 4194304 4196468 140737461287040 140687078013872 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
Current children cumulated CPU time: 3.78 s
Current children cumulated vsize: 10551232 KiB

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

/proc/25942/task/25947/stat : 25947 (java) S 25939 25942 7084 0 -1 1077944384 7027 0 0 0 746 63 0 0 20 0 16 0 163070122 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687199189648 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25948] ppid=25939 vsize=10617796 memory=3844528 CPUtime=8.35 cores=0,2,4,6
/proc/25942/task/25948/stat : 25948 (java) S 25939 25942 7084 0 -1 1077944384 8098 0 0 0 773 62 0 0 20 0 16 0 163070122 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687198136848 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25949] ppid=25939 vsize=10617796 memory=0 CPUtime=3.03 cores=0,2,4,6
/proc/25942/task/25949/stat : 25949 (java) S 25939 25942 7084 0 -1 1077944384 8735 0 0 0 301 2 0 0 20 0 16 0 163070123 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687086434928 140687590181506 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25950] ppid=25939 vsize=10617796 memory=280911799704112 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25950/stat : 25950 (java) S 25939 25942 7084 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 163070124 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687085380960 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25951] ppid=25939 vsize=10617796 memory=3844528 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25951/stat : 25951 (java) S 25939 25942 7084 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 16 0 163070124 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687084328576 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25952] ppid=25939 vsize=10617796 memory=3844528 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25952/stat : 25952 (java) S 25939 25942 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163070126 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687083276880 140687590188955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25953] ppid=25939 vsize=10617796 memory=3844528 CPUtime=4.51 cores=0,2,4,6
/proc/25942/task/25953/stat : 25953 (java) S 25939 25942 7084 0 -1 1077944384 27007 0 0 0 448 3 0 0 20 0 16 0 163070126 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687082223728 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25954] ppid=25939 vsize=10617796 memory=3844528 CPUtime=4.48 cores=0,2,4,6
/proc/25942/task/25954/stat : 25954 (java) S 25939 25942 7084 0 -1 1077944384 25341 0 0 0 445 3 0 0 20 0 16 0 163070126 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687081170928 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25955] ppid=25939 vsize=10617796 memory=3844528 CPUtime=0.47 cores=0,2,4,6
/proc/25942/task/25955/stat : 25955 (java) S 25939 25942 7084 0 -1 1077944384 7442 0 0 0 46 1 0 0 20 0 16 0 163070126 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687080118640 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25956] ppid=25939 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25956/stat : 25956 (java) S 25939 25942 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163070127 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687079066080 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25957] ppid=25939 vsize=10617796 memory=3844528 CPUtime=1.43 cores=0,2,4,6
/proc/25942/task/25957/stat : 25957 (java) S 25939 25942 7084 0 -1 1077944384 3052 0 0 0 70 73 0 0 20 0 16 0 163070131 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687078013872 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25959] ppid=25939 vsize=10617796 memory=3844528 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25959/stat : 25959 (java) S 25939 25942 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 163071720 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687076959408 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
Current children cumulated CPU time: 2417.11 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3844528 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/216 26193
/proc/meminfo: memFree=27286384/32770624 swapFree=67108776/67108860
[pid=25942] ppid=25939 vsize=10617796 memory=3844528 CPUtime=2477.14 cores=0,2,4,6
/proc/25942/stat : 25942 (java) S 25939 25942 7084 0 -1 1077944320 236211 0 0 0 247366 348 0 0 20 0 16 0 163070112 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140737461269584 140687590170359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
/proc/25942/statm: 2654449 961132 3142 1 0 2643902 0
[pid=25942/tid=25944] ppid=25939 vsize=10617796 memory=3844528 CPUtime=2430.36 cores=0,2,4,6
/proc/25942/task/25944/stat : 25944 (java) R 25939 25942 7084 0 -1 4202560 137379 0 0 0 243008 28 0 0 20 0 16 0 163070121 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687594406432 140687237540224 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25945] ppid=25939 vsize=10617796 memory=0 CPUtime=8.11 cores=0,2,4,6
/proc/25942/task/25945/stat : 25945 (java) S 25939 25942 7084 0 -1 1077944384 5669 0 0 0 751 60 0 0 20 0 16 0 163070122 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687201294736 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25946] ppid=25939 vsize=10617796 memory=280911799704112 CPUtime=8.16 cores=0,2,4,6
/proc/25942/task/25946/stat : 25946 (java) S 25939 25942 7084 0 -1 1077944384 4852 0 0 0 750 66 0 0 20 0 16 0 163070122 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687200241936 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25947] ppid=25939 vsize=10617796 memory=3844528 CPUtime=8.09 cores=0,2,4,6
/proc/25942/task/25947/stat : 25947 (java) S 25939 25942 7084 0 -1 1077944384 7027 0 0 0 746 63 0 0 20 0 16 0 163070122 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687199189648 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25948] ppid=25939 vsize=10617796 memory=3844528 CPUtime=8.35 cores=0,2,4,6
/proc/25942/task/25948/stat : 25948 (java) S 25939 25942 7084 0 -1 1077944384 8098 0 0 0 773 62 0 0 20 0 16 0 163070122 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687198136848 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25949] ppid=25939 vsize=10617796 memory=3844528 CPUtime=3.03 cores=0,2,4,6
/proc/25942/task/25949/stat : 25949 (java) S 25939 25942 7084 0 -1 1077944384 8753 0 0 0 301 2 0 0 20 0 16 0 163070123 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687086434928 140687590181506 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25950] ppid=25939 vsize=10617796 memory=3844528 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25950/stat : 25950 (java) S 25939 25942 7084 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 163070124 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687085380960 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25951] ppid=25939 vsize=10617796 memory=3844528 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25951/stat : 25951 (java) S 25939 25942 7084 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 16 0 163070124 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687084328576 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25952] ppid=25939 vsize=10617796 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25952/stat : 25952 (java) S 25939 25942 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163070126 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687083276880 140687590188955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25953] ppid=25939 vsize=10617796 memory=3844528 CPUtime=4.51 cores=0,2,4,6
/proc/25942/task/25953/stat : 25953 (java) S 25939 25942 7084 0 -1 1077944384 27013 0 0 0 448 3 0 0 20 0 16 0 163070126 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687082223728 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25954] ppid=25939 vsize=10617796 memory=3844528 CPUtime=4.48 cores=0,2,4,6
/proc/25942/task/25954/stat : 25954 (java) S 25939 25942 7084 0 -1 1077944384 25346 0 0 0 445 3 0 0 20 0 16 0 163070126 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687081170928 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25955] ppid=25939 vsize=10617796 memory=3844528 CPUtime=0.47 cores=0,2,4,6
/proc/25942/task/25955/stat : 25955 (java) S 25939 25942 7084 0 -1 1077944384 7457 0 0 0 46 1 0 0 20 0 16 0 163070126 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687080118640 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25956] ppid=25939 vsize=10617796 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25956/stat : 25956 (java) S 25939 25942 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163070127 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687079066080 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25957] ppid=25939 vsize=10617796 memory=3844528 CPUtime=1.46 cores=0,2,4,6
/proc/25942/task/25957/stat : 25957 (java) S 25939 25942 7084 0 -1 1077944384 3126 0 0 0 72 74 0 0 20 0 16 0 163070131 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687078013872 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25959] ppid=25939 vsize=10617796 memory=3844528 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25959/stat : 25959 (java) S 25939 25942 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 163071720 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687076959408 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
Current children cumulated CPU time: 2477.14 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3844528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2485.2 s]
/proc/loadavg: 2.00 2.00 2.05 3/216 26194
/proc/meminfo: memFree=27276436/32770624 swapFree=67108776/67108860
[pid=25942] ppid=25939 vsize=10617796 memory=3844528 CPUtime=2520.06 cores=0,2,4,6
/proc/25942/stat : 25942 (java) S 25939 25942 7084 0 -1 1077944320 237718 0 0 0 251657 349 0 0 20 0 16 0 163070112 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140737461269584 140687590170359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
/proc/25942/statm: 2654449 961132 3142 1 0 2643902 0
[pid=25942/tid=25944] ppid=25939 vsize=10617796 memory=4600 CPUtime=2473.26 cores=0,2,4,6
/proc/25942/task/25944/stat : 25944 (java) R 25939 25942 7084 0 -1 4202560 138866 0 0 0 247298 28 0 0 20 0 16 0 163070121 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687594406432 140687237555009 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25945] ppid=25939 vsize=10617796 memory=1440 CPUtime=8.11 cores=0,2,4,6
/proc/25942/task/25945/stat : 25945 (java) S 25939 25942 7084 0 -1 1077944384 5669 0 0 0 751 60 0 0 20 0 16 0 163070122 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687201294736 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25946] ppid=25939 vsize=10617796 memory=1724 CPUtime=8.16 cores=0,2,4,6
/proc/25942/task/25946/stat : 25946 (java) S 25939 25942 7084 0 -1 1077944384 4852 0 0 0 750 66 0 0 20 0 16 0 163070122 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687200241936 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25947] ppid=25939 vsize=10617796 memory=3844528 CPUtime=8.09 cores=0,2,4,6
/proc/25942/task/25947/stat : 25947 (java) S 25939 25942 7084 0 -1 1077944384 7027 0 0 0 746 63 0 0 20 0 16 0 163070122 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687199189648 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25948] ppid=25939 vsize=10617796 memory=3844528 CPUtime=8.35 cores=0,2,4,6
/proc/25942/task/25948/stat : 25948 (java) S 25939 25942 7084 0 -1 1077944384 8098 0 0 0 773 62 0 0 20 0 16 0 163070122 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687198136848 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25949] ppid=25939 vsize=10617796 memory=836 CPUtime=3.04 cores=0,2,4,6
/proc/25942/task/25949/stat : 25949 (java) S 25939 25942 7084 0 -1 1077944384 8753 0 0 0 301 3 0 0 20 0 16 0 163070123 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687086434928 140687590181506 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25950] ppid=25939 vsize=10617796 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25950/stat : 25950 (java) S 25939 25942 7084 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 163070124 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687085380960 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25951] ppid=25939 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25951/stat : 25951 (java) S 25939 25942 7084 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 16 0 163070124 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687084328576 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25952] ppid=25939 vsize=10617796 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25952/stat : 25952 (java) S 25939 25942 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163070126 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687083276880 140687590188955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25953] ppid=25939 vsize=10617796 memory=3844528 CPUtime=4.51 cores=0,2,4,6
/proc/25942/task/25953/stat : 25953 (java) S 25939 25942 7084 0 -1 1077944384 27015 0 0 0 448 3 0 0 20 0 16 0 163070126 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687082223728 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25954] ppid=25939 vsize=10617796 memory=4206186544037388384 CPUtime=4.48 cores=0,2,4,6
/proc/25942/task/25954/stat : 25954 (java) S 25939 25942 7084 0 -1 1077944384 25347 0 0 0 445 3 0 0 20 0 16 0 163070126 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687081170928 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25955] ppid=25939 vsize=10617796 memory=6944656575208382560 CPUtime=0.47 cores=0,2,4,6
/proc/25942/task/25955/stat : 25955 (java) S 25939 25942 7084 0 -1 1077944384 7468 0 0 0 46 1 0 0 20 0 16 0 163070126 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687080118640 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25956] ppid=25939 vsize=10617796 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25956/stat : 25956 (java) S 25939 25942 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163070127 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687079066080 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25957] ppid=25939 vsize=10617796 memory=6944656592387989600 CPUtime=1.49 cores=0,2,4,6
/proc/25942/task/25957/stat : 25957 (java) S 25939 25942 7084 0 -1 1077944384 3132 0 0 0 74 75 0 0 20 0 16 0 163070131 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687078013872 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25959] ppid=25939 vsize=10617796 memory=9023629670928638048 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25959/stat : 25959 (java) S 25939 25942 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 163071720 10872623104 961132 18446744073709551615 4194304 4196468 140737461287040 140687076959408 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3844528 KiB

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

[startup+2485.45 s]
# the end of solver process 25942 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.81 s, system=3.52324 s

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

[startup+2485.4 s]
/proc/loadavg: 2.00 2.00 2.05 3/216 26194
/proc/meminfo: memFree=27276436/32770624 swapFree=67108776/67108860
[pid=25942] ppid=25939 vsize=10817488 memory=3844824 CPUtime=2520.29 cores=0,2,4,6
/proc/25942/stat : 25942 (java) S 25939 25942 7084 0 -1 1077944320 240121 0 0 0 251679 350 0 0 20 0 17 0 163070112 11077107712 961206 18446744073709551615 4194304 4196468 140737461287040 140737461269584 140687590170359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
/proc/25942/statm: 2704372 961206 3145 1 0 2693825 0
[pid=25942/tid=25944] ppid=25939 vsize=10817488 memory=288230621803970871 CPUtime=2473.45 cores=0,2,4,6
/proc/25942/task/25944/stat : 25944 (java) S 25939 25942 7084 0 -1 1077944384 138940 0 0 0 247317 28 0 0 20 0 17 0 163070121 11077107712 961206 18446744073709551615 4194304 4196468 140737461287040 140687594413232 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25945] ppid=25939 vsize=10817488 memory=13563786715989427 CPUtime=8.11 cores=0,2,4,6
/proc/25942/task/25945/stat : 25945 (java) S 25939 25942 7084 0 -1 1077944384 5669 0 0 0 751 60 0 0 20 0 17 0 163070122 11077107712 961206 18446744073709551615 4194304 4196468 140737461287040 140687201294736 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25946] ppid=25939 vsize=10817488 memory=3844528 CPUtime=8.16 cores=0,2,4,6
/proc/25942/task/25946/stat : 25946 (java) S 25939 25942 7084 0 -1 1077944384 4852 0 0 0 750 66 0 0 20 0 17 0 163070122 11077107712 961206 18446744073709551615 4194304 4196468 140737461287040 140687200241936 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25947] ppid=25939 vsize=10817488 memory=1796 CPUtime=8.09 cores=0,2,4,6
/proc/25942/task/25947/stat : 25947 (java) S 25939 25942 7084 0 -1 1077944384 7027 0 0 0 746 63 0 0 20 0 17 0 163070122 11077107712 961206 18446744073709551615 4194304 4196468 140737461287040 140687199189648 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25948] ppid=25939 vsize=10817488 memory=960 CPUtime=8.35 cores=0,2,4,6
/proc/25942/task/25948/stat : 25948 (java) S 25939 25942 7084 0 -1 1077944384 8098 0 0 0 773 62 0 0 20 0 17 0 163070122 11077107712 961206 18446744073709551615 4194304 4196468 140737461287040 140687198136848 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25949] ppid=25939 vsize=10817488 memory=1236 CPUtime=3.04 cores=0,2,4,6
/proc/25942/task/25949/stat : 25949 (java) S 25939 25942 7084 0 -1 1077944384 8789 0 0 0 301 3 0 0 20 0 17 0 163070123 11077107712 961206 18446744073709551615 4194304 4196468 140737461287040 140687086434928 140687590181506 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25950] ppid=25939 vsize=10817488 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25950/stat : 25950 (java) S 25939 25942 7084 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 163070124 11077107712 961206 18446744073709551615 4194304 4196468 140737461287040 140687085380960 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25951] ppid=25939 vsize=10817488 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25951/stat : 25951 (java) S 25939 25942 7084 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 17 0 163070124 11077107712 961206 18446744073709551615 4194304 4196468 140737461287040 140687084328576 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25952] ppid=25939 vsize=10817488 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25952/stat : 25952 (java) S 25939 25942 7084 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 17 0 163070126 11077107712 961206 18446744073709551615 4194304 4196468 140737461287040 140687083276880 140687590188955 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25953] ppid=25939 vsize=10817488 memory=932 CPUtime=4.53 cores=0,2,4,6
/proc/25942/task/25953/stat : 25953 (java) R 25939 25942 7084 0 -1 4202560 27937 0 0 0 449 4 0 0 20 0 17 0 163070126 11077107712 961206 18446744073709551615 4194304 4196468 140737461287040 140687082224024 140687575296760 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25954] ppid=25939 vsize=10817488 memory=1608 CPUtime=4.48 cores=0,2,4,6
/proc/25942/task/25954/stat : 25954 (java) S 25939 25942 7084 0 -1 1077944384 25347 0 0 0 445 3 0 0 20 0 17 0 163070126 11077107712 961206 18446744073709551615 4194304 4196468 140737461287040 140687081170928 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25955] ppid=25939 vsize=10817488 memory=836 CPUtime=0.48 cores=0,2,4,6
/proc/25942/task/25955/stat : 25955 (java) S 25939 25942 7084 0 -1 1077944384 8251 0 0 0 47 1 0 0 20 0 17 0 163070126 11077107712 961206 18446744073709551615 4194304 4196468 140737461287040 140687080118640 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25956] ppid=25939 vsize=10817488 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25956/stat : 25956 (java) S 25939 25942 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163070127 11077107712 961206 18446744073709551615 4194304 4196468 140737461287040 140687079066080 140687590180565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
[pid=25942/tid=25957] ppid=25939 vsize=10817488 memory=0 CPUtime=1.49 cores=0,2,4,6
/proc/25942/task/25957/stat : 25957 (java) S 25939 25942 7084 0 -1 1077944384 3132 0 0 0 74 75 0 0 20 0 17 0 163070131 11077107712 961206 18446744073709551615 4194304 4196468 140737461287040 140687078013872 140687590181506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26259456 140737461293456 140737461293609 140737461293609 140737461297103 0
Current children cumulated CPU time: 2520.29 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3844824 KiB

Child status: 143
Real time (s): 2485.45
CPU time (s): 2520.34
CPU user time (s): 2516.81
CPU system time (s): 3.52324
CPU usage (%): 101.404
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3844824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.81
system time used= 3.52324
maximum resident set size= 3844892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240306
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56947
involuntary context switches= 3405


# summary of solver processes directly reported to runsolver:
#   pid: 25942
#   total CPU time (s): 2520.34
#   total CPU user time (s): 2516.81
#   total CPU system time (s): 3.52324

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0505 second user time and 22.9527 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 16:08:28
IDJOB=4262813
IDBENCH=136072
IDSOLVER=2651
FILE ID=node132/4262813-1502634174
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft120-11.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262813-1502634174/watcher-4262813-1502634174 -o /tmp/evaluation-result-4262813-1502634174/solver-4262813-1502634174 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262813-1502634174.xml

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

MD5SUM BENCH= 7c2bd2aca8e68eed10397cff07eceed9
RANDOM SEED=1523093466

node132.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.74
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.74
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.74
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.74
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:        27324168 kB
MemAvailable:   27569200 kB
Buffers:          227980 kB
Cached:           341456 kB
SwapCached:           84 kB
Active:          4867452 kB
Inactive:         165192 kB
Active(anon):    4410900 kB
Inactive(anon):   101948 kB
Active(file):     456552 kB
Inactive(file):    63244 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1692 kB
Writeback:             4 kB
AnonPages:       4462792 kB
Mapped:            76340 kB
Shmem:             49768 kB
Slab:             109288 kB
SReclaimable:      82140 kB
SUnreclaim:        27148 kB
KernelStack:        3520 kB
PageTables:        14404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5532832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4321280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 16:49:54