Trace number 4257901

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 252.067 228.25301

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n2w4b2r4.xml
MD5SUM6d00557b853b2556046a5f6541eccb2e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2007.14
Satisfiable
(Un)Satisfiability was proved
Number of variables181
Number of constraints27
Number of domains2
Minimum domain size13
Maximum domain size59
Distribution of domain sizes[{"size":13,"count":1},{"size":59,"count":180}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":168},{"degree":5,"count":12}]
Minimum constraint arity13
Maximum constraint arity180
Distribution of constraint arities[{"arity":13,"count":1},{"arity":15,"count":24},{"arity":180,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":12},{"type":"lex","count":1},{"type":"sum","count":12},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

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

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

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


[startup+0.100501 s]*
/proc/loadavg: 4.53 4.11 3.72 6/204 16251
/proc/meminfo: memFree=26178284/32770624 swapFree=67108860/67108860
[pid=16242] ppid=16239 vsize=10151672 memory=20220 CPUtime=0.03 cores=0,2,4,6
/proc/16242/stat : 16242 (java) S 16239 16242 17093 0 -1 1077944320 3926 0 0 0 3 0 0 0 20 0 9 0 67253849 10395312128 5055 18446744073709551615 4194304 4196468 140725138794480 140725138777024 139678870077175 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
/proc/16242/statm: 2537918 5055 2156 1 0 2527415 0
[pid=16242/tid=16244] ppid=16239 vsize=10151672 memory=4206751525541407381 CPUtime=0.03 cores=0,2,4,6
/proc/16242/task/16244/stat : 16244 (java) R 16239 16242 17093 0 -1 4202560 2568 0 0 0 3 0 0 0 20 0 9 0 67253855 10395312128 5055 18446744073709551615 4194304 4196468 140725138794480 139678874312568 139678848521976 0 4 1 16800970 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16245] ppid=16239 vsize=10151672 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16245/stat : 16245 (java) S 16239 16242 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 67253856 10395312128 5055 18446744073709551615 4194304 4196468 140725138794480 139678800497552 139678870087381 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16246] ppid=16239 vsize=10151672 memory=139908497778304 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16246/stat : 16246 (java) S 16239 16242 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 67253856 10395312128 5055 18446744073709551615 4194304 4196468 140725138794480 139678799444752 139678870087381 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16247] ppid=16239 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16247/stat : 16247 (java) S 16239 16242 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 67253856 10395312128 5055 18446744073709551615 4194304 4196468 140725138794480 139678798392464 139678870087381 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16248] ppid=16239 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16248/stat : 16248 (java) S 16239 16242 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 67253856 10395312128 5055 18446744073709551615 4194304 4196468 140725138794480 139678797339664 139678870087381 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16249] ppid=16239 vsize=10151672 memory=139908497778304 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16249/stat : 16249 (java) S 16239 16242 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 67253857 10395312128 5055 18446744073709551615 4194304 4196468 140725138794480 139678366783600 139678870088322 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16250] ppid=16239 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16250/stat : 16250 (java) S 16239 16242 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 67253858 10395312128 5055 18446744073709551615 4194304 4196468 140725138794480 139678365729568 139678870087381 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16251] ppid=16239 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16251/stat : 16251 (java) S 16239 16242 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 67253858 10395312128 5055 18446744073709551615 4194304 4196468 140725138794480 139678364677232 139678870087381 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20220 KiB

[startup+0.211172 s]*
/proc/loadavg: 4.53 4.11 3.72 10/210 16257
/proc/meminfo: memFree=26159924/32770624 swapFree=67108860/67108860
[pid=16242] ppid=16239 vsize=10551156 memory=30944 CPUtime=0.14 cores=0,2,4,6
/proc/16242/stat : 16242 (java) S 16239 16242 17093 0 -1 1077944320 7430 0 0 0 12 2 0 0 20 0 15 0 67253849 10804383744 7736 18446744073709551615 4194304 4196468 140725138794480 140725138777024 139678870077175 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
/proc/16242/statm: 2637789 7736 2765 1 0 2627261 0
[pid=16242/tid=16244] ppid=16239 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=0,2,4,6
/proc/16242/task/16244/stat : 16244 (java) R 16239 16242 17093 0 -1 4202560 5283 0 0 0 9 1 0 0 20 0 15 0 67253855 10804383744 7736 18446744073709551615 4194304 4196468 140725138794480 139678874300208 139678854157662 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16245] ppid=16239 vsize=10551156 memory=330 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16245/stat : 16245 (java) S 16239 16242 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67253856 10804383744 7736 18446744073709551615 4194304 4196468 140725138794480 139678800497552 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16246] ppid=16239 vsize=10551156 memory=3762388556032747168 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16246/stat : 16246 (java) S 16239 16242 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67253856 10804383744 7736 18446744073709551615 4194304 4196468 140725138794480 139678799444752 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16247] ppid=16239 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16247/stat : 16247 (java) S 16239 16242 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67253856 10804383744 7736 18446744073709551615 4194304 4196468 140725138794480 139678798392464 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16248] ppid=16239 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16248/stat : 16248 (java) S 16239 16242 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67253856 10804383744 7736 18446744073709551615 4194304 4196468 140725138794480 139678797339664 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16249] ppid=16239 vsize=10551156 memory=139908497778304 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16249/stat : 16249 (java) S 16239 16242 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67253857 10804383744 7736 18446744073709551615 4194304 4196468 140725138794480 139678366783600 139678870088322 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16250] ppid=16239 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16250/stat : 16250 (java) S 16239 16242 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67253858 10804383744 7736 18446744073709551615 4194304 4196468 140725138794480 139678365729568 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16251] ppid=16239 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16251/stat : 16251 (java) S 16239 16242 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67253858 10804383744 7736 18446744073709551615 4194304 4196468 140725138794480 139678364677232 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16252] ppid=16239 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16252/stat : 16252 (java) S 16239 16242 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67253860 10804383744 7736 18446744073709551615 4194304 4196468 140725138794480 139678363625552 139678870095771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16253] ppid=16239 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16253/stat : 16253 (java) S 16239 16242 17093 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 67253860 10804383744 7736 18446744073709551615 4194304 4196468 140725138794480 139678362573424 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16254] ppid=16239 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16254/stat : 16254 (java) S 16239 16242 17093 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 67253860 10804383744 7736 18446744073709551615 4194304 4196468 140725138794480 139678361520624 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16255] ppid=16239 vsize=10551156 memory=139908497778304 CPUtime=0.01 cores=0,2,4,6
/proc/16242/task/16255/stat : 16255 (java) S 16239 16242 17093 0 -1 1077944384 356 0 0 0 1 0 0 0 20 0 15 0 67253860 10804383744 7736 18446744073709551615 4194304 4196468 140725138794480 139678360468336 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16256] ppid=16239 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16256/stat : 16256 (java) S 16239 16242 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67253860 10804383744 7736 18446744073709551615 4194304 4196468 140725138794480 139678359415776 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16257] ppid=16239 vsize=10551156 memory=139908497778304 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16257/stat : 16257 (java) S 16239 16242 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67253865 10804383744 7736 18446744073709551615 4194304 4196468 140725138794480 139678358362544 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30944 KiB

[startup+0.310066 s]*
/proc/loadavg: 4.53 4.11 3.72 6/210 16257
/proc/meminfo: memFree=26153036/32770624 swapFree=67108860/67108860
[pid=16242] ppid=16239 vsize=10551156 memory=37680 CPUtime=0.29 cores=0,2,4,6
/proc/16242/stat : 16242 (java) S 16239 16242 17093 0 -1 1077944320 8799 0 0 0 25 4 0 0 20 0 15 0 67253849 10804383744 9420 18446744073709551615 4194304 4196468 140725138794480 140725138777024 139678870077175 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
/proc/16242/statm: 2637789 9420 2881 1 0 2627261 0
[pid=16242/tid=16244] ppid=16239 vsize=10551156 memory=-7677926825137650786 CPUtime=0.2 cores=0,2,4,6
/proc/16242/task/16244/stat : 16244 (java) R 16239 16242 17093 0 -1 4202560 6438 0 0 0 17 3 0 0 20 0 15 0 67253855 10804383744 9420 18446744073709551615 4194304 4196468 140725138794480 139678874314384 139678854157662 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16245] ppid=16239 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16245/stat : 16245 (java) S 16239 16242 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67253856 10804383744 9420 18446744073709551615 4194304 4196468 140725138794480 139678800497552 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16246] ppid=16239 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16246/stat : 16246 (java) S 16239 16242 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67253856 10804383744 9420 18446744073709551615 4194304 4196468 140725138794480 139678799444752 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16247] ppid=16239 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16247/stat : 16247 (java) S 16239 16242 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67253856 10804383744 9420 18446744073709551615 4194304 4196468 140725138794480 139678798392464 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16248] ppid=16239 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16248/stat : 16248 (java) S 16239 16242 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67253856 10804383744 9420 18446744073709551615 4194304 4196468 140725138794480 139678797339664 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16249] ppid=16239 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16249/stat : 16249 (java) S 16239 16242 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67253857 10804383744 9420 18446744073709551615 4194304 4196468 140725138794480 139678366783600 139678870088322 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16250] ppid=16239 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16250/stat : 16250 (java) S 16239 16242 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67253858 10804383744 9420 18446744073709551615 4194304 4196468 140725138794480 139678365729568 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16251] ppid=16239 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16251/stat : 16251 (java) S 16239 16242 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67253858 10804383744 9420 18446744073709551615 4194304 4196468 140725138794480 139678364677232 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16252] ppid=16239 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16252/stat : 16252 (java) S 16239 16242 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67253860 10804383744 9420 18446744073709551615 4194304 4196468 140725138794480 139678363625552 139678870095771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16253] ppid=16239 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16242/task/16253/stat : 16253 (java) S 16239 16242 17093 0 -1 1077944384 387 0 0 0 1 0 0 0 20 0 15 0 67253860 10804383744 9420 18446744073709551615 4194304 4196468 140725138794480 139678362573424 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16254] ppid=16239 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16242/task/16254/stat : 16254 (java) S 16239 16242 17093 0 -1 1077944384 228 0 0 0 1 0 0 0 20 0 15 0 67253860 10804383744 9420 18446744073709551615 4194304 4196468 140725138794480 139678361520624 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16255] ppid=16239 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/16242/task/16255/stat : 16255 (java) S 16239 16242 17093 0 -1 1077944384 400 0 0 0 4 0 0 0 20 0 15 0 67253860 10804383744 9420 18446744073709551615 4194304 4196468 140725138794480 139678360468336 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16256] ppid=16239 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16256/stat : 16256 (java) S 16239 16242 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67253860 10804383744 9420 18446744073709551615 4194304 4196468 140725138794480 139678359415776 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16257] ppid=16239 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16257/stat : 16257 (java) S 16239 16242 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67253865 10804383744 9420 18446744073709551615 4194304 4196468 140725138794480 139678358362544 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37680 KiB

[startup+0.700911 s]
/proc/loadavg: 4.53 4.11 3.72 8/210 16257
/proc/meminfo: memFree=26113136/32770624 swapFree=67108860/67108860
[pid=16242] ppid=16239 vsize=10551232 memory=219204 CPUtime=1.39 cores=0,2,4,6
/proc/16242/stat : 16242 (java) S 16239 16242 17093 0 -1 1077944320 12225 0 0 0 127 12 0 0 20 0 15 0 67253849 10804461568 54801 18446744073709551615 4194304 4196468 140725138794480 140725138777024 139678870077175 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
/proc/16242/statm: 2637808 54801 3057 1 0 2627261 0
[pid=16242/tid=16244] ppid=16239 vsize=10551232 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/16242/task/16244/stat : 16244 (java) S 16239 16242 17093 0 -1 1077944384 7327 0 0 0 48 5 0 0 20 0 15 0 67253855 10804461568 54801 18446744073709551615 4194304 4196468 140725138794480 139678874301296 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16245] ppid=16239 vsize=10551232 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/16242/task/16245/stat : 16245 (java) R 16239 16242 17093 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 15 0 67253856 10804461568 54801 18446744073709551615 4194304 4196468 140725138794480 139678800497552 139678855104594 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16246] ppid=16239 vsize=10551232 memory=4612 CPUtime=0.04 cores=0,2,4,6
/proc/16242/task/16246/stat : 16246 (java) R 16239 16242 17093 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 15 0 67253856 10804461568 54801 18446744073709551615 4194304 4196468 140725138794480 139678799444752 139678855105049 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16247] ppid=16239 vsize=10551232 memory=1708 CPUtime=0.04 cores=0,2,4,6
/proc/16242/task/16247/stat : 16247 (java) R 16239 16242 17093 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 15 0 67253856 10804461568 54801 18446744073709551615 4194304 4196468 140725138794480 139678798392352 139678855099296 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16248] ppid=16239 vsize=10551232 memory=1444 CPUtime=0.04 cores=0,2,4,6
/proc/16242/task/16248/stat : 16248 (java) R 16239 16242 17093 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 15 0 67253856 10804461568 54801 18446744073709551615 4194304 4196468 140725138794480 139678797337472 139678854525390 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16249] ppid=16239 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16249/stat : 16249 (java) S 16239 16242 17093 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 67253857 10804461568 54801 18446744073709551615 4194304 4196468 140725138794480 139678366782112 139678870087381 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16250] ppid=16239 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16250/stat : 16250 (java) S 16239 16242 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67253858 10804461568 54801 18446744073709551615 4194304 4196468 140725138794480 139678365729568 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16251] ppid=16239 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16251/stat : 16251 (java) S 16239 16242 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67253858 10804461568 54801 18446744073709551615 4194304 4196468 140725138794480 139678364677232 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16252] ppid=16239 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16252/stat : 16252 (java) S 16239 16242 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67253860 10804461568 54801 18446744073709551615 4194304 4196468 140725138794480 139678363625552 139678870095771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16253] ppid=16239 vsize=10551232 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/16242/task/16253/stat : 16253 (java) S 16239 16242 17093 0 -1 1077944384 1466 0 0 0 22 0 0 0 20 0 15 0 67253860 10804461568 54801 18446744073709551615 4194304 4196468 140725138794480 139678362573424 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16254] ppid=16239 vsize=10551232 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/16242/task/16254/stat : 16254 (java) S 16239 16242 17093 0 -1 1077944384 1116 0 0 0 26 0 0 0 20 0 15 0 67253860 10804461568 54801 18446744073709551615 4194304 4196468 140725138794480 139678361505616 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16255] ppid=16239 vsize=10551232 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/16242/task/16255/stat : 16255 (java) S 16239 16242 17093 0 -1 1077944384 829 0 0 0 15 0 0 0 20 0 15 0 67253860 10804461568 54801 18446744073709551615 4194304 4196468 140725138794480 139678360468336 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16256] ppid=16239 vsize=10551232 memory=15 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16256/stat : 16256 (java) S 16239 16242 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67253860 10804461568 54801 18446744073709551615 4194304 4196468 140725138794480 139678359415776 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16257] ppid=16239 vsize=10551232 memory=69 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16257/stat : 16257 (java) S 16239 16242 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67253865 10804461568 54801 18446744073709551615 4194304 4196468 140725138794480 139678358362544 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 219204 KiB

[startup+1.50091 s]
/proc/loadavg: 4.48 4.11 3.72 6/210 16257
/proc/meminfo: memFree=25858260/32770624 swapFree=67108860/67108860
[pid=16242] ppid=16239 vsize=10551232 memory=612732 CPUtime=3.4 cores=0,2,4,6
/proc/16242/stat : 16242 (java) S 16239 16242 17093 0 -1 1077944320 14130 0 0 0 294 46 0 0 20 0 15 0 67253849 10804461568 153183 18446744073709551615 4194304 4196468 140725138794480 140725138777024 139678870077175 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
/proc/16242/statm: 2637808 153183 3098 1 0 2627261 0
[pid=16242/tid=16244] ppid=16239 vsize=10551232 memory=0 CPUtime=0.96 cores=0,2,4,6
/proc/16242/task/16244/stat : 16244 (java) S 16239 16242 17093 0 -1 1077944384 7411 0 0 0 90 6 0 0 20 0 15 0 67253855 10804461568 153183 18446744073709551615 4194304 4196468 140725138794480 139678874309760 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16245] ppid=16239 vsize=10551232 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/16242/task/16245/stat : 16245 (java) R 16239 16242 17093 0 -1 4202560 649 0 0 0 31 9 0 0 20 0 15 0 67253856 10804461568 153183 18446744073709551615 4194304 4196468 140725138794480 139678800497752 139678855028302 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16246] ppid=16239 vsize=10551232 memory=6673 CPUtime=0.4 cores=0,2,4,6
/proc/16242/task/16246/stat : 16246 (java) R 16239 16242 17093 0 -1 4202560 346 0 0 0 31 9 0 0 20 0 15 0 67253856 10804461568 153183 18446744073709551615 4194304 4196468 140725138794480 139678799444752 139678854774831 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16247] ppid=16239 vsize=10551232 memory=4420 CPUtime=0.4 cores=0,2,4,6
/proc/16242/task/16247/stat : 16247 (java) R 16239 16242 17093 0 -1 4202560 307 0 0 0 31 9 0 0 20 0 15 0 67253856 10804461568 153183 18446744073709551615 4194304 4196468 140725138794480 139678798392464 139678850103320 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16248] ppid=16239 vsize=10551232 memory=6628 CPUtime=0.39 cores=0,2,4,6
/proc/16242/task/16248/stat : 16248 (java) R 16239 16242 17093 0 -1 4202560 376 0 0 0 30 9 0 0 20 0 15 0 67253856 10804461568 153183 18446744073709551615 4194304 4196468 140725138794480 139678797339664 139678855028647 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16249] ppid=16239 vsize=10551232 memory=164 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16249/stat : 16249 (java) S 16239 16242 17093 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 67253857 10804461568 153183 18446744073709551615 4194304 4196468 140725138794480 139678366781920 139678870087381 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16250] ppid=16239 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16250/stat : 16250 (java) S 16239 16242 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 67253858 10804461568 153183 18446744073709551615 4194304 4196468 140725138794480 139678365729568 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16251] ppid=16239 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16251/stat : 16251 (java) S 16239 16242 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67253858 10804461568 153183 18446744073709551615 4194304 4196468 140725138794480 139678364677232 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16252] ppid=16239 vsize=10551232 memory=8772 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16252/stat : 16252 (java) S 16239 16242 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67253860 10804461568 153183 18446744073709551615 4194304 4196468 140725138794480 139678363625552 139678870095771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16253] ppid=16239 vsize=10551232 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/16242/task/16253/stat : 16253 (java) S 16239 16242 17093 0 -1 1077944384 1481 0 0 0 29 0 0 0 20 0 15 0 67253860 10804461568 153183 18446744073709551615 4194304 4196468 140725138794480 139678362573424 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16254] ppid=16239 vsize=10551232 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/16242/task/16254/stat : 16254 (java) S 16239 16242 17093 0 -1 1077944384 1142 0 0 0 33 0 0 0 20 0 15 0 67253860 10804461568 153183 18446744073709551615 4194304 4196468 140725138794480 139678361520624 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16255] ppid=16239 vsize=10551232 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/16242/task/16255/stat : 16255 (java) S 16239 16242 17093 0 -1 1077944384 846 0 0 0 17 0 0 0 20 0 15 0 67253860 10804461568 153183 18446744073709551615 4194304 4196468 140725138794480 139678360468336 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0

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

/proc/16242/task/16247/stat : 16247 (java) S 16239 16242 17093 0 -1 1077944384 5966 0 0 0 633 49 0 0 20 0 16 0 67253856 10872623104 740820 18446744073709551615 4194304 4196468 140725138794480 139678798392464 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16248] ppid=16239 vsize=10617796 memory=2963280 CPUtime=6.8 cores=0,2,4,6
/proc/16242/task/16248/stat : 16248 (java) S 16239 16242 17093 0 -1 1077944384 3113 0 0 0 624 56 0 0 20 0 16 0 67253856 10872623104 740820 18446744073709551615 4194304 4196468 140725138794480 139678797339664 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16249] ppid=16239 vsize=10617796 memory=2963280 CPUtime=2.5 cores=0,2,4,6
/proc/16242/task/16249/stat : 16249 (java) S 16239 16242 17093 0 -1 1077944384 4894 0 0 0 250 0 0 0 20 0 16 0 67253857 10872623104 740820 18446744073709551615 4194304 4196468 140725138794480 139678366783600 139678870088322 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16250] ppid=16239 vsize=10617796 memory=2963280 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16250/stat : 16250 (java) S 16239 16242 17093 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 67253858 10872623104 740820 18446744073709551615 4194304 4196468 140725138794480 139678365729632 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16251] ppid=16239 vsize=10617796 memory=2963280 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16251/stat : 16251 (java) S 16239 16242 17093 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 67253858 10872623104 740820 18446744073709551615 4194304 4196468 140725138794480 139678364677248 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16252] ppid=16239 vsize=10617796 memory=2963280 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16252/stat : 16252 (java) S 16239 16242 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67253860 10872623104 740820 18446744073709551615 4194304 4196468 140725138794480 139678363625552 139678870095771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16253] ppid=16239 vsize=10617796 memory=279816717858288 CPUtime=1.97 cores=0,2,4,6
/proc/16242/task/16253/stat : 16253 (java) S 16239 16242 17093 0 -1 1077944384 11189 0 0 0 195 2 0 0 20 0 16 0 67253860 10872623104 740820 18446744073709551615 4194304 4196468 140725138794480 139678362573424 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16254] ppid=16239 vsize=10617796 memory=2963280 CPUtime=1.48 cores=0,2,4,6
/proc/16242/task/16254/stat : 16254 (java) S 16239 16242 17093 0 -1 1077944384 7794 0 0 0 147 1 0 0 20 0 16 0 67253860 10872623104 740820 18446744073709551615 4194304 4196468 140725138794480 139678361520624 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16255] ppid=16239 vsize=10617796 memory=2963280 CPUtime=0.34 cores=0,2,4,6
/proc/16242/task/16255/stat : 16255 (java) S 16239 16242 17093 0 -1 1077944384 4380 0 0 0 33 1 0 0 20 0 16 0 67253860 10872623104 740820 18446744073709551615 4194304 4196468 140725138794480 139678360468336 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16256] ppid=16239 vsize=10617796 memory=2963280 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16256/stat : 16256 (java) S 16239 16242 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67253860 10872623104 740820 18446744073709551615 4194304 4196468 140725138794480 139678359415776 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16257] ppid=16239 vsize=10617796 memory=2963280 CPUtime=0.09 cores=0,2,4,6
/proc/16242/task/16257/stat : 16257 (java) S 16239 16242 17093 0 -1 1077944384 492 0 0 0 5 4 0 0 20 0 16 0 67253865 10872623104 740820 18446744073709551615 4194304 4196468 140725138794480 139678358362544 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16258] ppid=16239 vsize=10617796 memory=2420 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16258/stat : 16258 (java) S 16239 16242 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 67255166 10872623104 740820 18446744073709551615 4194304 4196468 140725138794480 139678357308080 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
Current children cumulated CPU time: 186.24 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2963280 KiB

[startup+222.301 s]
/proc/loadavg: 3.52 3.88 3.71 7/210 16415
/proc/meminfo: memFree=20382864/32770624 swapFree=67108860/67108860
[pid=16242] ppid=16239 vsize=10617796 memory=2963288 CPUtime=246.29 cores=0,2,4,6
/proc/16242/stat : 16242 (java) S 16239 16242 17093 0 -1 1077944320 75464 0 0 0 24391 238 0 0 20 0 16 0 67253849 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 140725138777024 139678870077175 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
/proc/16242/statm: 2654449 740822 3145 1 0 2643902 0
[pid=16242/tid=16244] ppid=16239 vsize=10617796 memory=2963280 CPUtime=212.66 cores=0,2,4,6
/proc/16242/task/16244/stat : 16244 (java) R 16239 16242 17093 0 -1 4202560 28441 0 0 0 21255 11 0 0 20 0 16 0 67253855 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678874314184 139678464294060 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16245] ppid=16239 vsize=10617796 memory=2963288 CPUtime=6.7 cores=0,2,4,6
/proc/16242/task/16245/stat : 16245 (java) S 16239 16242 17093 0 -1 1077944384 3434 0 0 0 619 51 0 0 20 0 16 0 67253856 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678800497552 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16246] ppid=16239 vsize=10617796 memory=2963288 CPUtime=6.8 cores=0,2,4,6
/proc/16242/task/16246/stat : 16246 (java) S 16239 16242 17093 0 -1 1077944384 4112 0 0 0 623 57 0 0 20 0 16 0 67253856 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678799444752 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16247] ppid=16239 vsize=10617796 memory=2963288 CPUtime=6.82 cores=0,2,4,6
/proc/16242/task/16247/stat : 16247 (java) S 16239 16242 17093 0 -1 1077944384 5966 0 0 0 633 49 0 0 20 0 16 0 67253856 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678798392464 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16248] ppid=16239 vsize=10617796 memory=2963288 CPUtime=6.8 cores=0,2,4,6
/proc/16242/task/16248/stat : 16248 (java) S 16239 16242 17093 0 -1 1077944384 3113 0 0 0 624 56 0 0 20 0 16 0 67253856 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678797339664 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16249] ppid=16239 vsize=10617796 memory=2963288 CPUtime=2.5 cores=0,2,4,6
/proc/16242/task/16249/stat : 16249 (java) S 16239 16242 17093 0 -1 1077944384 4903 0 0 0 250 0 0 0 20 0 16 0 67253857 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678366783600 139678870088322 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16250] ppid=16239 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16250/stat : 16250 (java) S 16239 16242 17093 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 67253858 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678365729632 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16251] ppid=16239 vsize=10617796 memory=670 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16251/stat : 16251 (java) S 16239 16242 17093 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 67253858 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678364677248 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16252] ppid=16239 vsize=10617796 memory=2963288 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16252/stat : 16252 (java) S 16239 16242 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67253860 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678363625552 139678870095771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16253] ppid=16239 vsize=10617796 memory=2963288 CPUtime=1.97 cores=0,2,4,6
/proc/16242/task/16253/stat : 16253 (java) S 16239 16242 17093 0 -1 1077944384 11197 0 0 0 195 2 0 0 20 0 16 0 67253860 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678362573424 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16254] ppid=16239 vsize=10617796 memory=2963288 CPUtime=1.48 cores=0,2,4,6
/proc/16242/task/16254/stat : 16254 (java) S 16239 16242 17093 0 -1 1077944384 7797 0 0 0 147 1 0 0 20 0 16 0 67253860 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678361520624 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16255] ppid=16239 vsize=10617796 memory=1156 CPUtime=0.35 cores=0,2,4,6
/proc/16242/task/16255/stat : 16255 (java) S 16239 16242 17093 0 -1 1077944384 4519 0 0 0 34 1 0 0 20 0 16 0 67253860 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678360468336 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16256] ppid=16239 vsize=10617796 memory=3140 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16256/stat : 16256 (java) S 16239 16242 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67253860 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678359415776 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16257] ppid=16239 vsize=10617796 memory=4028 CPUtime=0.14 cores=0,2,4,6
/proc/16242/task/16257/stat : 16257 (java) S 16239 16242 17093 0 -1 1077944384 531 0 0 0 7 7 0 0 20 0 16 0 67253865 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678358362544 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16258] ppid=16239 vsize=10617796 memory=37864 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16258/stat : 16258 (java) S 16239 16242 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 67255166 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678357308080 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
Current children cumulated CPU time: 246.29 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2963288 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+228.001 s]*
/proc/loadavg: 3.48 3.87 3.71 7/210 16415
/proc/meminfo: memFree=20382864/32770624 swapFree=67108860/67108860
[pid=16242] ppid=16239 vsize=10617796 memory=2963288 CPUtime=252 cores=0,2,4,6
/proc/16242/stat : 16242 (java) S 16239 16242 17093 0 -1 1077944320 75671 0 0 0 24962 238 0 0 20 0 16 0 67253849 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 140725138777024 139678870077175 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
/proc/16242/statm: 2654449 740822 3145 1 0 2643902 0
[pid=16242/tid=16244] ppid=16239 vsize=10617796 memory=-7677926825137650786 CPUtime=218.36 cores=0,2,4,6
/proc/16242/task/16244/stat : 16244 (java) R 16239 16242 17093 0 -1 4202560 28648 0 0 0 21825 11 0 0 20 0 16 0 67253855 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678874314184 139678464350715 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16245] ppid=16239 vsize=10617796 memory=4872558044660077418 CPUtime=6.7 cores=0,2,4,6
/proc/16242/task/16245/stat : 16245 (java) S 16239 16242 17093 0 -1 1077944384 3434 0 0 0 619 51 0 0 20 0 16 0 67253856 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678800497552 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16246] ppid=16239 vsize=10617796 memory=680 CPUtime=6.8 cores=0,2,4,6
/proc/16242/task/16246/stat : 16246 (java) S 16239 16242 17093 0 -1 1077944384 4112 0 0 0 623 57 0 0 20 0 16 0 67253856 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678799444752 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16247] ppid=16239 vsize=10617796 memory=682 CPUtime=6.82 cores=0,2,4,6
/proc/16242/task/16247/stat : 16247 (java) S 16239 16242 17093 0 -1 1077944384 5966 0 0 0 633 49 0 0 20 0 16 0 67253856 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678798392464 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16248] ppid=16239 vsize=10617796 memory=680 CPUtime=6.8 cores=0,2,4,6
/proc/16242/task/16248/stat : 16248 (java) S 16239 16242 17093 0 -1 1077944384 3113 0 0 0 624 56 0 0 20 0 16 0 67253856 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678797339664 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16249] ppid=16239 vsize=10617796 memory=250 CPUtime=2.5 cores=0,2,4,6
/proc/16242/task/16249/stat : 16249 (java) S 16239 16242 17093 0 -1 1077944384 4903 0 0 0 250 0 0 0 20 0 16 0 67253857 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678366783600 139678870088322 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16250] ppid=16239 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16250/stat : 16250 (java) S 16239 16242 17093 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 67253858 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678365729632 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16251] ppid=16239 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16251/stat : 16251 (java) S 16239 16242 17093 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 67253858 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678364677248 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16252] ppid=16239 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16252/stat : 16252 (java) S 16239 16242 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67253860 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678363625552 139678870095771 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16253] ppid=16239 vsize=10617796 memory=197 CPUtime=1.97 cores=0,2,4,6
/proc/16242/task/16253/stat : 16253 (java) S 16239 16242 17093 0 -1 1077944384 11197 0 0 0 195 2 0 0 20 0 16 0 67253860 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678362573424 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16254] ppid=16239 vsize=10617796 memory=148 CPUtime=1.48 cores=0,2,4,6
/proc/16242/task/16254/stat : 16254 (java) S 16239 16242 17093 0 -1 1077944384 7797 0 0 0 147 1 0 0 20 0 16 0 67253860 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678361520624 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16255] ppid=16239 vsize=10617796 memory=35 CPUtime=0.35 cores=0,2,4,6
/proc/16242/task/16255/stat : 16255 (java) S 16239 16242 17093 0 -1 1077944384 4519 0 0 0 34 1 0 0 20 0 16 0 67253860 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678360468336 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16256] ppid=16239 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16256/stat : 16256 (java) S 16239 16242 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67253860 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678359415776 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16257] ppid=16239 vsize=10617796 memory=14 CPUtime=0.14 cores=0,2,4,6
/proc/16242/task/16257/stat : 16257 (java) S 16239 16242 17093 0 -1 1077944384 531 0 0 0 7 7 0 0 20 0 16 0 67253865 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678358362544 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16258] ppid=16239 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16258/stat : 16258 (java) S 16239 16242 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 67255166 10872623104 740822 18446744073709551615 4194304 4196468 140725138794480 139678357308080 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2963288 KiB

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

[startup+228.252 s]
# the end of solver process 16242 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.663 s, system=2.40379 s

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

[startup+228.201 s]
/proc/loadavg: 3.48 3.87 3.71 7/210 16415
/proc/meminfo: memFree=20382864/32770624 swapFree=67108860/67108860
[pid=16242] ppid=16239 vsize=10817488 memory=2963644 CPUtime=252.02 cores=0,2,4,6
/proc/16242/stat : 16242 (java) S 16239 16242 17093 0 -1 1077944320 76434 0 0 0 24964 238 0 0 20 0 17 0 67253849 11077107712 740911 18446744073709551615 4194304 4196468 140725138794480 140725138777024 139678870077175 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
/proc/16242/statm: 2704372 740911 3147 1 0 2693825 0
[pid=16242/tid=16244] ppid=16239 vsize=10817488 memory=288230621803970871 CPUtime=218.38 cores=0,2,4,6
/proc/16242/task/16244/stat : 16244 (java) S 16239 16242 17093 0 -1 1077944384 28701 0 0 0 21827 11 0 0 20 0 17 0 67253855 11077107712 740911 18446744073709551615 4194304 4196468 140725138794480 139678874320048 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16245] ppid=16239 vsize=10817488 memory=13563795322702378 CPUtime=6.7 cores=0,2,4,6
/proc/16242/task/16245/stat : 16245 (java) S 16239 16242 17093 0 -1 1077944384 3434 0 0 0 619 51 0 0 20 0 17 0 67253856 11077107712 740911 18446744073709551615 4194304 4196468 140725138794480 139678800497552 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16246] ppid=16239 vsize=10817488 memory=-8774313645642428999 CPUtime=6.8 cores=0,2,4,6
/proc/16242/task/16246/stat : 16246 (java) S 16239 16242 17093 0 -1 1077944384 4112 0 0 0 623 57 0 0 20 0 17 0 67253856 11077107712 740911 18446744073709551615 4194304 4196468 140725138794480 139678799444752 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16247] ppid=16239 vsize=10817488 memory=15876 CPUtime=6.82 cores=0,2,4,6
/proc/16242/task/16247/stat : 16247 (java) S 16239 16242 17093 0 -1 1077944384 5966 0 0 0 633 49 0 0 20 0 17 0 67253856 11077107712 740911 18446744073709551615 4194304 4196468 140725138794480 139678798392464 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16248] ppid=16239 vsize=10817488 memory=4048 CPUtime=6.8 cores=0,2,4,6
/proc/16242/task/16248/stat : 16248 (java) S 16239 16242 17093 0 -1 1077944384 3113 0 0 0 624 56 0 0 20 0 17 0 67253856 11077107712 740911 18446744073709551615 4194304 4196468 140725138794480 139678797339664 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16249] ppid=16239 vsize=10817488 memory=0 CPUtime=2.5 cores=0,2,4,6
/proc/16242/task/16249/stat : 16249 (java) S 16239 16242 17093 0 -1 1077944384 4938 0 0 0 250 0 0 0 20 0 17 0 67253857 11077107712 740911 18446744073709551615 4194304 4196468 140725138794480 139678366783600 139678870088322 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16250] ppid=16239 vsize=10817488 memory=7235147594880805952 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16250/stat : 16250 (java) S 16239 16242 17093 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 67253858 11077107712 740911 18446744073709551615 4194304 4196468 140725138794480 139678365729632 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16251] ppid=16239 vsize=10817488 memory=7235147594880805952 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16251/stat : 16251 (java) S 16239 16242 17093 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 67253858 11077107712 740911 18446744073709551615 4194304 4196468 140725138794480 139678364677248 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16252] ppid=16239 vsize=10817488 memory=4639948313719891052 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16252/stat : 16252 (java) S 16239 16242 17093 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 17 0 67253860 11077107712 740911 18446744073709551615 4194304 4196468 140725138794480 139678363625552 139678870095771 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16253] ppid=16239 vsize=10817488 memory=7811883224252311656 CPUtime=1.97 cores=0,2,4,6
/proc/16242/task/16253/stat : 16253 (java) S 16239 16242 17093 0 -1 1077944384 11197 0 0 0 195 2 0 0 20 0 17 0 67253860 11077107712 740911 18446744073709551615 4194304 4196468 140725138794480 139678362573424 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16254] ppid=16239 vsize=10817488 memory=7811883224252311656 CPUtime=1.48 cores=0,2,4,6
/proc/16242/task/16254/stat : 16254 (java) S 16239 16242 17093 0 -1 1077944384 7797 0 0 0 147 1 0 0 20 0 17 0 67253860 11077107712 740911 18446744073709551615 4194304 4196468 140725138794480 139678361520624 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16255] ppid=16239 vsize=10817488 memory=7092159384561673320 CPUtime=0.35 cores=0,2,4,6
/proc/16242/task/16255/stat : 16255 (java) S 16239 16242 17093 0 -1 1077944384 4679 0 0 0 34 1 0 0 20 0 17 0 67253860 11077107712 740911 18446744073709551615 4194304 4196468 140725138794480 139678360468336 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16256] ppid=16239 vsize=10817488 memory=7235147594880805952 CPUtime=0 cores=0,2,4,6
/proc/16242/task/16256/stat : 16256 (java) S 16239 16242 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 67253860 11077107712 740911 18446744073709551615 4194304 4196468 140725138794480 139678359415776 139678870087381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
[pid=16242/tid=16257] ppid=16239 vsize=10817488 memory=22091 CPUtime=0.14 cores=0,2,4,6
/proc/16242/task/16257/stat : 16257 (java) S 16239 16242 17093 0 -1 1077944384 531 0 0 0 7 7 0 0 20 0 17 0 67253865 11077107712 740911 18446744073709551615 4194304 4196468 140725138794480 139678358362544 139678870088322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10080256 140725138796949 140725138797102 140725138797102 140725138800591 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 2963644 KiB

Child status: 143
Real time (s): 228.253
CPU time (s): 252.067
CPU user time (s): 249.663
CPU system time (s): 2.40379
CPU usage (%): 110.434
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 2963644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.663
system time used= 2.40379
maximum resident set size= 2963856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76782
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8611
involuntary context switches= 533


# summary of solver processes directly reported to runsolver:
#   pid: 16242
#   total CPU time (s): 252.067
#   total CPU user time (s): 249.663
#   total CPU system time (s): 2.40379

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.996962 second user time and 2.59631 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 20:42:37
IDJOB=4257901
IDBENCH=137387
IDSOLVER=2643
FILE ID=node127/4257901-1502650605
RUNJOBID= node127-1502642200-6040
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n2w4b2r4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257901-1502650605/watcher-4257901-1502650605 -o /tmp/evaluation-result-4257901-1502650605/solver-4257901-1502650605 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257901-1502650605.xml

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

MD5SUM BENCH= 6d00557b853b2556046a5f6541eccb2e
RANDOM SEED=479840707

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26197616 kB
MemAvailable:   26639372 kB
Buffers:          202464 kB
Cached:           534848 kB
SwapCached:            0 kB
Active:          5920456 kB
Inactive:         217792 kB
Active(anon):    5350216 kB
Inactive(anon):    83872 kB
Active(file):     570240 kB
Inactive(file):   133920 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1712 kB
Writeback:             0 kB
AnonPages:       5414540 kB
Mapped:            59076 kB
Shmem:             33444 kB
Slab:             132524 kB
SReclaimable:     106864 kB
SUnreclaim:        25660 kB
KernelStack:        3712 kB
PageTables:        15480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5874372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5163008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 20:46:25