Trace number 4263192

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)595 2520.3 2478.8301

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

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

Verifier Data

OK	595

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263192-1502632869/watcher-4263192-1502632869 -o /tmp/evaluation-result-4263192-1502632869/solver-4263192-1502632869 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10435 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263192-1502632869.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=12316, runsolver pid=12313
Current StackSize limit: 8192 KiB


[startup+0.101269 s]*
/proc/loadavg: 2.04 2.16 2.27 4/216 12331
/proc/meminfo: memFree=23922980/32770624 swapFree=67108860/67108860
[pid=12316] ppid=12313 vsize=10555400 memory=29680 CPUtime=0.13 cores=1,3,5,7
/proc/12316/stat : 12316 (java) S 12313 12316 6758 0 -1 1077944320 6560 0 0 0 11 2 0 0 20 0 15 0 96368067 10808729600 7420 33554432000 4194304 4196468 140737430961264 140737430943808 139873172111095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
/proc/12316/statm: 2638850 7420 2789 1 0 2627263 0
[pid=12316/tid=12318] ppid=12313 vsize=10555400 memory=-8125511277465734525 CPUtime=0.09 cores=1,3,5,7
/proc/12316/task/12318/stat : 12318 (java) R 12313 12316 6758 0 -1 4202560 4394 0 0 0 8 1 0 0 20 0 15 0 96368068 10808729600 7420 33554432000 4194304 4196468 140737430961264 139873176332944 139873152755762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12319] ppid=12313 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12319/stat : 12319 (java) S 12313 12316 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96368069 10808729600 7420 33554432000 4194304 4196468 140737430961264 139873128663696 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12320] ppid=12313 vsize=10555400 memory=140282974226048 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12320/stat : 12320 (java) S 12313 12316 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96368069 10808729600 7420 33554432000 4194304 4196468 140737430961264 139873127610896 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12321] ppid=12313 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12321/stat : 12321 (java) S 12313 12316 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96368069 10808729600 7420 33554432000 4194304 4196468 140737430961264 139872776935824 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12322] ppid=12313 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12322/stat : 12322 (java) S 12313 12316 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96368069 10808729600 7420 33554432000 4194304 4196468 140737430961264 139872775883024 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12323] ppid=12313 vsize=10555400 memory=140282974226048 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12323/stat : 12323 (java) S 12313 12316 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96368070 10808729600 7420 33554432000 4194304 4196468 140737430961264 139872731982704 139873172122242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12324] ppid=12313 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12324/stat : 12324 (java) S 12313 12316 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96368070 10808729600 7420 33554432000 4194304 4196468 140737430961264 139872730928672 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12325] ppid=12313 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12325/stat : 12325 (java) S 12313 12316 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96368071 10808729600 7420 33554432000 4194304 4196468 140737430961264 139872729875824 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12326] ppid=12313 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12326/stat : 12326 (java) S 12313 12316 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96368073 10808729600 7420 33554432000 4194304 4196468 140737430961264 139872728824144 139873172129691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12327] ppid=12313 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12327/stat : 12327 (java) S 12313 12316 6758 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 96368073 10808729600 7420 33554432000 4194304 4196468 140737430961264 139872727771504 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12328] ppid=12313 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12328/stat : 12328 (java) S 12313 12316 6758 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 96368073 10808729600 7420 33554432000 4194304 4196468 140737430961264 139872726718704 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12329] ppid=12313 vsize=10555400 memory=140282974226048 CPUtime=0.02 cores=1,3,5,7
/proc/12316/task/12329/stat : 12329 (java) S 12313 12316 6758 0 -1 1077944384 370 0 0 0 2 0 0 0 20 0 15 0 96368073 10808729600 7420 33554432000 4194304 4196468 140737430961264 139872725665904 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12330] ppid=12313 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12330/stat : 12330 (java) S 12313 12316 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96368073 10808729600 7420 33554432000 4194304 4196468 140737430961264 139872724613344 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12331] ppid=12313 vsize=10555400 memory=140282974226048 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12331/stat : 12331 (java) S 12313 12316 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96368073 10808729600 7420 33554432000 4194304 4196468 140737430961264 139872656420016 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29680 KiB

[startup+0.210527 s]*
/proc/loadavg: 2.04 2.16 2.27 3/216 12331
/proc/meminfo: memFree=23915288/32770624 swapFree=67108860/67108860
[pid=12316] ppid=12313 vsize=10555400 memory=38024 CPUtime=0.29 cores=1,3,5,7
/proc/12316/stat : 12316 (java) S 12313 12316 6758 0 -1 1077944320 7758 0 0 0 26 3 0 0 20 0 15 0 96368067 10808729600 9506 33554432000 4194304 4196468 140737430961264 140737430943808 139873172111095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
/proc/12316/statm: 2638850 9506 2922 1 0 2627263 0
[pid=12316/tid=12318] ppid=12313 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/12316/task/12318/stat : 12318 (java) R 12313 12316 6758 0 -1 4202560 5357 0 0 0 18 2 0 0 20 0 15 0 96368068 10808729600 9506 33554432000 4194304 4196468 140737430961264 139873176320896 139873172123030 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12319] ppid=12313 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12319/stat : 12319 (java) S 12313 12316 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96368069 10808729600 9506 33554432000 4194304 4196468 140737430961264 139873128663696 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12320] ppid=12313 vsize=10555400 memory=140282974652103 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12320/stat : 12320 (java) S 12313 12316 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96368069 10808729600 9506 33554432000 4194304 4196468 140737430961264 139873127610896 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12321] ppid=12313 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12321/stat : 12321 (java) S 12313 12316 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96368069 10808729600 9511 33554432000 4194304 4196468 140737430961264 139872776935824 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12322] ppid=12313 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12322/stat : 12322 (java) S 12313 12316 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96368069 10808729600 9511 33554432000 4194304 4196468 140737430961264 139872775883024 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12323] ppid=12313 vsize=10555400 memory=140282974226048 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12323/stat : 12323 (java) S 12313 12316 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96368070 10808729600 9511 33554432000 4194304 4196468 140737430961264 139872731982704 139873172122242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12324] ppid=12313 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12324/stat : 12324 (java) S 12313 12316 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96368070 10808729600 9511 33554432000 4194304 4196468 140737430961264 139872730928672 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12325] ppid=12313 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12325/stat : 12325 (java) S 12313 12316 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96368071 10808729600 9511 33554432000 4194304 4196468 140737430961264 139872729875824 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12326] ppid=12313 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12326/stat : 12326 (java) S 12313 12316 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96368073 10808729600 9511 33554432000 4194304 4196468 140737430961264 139872728824144 139873172129691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12327] ppid=12313 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12316/task/12327/stat : 12327 (java) S 12313 12316 6758 0 -1 1077944384 371 0 0 0 1 0 0 0 20 0 15 0 96368073 10808729600 9511 33554432000 4194304 4196468 140737430961264 139872727771504 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12328] ppid=12313 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/12316/task/12328/stat : 12328 (java) S 12313 12316 6758 0 -1 1077944384 233 0 0 0 1 0 0 0 20 0 15 0 96368073 10808729600 9511 33554432000 4194304 4196468 140737430961264 139872726718704 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12329] ppid=12313 vsize=10555400 memory=140282974226048 CPUtime=0.05 cores=1,3,5,7
/proc/12316/task/12329/stat : 12329 (java) S 12313 12316 6758 0 -1 1077944384 429 0 0 0 5 0 0 0 20 0 15 0 96368073 10808729600 9511 33554432000 4194304 4196468 140737430961264 139872725665904 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12330] ppid=12313 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12330/stat : 12330 (java) S 12313 12316 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96368073 10808729600 9511 33554432000 4194304 4196468 140737430961264 139872724613344 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12331] ppid=12313 vsize=10555400 memory=140282974226048 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12331/stat : 12331 (java) S 12313 12316 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96368073 10808729600 9511 33554432000 4194304 4196468 140737430961264 139872656420016 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38024 KiB

[startup+0.310258 s]*
/proc/loadavg: 2.04 2.16 2.27 5/216 12331
/proc/meminfo: memFree=23906480/32770624 swapFree=67108860/67108860
[pid=12316] ppid=12313 vsize=10555476 memory=47008 CPUtime=0.5 cores=1,3,5,7
/proc/12316/stat : 12316 (java) S 12313 12316 6758 0 -1 1077944320 8946 0 0 0 47 3 0 0 20 0 15 0 96368067 10808807424 11752 33554432000 4194304 4196468 140737430961264 140737430943808 139873172111095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
/proc/12316/statm: 2638869 11752 3034 1 0 2627263 0
[pid=12316/tid=12318] ppid=12313 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/12316/task/12318/stat : 12318 (java) R 12313 12316 6758 0 -1 4202560 5690 0 0 0 27 2 0 0 20 0 15 0 96368068 10808807424 11752 33554432000 4194304 4196468 140737430961264 139873176348752 139873156191582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12319] ppid=12313 vsize=10555476 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12319/stat : 12319 (java) S 12313 12316 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96368069 10808807424 11752 33554432000 4194304 4196468 140737430961264 139873128663696 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12320] ppid=12313 vsize=10555476 memory=140282974646725 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12320/stat : 12320 (java) S 12313 12316 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96368069 10808807424 11752 33554432000 4194304 4196468 140737430961264 139873127610896 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12321] ppid=12313 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12321/stat : 12321 (java) S 12313 12316 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96368069 10808807424 11752 33554432000 4194304 4196468 140737430961264 139872776935824 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12322] ppid=12313 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12322/stat : 12322 (java) S 12313 12316 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96368069 10808807424 11752 33554432000 4194304 4196468 140737430961264 139872775883024 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12323] ppid=12313 vsize=10555476 memory=140282974226048 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12323/stat : 12323 (java) S 12313 12316 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96368070 10808807424 11752 33554432000 4194304 4196468 140737430961264 139872731982704 139873172122242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12324] ppid=12313 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12324/stat : 12324 (java) S 12313 12316 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96368070 10808807424 11752 33554432000 4194304 4196468 140737430961264 139872730928672 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12325] ppid=12313 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12325/stat : 12325 (java) S 12313 12316 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96368071 10808807424 11752 33554432000 4194304 4196468 140737430961264 139872729875824 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12326] ppid=12313 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12326/stat : 12326 (java) S 12313 12316 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96368073 10808807424 11752 33554432000 4194304 4196468 140737430961264 139872728824144 139873172129691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12327] ppid=12313 vsize=10555476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12316/task/12327/stat : 12327 (java) R 12313 12316 6758 0 -1 1077944384 506 0 0 0 2 0 0 0 20 0 15 0 96368073 10808807424 11752 33554432000 4194304 4196468 140737430961264 139872727771504 139873172122242 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12328] ppid=12313 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/12316/task/12328/stat : 12328 (java) R 12313 12316 6758 0 -1 4202560 606 0 0 0 4 0 0 0 20 0 15 0 96368073 10808807424 11752 33554432000 4194304 4196468 140737430961264 139872726710656 139873158166461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12329] ppid=12313 vsize=10555476 memory=140282974226048 CPUtime=0.12 cores=1,3,5,7
/proc/12316/task/12329/stat : 12329 (java) R 12313 12316 6758 0 -1 4202560 779 0 0 0 12 0 0 0 20 0 15 0 96368073 10808807424 11752 33554432000 4194304 4196468 140737430961264 139872725665904 139873150476224 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12330] ppid=12313 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12330/stat : 12330 (java) S 12313 12316 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96368073 10808807424 11752 33554432000 4194304 4196468 140737430961264 139872724613344 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12331] ppid=12313 vsize=10555476 memory=140282974226048 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12331/stat : 12331 (java) S 12313 12316 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96368073 10808807424 11752 33554432000 4194304 4196468 140737430961264 139872656420016 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47008 KiB

[startup+0.702967 s]
/proc/loadavg: 2.04 2.16 2.27 7/216 12331
/proc/meminfo: memFree=23870432/32770624 swapFree=67108860/67108860
[pid=12316] ppid=12313 vsize=10555476 memory=157444 CPUtime=1.76 cores=1,3,5,7
/proc/12316/stat : 12316 (java) S 12313 12316 6758 0 -1 1077944320 13593 0 0 0 171 5 0 0 20 0 15 0 96368067 10808807424 39361 33554432000 4194304 4196468 140737430961264 140737430943808 139873172111095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
/proc/12316/statm: 2638869 39361 3081 1 0 2627263 0
[pid=12316/tid=12318] ppid=12313 vsize=10555476 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/12316/task/12318/stat : 12318 (java) R 12313 12316 6758 0 -1 4202560 5862 0 0 0 64 3 0 0 20 0 15 0 96368068 10808807424 39361 33554432000 4194304 4196468 140737430961264 139873176327840 139872810652117 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12319] ppid=12313 vsize=10555476 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12319/stat : 12319 (java) S 12313 12316 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96368069 10808807424 39361 33554432000 4194304 4196468 140737430961264 139873128663696 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12320] ppid=12313 vsize=10555476 memory=11040 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12320/stat : 12320 (java) S 12313 12316 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96368069 10808807424 39361 33554432000 4194304 4196468 140737430961264 139873127610896 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12321] ppid=12313 vsize=10555476 memory=5700 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12321/stat : 12321 (java) S 12313 12316 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96368069 10808807424 39361 33554432000 4194304 4196468 140737430961264 139872776935824 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12322] ppid=12313 vsize=10555476 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12322/stat : 12322 (java) S 12313 12316 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96368069 10808807424 39361 33554432000 4194304 4196468 140737430961264 139872775883024 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12323] ppid=12313 vsize=10555476 memory=792 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12323/stat : 12323 (java) S 12313 12316 6758 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96368070 10808807424 39361 33554432000 4194304 4196468 140737430961264 139872731982704 139873172122242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12324] ppid=12313 vsize=10555476 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12324/stat : 12324 (java) S 12313 12316 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96368070 10808807424 39361 33554432000 4194304 4196468 140737430961264 139872730928672 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12325] ppid=12313 vsize=10555476 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12325/stat : 12325 (java) S 12313 12316 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96368071 10808807424 39361 33554432000 4194304 4196468 140737430961264 139872729875824 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12326] ppid=12313 vsize=10555476 memory=7014751519700506193 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12326/stat : 12326 (java) S 12313 12316 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96368073 10808807424 39361 33554432000 4194304 4196468 140737430961264 139872728824144 139873172129691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12327] ppid=12313 vsize=10555476 memory=7883949533517342546 CPUtime=0.4 cores=1,3,5,7
/proc/12316/task/12327/stat : 12327 (java) R 12313 12316 6758 0 -1 4202560 2583 0 0 0 40 0 0 0 20 0 15 0 96368073 10808807424 39361 33554432000 4194304 4196468 140737430961264 139872727756968 139873157236490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12328] ppid=12313 vsize=10555476 memory=7236547281622689387 CPUtime=0.41 cores=1,3,5,7
/proc/12316/task/12328/stat : 12328 (java) R 12313 12316 6758 0 -1 4202560 2191 0 0 0 41 0 0 0 20 0 15 0 96368073 10808807424 39427 33554432000 4194304 4196468 140737430961264 139872726708496 139873164400544 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12329] ppid=12313 vsize=10555476 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/12316/task/12329/stat : 12329 (java) S 12313 12316 6758 0 -1 1077944384 1604 0 0 0 25 0 0 0 20 0 15 0 96368073 10808807424 39427 33554432000 4194304 4196468 140737430961264 139872725665904 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12330] ppid=12313 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12330/stat : 12330 (java) S 12313 12316 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96368073 10808807424 39427 33554432000 4194304 4196468 140737430961264 139872724613344 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12331] ppid=12313 vsize=10555476 memory=33 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12331/stat : 12331 (java) S 12313 12316 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96368073 10808807424 39427 33554432000 4194304 4196468 140737430961264 139872656420016 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 157444 KiB

[startup+1.50123 s]
/proc/loadavg: 2.04 2.16 2.27 5/216 12331
/proc/meminfo: memFree=23734904/32770624 swapFree=67108860/67108860
[pid=12316] ppid=12313 vsize=10555476 memory=426004 CPUtime=4.14 cores=1,3,5,7
/proc/12316/stat : 12316 (java) S 12313 12316 6758 0 -1 1077944320 17326 0 0 0 393 21 0 0 20 0 15 0 96368067 10808807424 106501 33554432000 4194304 4196468 140737430961264 140737430943808 139873172111095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
/proc/12316/statm: 2638869 106501 3135 1 0 2627263 0
[pid=12316/tid=12318] ppid=12313 vsize=10555476 memory=6791534058613427641 CPUtime=1.32 cores=1,3,5,7
/proc/12316/task/12318/stat : 12318 (java) S 12313 12316 6758 0 -1 1077944384 5945 0 0 0 127 5 0 0 20 0 15 0 96368068 10808807424 106501 33554432000 4194304 4196468 140737430961264 139873176344128 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12319] ppid=12313 vsize=10555476 memory=-8754540793456063680 CPUtime=0.14 cores=1,3,5,7
/proc/12316/task/12319/stat : 12319 (java) R 12313 12316 6758 0 -1 4202560 126 0 0 0 11 3 0 0 20 0 15 0 96368069 10808807424 106501 33554432000 4194304 4196468 140737430961264 139873128663696 139873157138514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12320] ppid=12313 vsize=10555476 memory=-2843874019102283166 CPUtime=0.12 cores=1,3,5,7
/proc/12316/task/12320/stat : 12320 (java) R 12313 12316 6758 0 -1 4202560 111 0 0 0 9 3 0 0 20 0 15 0 96368069 10808807424 106501 33554432000 4194304 4196468 140737430961264 139873127610896 139873156559310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12321] ppid=12313 vsize=10555476 memory=5450919713671312938 CPUtime=0.13 cores=1,3,5,7
/proc/12316/task/12321/stat : 12321 (java) R 12313 12316 6758 0 -1 4202560 153 0 0 0 10 3 0 0 20 0 15 0 96368069 10808807424 106501 33554432000 4194304 4196468 140737430961264 139872776936024 139873157133080 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12322] ppid=12313 vsize=10555476 memory=7077795359591905642 CPUtime=0.14 cores=1,3,5,7
/proc/12316/task/12322/stat : 12322 (java) R 12313 12316 6758 0 -1 4202560 166 0 0 0 11 3 0 0 20 0 15 0 96368069 10808807424 106501 33554432000 4194304 4196468 140737430961264 139872775883024 139873157137952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12323] ppid=12313 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12323/stat : 12323 (java) S 12313 12316 6758 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 96368070 10808807424 106501 33554432000 4194304 4196468 140737430961264 139872731981216 139873172121301 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0

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

/proc/12316/task/12321/stat : 12321 (java) S 12313 12316 6758 0 -1 1077944384 14767 0 0 0 1051 99 0 0 20 0 16 0 96368069 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872776935824 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12322] ppid=12313 vsize=10622040 memory=4836052 CPUtime=11.52 cores=1,3,5,7
/proc/12316/task/12322/stat : 12322 (java) S 12313 12316 6758 0 -1 1077944384 15699 0 0 0 1059 93 0 0 20 0 16 0 96368069 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872775883024 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12323] ppid=12313 vsize=10622040 memory=4836052 CPUtime=3.11 cores=1,3,5,7
/proc/12316/task/12323/stat : 12323 (java) S 12313 12316 6758 0 -1 1077944384 17297 0 0 0 307 4 0 0 20 0 16 0 96368070 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872731982704 139873172122242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12324] ppid=12313 vsize=10622040 memory=4836052 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12324/stat : 12324 (java) S 12313 12316 6758 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 96368070 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872730928736 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12325] ppid=12313 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12325/stat : 12325 (java) S 12313 12316 6758 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 16 0 96368071 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872729875840 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12326] ppid=12313 vsize=10622040 memory=4836052 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12326/stat : 12326 (java) S 12313 12316 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872728824144 139873172129691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12327] ppid=12313 vsize=10622040 memory=4140 CPUtime=2.73 cores=1,3,5,7
/proc/12316/task/12327/stat : 12327 (java) S 12313 12316 6758 0 -1 1077944384 18623 0 0 0 271 2 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872727771504 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12328] ppid=12313 vsize=10622040 memory=28176 CPUtime=2.22 cores=1,3,5,7
/proc/12316/task/12328/stat : 12328 (java) S 12313 12316 6758 0 -1 1077944384 11717 0 0 0 221 1 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872726718704 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12329] ppid=12313 vsize=10622040 memory=4836052 CPUtime=0.45 cores=1,3,5,7
/proc/12316/task/12329/stat : 12329 (java) S 12313 12316 6758 0 -1 1077944384 5363 0 0 0 44 1 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872725665904 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12330] ppid=12313 vsize=10622040 memory=4836052 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12330/stat : 12330 (java) S 12313 12316 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872724613344 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12331] ppid=12313 vsize=10622040 memory=3332 CPUtime=1.32 cores=1,3,5,7
/proc/12316/task/12331/stat : 12331 (java) S 12313 12316 6758 0 -1 1077944384 2715 0 0 0 61 71 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872656420016 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12332] ppid=12313 vsize=10622040 memory=2536 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12332/stat : 12332 (java) S 12313 12316 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96369191 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872655365552 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
Current children cumulated CPU time: 2423.7 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4836052 KiB

[startup+2442.3 s]
/proc/loadavg: 4.77 4.24 3.24 6/216 12583
/proc/meminfo: memFree=14023452/32770624 swapFree=67108860/67108860
[pid=12316] ppid=12313 vsize=10622040 memory=4836052 CPUtime=2483.74 cores=1,3,5,7
/proc/12316/stat : 12316 (java) S 12313 12316 6758 0 -1 1077944320 263951 0 0 0 247882 492 0 0 20 0 16 0 96368067 10876968960 1209013 33554432000 4194304 4196468 140737430961264 140737430943808 139873172111095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
/proc/12316/statm: 2655510 1209013 3172 1 0 2643904 0
[pid=12316/tid=12318] ppid=12313 vsize=10622040 memory=4836052 CPUtime=2427.85 cores=1,3,5,7
/proc/12316/task/12318/stat : 12318 (java) R 12313 12316 6758 0 -1 4202560 151318 0 0 0 242751 34 0 0 20 0 16 0 96368068 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139873176350192 139872813170436 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12319] ppid=12313 vsize=10622040 memory=4836052 CPUtime=11.5 cores=1,3,5,7
/proc/12316/task/12319/stat : 12319 (java) S 12313 12316 6758 0 -1 1077944384 13334 0 0 0 1054 96 0 0 20 0 16 0 96368069 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139873128663696 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12320] ppid=12313 vsize=10622040 memory=4836052 CPUtime=11.41 cores=1,3,5,7
/proc/12316/task/12320/stat : 12320 (java) S 12313 12316 6758 0 -1 1077944384 11560 0 0 0 1047 94 0 0 20 0 16 0 96368069 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139873127610896 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12321] ppid=12313 vsize=10622040 memory=4836052 CPUtime=11.5 cores=1,3,5,7
/proc/12316/task/12321/stat : 12321 (java) S 12313 12316 6758 0 -1 1077944384 14767 0 0 0 1051 99 0 0 20 0 16 0 96368069 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872776935824 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12322] ppid=12313 vsize=10622040 memory=4836052 CPUtime=11.52 cores=1,3,5,7
/proc/12316/task/12322/stat : 12322 (java) S 12313 12316 6758 0 -1 1077944384 15699 0 0 0 1059 93 0 0 20 0 16 0 96368069 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872775883024 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12323] ppid=12313 vsize=10622040 memory=4836052 CPUtime=3.11 cores=1,3,5,7
/proc/12316/task/12323/stat : 12323 (java) S 12313 12316 6758 0 -1 1077944384 17307 0 0 0 307 4 0 0 20 0 16 0 96368070 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872731982704 139873172122242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12324] ppid=12313 vsize=10622040 memory=4836052 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12324/stat : 12324 (java) S 12313 12316 6758 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 96368070 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872730928736 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12325] ppid=12313 vsize=10622040 memory=4836052 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12325/stat : 12325 (java) S 12313 12316 6758 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 16 0 96368071 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872729875840 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12326] ppid=12313 vsize=10622040 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12326/stat : 12326 (java) S 12313 12316 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872728824144 139873172129691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12327] ppid=12313 vsize=10622040 memory=4836052 CPUtime=2.73 cores=1,3,5,7
/proc/12316/task/12327/stat : 12327 (java) S 12313 12316 6758 0 -1 1077944384 18627 0 0 0 271 2 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872727771504 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12328] ppid=12313 vsize=10622040 memory=4836052 CPUtime=2.22 cores=1,3,5,7
/proc/12316/task/12328/stat : 12328 (java) S 12313 12316 6758 0 -1 1077944384 11720 0 0 0 221 1 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872726718704 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12329] ppid=12313 vsize=10622040 memory=4836052 CPUtime=0.45 cores=1,3,5,7
/proc/12316/task/12329/stat : 12329 (java) S 12313 12316 6758 0 -1 1077944384 5375 0 0 0 44 1 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872725665904 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12330] ppid=12313 vsize=10622040 memory=4836052 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12330/stat : 12330 (java) S 12313 12316 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872724613344 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12331] ppid=12313 vsize=10622040 memory=4836052 CPUtime=1.36 cores=1,3,5,7
/proc/12316/task/12331/stat : 12331 (java) S 12313 12316 6758 0 -1 1077944384 2756 0 0 0 63 73 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872656420016 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12332] ppid=12313 vsize=10622040 memory=180 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12332/stat : 12332 (java) S 12313 12316 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96369191 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872655365552 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
Current children cumulated CPU time: 2483.74 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4836052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.6 s]
/proc/loadavg: 4.68 4.29 3.29 6/216 12585
/proc/meminfo: memFree=14022976/32770624 swapFree=67108860/67108860
[pid=12316] ppid=12313 vsize=10622040 memory=4836052 CPUtime=2520.06 cores=1,3,5,7
/proc/12316/stat : 12316 (java) S 12313 12316 6758 0 -1 1077944320 266923 0 0 0 251513 493 0 0 20 0 16 0 96368067 10876968960 1209013 33554432000 4194304 4196468 140737430961264 140737430943808 139873172111095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
/proc/12316/statm: 2655510 1209013 3172 1 0 2643904 0
[pid=12316/tid=12318] ppid=12313 vsize=10622040 memory=2340 CPUtime=2464.15 cores=1,3,5,7
/proc/12316/task/12318/stat : 12318 (java) R 12313 12316 6758 0 -1 4202560 154233 0 0 0 246380 35 0 0 20 0 16 0 96368068 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139873176350192 139872808552132 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12319] ppid=12313 vsize=10622040 memory=6791534058613427641 CPUtime=11.5 cores=1,3,5,7
/proc/12316/task/12319/stat : 12319 (java) S 12313 12316 6758 0 -1 1077944384 13334 0 0 0 1054 96 0 0 20 0 16 0 96368069 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139873128663696 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12320] ppid=12313 vsize=10622040 memory=15872 CPUtime=11.41 cores=1,3,5,7
/proc/12316/task/12320/stat : 12320 (java) S 12313 12316 6758 0 -1 1077944384 11560 0 0 0 1047 94 0 0 20 0 16 0 96368069 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139873127610896 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12321] ppid=12313 vsize=10622040 memory=4044 CPUtime=11.5 cores=1,3,5,7
/proc/12316/task/12321/stat : 12321 (java) S 12313 12316 6758 0 -1 1077944384 14767 0 0 0 1051 99 0 0 20 0 16 0 96368069 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872776935824 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12322] ppid=12313 vsize=10622040 memory=16444 CPUtime=11.52 cores=1,3,5,7
/proc/12316/task/12322/stat : 12322 (java) S 12313 12316 6758 0 -1 1077944384 15699 0 0 0 1059 93 0 0 20 0 16 0 96368069 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872775883024 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12323] ppid=12313 vsize=10622040 memory=16804 CPUtime=3.11 cores=1,3,5,7
/proc/12316/task/12323/stat : 12323 (java) S 12313 12316 6758 0 -1 1077944384 17312 0 0 0 307 4 0 0 20 0 16 0 96368070 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872731982704 139873172122242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12324] ppid=12313 vsize=10622040 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12324/stat : 12324 (java) S 12313 12316 6758 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 96368070 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872730928736 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12325] ppid=12313 vsize=10622040 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12325/stat : 12325 (java) S 12313 12316 6758 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 16 0 96368071 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872729875840 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12326] ppid=12313 vsize=10622040 memory=10588 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12326/stat : 12326 (java) S 12313 12316 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872728824144 139873172129691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12327] ppid=12313 vsize=10622040 memory=1200 CPUtime=2.73 cores=1,3,5,7
/proc/12316/task/12327/stat : 12327 (java) S 12313 12316 6758 0 -1 1077944384 18631 0 0 0 271 2 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872727771504 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12328] ppid=12313 vsize=10622040 memory=15872 CPUtime=2.22 cores=1,3,5,7
/proc/12316/task/12328/stat : 12328 (java) S 12313 12316 6758 0 -1 1077944384 11723 0 0 0 221 1 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872726718704 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12329] ppid=12313 vsize=10622040 memory=4044 CPUtime=0.45 cores=1,3,5,7
/proc/12316/task/12329/stat : 12329 (java) S 12313 12316 6758 0 -1 1077944384 5382 0 0 0 44 1 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872725665904 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12330] ppid=12313 vsize=10622040 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12330/stat : 12330 (java) S 12313 12316 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872724613344 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12331] ppid=12313 vsize=10622040 memory=792 CPUtime=1.38 cores=1,3,5,7
/proc/12316/task/12331/stat : 12331 (java) S 12313 12316 6758 0 -1 1077944384 2794 0 0 0 64 74 0 0 20 0 16 0 96368073 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872656420016 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12332] ppid=12313 vsize=10622040 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12332/stat : 12332 (java) S 12313 12316 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96369191 10876968960 1209013 33554432000 4194304 4196468 140737430961264 139872655365552 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4836052 KiB

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

[startup+2478.83 s]
# the end of solver process 12316 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.34 s, system=4.96305 s

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

[startup+2478.8 s]
/proc/loadavg: 4.68 4.29 3.29 6/216 12585
/proc/meminfo: memFree=14022976/32770624 swapFree=67108860/67108860
[pid=12316] ppid=12313 vsize=10821732 memory=4836368 CPUtime=2520.27 cores=1,3,5,7
/proc/12316/stat : 12316 (java) S 12313 12316 6758 0 -1 1077944320 268889 0 0 0 251533 494 0 0 20 0 17 0 96368067 11081453568 1209092 33554432000 4194304 4196468 140737430961264 140737430943808 139873172111095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
/proc/12316/statm: 2705433 1209092 3174 1 0 2693827 0
[pid=12316/tid=12318] ppid=12313 vsize=10821732 memory=4836052 CPUtime=2464.35 cores=1,3,5,7
/proc/12316/task/12318/stat : 12318 (java) S 12313 12316 6758 0 -1 1077944384 154480 0 0 0 246400 35 0 0 20 0 17 0 96368068 11081453568 1209092 33554432000 4194304 4196468 140737430961264 139873176353968 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12319] ppid=12313 vsize=10821732 memory=6791534058613427641 CPUtime=11.5 cores=1,3,5,7
/proc/12316/task/12319/stat : 12319 (java) S 12313 12316 6758 0 -1 1077944384 13334 0 0 0 1054 96 0 0 20 0 17 0 96368069 11081453568 1209092 33554432000 4194304 4196468 140737430961264 139873128663696 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12320] ppid=12313 vsize=10821732 memory=1224 CPUtime=11.41 cores=1,3,5,7
/proc/12316/task/12320/stat : 12320 (java) S 12313 12316 6758 0 -1 1077944384 11560 0 0 0 1047 94 0 0 20 0 17 0 96368069 11081453568 1209092 33554432000 4194304 4196468 140737430961264 139873127610896 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12321] ppid=12313 vsize=10821732 memory=1716 CPUtime=11.5 cores=1,3,5,7
/proc/12316/task/12321/stat : 12321 (java) S 12313 12316 6758 0 -1 1077944384 14767 0 0 0 1051 99 0 0 20 0 17 0 96368069 11081453568 1209092 33554432000 4194304 4196468 140737430961264 139872776935824 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12322] ppid=12313 vsize=10821732 memory=1796 CPUtime=11.52 cores=1,3,5,7
/proc/12316/task/12322/stat : 12322 (java) S 12313 12316 6758 0 -1 1077944384 15699 0 0 0 1059 93 0 0 20 0 17 0 96368069 11081453568 1209092 33554432000 4194304 4196468 140737430961264 139872775883024 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12323] ppid=12313 vsize=10821732 memory=636 CPUtime=3.11 cores=1,3,5,7
/proc/12316/task/12323/stat : 12323 (java) S 12313 12316 6758 0 -1 1077944384 17358 0 0 0 307 4 0 0 20 0 17 0 96368070 11081453568 1209092 33554432000 4194304 4196468 140737430961264 139872731982704 139873172122242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12324] ppid=12313 vsize=10821732 memory=960 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12324/stat : 12324 (java) S 12313 12316 6758 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 96368070 11081453568 1209092 33554432000 4194304 4196468 140737430961264 139872730928736 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12325] ppid=12313 vsize=10821732 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12325/stat : 12325 (java) S 12313 12316 6758 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 17 0 96368071 11081453568 1209092 33554432000 4194304 4196468 140737430961264 139872729875840 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12326] ppid=12313 vsize=10821732 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12326/stat : 12326 (java) S 12313 12316 6758 0 -1 1077944384 201 0 0 0 0 0 0 0 20 0 17 0 96368073 11081453568 1209092 33554432000 4194304 4196468 140737430961264 139872728824144 139873172129691 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12327] ppid=12313 vsize=10821732 memory=1580 CPUtime=2.73 cores=1,3,5,7
/proc/12316/task/12327/stat : 12327 (java) S 12313 12316 6758 0 -1 1077944384 18794 0 0 0 271 2 0 0 20 0 17 0 96368073 11081453568 1209092 33554432000 4194304 4196468 140737430961264 139872727771504 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12328] ppid=12313 vsize=10821732 memory=928 CPUtime=2.23 cores=1,3,5,7
/proc/12316/task/12328/stat : 12328 (java) S 12313 12316 6758 0 -1 1077944384 11867 0 0 0 221 2 0 0 20 0 17 0 96368073 11081453568 1209092 33554432000 4194304 4196468 140737430961264 139872726718704 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12329] ppid=12313 vsize=10821732 memory=6791534058613427641 CPUtime=0.45 cores=1,3,5,7
/proc/12316/task/12329/stat : 12329 (java) S 12313 12316 6758 0 -1 1077944384 6181 0 0 0 44 1 0 0 20 0 17 0 96368073 11081453568 1209092 33554432000 4194304 4196468 140737430961264 139872725665904 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12330] ppid=12313 vsize=10821732 memory=636 CPUtime=0 cores=1,3,5,7
/proc/12316/task/12330/stat : 12330 (java) S 12313 12316 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96368073 11081453568 1209092 33554432000 4194304 4196468 140737430961264 139872724613344 139873172121301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
[pid=12316/tid=12331] ppid=12313 vsize=10821732 memory=960 CPUtime=1.38 cores=1,3,5,7
/proc/12316/task/12331/stat : 12331 (java) S 12313 12316 6758 0 -1 1077944384 2794 0 0 0 64 74 0 0 20 0 17 0 96368073 11081453568 1209092 33554432000 4194304 4196468 140737430961264 139872656420016 139873172122242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21311488 140737430967430 140737430967583 140737430967583 140737430970319 0
Current children cumulated CPU time: 2520.27 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 4836368 KiB

Child status: 143
Real time (s): 2478.83
CPU time (s): 2520.3
CPU user time (s): 2515.34
CPU system time (s): 4.96305
CPU usage (%): 101.673
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 4836368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.34
system time used= 4.96305
maximum resident set size= 4836560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269388
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56892
involuntary context switches= 2894


# summary of solver processes directly reported to runsolver:
#   pid: 12316
#   total CPU time (s): 2520.3
#   total CPU user time (s): 2515.34
#   total CPU system time (s): 4.96305

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.587 second user time and 23.4207 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-13 15:46:51
IDJOB=4263192
IDBENCH=135727
IDSOLVER=2651
FILE ID=node150/4263192-1502632869
RUNJOBID= node150-1502620602-10435
PBS_JOBID= 20628304
Free space on /tmp= 61636 MiB

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

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

MD5SUM BENCH= 8b7c2ee38e8603aaa2c4683b1141c0f0
RANDOM SEED=957407826

node150.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	: 5332.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	: 5332.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	: 5332.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	: 5332.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:        23940724 kB
MemAvailable:   28657180 kB
Buffers:          236872 kB
Cached:          4756868 kB
SwapCached:            0 kB
Active:          3973676 kB
Inactive:        4389552 kB
Active(anon):    3372104 kB
Inactive(anon):    25068 kB
Active(file):     601572 kB
Inactive(file):  4364484 kB
Unevictable:        6228 kB
Mlocked:            6228 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1596 kB
Writeback:             0 kB
AnonPages:       3328500 kB
Mapped:            55608 kB
Shmem:             25224 kB
Slab:             158760 kB
SReclaimable:     132468 kB
SUnreclaim:        26292 kB
KernelStack:        3840 kB
PageTables:        11752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4774252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3196928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61560 MiB
End job on node150 at 2017-08-13 16:28:10