Trace number 4263189

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)322 2520.1499 2492.6399

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-18.xml
MD5SUM16e7a4452edd8ccb673a436dbd81290a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark2400.11
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":60}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"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

5.53/2.49	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
5.53/2.49	c This is free software under the dual EPL/GNU LGPL licenses.
5.53/2.49	c See www.sat4j.org for details.
5.53/2.49	c That software uses the Rhino library from the Mozilla project.
5.53/2.49	c version CUSTOM.v20170705
5.53/2.49	c java.runtime.name	Java(TM) SE Runtime Environment
5.53/2.49	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
5.53/2.49	c java.vm.version	25.131-b11
5.53/2.49	c java.vm.vendor	Oracle Corporation
5.53/2.49	c sun.arch.data.model	64
5.53/2.49	c java.version		1.8.0_131
5.53/2.49	c os.name		Linux
5.53/2.49	c os.version		3.10.0-514.16.1.el7.x86_64
5.53/2.49	c os.arch		amd64
5.53/2.49	c Free memory 		499604488
5.53/2.49	c Max memory 		7247757312
5.53/2.49	c Total memory 		504889344
5.53/2.49	c Number of processors 	4
5.53/2.49	c c --- Begin Solver configuration ---
5.53/2.49	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
5.53/2.49	c Learn all clauses as in MiniSAT
5.53/2.49	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
5.53/2.49	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
5.53/2.49	c No reason simplification
5.53/2.49	c Glucose 2.1 dynamic restart strategy
5.53/2.49	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
5.53/2.49	c timeout=2147483s
5.53/2.49	c DB Simplification allowed=false
5.53/2.49	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
5.53/2.49	c --- End Solver configuration ---
5.53/2.49	c constraints type 
5.53/2.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 120
5.53/2.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2362050
5.53/2.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 313080
5.53/2.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 60
5.53/2.49	c 2675310 constraints processed.
9.34/5.32	o 385
14.63/9.91	o 362
32.25/24.98	o 350
338.14/325.76	o 346
497.63/484.32	o 338
1094.20/1075.41	o 334
1284.03/1263.73	o 326
2477.98/2450.43	o 322
2520.11/2492.60	c starts		: 11123
2520.11/2492.60	c conflicts		: 3906108
2520.11/2492.60	c decisions		: 264258801
2520.11/2492.60	c propagations		: 9545077167
2520.11/2492.60	c inspects		: 15102675891
2520.11/2492.60	c shortcuts		: 0
2520.11/2492.60	c learnt literals	: 0
2520.11/2492.60	c learnt binary clauses	: 4009
2520.11/2492.60	c learnt ternary clauses	: 5431
2520.11/2492.60	c learnt constraints	: 3906108
2520.11/2492.60	c ignored constraints	: 0
2520.11/2492.60	c root simplifications	: 0
2520.11/2492.60	c removed literals (reason simplification)	: 0
2520.11/2492.60	c reason swapping (by a shorter reason)	: 0
2520.11/2492.60	c Calls to reduceDB	: 173
2520.11/2492.60	c Number of update (reduction) of LBD	: 2803577
2520.11/2492.60	c Imported unit clauses	: 0
2520.11/2492.60	c number of reductions to clauses (during analyze)	: 0
2520.11/2492.60	c number of learned constraints concerned by reduction	: 0
2520.11/2492.60	c number of learning phase by resolution	: 0
2520.11/2492.60	c number of learning phase by cutting planes	: 0
2520.11/2492.60	c number of rounding to 1 operations	: 0
2520.11/2492.60	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.11/2492.60	c number of reductions of the coefficients by power 2 	: 0
2520.11/2492.60	c number of right shift for reduction by power 2 	: 0
2520.11/2492.60	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.11/2492.60	c speed (assignments/second)	: 3833236.549544734
2520.11/2492.60	c non guided choices	52717964
2520.11/2492.60	c learnt constraints type 
2520.11/2492.60	s SATISFIABLE
2520.11/2492.60	v <instantiation type="solution">
2520.11/2492.60	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] 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] </list>
2520.11/2492.60	v 	<values> 14 19 20 28 17 27 23 10 2 15 18 25 1 11 4 26 16 0 7 5 13 8 3 6 24 29 22 21 12 9 8 11 18 14 13 6 13 7 10 5 8 24 11 14 20 14 16 6 11 9 8 2 15 14 5 7 3 18 8 4 </values>
2520.11/2492.60	v </instantiation>
2520.11/2492.60	

Verifier Data

OK	322

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263189-1502633680/watcher-4263189-1502633680 -o /tmp/evaluation-result-4263189-1502633680/solver-4263189-1502633680 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3502 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263189-1502633680.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=5579, runsolver pid=5576
Current StackSize limit: 8192 KiB


[startup+0.106682 s]*
/proc/loadavg: 1.88 2.08 2.51 4/216 5594
/proc/meminfo: memFree=24843656/32770624 swapFree=67108860/67108860
[pid=5579] ppid=5576 vsize=10555400 memory=31064 CPUtime=0.13 cores=1,3,5,7
/proc/5579/stat : 5579 (java) S 5576 5579 3242 0 -1 1077944320 6847 0 0 0 12 1 0 0 20 0 15 0 96448864 10808729600 7766 33554432000 4194304 4196468 140725869942144 140725869924688 140004896902903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
/proc/5579/statm: 2638850 7766 2818 1 0 2627263 0
[pid=5579/tid=5581] ppid=5576 vsize=10555400 memory=-8680515077580616896 CPUtime=0.1 cores=1,3,5,7
/proc/5579/task/5581/stat : 5581 (java) R 5576 5579 3242 0 -1 4202560 4688 0 0 0 9 1 0 0 20 0 15 0 96448865 10808729600 7766 33554432000 4194304 4196468 140725869942144 140004901116896 140004880983420 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5582] ppid=5576 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5582/stat : 5582 (java) S 5576 5579 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96448865 10808729600 7766 33554432000 4194304 4196468 140725869942144 140004862184208 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5583] ppid=5576 vsize=10555400 memory=140651648747136 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5583/stat : 5583 (java) S 5576 5579 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96448865 10808729600 7766 33554432000 4194304 4196468 140725869942144 140004502907792 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5584] ppid=5576 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5584/stat : 5584 (java) S 5576 5579 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96448865 10808729600 7766 33554432000 4194304 4196468 140725869942144 140004501855248 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5585] ppid=5576 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5585/stat : 5585 (java) S 5576 5579 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96448865 10808729600 7766 33554432000 4194304 4196468 140725869942144 140004500802704 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5586] ppid=5576 vsize=10555400 memory=140651648747136 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5586/stat : 5586 (java) S 5576 5579 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96448867 10808729600 7766 33554432000 4194304 4196468 140725869942144 140004389013488 140004896914050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5587] ppid=5576 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5587/stat : 5587 (java) S 5576 5579 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96448867 10808729600 7766 33554432000 4194304 4196468 140725869942144 140004387959712 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5588] ppid=5576 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5588/stat : 5588 (java) S 5576 5579 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96448867 10808729600 7766 33554432000 4194304 4196468 140725869942144 140004386907120 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5589] ppid=5576 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5589/stat : 5589 (java) S 5576 5579 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96448870 10808729600 7766 33554432000 4194304 4196468 140725869942144 140004385855696 140004896921499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5590] ppid=5576 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5590/stat : 5590 (java) S 5576 5579 3242 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 96448870 10808729600 7766 33554432000 4194304 4196468 140725869942144 140004384803312 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5591] ppid=5576 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5591/stat : 5591 (java) S 5576 5579 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96448870 10808729600 7766 33554432000 4194304 4196468 140725869942144 140004383750768 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5592] ppid=5576 vsize=10555400 memory=140651648747136 CPUtime=0.02 cores=1,3,5,7
/proc/5579/task/5592/stat : 5592 (java) R 5576 5579 3242 0 -1 4202560 366 0 0 0 2 0 0 0 20 0 15 0 96448870 10808729600 7766 33554432000 4194304 4196468 140725869942144 140004382698224 140004896924250 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5593] ppid=5576 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5593/stat : 5593 (java) S 5576 5579 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96448870 10808729600 7766 33554432000 4194304 4196468 140725869942144 140004381645920 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5594] ppid=5576 vsize=10555400 memory=140651648747136 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5594/stat : 5594 (java) S 5576 5579 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96448870 10808729600 7766 33554432000 4194304 4196468 140725869942144 140004380592432 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31064 KiB

[startup+0.210782 s]*
/proc/loadavg: 1.88 2.08 2.51 3/216 5594
/proc/meminfo: memFree=24836560/32770624 swapFree=67108860/67108860
[pid=5579] ppid=5576 vsize=10555400 memory=38264 CPUtime=0.27 cores=1,3,5,7
/proc/5579/stat : 5579 (java) S 5576 5579 3242 0 -1 1077944320 7807 0 0 0 25 2 0 0 20 0 15 0 96448864 10808729600 9566 33554432000 4194304 4196468 140725869942144 140725869924688 140004896902903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
/proc/5579/statm: 2638850 9566 2945 1 0 2627263 0
[pid=5579/tid=5581] ppid=5576 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5579/task/5581/stat : 5581 (java) R 5576 5579 3242 0 -1 4202560 5414 0 0 0 18 2 0 0 20 0 15 0 96448865 10808729600 9566 33554432000 4194304 4196468 140725869942144 140004901113632 140004880946533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5582] ppid=5576 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5582/stat : 5582 (java) S 5576 5579 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96448865 10808729600 9566 33554432000 4194304 4196468 140725869942144 140004862184208 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5583] ppid=5576 vsize=10555400 memory=140651648752856 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5583/stat : 5583 (java) S 5576 5579 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96448865 10808729600 9566 33554432000 4194304 4196468 140725869942144 140004502907792 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5584] ppid=5576 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5584/stat : 5584 (java) S 5576 5579 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96448865 10808729600 9566 33554432000 4194304 4196468 140725869942144 140004501855248 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5585] ppid=5576 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5585/stat : 5585 (java) S 5576 5579 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96448865 10808729600 9566 33554432000 4194304 4196468 140725869942144 140004500802704 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5586] ppid=5576 vsize=10555400 memory=140651648747136 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5586/stat : 5586 (java) S 5576 5579 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96448867 10808729600 9566 33554432000 4194304 4196468 140725869942144 140004389013488 140004896914050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5587] ppid=5576 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5587/stat : 5587 (java) S 5576 5579 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96448867 10808729600 9566 33554432000 4194304 4196468 140725869942144 140004387959712 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5588] ppid=5576 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5588/stat : 5588 (java) S 5576 5579 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96448867 10808729600 9566 33554432000 4194304 4196468 140725869942144 140004386907120 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5589] ppid=5576 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5589/stat : 5589 (java) S 5576 5579 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96448870 10808729600 9566 33554432000 4194304 4196468 140725869942144 140004385855696 140004896921499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5590] ppid=5576 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5579/task/5590/stat : 5590 (java) S 5576 5579 3242 0 -1 1077944384 490 0 0 0 1 0 0 0 20 0 15 0 96448870 10808729600 9566 33554432000 4194304 4196468 140725869942144 140004384803312 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5591] ppid=5576 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5579/task/5591/stat : 5591 (java) S 5576 5579 3242 0 -1 1077944384 134 0 0 0 1 0 0 0 20 0 15 0 96448870 10808729600 9566 33554432000 4194304 4196468 140725869942144 140004383750768 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5592] ppid=5576 vsize=10555400 memory=140651648747136 CPUtime=0.05 cores=1,3,5,7
/proc/5579/task/5592/stat : 5592 (java) R 5576 5579 3242 0 -1 4202560 405 0 0 0 5 0 0 0 20 0 15 0 96448870 10808729600 9566 33554432000 4194304 4196468 140725869942144 140004382698224 140004880983390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5593] ppid=5576 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5593/stat : 5593 (java) S 5576 5579 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96448870 10808729600 9566 33554432000 4194304 4196468 140725869942144 140004381645920 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5594] ppid=5576 vsize=10555400 memory=140651648747136 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5594/stat : 5594 (java) S 5576 5579 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96448870 10808729600 9566 33554432000 4194304 4196468 140725869942144 140004380592432 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38264 KiB

[startup+0.311747 s]*
/proc/loadavg: 1.88 2.08 2.51 5/216 5594
/proc/meminfo: memFree=24828704/32770624 swapFree=67108860/67108860
[pid=5579] ppid=5576 vsize=10555476 memory=46804 CPUtime=0.5 cores=1,3,5,7
/proc/5579/stat : 5579 (java) S 5576 5579 3242 0 -1 1077944320 8885 0 0 0 47 3 0 0 20 0 15 0 96448864 10808807424 11701 33554432000 4194304 4196468 140725869942144 140725869924688 140004896902903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
/proc/5579/statm: 2638869 11701 3013 1 0 2627263 0
[pid=5579/tid=5581] ppid=5576 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/5579/task/5581/stat : 5581 (java) R 5576 5579 3242 0 -1 4202560 5751 0 0 0 27 2 0 0 20 0 15 0 96448865 10808807424 11701 33554432000 4194304 4196468 140725869942144 140004901139280 140004533681636 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5582] ppid=5576 vsize=10555476 memory=304556153357205527 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5582/stat : 5582 (java) S 5576 5579 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96448865 10808807424 11701 33554432000 4194304 4196468 140725869942144 140004862184208 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5583] ppid=5576 vsize=10555476 memory=14558758966625944 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5583/stat : 5583 (java) S 5576 5579 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96448865 10808807424 11701 33554432000 4194304 4196468 140725869942144 140004502907792 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5584] ppid=5576 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5584/stat : 5584 (java) S 5576 5579 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96448865 10808807424 11701 33554432000 4194304 4196468 140725869942144 140004501855248 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5585] ppid=5576 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5585/stat : 5585 (java) S 5576 5579 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96448865 10808807424 11701 33554432000 4194304 4196468 140725869942144 140004500802704 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5586] ppid=5576 vsize=10555476 memory=140651648747136 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5586/stat : 5586 (java) S 5576 5579 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96448867 10808807424 11701 33554432000 4194304 4196468 140725869942144 140004389013488 140004896914050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5587] ppid=5576 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5587/stat : 5587 (java) S 5576 5579 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96448867 10808807424 11701 33554432000 4194304 4196468 140725869942144 140004387959712 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5588] ppid=5576 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5588/stat : 5588 (java) S 5576 5579 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96448867 10808807424 11701 33554432000 4194304 4196468 140725869942144 140004386907120 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5589] ppid=5576 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5589/stat : 5589 (java) S 5576 5579 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96448870 10808807424 11701 33554432000 4194304 4196468 140725869942144 140004385855696 140004896921499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5590] ppid=5576 vsize=10555476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5579/task/5590/stat : 5590 (java) R 5576 5579 3242 0 -1 1077944384 506 0 0 0 2 0 0 0 20 0 15 0 96448870 10808807424 11701 33554432000 4194304 4196468 140725869942144 140004384803312 140004896914050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5591] ppid=5576 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/5579/task/5591/stat : 5591 (java) R 5576 5579 3242 0 -1 4202560 535 0 0 0 4 0 0 0 20 0 15 0 96448870 10808807424 11701 33554432000 4194304 4196468 140725869942144 140004383731784 140004877603200 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5592] ppid=5576 vsize=10555476 memory=140651648747136 CPUtime=0.12 cores=1,3,5,7
/proc/5579/task/5592/stat : 5592 (java) R 5576 5579 3242 0 -1 4202560 726 0 0 0 12 0 0 0 20 0 15 0 96448870 10808807424 11701 33554432000 4194304 4196468 140725869942144 140004382698352 140004875760679 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5593] ppid=5576 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5593/stat : 5593 (java) S 5576 5579 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96448870 10808807424 11701 33554432000 4194304 4196468 140725869942144 140004381645920 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5594] ppid=5576 vsize=10555476 memory=140651648747136 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5594/stat : 5594 (java) S 5576 5579 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96448870 10808807424 11701 33554432000 4194304 4196468 140725869942144 140004380592432 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46804 KiB

[startup+0.701236 s]
/proc/loadavg: 1.88 2.08 2.51 5/216 5594
/proc/meminfo: memFree=24786760/32770624 swapFree=67108860/67108860
[pid=5579] ppid=5576 vsize=10555476 memory=173952 CPUtime=1.72 cores=1,3,5,7
/proc/5579/stat : 5579 (java) S 5576 5579 3242 0 -1 1077944320 15190 0 0 0 166 6 0 0 20 0 15 0 96448864 10808807424 43488 33554432000 4194304 4196468 140725869942144 140725869924688 140004896902903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
/proc/5579/statm: 2638869 43488 3086 1 0 2627263 0
[pid=5579/tid=5581] ppid=5576 vsize=10555476 memory=1732 CPUtime=0.67 cores=1,3,5,7
/proc/5579/task/5581/stat : 5581 (java) R 5576 5579 3242 0 -1 4202560 5927 0 0 0 63 4 0 0 20 0 15 0 96448865 10808807424 43488 33554432000 4194304 4196468 140725869942144 140004901126680 140004536389468 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5582] ppid=5576 vsize=10555476 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5582/stat : 5582 (java) S 5576 5579 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96448865 10808807424 43488 33554432000 4194304 4196468 140725869942144 140004862184208 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5583] ppid=5576 vsize=10555476 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5583/stat : 5583 (java) S 5576 5579 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96448865 10808807424 43488 33554432000 4194304 4196468 140725869942144 140004502907792 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5584] ppid=5576 vsize=10555476 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5584/stat : 5584 (java) S 5576 5579 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96448865 10808807424 43488 33554432000 4194304 4196468 140725869942144 140004501855248 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5585] ppid=5576 vsize=10555476 memory=796 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5585/stat : 5585 (java) S 5576 5579 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96448865 10808807424 43488 33554432000 4194304 4196468 140725869942144 140004500802704 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5586] ppid=5576 vsize=10555476 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5586/stat : 5586 (java) S 5576 5579 3242 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 96448867 10808807424 43488 33554432000 4194304 4196468 140725869942144 140004389013488 140004896914050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5587] ppid=5576 vsize=10555476 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5587/stat : 5587 (java) S 5576 5579 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96448867 10808807424 43488 33554432000 4194304 4196468 140725869942144 140004387959712 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5588] ppid=5576 vsize=10555476 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5588/stat : 5588 (java) S 5576 5579 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96448867 10808807424 43488 33554432000 4194304 4196468 140725869942144 140004386907120 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5589] ppid=5576 vsize=10555476 memory=6296683629868568929 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5589/stat : 5589 (java) S 5576 5579 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96448870 10808807424 43488 33554432000 4194304 4196468 140725869942144 140004385855696 140004896921499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5590] ppid=5576 vsize=10555476 memory=7519159149027546218 CPUtime=0.37 cores=1,3,5,7
/proc/5579/task/5590/stat : 5590 (java) R 5576 5579 3242 0 -1 4202560 3349 0 0 0 37 0 0 0 20 0 15 0 96448870 10808807424 43488 33554432000 4194304 4196468 140725869942144 140004384784120 140004880399643 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5591] ppid=5576 vsize=10555476 memory=7523071198212214892 CPUtime=0.42 cores=1,3,5,7
/proc/5579/task/5591/stat : 5591 (java) R 5576 5579 3242 0 -1 4202560 2748 0 0 0 42 0 0 0 20 0 15 0 96448870 10808807424 43488 33554432000 4194304 4196468 140725869942144 140004383736648 140004878424294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5592] ppid=5576 vsize=10555476 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/5579/task/5592/stat : 5592 (java) S 5576 5579 3242 0 -1 1077944384 1795 0 0 0 22 0 0 0 20 0 15 0 96448870 10808807424 43488 33554432000 4194304 4196468 140725869942144 140004382698224 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5593] ppid=5576 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5593/stat : 5593 (java) S 5576 5579 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96448870 10808807424 43488 33554432000 4194304 4196468 140725869942144 140004381645920 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5594] ppid=5576 vsize=10555476 memory=33 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5594/stat : 5594 (java) S 5576 5579 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96448870 10808807424 43488 33554432000 4194304 4196468 140725869942144 140004380592432 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 173952 KiB

[startup+1.50123 s]
/proc/loadavg: 1.88 2.08 2.51 5/216 5594
/proc/meminfo: memFree=24646656/32770624 swapFree=67108860/67108860
[pid=5579] ppid=5576 vsize=10555476 memory=388588 CPUtime=4.09 cores=1,3,5,7
/proc/5579/stat : 5579 (java) S 5576 5579 3242 0 -1 1077944320 19184 0 0 0 395 14 0 0 20 0 15 0 96448864 10808807424 97147 33554432000 4194304 4196468 140725869942144 140725869924688 140004896902903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
/proc/5579/statm: 2638869 97147 3118 1 0 2627263 0
[pid=5579/tid=5581] ppid=5576 vsize=10555476 memory=8112282956445269571 CPUtime=1.35 cores=1,3,5,7
/proc/5579/task/5581/stat : 5581 (java) S 5576 5579 3242 0 -1 1077944384 5996 0 0 0 129 6 0 0 20 0 15 0 96448865 10808807424 97147 33554432000 4194304 4196468 140725869942144 140004901136592 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5582] ppid=5576 vsize=10555476 memory=-8754540793456063680 CPUtime=0.04 cores=1,3,5,7
/proc/5579/task/5582/stat : 5582 (java) R 5576 5579 3242 0 -1 4202560 225 0 0 0 4 0 0 0 20 0 15 0 96448865 10808807424 97147 33554432000 4194304 4196468 140725869942144 140004862184408 140004878528899 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5583] ppid=5576 vsize=10555476 memory=-2843869621055772062 CPUtime=0.05 cores=1,3,5,7
/proc/5579/task/5583/stat : 5583 (java) R 5576 5579 3242 0 -1 4202560 42 0 0 0 4 1 0 0 20 0 15 0 96448865 10808807424 97147 33554432000 4194304 4196468 140725869942144 140004502907792 140004881927242 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5584] ppid=5576 vsize=10555476 memory=5450919713671312938 CPUtime=0.06 cores=1,3,5,7
/proc/5579/task/5584/stat : 5584 (java) R 5576 5579 3242 0 -1 4202560 39 0 0 0 5 1 0 0 20 0 15 0 96448865 10808807424 97147 33554432000 4194304 4196468 140725869942144 140004501855248 140004881930322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5585] ppid=5576 vsize=10555476 memory=7005738693937936738 CPUtime=0.09 cores=1,3,5,7
/proc/5579/task/5585/stat : 5585 (java) R 5576 5579 3242 0 -1 4202560 131 0 0 0 8 1 0 0 20 0 15 0 96448865 10808807424 97147 33554432000 4194304 4196468 140725869942144 140004500802704 140004881927147 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5586] ppid=5576 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5586/stat : 5586 (java) S 5576 5579 3242 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 96448867 10808807424 97147 33554432000 4194304 4196468 140725869942144 140004389012000 140004896913109 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0

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

/proc/5579/task/5584/stat : 5584 (java) S 5576 5579 3242 0 -1 1077944384 9907 0 0 0 611 90 0 0 20 0 16 0 96448865 10876968960 958567 33554432000 4194304 4196468 140725869942144 140004501855248 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5585] ppid=5576 vsize=10622040 memory=3834268 CPUtime=7.01 cores=1,3,5,7
/proc/5579/task/5585/stat : 5585 (java) S 5576 5579 3242 0 -1 1077944384 8313 0 0 0 612 89 0 0 20 0 16 0 96448865 10876968960 958567 33554432000 4194304 4196468 140725869942144 140004500802704 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5586] ppid=5576 vsize=10622040 memory=3834268 CPUtime=0.98 cores=1,3,5,7
/proc/5579/task/5586/stat : 5586 (java) S 5576 5579 3242 0 -1 1077944384 29503 0 0 0 94 4 0 0 20 0 16 0 96448867 10876968960 958567 33554432000 4194304 4196468 140725869942144 140004389013488 140004896914050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5587] ppid=5576 vsize=10622040 memory=3834268 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5587/stat : 5587 (java) S 5576 5579 3242 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 96448867 10876968960 958567 33554432000 4194304 4196468 140725869942144 140004387959776 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5588] ppid=5576 vsize=10622040 memory=3834268 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5588/stat : 5588 (java) S 5576 5579 3242 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96448867 10876968960 958567 33554432000 4194304 4196468 140725869942144 140004386907136 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5589] ppid=5576 vsize=10622040 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5589/stat : 5589 (java) S 5576 5579 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96448870 10876968960 958567 33554432000 4194304 4196468 140725869942144 140004385855696 140004896921499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5590] ppid=5576 vsize=10622040 memory=916 CPUtime=2.3 cores=1,3,5,7
/proc/5579/task/5590/stat : 5590 (java) S 5576 5579 3242 0 -1 1077944384 14380 0 0 0 228 2 0 0 20 0 16 0 96448870 10876968960 958567 33554432000 4194304 4196468 140725869942144 140004384803312 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5591] ppid=5576 vsize=10622040 memory=3834268 CPUtime=2.3 cores=1,3,5,7
/proc/5579/task/5591/stat : 5591 (java) S 5576 5579 3242 0 -1 1077944384 13153 0 0 0 229 1 0 0 20 0 16 0 96448870 10876968960 958567 33554432000 4194304 4196468 140725869942144 140004383750768 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5592] ppid=5576 vsize=10622040 memory=4144 CPUtime=0.39 cores=1,3,5,7
/proc/5579/task/5592/stat : 5592 (java) S 5576 5579 3242 0 -1 1077944384 4766 0 0 0 38 1 0 0 20 0 16 0 96448870 10876968960 958567 33554432000 4194304 4196468 140725869942144 140004382698224 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5593] ppid=5576 vsize=10622040 memory=3834268 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5593/stat : 5593 (java) S 5576 5579 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96448870 10876968960 958567 33554432000 4194304 4196468 140725869942144 140004381645920 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5594] ppid=5576 vsize=10622040 memory=4144 CPUtime=1.29 cores=1,3,5,7
/proc/5579/task/5594/stat : 5594 (java) S 5576 5579 3242 0 -1 1077944384 3174 0 0 0 58 71 0 0 20 0 16 0 96448870 10876968960 958567 33554432000 4194304 4196468 140725869942144 140004380592432 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5595] ppid=5576 vsize=10622040 memory=55 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5595/stat : 5595 (java) S 5576 5579 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96449117 10876968960 958567 33554432000 4194304 4196468 140725869942144 140004379538224 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
Current children cumulated CPU time: 2409.52 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3834268 KiB

[startup+2442.3 s]
/proc/loadavg: 2.09 3.04 3.13 3/217 6240
/proc/meminfo: memFree=16749212/32770624 swapFree=67108860/67108860
[pid=5579] ppid=5576 vsize=10622040 memory=3808236 CPUtime=2469.88 cores=1,3,5,7
/proc/5579/stat : 5579 (java) S 5576 5579 3242 0 -1 1077944320 210995 0 0 0 246532 456 0 0 20 0 16 0 96448864 10876968960 952059 33554432000 4194304 4196468 140725869942144 140725869924688 140004896902903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
/proc/5579/statm: 2655510 952059 3170 1 0 2643904 0
[pid=5579/tid=5581] ppid=5576 vsize=10622040 memory=3808236 CPUtime=2434.09 cores=1,3,5,7
/proc/5579/task/5581/stat : 5581 (java) R 5576 5579 3242 0 -1 4202560 104980 0 0 0 243380 29 0 0 20 0 16 0 96448865 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004901141952 140004537881062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5582] ppid=5576 vsize=10622040 memory=3834268 CPUtime=7.07 cores=1,3,5,7
/proc/5579/task/5582/stat : 5582 (java) S 5576 5579 3242 0 -1 1077944384 10326 0 0 0 619 88 0 0 20 0 16 0 96448865 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004862184208 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5583] ppid=5576 vsize=10622040 memory=3834268 CPUtime=7.09 cores=1,3,5,7
/proc/5579/task/5583/stat : 5583 (java) S 5576 5579 3242 0 -1 1077944384 10370 0 0 0 620 89 0 0 20 0 16 0 96448865 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004502907792 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5584] ppid=5576 vsize=10622040 memory=3834268 CPUtime=7.13 cores=1,3,5,7
/proc/5579/task/5584/stat : 5584 (java) S 5576 5579 3242 0 -1 1077944384 10108 0 0 0 622 91 0 0 20 0 16 0 96448865 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004501855248 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5585] ppid=5576 vsize=10622040 memory=3808236 CPUtime=7.12 cores=1,3,5,7
/proc/5579/task/5585/stat : 5585 (java) S 5576 5579 3242 0 -1 1077944384 8471 0 0 0 623 89 0 0 20 0 16 0 96448865 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004500802704 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5586] ppid=5576 vsize=10622040 memory=3808236 CPUtime=0.99 cores=1,3,5,7
/proc/5579/task/5586/stat : 5586 (java) S 5576 5579 3242 0 -1 1077944384 29761 0 0 0 94 5 0 0 20 0 16 0 96448867 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004389013488 140004896914050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5587] ppid=5576 vsize=10622040 memory=3808236 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5587/stat : 5587 (java) S 5576 5579 3242 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 96448867 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004387959776 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5588] ppid=5576 vsize=10622040 memory=3808236 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5588/stat : 5588 (java) S 5576 5579 3242 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96448867 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004386907136 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5589] ppid=5576 vsize=10622040 memory=3808236 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5589/stat : 5589 (java) S 5576 5579 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96448870 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004385855696 140004896921499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5590] ppid=5576 vsize=10622040 memory=3808236 CPUtime=2.3 cores=1,3,5,7
/proc/5579/task/5590/stat : 5590 (java) S 5576 5579 3242 0 -1 1077944384 14395 0 0 0 228 2 0 0 20 0 16 0 96448870 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004384803312 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5591] ppid=5576 vsize=10622040 memory=2244 CPUtime=2.3 cores=1,3,5,7
/proc/5579/task/5591/stat : 5591 (java) S 5576 5579 3242 0 -1 1077944384 13158 0 0 0 229 1 0 0 20 0 16 0 96448870 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004383750768 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5592] ppid=5576 vsize=10622040 memory=4124 CPUtime=0.39 cores=1,3,5,7
/proc/5579/task/5592/stat : 5592 (java) S 5576 5579 3242 0 -1 1077944384 4771 0 0 0 38 1 0 0 20 0 16 0 96448870 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004382698224 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5593] ppid=5576 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5593/stat : 5593 (java) S 5576 5579 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96448870 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004381645920 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5594] ppid=5576 vsize=10622040 memory=3808236 CPUtime=1.31 cores=1,3,5,7
/proc/5579/task/5594/stat : 5594 (java) S 5576 5579 3242 0 -1 1077944384 3247 0 0 0 59 72 0 0 20 0 16 0 96448870 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004380592432 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5595] ppid=5576 vsize=10622040 memory=3808236 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5595/stat : 5595 (java) S 5576 5579 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96449117 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004379538224 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
Current children cumulated CPU time: 2469.88 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3808236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492.4 s]
/proc/loadavg: 2.37 2.98 3.10 3/217 6241
/proc/meminfo: memFree=15788564/32770624 swapFree=67108860/67108860
[pid=5579] ppid=5576 vsize=10622040 memory=3808236 CPUtime=2520.01 cores=1,3,5,7
/proc/5579/stat : 5579 (java) S 5576 5579 3242 0 -1 1077944320 213695 0 0 0 251543 458 0 0 20 0 16 0 96448864 10876968960 952059 33554432000 4194304 4196468 140725869942144 140725869924688 140004896902903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
/proc/5579/statm: 2655510 952059 3170 1 0 2643904 0
[pid=5579/tid=5581] ppid=5576 vsize=10622040 memory=8112282956445269571 CPUtime=2484.19 cores=1,3,5,7
/proc/5579/task/5581/stat : 5581 (java) R 5576 5579 3242 0 -1 4202560 107570 0 0 0 248390 29 0 0 20 0 16 0 96448865 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004901134480 140004538179530 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5582] ppid=5576 vsize=10622040 memory=3096 CPUtime=7.07 cores=1,3,5,7
/proc/5579/task/5582/stat : 5582 (java) S 5576 5579 3242 0 -1 1077944384 10326 0 0 0 619 88 0 0 20 0 16 0 96448865 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004862184208 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5583] ppid=5576 vsize=10622040 memory=3808236 CPUtime=7.09 cores=1,3,5,7
/proc/5579/task/5583/stat : 5583 (java) S 5576 5579 3242 0 -1 1077944384 10370 0 0 0 620 89 0 0 20 0 16 0 96448865 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004502907792 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5584] ppid=5576 vsize=10622040 memory=4104 CPUtime=7.13 cores=1,3,5,7
/proc/5579/task/5584/stat : 5584 (java) S 5576 5579 3242 0 -1 1077944384 10108 0 0 0 622 91 0 0 20 0 16 0 96448865 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004501855248 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5585] ppid=5576 vsize=10622040 memory=4872558044660077418 CPUtime=7.12 cores=1,3,5,7
/proc/5579/task/5585/stat : 5585 (java) S 5576 5579 3242 0 -1 1077944384 8471 0 0 0 623 89 0 0 20 0 16 0 96448865 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004500802704 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5586] ppid=5576 vsize=10622040 memory=589972055281463335 CPUtime=0.99 cores=1,3,5,7
/proc/5579/task/5586/stat : 5586 (java) S 5576 5579 3242 0 -1 1077944384 29781 0 0 0 94 5 0 0 20 0 16 0 96448867 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004389013488 140004896914050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5587] ppid=5576 vsize=10622040 memory=18241 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5587/stat : 5587 (java) S 5576 5579 3242 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 96448867 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004387959776 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5588] ppid=5576 vsize=10622040 memory=7512114578044973668 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5588/stat : 5588 (java) S 5576 5579 3242 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96448867 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004386907136 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5589] ppid=5576 vsize=10622040 memory=7512114578044973668 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5589/stat : 5589 (java) S 5576 5579 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96448870 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004385855696 140004896921499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5590] ppid=5576 vsize=10622040 memory=6003396616569186666 CPUtime=2.3 cores=1,3,5,7
/proc/5579/task/5590/stat : 5590 (java) S 5576 5579 3242 0 -1 1077944384 14400 0 0 0 228 2 0 0 20 0 16 0 96448870 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004384803312 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5591] ppid=5576 vsize=10622040 memory=10973417827 CPUtime=2.3 cores=1,3,5,7
/proc/5579/task/5591/stat : 5591 (java) S 5576 5579 3242 0 -1 1077944384 13161 0 0 0 229 1 0 0 20 0 16 0 96448870 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004383750768 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5592] ppid=5576 vsize=10622040 memory=113 CPUtime=0.39 cores=1,3,5,7
/proc/5579/task/5592/stat : 5592 (java) S 5576 5579 3242 0 -1 1077944384 4777 0 0 0 38 1 0 0 20 0 16 0 96448870 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004382698224 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5593] ppid=5576 vsize=10622040 memory=7679373425970869011 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5593/stat : 5593 (java) S 5576 5579 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96448870 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004381645920 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5594] ppid=5576 vsize=10622040 memory=7089912016871909731 CPUtime=1.34 cores=1,3,5,7
/proc/5579/task/5594/stat : 5594 (java) S 5576 5579 3242 0 -1 1077944384 3323 0 0 0 60 74 0 0 20 0 16 0 96448870 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004380592432 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5595] ppid=5576 vsize=10622040 memory=6370174965410721130 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5595/stat : 5595 (java) S 5576 5579 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96449117 10876968960 952059 33554432000 4194304 4196468 140725869942144 140004379538224 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3808236 KiB

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

[startup+2492.64 s]
# the end of solver process 5579 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.54 s, system=4.60565 s

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

[startup+2492.6 s]
/proc/loadavg: 2.37 2.98 3.10 3/217 6241
/proc/meminfo: memFree=15788564/32770624 swapFree=67108860/67108860
[pid=5579] ppid=5576 vsize=10821732 memory=3808548 CPUtime=2520.11 cores=1,3,5,7
/proc/5579/stat : 5579 (java) S 5576 5579 3242 0 -1 1077944320 215283 0 0 0 251553 458 0 0 20 0 17 0 96448864 11081453568 952137 33554432000 4194304 4196468 140725869942144 140725869924688 140004896902903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
/proc/5579/statm: 2705433 952137 3173 1 0 2693827 0
[pid=5579/tid=5581] ppid=5576 vsize=10821732 memory=302867320592924983 CPUtime=2484.28 cores=1,3,5,7
/proc/5579/task/5581/stat : 5581 (java) S 5576 5579 3242 0 -1 1077944384 107837 0 0 0 248399 29 0 0 20 0 17 0 96448865 11081453568 952137 33554432000 4194304 4196468 140725869942144 140004901145776 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5582] ppid=5576 vsize=10821732 memory=14699582244260269 CPUtime=7.07 cores=1,3,5,7
/proc/5579/task/5582/stat : 5582 (java) S 5576 5579 3242 0 -1 1077944384 10326 0 0 0 619 88 0 0 20 0 17 0 96448865 11081453568 952137 33554432000 4194304 4196468 140725869942144 140004862184208 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5583] ppid=5576 vsize=10821732 memory=3340 CPUtime=7.09 cores=1,3,5,7
/proc/5579/task/5583/stat : 5583 (java) S 5576 5579 3242 0 -1 1077944384 10370 0 0 0 620 89 0 0 20 0 17 0 96448865 11081453568 952137 33554432000 4194304 4196468 140725869942144 140004502907792 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5584] ppid=5576 vsize=10821732 memory=3808236 CPUtime=7.13 cores=1,3,5,7
/proc/5579/task/5584/stat : 5584 (java) S 5576 5579 3242 0 -1 1077944384 10108 0 0 0 622 91 0 0 20 0 17 0 96448865 11081453568 952137 33554432000 4194304 4196468 140725869942144 140004501855248 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5585] ppid=5576 vsize=10821732 memory=1160 CPUtime=7.12 cores=1,3,5,7
/proc/5579/task/5585/stat : 5585 (java) S 5576 5579 3242 0 -1 1077944384 8471 0 0 0 623 89 0 0 20 0 17 0 96448865 11081453568 952137 33554432000 4194304 4196468 140725869942144 140004500802704 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5586] ppid=5576 vsize=10821732 memory=3808236 CPUtime=0.99 cores=1,3,5,7
/proc/5579/task/5586/stat : 5586 (java) S 5576 5579 3242 0 -1 1077944384 29781 0 0 0 94 5 0 0 20 0 17 0 96448867 11081453568 952137 33554432000 4194304 4196468 140725869942144 140004389013488 140004896914050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5587] ppid=5576 vsize=10821732 memory=8332948 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5587/stat : 5587 (java) S 5576 5579 3242 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 96448867 11081453568 952137 33554432000 4194304 4196468 140725869942144 140004387959776 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5588] ppid=5576 vsize=10821732 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5588/stat : 5588 (java) S 5576 5579 3242 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 96448867 11081453568 952137 33554432000 4194304 4196468 140725869942144 140004386907136 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5589] ppid=5576 vsize=10821732 memory=-6733704525061579059 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5589/stat : 5589 (java) S 5576 5579 3242 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 17 0 96448870 11081453568 952137 33554432000 4194304 4196468 140725869942144 140004385855696 140004896921499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5590] ppid=5576 vsize=10821732 memory=8112282956445269571 CPUtime=2.3 cores=1,3,5,7
/proc/5579/task/5590/stat : 5590 (java) S 5576 5579 3242 0 -1 1077944384 14465 0 0 0 228 2 0 0 20 0 17 0 96448870 11081453568 952137 33554432000 4194304 4196468 140725869942144 140004384803312 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5591] ppid=5576 vsize=10821732 memory=3808236 CPUtime=2.3 cores=1,3,5,7
/proc/5579/task/5591/stat : 5591 (java) S 5576 5579 3242 0 -1 1077944384 13269 0 0 0 229 1 0 0 20 0 17 0 96448870 11081453568 952137 33554432000 4194304 4196468 140725869942144 140004383750768 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5592] ppid=5576 vsize=10821732 memory=648 CPUtime=0.39 cores=1,3,5,7
/proc/5579/task/5592/stat : 5592 (java) S 5576 5579 3242 0 -1 1077944384 5328 0 0 0 38 1 0 0 20 0 17 0 96448870 11081453568 952137 33554432000 4194304 4196468 140725869942144 140004382698224 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5593] ppid=5576 vsize=10821732 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/5579/task/5593/stat : 5593 (java) S 5576 5579 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96448870 11081453568 952137 33554432000 4194304 4196468 140725869942144 140004381645920 140004896913109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
[pid=5579/tid=5594] ppid=5576 vsize=10821732 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/5579/task/5594/stat : 5594 (java) S 5576 5579 3242 0 -1 1077944384 3323 0 0 0 60 74 0 0 20 0 17 0 96448870 11081453568 952137 33554432000 4194304 4196468 140725869942144 140004380592432 140004896914050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20738048 140725869945990 140725869946143 140725869946143 140725869948879 0
Current children cumulated CPU time: 2520.11 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3808548 KiB

Child status: 143
Real time (s): 2492.64
CPU time (s): 2520.15
CPU user time (s): 2515.54
CPU system time (s): 4.60565
CPU usage (%): 101.104
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3834396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.54
system time used= 4.60565
maximum resident set size= 3834396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215753
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56904
involuntary context switches= 1838


# summary of solver processes directly reported to runsolver:
#   pid: 5579
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2515.54
#   total CPU system time (s): 4.60565

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.901 second user time and 24.2892 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 16:00:21
IDJOB=4263189
IDBENCH=135870
IDSOLVER=2651
FILE ID=node149/4263189-1502633680
RUNJOBID= node149-1502620619-3502
PBS_JOBID= 20628307
Free space on /tmp= 61932 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-18.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263189-1502633680/watcher-4263189-1502633680 -o /tmp/evaluation-result-4263189-1502633680/solver-4263189-1502633680 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3502 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263189-1502633680.xml

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

MD5SUM BENCH= 16e7a4452edd8ccb673a436dbd81290a
RANDOM SEED=1886381805

node149.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.43
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.43
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.43
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.43
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:        24863516 kB
MemAvailable:   28885336 kB
Buffers:          257620 kB
Cached:          4037848 kB
SwapCached:            0 kB
Active:          4133316 kB
Inactive:        3300820 kB
Active(anon):    3141644 kB
Inactive(anon):    24944 kB
Active(file):     991672 kB
Inactive(file):  3275876 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:       3171852 kB
Mapped:            55592 kB
Shmem:             25224 kB
Slab:             167164 kB
SReclaimable:     140212 kB
SUnreclaim:        26952 kB
KernelStack:        3840 kB
PageTables:        11044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3888096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3051520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61932 MiB
End job on node149 at 2017-08-13 16:41:54