Trace number 4263187

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)201 2520.23 2507.24

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-09.xml
MD5SUM3778b76dec94085d2dd964afc4e92a91
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark120
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size34
Distribution of domain sizes[{"size":20,"count":20},{"size":34,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

2.97/1.11	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.97/1.11	c This is free software under the dual EPL/GNU LGPL licenses.
2.97/1.11	c See www.sat4j.org for details.
2.97/1.11	c That software uses the Rhino library from the Mozilla project.
2.97/1.11	c version CUSTOM.v20170705
2.97/1.11	c java.runtime.name	Java(TM) SE Runtime Environment
2.97/1.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.97/1.11	c java.vm.version	25.131-b11
2.97/1.11	c java.vm.vendor	Oracle Corporation
2.97/1.11	c sun.arch.data.model	64
2.97/1.11	c java.version		1.8.0_131
2.97/1.11	c os.name		Linux
2.97/1.11	c os.version		3.10.0-514.16.1.el7.x86_64
2.97/1.11	c os.arch		amd64
2.97/1.11	c Free memory 		499604488
2.97/1.11	c Max memory 		7247757312
2.97/1.11	c Total memory 		504889344
2.97/1.11	c Number of processors 	4
2.97/1.11	c c --- Begin Solver configuration ---
2.97/1.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.97/1.11	c Learn all clauses as in MiniSAT
2.97/1.11	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.97/1.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.97/1.11	c No reason simplification
2.97/1.11	c Glucose 2.1 dynamic restart strategy
2.97/1.11	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
2.97/1.11	c timeout=2147483s
2.97/1.11	c DB Simplification allowed=false
2.97/1.11	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.97/1.11	c --- End Solver configuration ---
2.97/1.11	c constraints type 
2.97/1.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
2.97/1.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 566200
2.97/1.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91120
2.97/1.11	c org.sat4j.minisat.constraints.cnf.UnitClause => 40
2.97/1.11	c 657440 constraints processed.
5.51/2.64	o 366
7.90/4.31	o 334
9.68/5.67	o 322
11.59/7.42	o 267
25.43/21.17	o 266
131.47/126.18	o 260
247.37/240.73	o 244
317.51/310.82	o 243
452.91/445.00	o 240
468.62/460.70	o 229
1517.66/1506.68	o 223
1730.03/1717.96	o 201
2520.20/2507.21	c starts		: 13902
2520.20/2507.21	c conflicts		: 7509327
2520.20/2507.21	c decisions		: 102860815
2520.20/2507.21	c propagations		: 6308659638
2520.20/2507.21	c inspects		: 22984475452
2520.20/2507.21	c shortcuts		: 0
2520.20/2507.21	c learnt literals	: 0
2520.20/2507.21	c learnt binary clauses	: 2808
2520.20/2507.21	c learnt ternary clauses	: 3631
2520.20/2507.21	c learnt constraints	: 7509327
2520.20/2507.21	c ignored constraints	: 0
2520.20/2507.21	c root simplifications	: 0
2520.20/2507.21	c removed literals (reason simplification)	: 0
2520.20/2507.21	c reason swapping (by a shorter reason)	: 0
2520.20/2507.21	c Calls to reduceDB	: 267
2520.20/2507.21	c Number of update (reduction) of LBD	: 3284298
2520.20/2507.21	c Imported unit clauses	: 0
2520.20/2507.21	c number of reductions to clauses (during analyze)	: 0
2520.20/2507.21	c number of learned constraints concerned by reduction	: 0
2520.20/2507.21	c number of learning phase by resolution	: 0
2520.20/2507.21	c number of learning phase by cutting planes	: 0
2520.20/2507.21	c number of rounding to 1 operations	: 0
2520.20/2507.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.20/2507.21	c number of reductions of the coefficients by power 2 	: 0
2520.20/2507.21	c number of right shift for reduction by power 2 	: 0
2520.20/2507.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.20/2507.21	c speed (assignments/second)	: 2517343.6892227614
2520.20/2507.21	c non guided choices	13906652
2520.20/2507.21	c learnt constraints type 
2520.20/2507.21	s SATISFIABLE
2520.20/2507.21	v <instantiation type="solution">
2520.20/2507.21	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] 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] </list>
2520.20/2507.21	v 	<values> 2 5 0 1 11 18 17 10 4 16 14 13 19 15 12 6 3 8 7 9 3 4 3 15 18 5 15 5 19 23 3 13 18 10 15 2 5 9 3 13 </values>
2520.20/2507.21	v </instantiation>
2520.20/2507.21	

Verifier Data

OK	201

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263187-1502632574/watcher-4263187-1502632574 -o /tmp/evaluation-result-4263187-1502632574/solver-4263187-1502632574 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3943 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263187-1502632574.xml 

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

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

solver pid=8001, runsolver pid=7998

[startup+0.10162 s]*
/proc/loadavg: 2.01 2.37 2.79 4/216 8016
/proc/meminfo: memFree=28457620/32770624 swapFree=67108860/67108860
[pid=8001] ppid=7998 vsize=10555400 memory=30308 CPUtime=0.12 cores=0,2,4,6
/proc/8001/stat : 8001 (java) S 7998 8001 32402 0 -1 1077944320 6631 0 0 0 10 2 0 0 20 0 15 0 96345060 10808729600 7577 33554432000 4194304 4196468 140731778601984 140731778584528 139698651520759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
/proc/8001/statm: 2638850 7577 2812 1 0 2627263 0
[pid=8001/tid=8003] ppid=7998 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/8001/task/8003/stat : 8003 (java) R 7998 8001 32402 0 -1 4202560 4483 0 0 0 8 1 0 0 20 0 15 0 96345061 10808729600 7577 33554432000 4194304 4196468 140731778601984 139698655741888 139698651542685 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8004] ppid=7998 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8004/stat : 8004 (java) S 7998 8001 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96345062 10808729600 7577 33554432000 4194304 4196468 140731778601984 139698577595408 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8005] ppid=7998 vsize=10555400 memory=139626531874432 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8005/stat : 8005 (java) S 7998 8001 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96345062 10808729600 7577 33554432000 4194304 4196468 140731778601984 139698257259664 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8006] ppid=7998 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8006/stat : 8006 (java) S 7998 8001 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96345062 10808729600 7577 33554432000 4194304 4196468 140731778601984 139698256206608 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8007] ppid=7998 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8007/stat : 8007 (java) S 7998 8001 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96345062 10808729600 7577 33554432000 4194304 4196468 140731778601984 139698255154064 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8008] ppid=7998 vsize=10555400 memory=139626531874432 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8008/stat : 8008 (java) S 7998 8001 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96345063 10808729600 7577 33554432000 4194304 4196468 140731778601984 139698143762672 139698651531906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8009] ppid=7998 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8009/stat : 8009 (java) S 7998 8001 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96345063 10808729600 7577 33554432000 4194304 4196468 140731778601984 139698142708896 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8010] ppid=7998 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8010/stat : 8010 (java) S 7998 8001 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96345064 10808729600 7577 33554432000 4194304 4196468 140731778601984 139698141655792 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8011] ppid=7998 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8011/stat : 8011 (java) S 7998 8001 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96345066 10808729600 7577 33554432000 4194304 4196468 140731778601984 139698140604368 139698651539355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8012] ppid=7998 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8012/stat : 8012 (java) S 7998 8001 32402 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 15 0 96345066 10808729600 7577 33554432000 4194304 4196468 140731778601984 139698139552496 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8013] ppid=7998 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8013/stat : 8013 (java) S 7998 8001 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96345066 10808729600 7577 33554432000 4194304 4196468 140731778601984 139698138499952 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8014] ppid=7998 vsize=10555400 memory=139626531874432 CPUtime=0.02 cores=0,2,4,6
/proc/8001/task/8014/stat : 8014 (java) S 7998 8001 32402 0 -1 1077944384 340 0 0 0 2 0 0 0 20 0 15 0 96345066 10808729600 7577 33554432000 4194304 4196468 140731778601984 139698137446896 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8015] ppid=7998 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8015/stat : 8015 (java) S 7998 8001 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96345066 10808729600 7577 33554432000 4194304 4196468 140731778601984 139698136394592 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8016] ppid=7998 vsize=10555400 memory=139626531874432 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8016/stat : 8016 (java) S 7998 8001 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96345066 10808729600 7577 33554432000 4194304 4196468 140731778601984 139698135341616 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30308 KiB

[startup+0.210766 s]*
/proc/loadavg: 2.01 2.37 2.79 3/216 8016
/proc/meminfo: memFree=28450816/32770624 swapFree=67108860/67108860
[pid=8001] ppid=7998 vsize=10555400 memory=37768 CPUtime=0.29 cores=0,2,4,6
/proc/8001/stat : 8001 (java) S 7998 8001 32402 0 -1 1077944320 7750 0 0 0 26 3 0 0 20 0 15 0 96345060 10808729600 9442 33554432000 4194304 4196468 140731778601984 140731778584528 139698651520759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
/proc/8001/statm: 2638850 9442 2928 1 0 2627263 0
[pid=8001/tid=8003] ppid=7998 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/8001/task/8003/stat : 8003 (java) R 7998 8001 32402 0 -1 4202560 5358 0 0 0 18 2 0 0 20 0 15 0 96345061 10808729600 9507 33554432000 4194304 4196468 140731778601984 139698655744976 139698651532694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8004] ppid=7998 vsize=10555400 memory=339 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8004/stat : 8004 (java) S 7998 8001 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96345062 10808729600 9507 33554432000 4194304 4196468 140731778601984 139698577595408 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8005] ppid=7998 vsize=10555400 memory=139626532052948 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8005/stat : 8005 (java) S 7998 8001 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96345062 10808729600 9507 33554432000 4194304 4196468 140731778601984 139698257259664 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8006] ppid=7998 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8006/stat : 8006 (java) S 7998 8001 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96345062 10808729600 9507 33554432000 4194304 4196468 140731778601984 139698256206608 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8007] ppid=7998 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8007/stat : 8007 (java) S 7998 8001 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96345062 10808729600 9507 33554432000 4194304 4196468 140731778601984 139698255154064 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8008] ppid=7998 vsize=10555400 memory=139626531874432 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8008/stat : 8008 (java) S 7998 8001 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96345063 10808729600 9507 33554432000 4194304 4196468 140731778601984 139698143762672 139698651531906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8009] ppid=7998 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8009/stat : 8009 (java) S 7998 8001 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96345063 10808729600 9507 33554432000 4194304 4196468 140731778601984 139698142708896 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8010] ppid=7998 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8010/stat : 8010 (java) S 7998 8001 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96345064 10808729600 9507 33554432000 4194304 4196468 140731778601984 139698141655792 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8011] ppid=7998 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8011/stat : 8011 (java) S 7998 8001 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96345066 10808729600 9507 33554432000 4194304 4196468 140731778601984 139698140604368 139698651539355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8012] ppid=7998 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8001/task/8012/stat : 8012 (java) S 7998 8001 32402 0 -1 1077944384 533 0 0 0 1 0 0 0 20 0 15 0 96345066 10808729600 9507 33554432000 4194304 4196468 140731778601984 139698139552496 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8013] ppid=7998 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8001/task/8013/stat : 8013 (java) R 7998 8001 32402 0 -1 1077944384 101 0 0 0 1 0 0 0 20 0 15 0 96345066 10808729600 9507 33554432000 4194304 4196468 140731778601984 139698138499952 139698651531906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8014] ppid=7998 vsize=10555400 memory=139626531874432 CPUtime=0.05 cores=0,2,4,6
/proc/8001/task/8014/stat : 8014 (java) R 7998 8001 32402 0 -1 4202560 397 0 0 0 5 0 0 0 20 0 15 0 96345066 10808729600 9507 33554432000 4194304 4196468 140731778601984 139698137446896 139698635601246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8015] ppid=7998 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8015/stat : 8015 (java) S 7998 8001 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96345066 10808729600 9573 33554432000 4194304 4196468 140731778601984 139698136394592 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8016] ppid=7998 vsize=10555400 memory=139626531874432 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8016/stat : 8016 (java) S 7998 8001 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96345066 10808729600 9573 33554432000 4194304 4196468 140731778601984 139698135341616 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37768 KiB

[startup+0.313272 s]*
/proc/loadavg: 2.01 2.37 2.79 5/216 8016
/proc/meminfo: memFree=28442504/32770624 swapFree=67108860/67108860
[pid=8001] ppid=7998 vsize=10555476 memory=45952 CPUtime=0.51 cores=0,2,4,6
/proc/8001/stat : 8001 (java) S 7998 8001 32402 0 -1 1077944320 8754 0 0 0 48 3 0 0 20 0 15 0 96345060 10808807424 11488 33554432000 4194304 4196468 140731778601984 140731778584528 139698651520759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
/proc/8001/statm: 2638869 11488 3022 1 0 2627263 0
[pid=8001/tid=8003] ppid=7998 vsize=10555476 memory=53476 CPUtime=0.3 cores=0,2,4,6
/proc/8001/task/8003/stat : 8003 (java) R 7998 8001 32402 0 -1 4202560 5718 0 0 0 28 2 0 0 20 0 15 0 96345061 10808807424 11488 33554432000 4194304 4196468 140731778601984 139698655755216 139698257407361 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8004] ppid=7998 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8004/stat : 8004 (java) S 7998 8001 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96345062 10808807424 11488 33554432000 4194304 4196468 140731778601984 139698577595408 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8005] ppid=7998 vsize=10555476 memory=139626531932448 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8005/stat : 8005 (java) S 7998 8001 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96345062 10808807424 11488 33554432000 4194304 4196468 140731778601984 139698257259664 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8006] ppid=7998 vsize=10555476 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8006/stat : 8006 (java) S 7998 8001 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96345062 10808807424 11488 33554432000 4194304 4196468 140731778601984 139698256206608 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8007] ppid=7998 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8007/stat : 8007 (java) S 7998 8001 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96345062 10808807424 11488 33554432000 4194304 4196468 140731778601984 139698255154064 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8008] ppid=7998 vsize=10555476 memory=139626531939360 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8008/stat : 8008 (java) S 7998 8001 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96345063 10808807424 11488 33554432000 4194304 4196468 140731778601984 139698143762672 139698651531906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8009] ppid=7998 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8009/stat : 8009 (java) S 7998 8001 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96345063 10808807424 11488 33554432000 4194304 4196468 140731778601984 139698142708896 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8010] ppid=7998 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8010/stat : 8010 (java) S 7998 8001 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96345064 10808807424 11488 33554432000 4194304 4196468 140731778601984 139698141655792 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8011] ppid=7998 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8011/stat : 8011 (java) S 7998 8001 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96345066 10808807424 11488 33554432000 4194304 4196468 140731778601984 139698140604368 139698651539355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8012] ppid=7998 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/8001/task/8012/stat : 8012 (java) R 7998 8001 32402 0 -1 4202560 644 0 0 0 4 0 0 0 20 0 15 0 96345066 10808807424 11488 33554432000 4194304 4196468 140731778601984 139698139552496 139698629117776 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8013] ppid=7998 vsize=10555476 memory=139626434121231 CPUtime=0.03 cores=0,2,4,6
/proc/8001/task/8013/stat : 8013 (java) R 7998 8001 32402 0 -1 4202560 318 0 0 0 3 0 0 0 20 0 15 0 96345066 10808807424 11488 33554432000 4194304 4196468 140731778601984 139698138490096 139698629687240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8014] ppid=7998 vsize=10555476 memory=139626531882261 CPUtime=0.12 cores=0,2,4,6
/proc/8001/task/8014/stat : 8014 (java) R 7998 8001 32402 0 -1 1077944384 710 0 0 0 12 0 0 0 20 0 15 0 96345066 10808807424 11488 33554432000 4194304 4196468 140731778601984 139698137446896 139698651531906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8015] ppid=7998 vsize=10555476 memory=139626434125775 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8015/stat : 8015 (java) S 7998 8001 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96345066 10808807424 11488 33554432000 4194304 4196468 140731778601984 139698136394592 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8016] ppid=7998 vsize=10555476 memory=279252966016960 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8016/stat : 8016 (java) S 7998 8001 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96345066 10808807424 11488 33554432000 4194304 4196468 140731778601984 139698135341616 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45952 KiB

[startup+0.72093 s]
/proc/loadavg: 2.01 2.37 2.79 5/216 8016
/proc/meminfo: memFree=28396712/32770624 swapFree=67108860/67108860
[pid=8001] ppid=7998 vsize=10555476 memory=204832 CPUtime=1.76 cores=0,2,4,6
/proc/8001/stat : 8001 (java) S 7998 8001 32402 0 -1 1077944320 13770 0 0 0 169 7 0 0 20 0 15 0 96345060 10808807424 51208 33554432000 4194304 4196468 140731778601984 140731778584528 139698651520759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
/proc/8001/statm: 2638869 51208 3091 1 0 2627263 0
[pid=8001/tid=8003] ppid=7998 vsize=10555476 memory=2372 CPUtime=0.68 cores=0,2,4,6
/proc/8001/task/8003/stat : 8003 (java) S 7998 8001 32402 0 -1 1077944384 5885 0 0 0 64 4 0 0 20 0 15 0 96345061 10808807424 51208 33554432000 4194304 4196468 140731778601984 139698655751168 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8004] ppid=7998 vsize=10555476 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8001/task/8004/stat : 8004 (java) R 7998 8001 32402 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 15 0 96345062 10808807424 51208 33554432000 4194304 4196468 140731778601984 139698577593104 139698644617611 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8005] ppid=7998 vsize=10555476 memory=1200 CPUtime=0.01 cores=0,2,4,6
/proc/8001/task/8005/stat : 8005 (java) R 7998 8001 32402 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 15 0 96345062 10808807424 51208 33554432000 4194304 4196468 140731778601984 139698257259552 139698636546111 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8006] ppid=7998 vsize=10555476 memory=15872 CPUtime=0.01 cores=0,2,4,6
/proc/8001/task/8006/stat : 8006 (java) R 7998 8001 32402 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 15 0 96345062 10808807424 51208 33554432000 4194304 4196468 140731778601984 139698256206808 139698644617595 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8007] ppid=7998 vsize=10555476 memory=15668 CPUtime=0.01 cores=0,2,4,6
/proc/8001/task/8007/stat : 8007 (java) R 7998 8001 32402 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 15 0 96345062 10808807424 51208 33554432000 4194304 4196468 140731778601984 139698255152040 139698644617595 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8008] ppid=7998 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8008/stat : 8008 (java) S 7998 8001 32402 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 96345063 10808807424 51208 33554432000 4194304 4196468 140731778601984 139698143761184 139698651530965 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8009] ppid=7998 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8009/stat : 8009 (java) S 7998 8001 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96345063 10808807424 51720 33554432000 4194304 4196468 140731778601984 139698142708896 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8010] ppid=7998 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8010/stat : 8010 (java) S 7998 8001 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96345064 10808807424 51720 33554432000 4194304 4196468 140731778601984 139698141655792 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8011] ppid=7998 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8011/stat : 8011 (java) S 7998 8001 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96345066 10808807424 51720 33554432000 4194304 4196468 140731778601984 139698140604368 139698651539355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8012] ppid=7998 vsize=10555476 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/8001/task/8012/stat : 8012 (java) S 7998 8001 32402 0 -1 1077944384 2972 0 0 0 40 0 0 0 20 0 15 0 96345066 10808807424 51720 33554432000 4194304 4196468 140731778601984 139698139537488 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8013] ppid=7998 vsize=10555476 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/8001/task/8013/stat : 8013 (java) S 7998 8001 32402 0 -1 1077944384 2526 0 0 0 39 0 0 0 20 0 15 0 96345066 10808807424 51720 33554432000 4194304 4196468 140731778601984 139698138479920 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8014] ppid=7998 vsize=10555476 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/8001/task/8014/stat : 8014 (java) S 7998 8001 32402 0 -1 1077944384 956 0 0 0 20 0 0 0 20 0 15 0 96345066 10808807424 51720 33554432000 4194304 4196468 140731778601984 139698137446896 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8015] ppid=7998 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8015/stat : 8015 (java) S 7998 8001 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96345066 10808807424 51720 33554432000 4194304 4196468 140731778601984 139698136394592 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8016] ppid=7998 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8016/stat : 8016 (java) S 7998 8001 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96345066 10808807424 51720 33554432000 4194304 4196468 140731778601984 139698135341616 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 204832 KiB

[startup+1.50992 s]
/proc/loadavg: 2.01 2.37 2.79 7/216 8016
/proc/meminfo: memFree=28222716/32770624 swapFree=67108860/67108860
[pid=8001] ppid=7998 vsize=10622040 memory=271464 CPUtime=4.24 cores=0,2,4,6
/proc/8001/stat : 8001 (java) S 7998 8001 32402 0 -1 1077944320 19289 0 0 0 413 11 0 0 20 0 16 0 96345060 10876968960 67866 33554432000 4194304 4196468 140731778601984 140731778584528 139698651520759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
/proc/8001/statm: 2655510 67866 3125 1 0 2643904 0
[pid=8001/tid=8003] ppid=7998 vsize=10622040 memory=3467834630876639552 CPUtime=1.4 cores=0,2,4,6
/proc/8001/task/8003/stat : 8003 (java) R 7998 8001 32402 0 -1 4202560 5929 0 0 0 136 4 0 0 20 0 16 0 96345061 10876968960 67866 33554432000 4194304 4196468 140731778601984 139698655757040 139698260940937 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8004] ppid=7998 vsize=10622040 memory=212056 CPUtime=0.04 cores=0,2,4,6
/proc/8001/task/8004/stat : 8004 (java) S 7998 8001 32402 0 -1 1077944384 134 0 0 0 4 0 0 0 20 0 16 0 96345062 10876968960 67866 33554432000 4194304 4196468 140731778601984 139698577595408 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8005] ppid=7998 vsize=10622040 memory=2241 CPUtime=0.03 cores=0,2,4,6
/proc/8001/task/8005/stat : 8005 (java) S 7998 8001 32402 0 -1 1077944384 61 0 0 0 3 0 0 0 20 0 16 0 96345062 10876968960 67866 33554432000 4194304 4196468 140731778601984 139698257259664 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8006] ppid=7998 vsize=10622040 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/8001/task/8006/stat : 8006 (java) S 7998 8001 32402 0 -1 1077944384 102 0 0 0 6 1 0 0 20 0 16 0 96345062 10876968960 67866 33554432000 4194304 4196468 140731778601984 139698256206608 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8007] ppid=7998 vsize=10622040 memory=15872 CPUtime=0.03 cores=0,2,4,6
/proc/8001/task/8007/stat : 8007 (java) S 7998 8001 32402 0 -1 1077944384 124 0 0 0 3 0 0 0 20 0 16 0 96345062 10876968960 67866 33554432000 4194304 4196468 140731778601984 139698255154064 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8008] ppid=7998 vsize=10622040 memory=15668 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8008/stat : 8008 (java) S 7998 8001 32402 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 96345063 10876968960 67866 33554432000 4194304 4196468 140731778601984 139698143762672 139698651531906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0

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

/proc/8001/task/8006/stat : 8006 (java) S 7998 8001 32402 0 -1 1077944384 5837 0 0 0 179 71 0 0 20 0 16 0 96345062 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698256206608 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8007] ppid=7998 vsize=10622040 memory=3110832 CPUtime=2.46 cores=0,2,4,6
/proc/8001/task/8007/stat : 8007 (java) S 7998 8001 32402 0 -1 1077944384 4126 0 0 0 176 70 0 0 20 0 16 0 96345062 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698255154064 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8008] ppid=7998 vsize=10622040 memory=3110832 CPUtime=0.3 cores=0,2,4,6
/proc/8001/task/8008/stat : 8008 (java) S 7998 8001 32402 0 -1 1077944384 16811 0 0 0 27 3 0 0 20 0 16 0 96345063 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698143762672 139698651531906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8009] ppid=7998 vsize=10622040 memory=3217516 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8009/stat : 8009 (java) S 7998 8001 32402 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96345063 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698142708960 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8010] ppid=7998 vsize=10622040 memory=3110832 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8010/stat : 8010 (java) S 7998 8001 32402 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 96345064 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698141655808 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8011] ppid=7998 vsize=10622040 memory=3110832 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8011/stat : 8011 (java) S 7998 8001 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698140604368 139698651539355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8012] ppid=7998 vsize=10622040 memory=3110832 CPUtime=1.93 cores=0,2,4,6
/proc/8001/task/8012/stat : 8012 (java) S 7998 8001 32402 0 -1 1077944384 13998 0 0 0 192 1 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698139552496 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8013] ppid=7998 vsize=10622040 memory=3110832 CPUtime=2.07 cores=0,2,4,6
/proc/8001/task/8013/stat : 8013 (java) S 7998 8001 32402 0 -1 1077944384 12261 0 0 0 205 2 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698138499952 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8014] ppid=7998 vsize=10622040 memory=1712 CPUtime=0.37 cores=0,2,4,6
/proc/8001/task/8014/stat : 8014 (java) S 7998 8001 32402 0 -1 1077944384 3664 0 0 0 36 1 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698137446896 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8015] ppid=7998 vsize=10622040 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8015/stat : 8015 (java) S 7998 8001 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698136394592 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8016] ppid=7998 vsize=10622040 memory=8112282956445269571 CPUtime=1.36 cores=0,2,4,6
/proc/8001/task/8016/stat : 8016 (java) S 7998 8001 32402 0 -1 1077944384 3133 0 0 0 69 67 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698135341616 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8017] ppid=7998 vsize=10622040 memory=3110832 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8017/stat : 8017 (java) S 7998 8001 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96345174 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698134287408 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
Current children cumulated CPU time: 2455.28 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3110832 KiB

[startup+2502.3 s]
/proc/loadavg: 1.00 1.15 1.60 2/195 8161
/proc/meminfo: memFree=28559904/32770624 swapFree=67108860/67108860
[pid=8001] ppid=7998 vsize=10622040 memory=3110832 CPUtime=2515.31 cores=0,2,4,6
/proc/8001/stat : 8001 (java) S 7998 8001 32402 0 -1 1077944320 156165 0 0 0 251162 369 0 0 20 0 16 0 96345060 10876968960 777708 33554432000 4194304 4196468 140731778601984 140731778584528 139698651520759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
/proc/8001/statm: 2655510 777708 3162 1 0 2643904 0
[pid=8001/tid=8003] ppid=7998 vsize=10622040 memory=3110832 CPUtime=2499.29 cores=0,2,4,6
/proc/8001/task/8003/stat : 8003 (java) R 7998 8001 32402 0 -1 4202560 85945 0 0 0 249903 26 0 0 20 0 16 0 96345061 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698655756800 139698262259909 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8004] ppid=7998 vsize=10622040 memory=3110832 CPUtime=2.46 cores=0,2,4,6
/proc/8001/task/8004/stat : 8004 (java) S 7998 8001 32402 0 -1 1077944384 4483 0 0 0 177 69 0 0 20 0 16 0 96345062 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698577595408 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8005] ppid=7998 vsize=10622040 memory=3110832 CPUtime=2.44 cores=0,2,4,6
/proc/8001/task/8005/stat : 8005 (java) S 7998 8001 32402 0 -1 1077944384 4096 0 0 0 175 69 0 0 20 0 16 0 96345062 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698257259664 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8006] ppid=7998 vsize=10622040 memory=3110832 CPUtime=2.5 cores=0,2,4,6
/proc/8001/task/8006/stat : 8006 (java) S 7998 8001 32402 0 -1 1077944384 5837 0 0 0 179 71 0 0 20 0 16 0 96345062 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698256206608 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8007] ppid=7998 vsize=10622040 memory=3110832 CPUtime=2.46 cores=0,2,4,6
/proc/8001/task/8007/stat : 8007 (java) S 7998 8001 32402 0 -1 1077944384 4126 0 0 0 176 70 0 0 20 0 16 0 96345062 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698255154064 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8008] ppid=7998 vsize=10622040 memory=3110832 CPUtime=0.3 cores=0,2,4,6
/proc/8001/task/8008/stat : 8008 (java) S 7998 8001 32402 0 -1 1077944384 16891 0 0 0 27 3 0 0 20 0 16 0 96345063 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698143762672 139698651531906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8009] ppid=7998 vsize=10622040 memory=3110832 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8009/stat : 8009 (java) S 7998 8001 32402 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96345063 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698142708960 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8010] ppid=7998 vsize=10622040 memory=3110832 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8010/stat : 8010 (java) S 7998 8001 32402 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 96345064 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698141655808 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8011] ppid=7998 vsize=10622040 memory=15010910702715 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8011/stat : 8011 (java) S 7998 8001 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698140604368 139698651539355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8012] ppid=7998 vsize=10622040 memory=3110832 CPUtime=1.93 cores=0,2,4,6
/proc/8001/task/8012/stat : 8012 (java) S 7998 8001 32402 0 -1 1077944384 14007 0 0 0 192 1 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698139552496 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8013] ppid=7998 vsize=10622040 memory=3110832 CPUtime=2.07 cores=0,2,4,6
/proc/8001/task/8013/stat : 8013 (java) S 7998 8001 32402 0 -1 1077944384 12290 0 0 0 205 2 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698138499952 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8014] ppid=7998 vsize=10622040 memory=3110832 CPUtime=0.37 cores=0,2,4,6
/proc/8001/task/8014/stat : 8014 (java) S 7998 8001 32402 0 -1 1077944384 3828 0 0 0 36 1 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698137446896 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8015] ppid=7998 vsize=10622040 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8015/stat : 8015 (java) S 7998 8001 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698136394592 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8016] ppid=7998 vsize=10622040 memory=3110832 CPUtime=1.38 cores=0,2,4,6
/proc/8001/task/8016/stat : 8016 (java) S 7998 8001 32402 0 -1 1077944384 3244 0 0 0 70 68 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698135341616 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8017] ppid=7998 vsize=10622040 memory=-9178176117148050014 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8017/stat : 8017 (java) S 7998 8001 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96345174 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698134287408 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
Current children cumulated CPU time: 2515.31 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3110832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507 s]*
/proc/loadavg: 1.00 1.15 1.60 2/195 8161
/proc/meminfo: memFree=28559904/32770624 swapFree=67108860/67108860
[pid=8001] ppid=7998 vsize=10622040 memory=3110832 CPUtime=2520.02 cores=0,2,4,6
/proc/8001/stat : 8001 (java) S 7998 8001 32402 0 -1 1077944320 156226 0 0 0 251633 369 0 0 20 0 16 0 96345060 10876968960 777708 33554432000 4194304 4196468 140731778601984 140731778584528 139698651520759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
/proc/8001/statm: 2655510 777708 3162 1 0 2643904 0
[pid=8001/tid=8003] ppid=7998 vsize=10622040 memory=6935054825532540783 CPUtime=2504 cores=0,2,4,6
/proc/8001/task/8003/stat : 8003 (java) R 7998 8001 32402 0 -1 4202560 86006 0 0 0 250374 26 0 0 20 0 16 0 96345061 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698655756800 139698260940937 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8004] ppid=7998 vsize=10622040 memory=-7957962119327172001 CPUtime=2.46 cores=0,2,4,6
/proc/8001/task/8004/stat : 8004 (java) S 7998 8001 32402 0 -1 1077944384 4483 0 0 0 177 69 0 0 20 0 16 0 96345062 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698577595408 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8005] ppid=7998 vsize=10622040 memory=6943526294502006880 CPUtime=2.44 cores=0,2,4,6
/proc/8001/task/8005/stat : 8005 (java) S 7998 8001 32402 0 -1 1077944384 4096 0 0 0 175 69 0 0 20 0 16 0 96345062 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698257259664 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8006] ppid=7998 vsize=10622040 memory=-6657000309100945312 CPUtime=2.5 cores=0,2,4,6
/proc/8001/task/8006/stat : 8006 (java) S 7998 8001 32402 0 -1 1077944384 5837 0 0 0 179 71 0 0 20 0 16 0 96345062 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698256206608 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8007] ppid=7998 vsize=10622040 memory=-4866526899798303339 CPUtime=2.46 cores=0,2,4,6
/proc/8001/task/8007/stat : 8007 (java) S 7998 8001 32402 0 -1 1077944384 4126 0 0 0 176 70 0 0 20 0 16 0 96345062 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698255154064 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8008] ppid=7998 vsize=10622040 memory=-4866526899798303339 CPUtime=0.3 cores=0,2,4,6
/proc/8001/task/8008/stat : 8008 (java) S 7998 8001 32402 0 -1 1077944384 16891 0 0 0 27 3 0 0 20 0 16 0 96345063 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698143762672 139698651531906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8009] ppid=7998 vsize=10622040 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8009/stat : 8009 (java) S 7998 8001 32402 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96345063 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698142708960 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8010] ppid=7998 vsize=10622040 memory=-6657000309100945312 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8010/stat : 8010 (java) S 7998 8001 32402 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 96345064 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698141655808 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8011] ppid=7998 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8011/stat : 8011 (java) S 7998 8001 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698140604368 139698651539355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8012] ppid=7998 vsize=10622040 memory=0 CPUtime=1.93 cores=0,2,4,6
/proc/8001/task/8012/stat : 8012 (java) S 7998 8001 32402 0 -1 1077944384 14007 0 0 0 192 1 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698139552496 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8013] ppid=7998 vsize=10622040 memory=0 CPUtime=2.07 cores=0,2,4,6
/proc/8001/task/8013/stat : 8013 (java) S 7998 8001 32402 0 -1 1077944384 12290 0 0 0 205 2 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698138499952 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8014] ppid=7998 vsize=10622040 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/8001/task/8014/stat : 8014 (java) S 7998 8001 32402 0 -1 1077944384 3828 0 0 0 36 1 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698137446896 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8015] ppid=7998 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8015/stat : 8015 (java) S 7998 8001 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698136394592 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8016] ppid=7998 vsize=10622040 memory=139626434839888 CPUtime=1.38 cores=0,2,4,6
/proc/8001/task/8016/stat : 8016 (java) S 7998 8001 32402 0 -1 1077944384 3244 0 0 0 70 68 0 0 20 0 16 0 96345066 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698135341616 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8017] ppid=7998 vsize=10622040 memory=3907350064242423653 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8017/stat : 8017 (java) S 7998 8001 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96345174 10876968960 777708 33554432000 4194304 4196468 140731778601984 139698134287408 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3110832 KiB

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

[startup+2507.24 s]
# the end of solver process 8001 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.52 s, system=3.71732 s

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

[startup+2507.2 s]
/proc/loadavg: 1.00 1.15 1.60 2/195 8161
/proc/meminfo: memFree=28559904/32770624 swapFree=67108860/67108860
[pid=8001] ppid=7998 vsize=10821732 memory=3111100 CPUtime=2520.2 cores=0,2,4,6
/proc/8001/stat : 8001 (java) S 7998 8001 32402 0 -1 1077944320 158460 0 0 0 251651 369 0 0 20 0 17 0 96345060 11081453568 777775 33554432000 4194304 4196468 140731778601984 140731778584528 139698651520759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
/proc/8001/statm: 2705433 777775 3165 1 0 2693827 0
[pid=8001/tid=8003] ppid=7998 vsize=10821732 memory=1732 CPUtime=2504.15 cores=0,2,4,6
/proc/8001/task/8003/stat : 8003 (java) S 7998 8001 32402 0 -1 1077944384 86253 0 0 0 250389 26 0 0 20 0 17 0 96345061 11081453568 777775 33554432000 4194304 4196468 140731778601984 139698655763632 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8004] ppid=7998 vsize=10821732 memory=8112282956445269571 CPUtime=2.46 cores=0,2,4,6
/proc/8001/task/8004/stat : 8004 (java) S 7998 8001 32402 0 -1 1077944384 4483 0 0 0 177 69 0 0 20 0 17 0 96345062 11081453568 777775 33554432000 4194304 4196468 140731778601984 139698577595408 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8005] ppid=7998 vsize=10821732 memory=800 CPUtime=2.44 cores=0,2,4,6
/proc/8001/task/8005/stat : 8005 (java) S 7998 8001 32402 0 -1 1077944384 4096 0 0 0 175 69 0 0 20 0 17 0 96345062 11081453568 777775 33554432000 4194304 4196468 140731778601984 139698257259664 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8006] ppid=7998 vsize=10821732 memory=12068 CPUtime=2.5 cores=0,2,4,6
/proc/8001/task/8006/stat : 8006 (java) S 7998 8001 32402 0 -1 1077944384 5837 0 0 0 179 71 0 0 20 0 17 0 96345062 11081453568 777775 33554432000 4194304 4196468 140731778601984 139698256206608 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8007] ppid=7998 vsize=10821732 memory=1440 CPUtime=2.46 cores=0,2,4,6
/proc/8001/task/8007/stat : 8007 (java) S 7998 8001 32402 0 -1 1077944384 4126 0 0 0 176 70 0 0 20 0 17 0 96345062 11081453568 777775 33554432000 4194304 4196468 140731778601984 139698255154064 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8008] ppid=7998 vsize=10821732 memory=5792 CPUtime=0.3 cores=0,2,4,6
/proc/8001/task/8008/stat : 8008 (java) S 7998 8001 32402 0 -1 1077944384 16891 0 0 0 27 3 0 0 20 0 17 0 96345063 11081453568 777775 33554432000 4194304 4196468 140731778601984 139698143762672 139698651531906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8009] ppid=7998 vsize=10821732 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8009/stat : 8009 (java) S 7998 8001 32402 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 96345063 11081453568 777775 33554432000 4194304 4196468 140731778601984 139698142708960 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8010] ppid=7998 vsize=10821732 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8010/stat : 8010 (java) S 7998 8001 32402 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 96345064 11081453568 777775 33554432000 4194304 4196468 140731778601984 139698141655808 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8011] ppid=7998 vsize=10821732 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8011/stat : 8011 (java) S 7998 8001 32402 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 17 0 96345066 11081453568 777775 33554432000 4194304 4196468 140731778601984 139698140604368 139698651539355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8012] ppid=7998 vsize=10821732 memory=2196 CPUtime=1.93 cores=0,2,4,6
/proc/8001/task/8012/stat : 8012 (java) S 7998 8001 32402 0 -1 1077944384 14145 0 0 0 192 1 0 0 20 0 17 0 96345066 11081453568 777775 33554432000 4194304 4196468 140731778601984 139698139552496 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8013] ppid=7998 vsize=10821732 memory=6764 CPUtime=2.09 cores=0,2,4,6
/proc/8001/task/8013/stat : 8013 (java) S 7998 8001 32402 0 -1 1077944384 12985 0 0 0 207 2 0 0 20 0 17 0 96345066 11081453568 777775 33554432000 4194304 4196468 140731778601984 139698138499952 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8014] ppid=7998 vsize=10821732 memory=840 CPUtime=0.37 cores=0,2,4,6
/proc/8001/task/8014/stat : 8014 (java) S 7998 8001 32402 0 -1 1077944384 4440 0 0 0 36 1 0 0 20 0 17 0 96345066 11081453568 777775 33554432000 4194304 4196468 140731778601984 139698137446896 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8015] ppid=7998 vsize=10821732 memory=3110832 CPUtime=0 cores=0,2,4,6
/proc/8001/task/8015/stat : 8015 (java) S 7998 8001 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96345066 11081453568 777775 33554432000 4194304 4196468 140731778601984 139698136394592 139698651530965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
[pid=8001/tid=8016] ppid=7998 vsize=10821732 memory=3110832 CPUtime=1.38 cores=0,2,4,6
/proc/8001/task/8016/stat : 8016 (java) S 7998 8001 32402 0 -1 1077944384 3244 0 0 0 70 68 0 0 20 0 17 0 96345066 11081453568 777775 33554432000 4194304 4196468 140731778601984 139698135341616 139698651531906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 36851712 140731778610310 140731778610463 140731778610463 140731778613199 0
Current children cumulated CPU time: 2520.2 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3111100 KiB

Child status: 143
Real time (s): 2507.24
CPU time (s): 2520.23
CPU user time (s): 2516.52
CPU system time (s): 3.71732
CPU usage (%): 100.518
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3377044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.52
system time used= 3.71732
maximum resident set size= 3377056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158804
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56897
involuntary context switches= 2178


# summary of solver processes directly reported to runsolver:
#   pid: 8001
#   total CPU time (s): 2520.23
#   total CPU user time (s): 2516.52
#   total CPU system time (s): 3.71732

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1424 second user time and 26.9348 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 15:41:56
IDJOB=4263187
IDBENCH=135672
IDSOLVER=2651
FILE ID=node113/4263187-1502632574
RUNJOBID= node113-1502615983-3943
PBS_JOBID= 20628303
Free space on /tmp= 61788 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263187-1502632574/watcher-4263187-1502632574 -o /tmp/evaluation-result-4263187-1502632574/solver-4263187-1502632574 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3943 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263187-1502632574.xml

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

MD5SUM BENCH= 3778b76dec94085d2dd964afc4e92a91
RANDOM SEED=751200219

node113.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.89
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.89
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.89
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.89
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:        28477664 kB
MemAvailable:   28802408 kB
Buffers:          114848 kB
Cached:           496820 kB
SwapCached:            0 kB
Active:          3686180 kB
Inactive:         161712 kB
Active(anon):    3186512 kB
Inactive(anon):    77700 kB
Active(file):     499668 kB
Inactive(file):    84012 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1600 kB
Writeback:             0 kB
AnonPages:       3232316 kB
Mapped:            55144 kB
Shmem:             25224 kB
Slab:             139812 kB
SReclaimable:     113800 kB
SUnreclaim:        26012 kB
KernelStack:        3840 kB
PageTables:        12296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4335444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3125248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61788 MiB
End job on node113 at 2017-08-13 16:23:43