Trace number 4263191

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-05SAT (TO)644 2520.3899 2480.47

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n45/
TravellingSalesman-45-30-04.xml
MD5SUM5907a24d8dc1871b0962636261677367
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark163
Best CPU time to get the best result obtained on this benchmark2520.1101
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints46
Number of domains2
Minimum domain size34
Maximum domain size45
Distribution of domain sizes[{"size":34,"count":45},{"size":45,"count":45}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":45}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

23.53/11.42	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
23.53/11.42	c This is free software under the dual EPL/GNU LGPL licenses.
23.53/11.42	c See www.sat4j.org for details.
23.53/11.42	c That software uses the Rhino library from the Mozilla project.
23.53/11.42	c version CUSTOM.v20170705
23.53/11.42	c java.runtime.name	Java(TM) SE Runtime Environment
23.53/11.42	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
23.53/11.42	c java.vm.version	25.131-b11
23.53/11.42	c java.vm.vendor	Oracle Corporation
23.53/11.42	c sun.arch.data.model	64
23.53/11.42	c java.version		1.8.0_131
23.53/11.42	c os.name		Linux
23.53/11.42	c os.version		3.10.0-514.16.1.el7.x86_64
23.53/11.42	c os.arch		amd64
23.53/11.42	c Free memory 		499604488
23.53/11.42	c Max memory 		7247757312
23.53/11.42	c Total memory 		504889344
23.53/11.42	c Number of processors 	4
23.53/11.42	c c --- Begin Solver configuration ---
23.53/11.42	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
23.53/11.42	c Learn all clauses as in MiniSAT
23.53/11.42	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
23.53/11.42	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
23.53/11.42	c No reason simplification
23.53/11.42	c Glucose 2.1 dynamic restart strategy
23.53/11.42	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
23.53/11.42	c timeout=2147483s
23.53/11.42	c DB Simplification allowed=false
23.53/11.42	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
23.53/11.42	c --- End Solver configuration ---
23.53/11.42	c constraints type 
23.53/11.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 180
23.53/11.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11092950
23.53/11.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1069020
23.53/11.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 90
23.53/11.42	c 12162240 constraints processed.
42.84/29.25	o 644
2520.28/2480.40	c starts		: 4097
2520.28/2480.40	c conflicts		: 2191989
2520.28/2480.40	c decisions		: 292144747
2520.28/2480.40	c propagations		: 10172480815
2520.28/2480.40	c inspects		: 13981080114
2520.28/2480.40	c shortcuts		: 0
2520.28/2480.40	c learnt literals	: 0
2520.28/2480.40	c learnt binary clauses	: 2961
2520.28/2480.40	c learnt ternary clauses	: 3500
2520.28/2480.40	c learnt constraints	: 2191989
2520.28/2480.40	c ignored constraints	: 0
2520.28/2480.40	c root simplifications	: 0
2520.28/2480.40	c removed literals (reason simplification)	: 0
2520.28/2480.40	c reason swapping (by a shorter reason)	: 0
2520.28/2480.40	c Calls to reduceDB	: 63
2520.28/2480.40	c Number of update (reduction) of LBD	: 1994616
2520.28/2480.40	c Imported unit clauses	: 0
2520.28/2480.40	c number of reductions to clauses (during analyze)	: 0
2520.28/2480.40	c number of learned constraints concerned by reduction	: 0
2520.28/2480.40	c number of learning phase by resolution	: 0
2520.28/2480.40	c number of learning phase by cutting planes	: 0
2520.28/2480.40	c number of rounding to 1 operations	: 0
2520.28/2480.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.28/2480.40	c number of reductions of the coefficients by power 2 	: 0
2520.28/2480.40	c number of right shift for reduction by power 2 	: 0
2520.28/2480.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.28/2480.40	c speed (assignments/second)	: 4120211.4991887147
2520.28/2480.40	c non guided choices	94888930
2520.28/2480.43	c learnt constraints type 
2520.28/2480.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2961
2520.28/2480.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109997
2520.28/2480.43	s SATISFIABLE
2520.28/2480.43	v <instantiation type="solution">
2520.28/2480.43	v 	<list> c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] </list>
2520.28/2480.43	v 	<values> 22 18 3 12 33 30 36 16 37 7 8 17 25 43 38 19 26 34 15 2 13 24 28 41 11 0 9 20 27 6 31 1 29 32 40 23 5 35 4 39 21 44 42 14 10 13 21 26 24 3 7 18 22 19 18 6 6 22 13 12 6 5 16 19 5 19 4 8 23 14 10 7 16 13 17 21 17 6 8 11 19 23 20 24 15 15 9 21 10 13 </values>
2520.28/2480.43	v </instantiation>
2520.28/2480.43	

Verifier Data

OK	644

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 (14541 MiB free)
  memory of node 1: 16384 MiB (15641 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.100152 s]*
/proc/loadavg: 2.02 2.02 2.14 2/200 25651
/proc/meminfo: memFree=30908012/32770624 swapFree=67108776/67108860
[pid=25650] ppid=25647 vsize=33976 memory=456 CPUtime=0 cores=1,3,5,7
/proc/25650/stat : 25650 (runsolver) D 25647 25650 7084 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 162933292 34791424 114 18446744073709551615 4194304 4346622 140725433337168 140725433333800 140698245821143 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6446216 6449568 36720640 140725433344098 140725433344548 140725433344548 140725433348042 0
/proc/25650/statm: 8494 114 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209318 s]*
/proc/loadavg: 2.02 2.02 2.14 2/213 25664
/proc/meminfo: memFree=30893648/32770624 swapFree=67108776/67108860
[pid=25650] ppid=25647 vsize=10484492 memory=24640 CPUtime=0.06 cores=1,3,5,7
/proc/25650/stat : 25650 (java) S 25647 25650 7084 0 -1 1077944320 4619 0 0 0 5 1 0 0 20 0 14 0 162933292 10736119808 6160 18446744073709551615 4194304 4196468 140725995629600 140725995612144 140572976639735 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 12 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
/proc/25650/statm: 2621123 6160 2572 1 0 2610620 0
[pid=25650/tid=25652] ppid=25647 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/25650/task/25652/stat : 25652 (java) D 25647 25650 7084 0 -1 4202560 2719 0 0 0 4 0 0 0 20 0 14 0 162933304 10736119808 6160 18446744073709551615 4194304 4196468 140725995629600 140572980877216 140572976661757 0 4 1 16800974 18446744071580418449 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25653] ppid=25647 vsize=10484492 memory=329 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25653/stat : 25653 (java) S 25647 25650 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 162933305 10736119808 6160 18446744073709551615 4194304 4196468 140725995629600 140572588170128 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25654] ppid=25647 vsize=10484492 memory=3472474500655183520 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25654/stat : 25654 (java) S 25647 25650 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 162933305 10736119808 6160 18446744073709551615 4194304 4196468 140725995629600 140572587117328 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25655] ppid=25647 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25655/stat : 25655 (java) S 25647 25650 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 162933305 10736119808 6160 18446744073709551615 4194304 4196468 140725995629600 140572586065040 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25656] ppid=25647 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25656/stat : 25656 (java) S 25647 25650 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 162933305 10736119808 6160 18446744073709551615 4194304 4196468 140725995629600 140572585012240 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25657] ppid=25647 vsize=10484492 memory=140698248771200 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25657/stat : 25657 (java) S 25647 25650 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 162933307 10736119808 6160 18446744073709551615 4194304 4196468 140725995629600 140572540737648 140572976650882 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25658] ppid=25647 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25658/stat : 25658 (java) S 25647 25650 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 162933307 10736119808 6160 18446744073709551615 4194304 4196468 140725995629600 140572539683616 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25659] ppid=25647 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25659/stat : 25659 (java) S 25647 25650 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 162933307 10736119808 6160 18446744073709551615 4194304 4196468 140725995629600 140572538631280 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25660] ppid=25647 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25660/stat : 25660 (java) S 25647 25650 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 162933310 10736119808 6160 18446744073709551615 4194304 4196468 140725995629600 140572537579600 140572976658331 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25661] ppid=25647 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25661/stat : 25661 (java) S 25647 25650 7084 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 14 0 162933310 10736119808 6160 18446744073709551615 4194304 4196468 140725995629600 140572536527472 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25662] ppid=25647 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25662/stat : 25662 (java) S 25647 25650 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 162933310 10736119808 6160 18446744073709551615 4194304 4196468 140725995629600 140572011522544 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25663] ppid=25647 vsize=10484492 memory=140698248771200 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25663/stat : 25663 (java) S 25647 25650 7084 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 14 0 162933310 10736119808 6160 18446744073709551615 4194304 4196468 140725995629600 140572010470256 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25664] ppid=25647 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25664/stat : 25664 (java) S 25647 25650 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 162933310 10736119808 6160 18446744073709551615 4194304 4196468 140725995629600 140572009417696 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 24640 KiB

[startup+0.310311 s]*
/proc/loadavg: 2.02 2.02 2.14 3/214 25665
/proc/meminfo: memFree=30887500/32770624 swapFree=67108776/67108860
[pid=25650] ppid=25647 vsize=10551156 memory=31388 CPUtime=0.11 cores=1,3,5,7
/proc/25650/stat : 25650 (java) S 25647 25650 7084 0 -1 1077944320 7469 0 0 0 9 2 0 0 20 0 15 0 162933292 10804383744 7847 18446744073709551615 4194304 4196468 140725995629600 140725995612144 140572976639735 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 12 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
/proc/25650/statm: 2637789 7847 2807 1 0 2627261 0
[pid=25650/tid=25652] ppid=25647 vsize=10551156 memory=-8774313645642428999 CPUtime=0.09 cores=1,3,5,7
/proc/25650/task/25652/stat : 25652 (java) R 25647 25650 7084 0 -1 4202560 5366 0 0 0 7 2 0 0 20 0 15 0 162933304 10804383744 7847 18446744073709551615 4194304 4196468 140725995629600 140572980828080 140572976661661 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25653] ppid=25647 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25653/stat : 25653 (java) S 25647 25650 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162933305 10804383744 7847 18446744073709551615 4194304 4196468 140725995629600 140572588170128 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25654] ppid=25647 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25654/stat : 25654 (java) S 25647 25650 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162933305 10804383744 7847 18446744073709551615 4194304 4196468 140725995629600 140572587117328 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25655] ppid=25647 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25655/stat : 25655 (java) S 25647 25650 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162933305 10804383744 7847 18446744073709551615 4194304 4196468 140725995629600 140572586065040 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25656] ppid=25647 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25656/stat : 25656 (java) S 25647 25650 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162933305 10804383744 7847 18446744073709551615 4194304 4196468 140725995629600 140572585012240 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25657] ppid=25647 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25657/stat : 25657 (java) S 25647 25650 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162933307 10804383744 7847 18446744073709551615 4194304 4196468 140725995629600 140572540737648 140572976650882 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25658] ppid=25647 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25658/stat : 25658 (java) S 25647 25650 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162933307 10804383744 7847 18446744073709551615 4194304 4196468 140725995629600 140572539683616 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25659] ppid=25647 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25659/stat : 25659 (java) S 25647 25650 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162933307 10804383744 7847 18446744073709551615 4194304 4196468 140725995629600 140572538631280 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25660] ppid=25647 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25660/stat : 25660 (java) S 25647 25650 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162933310 10804383744 7847 18446744073709551615 4194304 4196468 140725995629600 140572537579600 140572976658331 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25661] ppid=25647 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25661/stat : 25661 (java) S 25647 25650 7084 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 15 0 162933310 10804383744 7847 18446744073709551615 4194304 4196468 140725995629600 140572536527472 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25662] ppid=25647 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25662/stat : 25662 (java) S 25647 25650 7084 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 162933310 10804383744 7847 18446744073709551615 4194304 4196468 140725995629600 140572011522544 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25663] ppid=25647 vsize=10551156 memory=140698248771200 CPUtime=0.01 cores=1,3,5,7
/proc/25650/task/25663/stat : 25663 (java) S 25647 25650 7084 0 -1 1077944384 286 0 0 0 1 0 0 0 20 0 15 0 162933310 10804383744 7847 18446744073709551615 4194304 4196468 140725995629600 140572010470256 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25664] ppid=25647 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25664/stat : 25664 (java) S 25647 25650 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162933310 10804383744 7847 18446744073709551615 4194304 4196468 140725995629600 140572009417696 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25665] ppid=25647 vsize=10551156 memory=140698248771200 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25665/stat : 25665 (java) S 25647 25650 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162933319 10804383744 7847 18446744073709551615 4194304 4196468 140725995629600 140572008364464 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31388 KiB

[startup+0.704762 s]
/proc/loadavg: 2.02 2.02 2.14 3/214 25665
/proc/meminfo: memFree=30874076/32770624 swapFree=67108776/67108860
[pid=25650] ppid=25647 vsize=10551232 memory=73424 CPUtime=1.09 cores=1,3,5,7
/proc/25650/stat : 25650 (java) S 25647 25650 7084 0 -1 1077944320 12411 0 0 0 105 4 0 0 20 0 15 0 162933292 10804461568 18356 18446744073709551615 4194304 4196468 140725995629600 140725995612144 140572976639735 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 12 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
/proc/25650/statm: 2637808 18356 3044 1 0 2627261 0
[pid=25650/tid=25652] ppid=25647 vsize=10551232 memory=212 CPUtime=0.47 cores=1,3,5,7
/proc/25650/task/25652/stat : 25652 (java) R 25647 25650 7084 0 -1 4202560 7742 0 0 0 44 3 0 0 20 0 15 0 162933304 10804461568 18356 18446744073709551615 4194304 4196468 140725995629600 140572980874656 140572956836444 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25653] ppid=25647 vsize=10551232 memory=5 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25653/stat : 25653 (java) S 25647 25650 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162933305 10804461568 18356 18446744073709551615 4194304 4196468 140725995629600 140572588170128 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25654] ppid=25647 vsize=10551232 memory=2141 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25654/stat : 25654 (java) S 25647 25650 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162933305 10804461568 18356 18446744073709551615 4194304 4196468 140725995629600 140572587117328 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25655] ppid=25647 vsize=10551232 memory=534 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25655/stat : 25655 (java) S 25647 25650 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162933305 10804461568 18356 18446744073709551615 4194304 4196468 140725995629600 140572586065040 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25656] ppid=25647 vsize=10551232 memory=6183 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25656/stat : 25656 (java) S 25647 25650 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162933305 10804461568 18356 18446744073709551615 4194304 4196468 140725995629600 140572585012240 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25657] ppid=25647 vsize=10551232 memory=56 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25657/stat : 25657 (java) S 25647 25650 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 162933307 10804461568 18356 18446744073709551615 4194304 4196468 140725995629600 140572540737648 140572976650882 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25658] ppid=25647 vsize=10551232 memory=497 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25658/stat : 25658 (java) S 25647 25650 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162933307 10804461568 18356 18446744073709551615 4194304 4196468 140725995629600 140572539683616 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25659] ppid=25647 vsize=10551232 memory=1045 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25659/stat : 25659 (java) S 25647 25650 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162933307 10804461568 18356 18446744073709551615 4194304 4196468 140725995629600 140572538631280 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25660] ppid=25647 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25660/stat : 25660 (java) S 25647 25650 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162933310 10804461568 18356 18446744073709551615 4194304 4196468 140725995629600 140572537579600 140572976658331 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25661] ppid=25647 vsize=10551232 memory=932 CPUtime=0.2 cores=1,3,5,7
/proc/25650/task/25661/stat : 25661 (java) R 25647 25650 7084 0 -1 1077944384 1186 0 0 0 20 0 0 0 20 0 15 0 162933310 10804461568 18356 18446744073709551615 4194304 4196468 140725995629600 140572536517264 140572976649941 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25662] ppid=25647 vsize=10551232 memory=6153431502485415530 CPUtime=0.19 cores=1,3,5,7
/proc/25650/task/25662/stat : 25662 (java) R 25647 25650 7084 0 -1 4202560 927 0 0 0 19 0 0 0 20 0 15 0 162933310 10804461568 18356 18446744073709551615 4194304 4196468 140725995629600 140572011512336 140572961535757 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25663] ppid=25647 vsize=10551232 memory=7453282923562100820 CPUtime=0.21 cores=1,3,5,7
/proc/25650/task/25663/stat : 25663 (java) S 25647 25650 7084 0 -1 1077944384 1184 0 0 0 21 0 0 0 20 0 15 0 162933310 10804461568 18356 18446744073709551615 4194304 4196468 140725995629600 140572010470256 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25664] ppid=25647 vsize=10551232 memory=7522536878712186197 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25664/stat : 25664 (java) S 25647 25650 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162933310 10804461568 18356 18446744073709551615 4194304 4196468 140725995629600 140572009417696 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25665] ppid=25647 vsize=10551232 memory=-6520820226721612596 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25665/stat : 25665 (java) S 25647 25650 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162933319 10804461568 18356 18446744073709551615 4194304 4196468 140725995629600 140572008364464 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 73424 KiB

[startup+1.50083 s]
/proc/loadavg: 2.02 2.02 2.14 5/214 25665
/proc/meminfo: memFree=30742432/32770624 swapFree=67108776/67108860
[pid=25650] ppid=25647 vsize=10551232 memory=274564 CPUtime=3.62 cores=1,3,5,7
/proc/25650/stat : 25650 (java) S 25647 25650 7084 0 -1 1077944320 21532 0 0 0 351 11 0 0 20 0 15 0 162933292 10804461568 68641 18446744073709551615 4194304 4196468 140725995629600 140725995612144 140572976639735 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 12 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
/proc/25650/statm: 2637808 68641 3090 1 0 2627261 0
[pid=25650/tid=25652] ppid=25647 vsize=10551232 memory=288230621803970871 CPUtime=1.17 cores=1,3,5,7
/proc/25650/task/25652/stat : 25652 (java) R 25647 25650 7084 0 -1 4202560 7835 0 0 0 113 4 0 0 20 0 15 0 162933304 10804461568 68641 18446744073709551615 4194304 4196468 140725995629600 140572980865360 140572621232451 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25653] ppid=25647 vsize=10551232 memory=13563786715989427 CPUtime=0.06 cores=1,3,5,7
/proc/25650/task/25653/stat : 25653 (java) S 25647 25650 7084 0 -1 1077944384 116 0 0 0 5 1 0 0 20 0 15 0 162933305 10804461568 68641 18446744073709551615 4194304 4196468 140725995629600 140572588170128 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25654] ppid=25647 vsize=10551232 memory=5768 CPUtime=0.05 cores=1,3,5,7
/proc/25650/task/25654/stat : 25654 (java) S 25647 25650 7084 0 -1 1077944384 119 0 0 0 5 0 0 0 20 0 15 0 162933305 10804461568 68641 18446744073709551615 4194304 4196468 140725995629600 140572587117328 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25655] ppid=25647 vsize=10551232 memory=2008 CPUtime=0.06 cores=1,3,5,7
/proc/25650/task/25655/stat : 25655 (java) S 25647 25650 7084 0 -1 1077944384 113 0 0 0 6 0 0 0 20 0 15 0 162933305 10804461568 68641 18446744073709551615 4194304 4196468 140725995629600 140572586065040 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25656] ppid=25647 vsize=10551232 memory=11368 CPUtime=0.08 cores=1,3,5,7
/proc/25650/task/25656/stat : 25656 (java) S 25647 25650 7084 0 -1 1077944384 142 0 0 0 7 1 0 0 20 0 15 0 162933305 10804461568 68641 18446744073709551615 4194304 4196468 140725995629600 140572585012240 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25657] ppid=25647 vsize=10551232 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25657/stat : 25657 (java) S 25647 25650 7084 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 162933307 10804461568 68641 18446744073709551615 4194304 4196468 140725995629600 140572540737648 140572976650882 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25658] ppid=25647 vsize=10551232 memory=4600 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25658/stat : 25658 (java) S 25647 25650 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162933307 10804461568 68641 18446744073709551615 4194304 4196468 140725995629600 140572539683616 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25659] ppid=25647 vsize=10551232 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25659/stat : 25659 (java) S 25647 25650 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162933307 10804461568 68641 18446744073709551615 4194304 4196468 140725995629600 140572538631280 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25660] ppid=25647 vsize=10551232 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25660/stat : 25660 (java) S 25647 25650 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162933310 10804461568 68641 18446744073709551615 4194304 4196468 140725995629600 140572537579600 140572976658331 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25661] ppid=25647 vsize=10551232 memory=988 CPUtime=0.91 cores=1,3,5,7
/proc/25650/task/25661/stat : 25661 (java) R 25647 25650 7084 0 -1 4202560 3620 0 0 0 91 0 0 0 20 0 15 0 162933310 10804461568 68641 18446744073709551615 4194304 4196468 140725995629600 140572536512464 140572957341382 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25662] ppid=25647 vsize=10551232 memory=12320 CPUtime=0.92 cores=1,3,5,7
/proc/25650/task/25662/stat : 25662 (java) R 25647 25650 7084 0 -1 4202560 6068 0 0 0 92 0 0 0 20 0 15 0 162933310 10804461568 68641 18446744073709551615 4194304 4196468 140725995629600 140572011501680 140572961527857 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25663] ppid=25647 vsize=10551232 memory=1196 CPUtime=0.28 cores=1,3,5,7
/proc/25650/task/25663/stat : 25663 (java) S 25647 25650 7084 0 -1 1077944384 2074 0 0 0 28 0 0 0 20 0 15 0 162933310 10804461568 68641 18446744073709551615 4194304 4196468 140725995629600 140572010470256 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25664] ppid=25647 vsize=10551232 memory=15884 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25664/stat : 25664 (java) S 25647 25650 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162933310 10804461568 68641 18446744073709551615 4194304 4196468 140725995629600 140572009417696 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25665] ppid=25647 vsize=10551232 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25665/stat : 25665 (java) S 25647 25650 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162933319 10804461568 68641 18446744073709551615 4194304 4196468 140725995629600 140572008364464 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
Current children cumulated CPU time: 3.62 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 274564 KiB

[startup+3.11087 s]
/proc/loadavg: 2.01 2.02 2.14 3/214 25665
/proc/meminfo: memFree=30189860/32770624 swapFree=67108776/67108860
[pid=25650] ppid=25647 vsize=10551232 memory=837224 CPUtime=6.32 cores=1,3,5,7
/proc/25650/stat : 25650 (java) S 25647 25650 7084 0 -1 1077944320 22947 0 0 0 595 37 0 0 20 0 15 0 162933292 10804461568 209306 18446744073709551615 4194304 4196468 140725995629600 140725995612144 140572976639735 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 12 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
/proc/25650/statm: 2637808 209306 3096 1 0 2627261 0
[pid=25650/tid=25652] ppid=25647 vsize=10551232 memory=281396191224672 CPUtime=2.52 cores=1,3,5,7
/proc/25650/task/25652/stat : 25652 (java) S 25647 25650 7084 0 -1 1077944384 8333 0 0 0 244 8 0 0 20 0 15 0 162933304 10804461568 209306 18446744073709551615 4194304 4196468 140725995629600 140572980872608 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25653] ppid=25647 vsize=10551232 memory=250847564974183 CPUtime=0.31 cores=1,3,5,7
/proc/25650/task/25653/stat : 25653 (java) R 25647 25650 7084 0 -1 4202560 224 0 0 0 25 6 0 0 20 0 15 0 162933305 10804461568 209306 18446744073709551615 4194304 4196468 140725995629600 140572588170328 140572961667154 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0

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

/proc/25650/task/25655/stat : 25655 (java) S 25647 25650 7084 0 -1 1077944384 11343 0 0 0 986 104 0 0 20 0 16 0 162933305 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572586065040 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25656] ppid=25647 vsize=10617796 memory=5047672 CPUtime=10.95 cores=1,3,5,7
/proc/25650/task/25656/stat : 25656 (java) S 25647 25650 7084 0 -1 1077944384 11044 0 0 0 994 101 0 0 20 0 16 0 162933305 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572585012240 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25657] ppid=25647 vsize=10617796 memory=5047672 CPUtime=3.04 cores=1,3,5,7
/proc/25650/task/25657/stat : 25657 (java) S 25647 25650 7084 0 -1 1077944384 18171 0 0 0 300 4 0 0 20 0 16 0 162933307 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572540737648 140572976650882 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25658] ppid=25647 vsize=10617796 memory=5047672 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25658/stat : 25658 (java) S 25647 25650 7084 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 162933307 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572539683680 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25659] ppid=25647 vsize=10617796 memory=5047672 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25659/stat : 25659 (java) S 25647 25650 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 162933307 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572538631296 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25660] ppid=25647 vsize=10617796 memory=5047672 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25660/stat : 25660 (java) S 25647 25650 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162933310 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572537579600 140572976658331 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25661] ppid=25647 vsize=10617796 memory=4156 CPUtime=2.42 cores=1,3,5,7
/proc/25650/task/25661/stat : 25661 (java) S 25647 25650 7084 0 -1 1077944384 11133 0 0 0 240 2 0 0 20 0 16 0 162933310 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572536527472 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25662] ppid=25647 vsize=10617796 memory=68820 CPUtime=2.1 cores=1,3,5,7
/proc/25650/task/25662/stat : 25662 (java) S 25647 25650 7084 0 -1 1077944384 10808 0 0 0 208 2 0 0 20 0 16 0 162933310 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572011522544 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25663] ppid=25647 vsize=10617796 memory=988 CPUtime=0.46 cores=1,3,5,7
/proc/25650/task/25663/stat : 25663 (java) S 25647 25650 7084 0 -1 1077944384 5177 0 0 0 45 1 0 0 20 0 16 0 162933310 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572010470256 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25664] ppid=25647 vsize=10617796 memory=12320 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25664/stat : 25664 (java) S 25647 25650 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162933310 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572009417696 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25665] ppid=25647 vsize=10617796 memory=2460 CPUtime=1.39 cores=1,3,5,7
/proc/25650/task/25665/stat : 25665 (java) S 25647 25650 7084 0 -1 1077944384 1950 0 0 0 61 78 0 0 20 0 16 0 162933319 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572008364464 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25666] ppid=25647 vsize=10617796 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25666/stat : 25666 (java) S 25647 25650 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162934441 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572007310000 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
Current children cumulated CPU time: 2421.17 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5047672 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.03 2.13 3/216 26028
/proc/meminfo: memFree=23486872/32770624 swapFree=67108776/67108860
[pid=25650] ppid=25647 vsize=10617796 memory=5047672 CPUtime=2482.14 cores=1,3,5,7
/proc/25650/stat : 25650 (java) S 25647 25650 7084 0 -1 1077944320 227015 0 0 0 247695 519 0 0 20 0 16 0 162933292 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140725995612144 140572976639735 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 12 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
/proc/25650/statm: 2654449 1261918 3146 1 0 2643902 0
[pid=25650/tid=25652] ppid=25647 vsize=10617796 memory=5047672 CPUtime=2427.64 cores=1,3,5,7
/proc/25650/task/25652/stat : 25652 (java) R 25647 25650 7084 0 -1 4202560 126379 0 0 0 242730 34 0 0 20 0 16 0 162933304 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572980878472 140572619784189 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25653] ppid=25647 vsize=10617796 memory=5047672 CPUtime=11.2 cores=1,3,5,7
/proc/25650/task/25653/stat : 25653 (java) S 25647 25650 7084 0 -1 1077944384 13284 0 0 0 1018 102 0 0 20 0 16 0 162933305 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572588170128 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25654] ppid=25647 vsize=10617796 memory=5047672 CPUtime=11.29 cores=1,3,5,7
/proc/25650/task/25654/stat : 25654 (java) S 25647 25650 7084 0 -1 1077944384 13268 0 0 0 1025 104 0 0 20 0 16 0 162933305 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572587117328 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25655] ppid=25647 vsize=10617796 memory=5047672 CPUtime=11.21 cores=1,3,5,7
/proc/25650/task/25655/stat : 25655 (java) S 25647 25650 7084 0 -1 1077944384 12188 0 0 0 1017 104 0 0 20 0 16 0 162933305 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572586065040 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25656] ppid=25647 vsize=10617796 memory=5047672 CPUtime=11.27 cores=1,3,5,7
/proc/25650/task/25656/stat : 25656 (java) S 25647 25650 7084 0 -1 1077944384 12519 0 0 0 1026 101 0 0 20 0 16 0 162933305 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572585012240 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25657] ppid=25647 vsize=10617796 memory=5047672 CPUtime=3.04 cores=1,3,5,7
/proc/25650/task/25657/stat : 25657 (java) S 25647 25650 7084 0 -1 1077944384 18406 0 0 0 300 4 0 0 20 0 16 0 162933307 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572540737648 140572976650882 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25658] ppid=25647 vsize=10617796 memory=5047672 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25658/stat : 25658 (java) S 25647 25650 7084 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 162933307 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572539683680 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25659] ppid=25647 vsize=10617796 memory=5047672 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25659/stat : 25659 (java) S 25647 25650 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 162933307 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572538631296 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25660] ppid=25647 vsize=10617796 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25660/stat : 25660 (java) S 25647 25650 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162933310 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572537579600 140572976658331 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25661] ppid=25647 vsize=10617796 memory=5047672 CPUtime=2.42 cores=1,3,5,7
/proc/25650/task/25661/stat : 25661 (java) S 25647 25650 7084 0 -1 1077944384 11141 0 0 0 240 2 0 0 20 0 16 0 162933310 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572536527472 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25662] ppid=25647 vsize=10617796 memory=5047672 CPUtime=2.1 cores=1,3,5,7
/proc/25650/task/25662/stat : 25662 (java) S 25647 25650 7084 0 -1 1077944384 10811 0 0 0 208 2 0 0 20 0 16 0 162933310 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572011522544 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25663] ppid=25647 vsize=10617796 memory=5047672 CPUtime=0.46 cores=1,3,5,7
/proc/25650/task/25663/stat : 25663 (java) S 25647 25650 7084 0 -1 1077944384 5583 0 0 0 45 1 0 0 20 0 16 0 162933310 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572010470256 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25664] ppid=25647 vsize=10617796 memory=5047672 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25664/stat : 25664 (java) S 25647 25650 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162933310 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572009417696 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25665] ppid=25647 vsize=10617796 memory=5047672 CPUtime=1.42 cores=1,3,5,7
/proc/25650/task/25665/stat : 25665 (java) S 25647 25650 7084 0 -1 1077944384 2001 0 0 0 62 80 0 0 20 0 16 0 162933319 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572008364464 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25666] ppid=25647 vsize=10617796 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25666/stat : 25666 (java) S 25647 25650 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162934441 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572007310000 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
Current children cumulated CPU time: 2482.14 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5047672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480.2 s]
/proc/loadavg: 2.00 2.03 2.13 3/216 26031
/proc/meminfo: memFree=23486600/32770624 swapFree=67108776/67108860
[pid=25650] ppid=25647 vsize=10617796 memory=5047672 CPUtime=2520.07 cores=1,3,5,7
/proc/25650/stat : 25650 (java) S 25647 25650 7084 0 -1 1077944320 229180 0 0 0 251486 521 0 0 20 0 16 0 162933292 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140725995612144 140572976639735 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 12 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
/proc/25650/statm: 2654449 1261918 3146 1 0 2643902 0
[pid=25650/tid=25652] ppid=25647 vsize=10617796 memory=-8774313645642428999 CPUtime=2465.54 cores=1,3,5,7
/proc/25650/task/25652/stat : 25652 (java) R 25647 25650 7084 0 -1 4202560 128476 0 0 0 246519 35 0 0 20 0 16 0 162933304 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572980878472 140572623746152 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25653] ppid=25647 vsize=10617796 memory=288230621803970871 CPUtime=11.2 cores=1,3,5,7
/proc/25650/task/25653/stat : 25653 (java) S 25647 25650 7084 0 -1 1077944384 13284 0 0 0 1018 102 0 0 20 0 16 0 162933305 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572588170128 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25654] ppid=25647 vsize=10617796 memory=13563786715989427 CPUtime=11.29 cores=1,3,5,7
/proc/25650/task/25654/stat : 25654 (java) S 25647 25650 7084 0 -1 1077944384 13268 0 0 0 1025 104 0 0 20 0 16 0 162933305 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572587117328 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25655] ppid=25647 vsize=10617796 memory=836 CPUtime=11.21 cores=1,3,5,7
/proc/25650/task/25655/stat : 25655 (java) S 25647 25650 7084 0 -1 1077944384 12188 0 0 0 1017 104 0 0 20 0 16 0 162933305 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572586065040 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25656] ppid=25647 vsize=10617796 memory=3908 CPUtime=11.27 cores=1,3,5,7
/proc/25650/task/25656/stat : 25656 (java) S 25647 25650 7084 0 -1 1077944384 12519 0 0 0 1026 101 0 0 20 0 16 0 162933305 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572585012240 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25657] ppid=25647 vsize=10617796 memory=16444 CPUtime=3.04 cores=1,3,5,7
/proc/25650/task/25657/stat : 25657 (java) S 25647 25650 7084 0 -1 1077944384 18417 0 0 0 300 4 0 0 20 0 16 0 162933307 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572540737648 140572976650882 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25658] ppid=25647 vsize=10617796 memory=3012 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25658/stat : 25658 (java) S 25647 25650 7084 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 162933307 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572539683680 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25659] ppid=25647 vsize=10617796 memory=2756 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25659/stat : 25659 (java) S 25647 25650 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 162933307 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572538631296 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25660] ppid=25647 vsize=10617796 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25660/stat : 25660 (java) S 25647 25650 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162933310 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572537579600 140572976658331 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25661] ppid=25647 vsize=10617796 memory=3288 CPUtime=2.42 cores=1,3,5,7
/proc/25650/task/25661/stat : 25661 (java) S 25647 25650 7084 0 -1 1077944384 11154 0 0 0 240 2 0 0 20 0 16 0 162933310 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572536527472 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25662] ppid=25647 vsize=10617796 memory=5047672 CPUtime=2.1 cores=1,3,5,7
/proc/25650/task/25662/stat : 25662 (java) S 25647 25650 7084 0 -1 1077944384 10814 0 0 0 208 2 0 0 20 0 16 0 162933310 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572011522544 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25663] ppid=25647 vsize=10617796 memory=4068 CPUtime=0.46 cores=1,3,5,7
/proc/25650/task/25663/stat : 25663 (java) S 25647 25650 7084 0 -1 1077944384 5587 0 0 0 45 1 0 0 20 0 16 0 162933310 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572010470256 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25664] ppid=25647 vsize=10617796 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25664/stat : 25664 (java) S 25647 25650 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162933310 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572009417696 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25665] ppid=25647 vsize=10617796 memory=3212 CPUtime=1.45 cores=1,3,5,7
/proc/25650/task/25665/stat : 25665 (java) S 25647 25650 7084 0 -1 1077944384 2038 0 0 0 63 82 0 0 20 0 16 0 162933319 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572008364464 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25666] ppid=25647 vsize=10617796 memory=3209588 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25666/stat : 25666 (java) S 25647 25650 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162934441 10872623104 1261918 18446744073709551615 4194304 4196468 140725995629600 140572007310000 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5047672 KiB

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

[startup+2480.47 s]
# the end of solver process 25650 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.15 s, system=5.24474 s

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

[startup+2480.4 s]
/proc/loadavg: 2.00 2.03 2.13 3/216 26031
/proc/meminfo: memFree=23486600/32770624 swapFree=67108776/67108860
[pid=25650] ppid=25647 vsize=10817488 memory=5048008 CPUtime=2520.28 cores=1,3,5,7
/proc/25650/stat : 25650 (java) S 25647 25650 7084 0 -1 1077944320 230582 0 0 0 251507 521 0 0 20 0 17 0 162933292 11077107712 1262002 18446744073709551615 4194304 4196468 140725995629600 140725995612144 140572976639735 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 12 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
/proc/25650/statm: 2704372 1262002 3149 1 0 2693825 0
[pid=25650/tid=25652] ppid=25647 vsize=10817488 memory=1152 CPUtime=2465.74 cores=1,3,5,7
/proc/25650/task/25652/stat : 25652 (java) R 25647 25650 7084 0 -1 4202560 128767 0 0 0 246539 35 0 0 20 0 17 0 162933304 11077107712 1262002 18446744073709551615 4194304 4196468 140725995629600 140572980875952 140572623862740 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25653] ppid=25647 vsize=10817488 memory=5047672 CPUtime=11.2 cores=1,3,5,7
/proc/25650/task/25653/stat : 25653 (java) S 25647 25650 7084 0 -1 1077944384 13284 0 0 0 1018 102 0 0 20 0 17 0 162933305 11077107712 1262002 18446744073709551615 4194304 4196468 140725995629600 140572588170128 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25654] ppid=25647 vsize=10817488 memory=4156 CPUtime=11.29 cores=1,3,5,7
/proc/25650/task/25654/stat : 25654 (java) S 25647 25650 7084 0 -1 1077944384 13268 0 0 0 1025 104 0 0 20 0 17 0 162933305 11077107712 1262002 18446744073709551615 4194304 4196468 140725995629600 140572587117328 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25655] ppid=25647 vsize=10817488 memory=4600 CPUtime=11.21 cores=1,3,5,7
/proc/25650/task/25655/stat : 25655 (java) S 25647 25650 7084 0 -1 1077944384 12188 0 0 0 1017 104 0 0 20 0 17 0 162933305 11077107712 1262002 18446744073709551615 4194304 4196468 140725995629600 140572586065040 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25656] ppid=25647 vsize=10817488 memory=1440 CPUtime=11.27 cores=1,3,5,7
/proc/25650/task/25656/stat : 25656 (java) S 25647 25650 7084 0 -1 1077944384 12519 0 0 0 1026 101 0 0 20 0 17 0 162933305 11077107712 1262002 18446744073709551615 4194304 4196468 140725995629600 140572585012240 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25657] ppid=25647 vsize=10817488 memory=1724 CPUtime=3.04 cores=1,3,5,7
/proc/25650/task/25657/stat : 25657 (java) S 25647 25650 7084 0 -1 1077944384 18462 0 0 0 300 4 0 0 20 0 17 0 162933307 11077107712 1262002 18446744073709551615 4194304 4196468 140725995629600 140572540737648 140572976650882 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25658] ppid=25647 vsize=10817488 memory=988 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25658/stat : 25658 (java) S 25647 25650 7084 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 162933307 11077107712 1262002 18446744073709551615 4194304 4196468 140725995629600 140572539683680 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25659] ppid=25647 vsize=10817488 memory=12320 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25659/stat : 25659 (java) S 25647 25650 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 162933307 11077107712 1262002 18446744073709551615 4194304 4196468 140725995629600 140572538631296 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25660] ppid=25647 vsize=10817488 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25660/stat : 25660 (java) S 25647 25650 7084 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 17 0 162933310 11077107712 1262002 18446744073709551615 4194304 4196468 140725995629600 140572537579600 140572976658331 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25661] ppid=25647 vsize=10817488 memory=15884 CPUtime=2.42 cores=1,3,5,7
/proc/25650/task/25661/stat : 25661 (java) S 25647 25650 7084 0 -1 1077944384 11277 0 0 0 240 2 0 0 20 0 17 0 162933310 11077107712 1262002 18446744073709551615 4194304 4196468 140725995629600 140572536527472 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25662] ppid=25647 vsize=10817488 memory=4044 CPUtime=2.11 cores=1,3,5,7
/proc/25650/task/25662/stat : 25662 (java) S 25647 25650 7084 0 -1 1077944384 10924 0 0 0 209 2 0 0 20 0 17 0 162933310 11077107712 1262002 18446744073709551615 4194304 4196468 140725995629600 140572011522544 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25663] ppid=25647 vsize=10817488 memory=39680 CPUtime=0.46 cores=1,3,5,7
/proc/25650/task/25663/stat : 25663 (java) S 25647 25650 7084 0 -1 1077944384 5826 0 0 0 45 1 0 0 20 0 17 0 162933310 11077107712 1262002 18446744073709551615 4194304 4196468 140725995629600 140572010470256 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25664] ppid=25647 vsize=10817488 memory=636 CPUtime=0 cores=1,3,5,7
/proc/25650/task/25664/stat : 25664 (java) S 25647 25650 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162933310 11077107712 1262002 18446744073709551615 4194304 4196468 140725995629600 140572009417696 140572976649941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
[pid=25650/tid=25665] ppid=25647 vsize=10817488 memory=1796 CPUtime=1.45 cores=1,3,5,7
/proc/25650/task/25665/stat : 25665 (java) S 25647 25650 7084 0 -1 1077944384 2038 0 0 0 63 82 0 0 20 0 17 0 162933319 11077107712 1262002 18446744073709551615 4194304 4196468 140725995629600 140572008364464 140572976650882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30748672 140725995635088 140725995635241 140725995635241 140725995638735 0
Current children cumulated CPU time: 2520.28 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 5048008 KiB

Child status: 143
Real time (s): 2480.47
CPU time (s): 2520.39
CPU user time (s): 2515.15
CPU system time (s): 5.24474
CPU usage (%): 101.609
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 5048008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.15
system time used= 5.24474
maximum resident set size= 5048308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231801
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57338
involuntary context switches= 1141


# summary of solver processes directly reported to runsolver:
#   pid: 25650
#   total CPU time (s): 2520.39
#   total CPU user time (s): 2515.15
#   total CPU system time (s): 5.24474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8839 second user time and 25.9909 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 15:45:40
IDJOB=4263191
IDBENCH=135725
IDSOLVER=2651
FILE ID=node132/4263191-1502632806
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n45/TravellingSalesman-45-30-04.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263191-1502632806/watcher-4263191-1502632806 -o /tmp/evaluation-result-4263191-1502632806/solver-4263191-1502632806 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263191-1502632806.xml

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

MD5SUM BENCH= 5907a24d8dc1871b0962636261677367
RANDOM SEED=1875176333

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:        30908028 kB
MemAvailable:   31152104 kB
Buffers:          227596 kB
Cached:           341012 kB
SwapCached:           84 kB
Active:          1288532 kB
Inactive:         167176 kB
Active(anon):     834920 kB
Inactive(anon):   101948 kB
Active(file):     453612 kB
Inactive(file):    65228 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1592 kB
Writeback:             0 kB
AnonPages:        886768 kB
Mapped:            76240 kB
Shmem:             49768 kB
Slab:             108904 kB
SReclaimable:      82140 kB
SUnreclaim:        26764 kB
KernelStack:        3472 kB
PageTables:         6728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1476232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    780288 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:27:01