Trace number 4262830

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)0 2520.27 2508.6299

General information on the benchmark

NameBinPacking/
BinPacking-sum-ft/BinPacking-sum-ft060-11.xml
MD5SUM684901dbc993846247574678cc891221
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints49
Number of domains2
Minimum domain size24
Maximum domain size47
Distribution of domain sizes[{"size":24,"count":1},{"size":47,"count":69}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":46},{"degree":5,"count":23}]
Minimum constraint arity3
Maximum constraint arity69
Distribution of constraint arities[{"arity":3,"count":46},{"arity":24,"count":1},{"arity":69,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":23},{"type":"lex","count":1},{"type":"sum","count":23},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

2.64/1.06	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.64/1.06	c This is free software under the dual EPL/GNU LGPL licenses.
2.64/1.06	c See www.sat4j.org for details.
2.64/1.06	c That software uses the Rhino library from the Mozilla project.
2.64/1.06	c version CUSTOM.v20170705
2.64/1.06	c java.runtime.name	Java(TM) SE Runtime Environment
2.64/1.06	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.64/1.06	c java.vm.version	25.131-b11
2.64/1.06	c java.vm.vendor	Oracle Corporation
2.64/1.06	c sun.arch.data.model	64
2.64/1.06	c java.version		1.8.0_131
2.64/1.06	c os.name		Linux
2.64/1.06	c os.version		3.10.0-514.16.1.el7.x86_64
2.64/1.06	c os.arch		amd64
2.64/1.06	c Free memory 		499604488
2.64/1.06	c Max memory 		7247757312
2.64/1.06	c Total memory 		504889344
2.64/1.06	c Number of processors 	4
2.64/1.06	c c --- Begin Solver configuration ---
2.64/1.06	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.64/1.06	c Learn all clauses as in MiniSAT
2.64/1.06	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.64/1.06	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.64/1.06	c No reason simplification
2.64/1.06	c Glucose 2.1 dynamic restart strategy
2.64/1.06	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
2.64/1.06	c timeout=2147483s
2.64/1.06	c DB Simplification allowed=false
2.64/1.06	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.64/1.06	c --- End Solver configuration ---
2.64/1.06	c constraints type 
2.64/1.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 140
2.64/1.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 185910
2.64/1.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1058756
2.64/1.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 278
2.64/1.06	c 1245084 constraints processed.
1898.28/1887.51	o 0
2520.23/2508.60	c starts		: 31606
2520.23/2508.60	c conflicts		: 6226187
2520.23/2508.60	c decisions		: 41700881
2520.23/2508.60	c propagations		: 5693389806
2520.23/2508.60	c inspects		: 27893200438
2520.23/2508.60	c shortcuts		: 0
2520.23/2508.60	c learnt literals	: 1000
2520.23/2508.60	c learnt binary clauses	: 12775
2520.23/2508.60	c learnt ternary clauses	: 28696
2520.23/2508.60	c learnt constraints	: 6225187
2520.23/2508.60	c ignored constraints	: 0
2520.23/2508.60	c root simplifications	: 0
2520.23/2508.60	c removed literals (reason simplification)	: 0
2520.23/2508.60	c reason swapping (by a shorter reason)	: 0
2520.23/2508.60	c Calls to reduceDB	: 141
2520.23/2508.60	c Number of update (reduction) of LBD	: 4790692
2520.23/2508.60	c Imported unit clauses	: 0
2520.23/2508.60	c number of reductions to clauses (during analyze)	: 0
2520.23/2508.60	c number of learned constraints concerned by reduction	: 0
2520.23/2508.60	c number of learning phase by resolution	: 0
2520.23/2508.60	c number of learning phase by cutting planes	: 0
2520.23/2508.60	c number of rounding to 1 operations	: 0
2520.23/2508.60	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.23/2508.60	c number of reductions of the coefficients by power 2 	: 0
2520.23/2508.60	c number of right shift for reduction by power 2 	: 0
2520.23/2508.60	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.23/2508.60	c speed (assignments/second)	: 2270528.896115161
2520.23/2508.60	c non guided choices	362970
2520.23/2508.60	c learnt constraints type 
2520.23/2508.60	s SATISFIABLE
2520.23/2508.61	v <instantiation type="solution">
2520.23/2508.61	v 	<list> x b[0][0] b[0][1] b[0][2] b[1][0] b[1][1] b[1][2] b[2][0] b[2][1] b[2][2] b[3][0] b[3][1] b[3][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2] b[20][0] b[20][1] b[20][2] b[21][0] b[21][1] b[21][2] b[22][0] b[22][1] b[22][2] </list>
2520.23/2508.61	v 	<values> 0 495 372 0 493 389 0 492 409 0 492 395 0 481 257 256 470 268 256 450 296 0 447 268 267 399 307 278 398 313 280 396 331 266 392 385 0 391 331 258 381 323 295 378 352 266 370 352 278 369 336 288 327 313 284 284 283 270 255 253 251 253 253 252 253 0 0 252 251 0 </values>
2520.23/2508.61	v </instantiation>
2520.23/2508.61	

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262830-1502634513/watcher-4262830-1502634513 -o /tmp/evaluation-result-4262830-1502634513/solver-4262830-1502634513 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3999 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262830-1502634513.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
Current StackSize limit: 8192 KiB

solver pid=7030, runsolver pid=7027

[startup+0.1025 s]*
/proc/loadavg: 4.68 3.69 2.82 6/215 7045
/proc/meminfo: memFree=23685324/32770624 swapFree=67108860/67108860
[pid=7030] ppid=7027 vsize=10555400 memory=29912 CPUtime=0.13 cores=1,3,5,7
/proc/7030/stat : 7030 (java) S 7027 7030 1335 0 -1 1077944320 6569 0 0 0 12 1 0 0 20 0 15 0 96539147 10808729600 7478 33554432000 4194304 4196468 140721015546432 140721015528976 140058597900023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
/proc/7030/statm: 2638850 7478 2828 1 0 2627263 0
[pid=7030/tid=7032] ppid=7027 vsize=10555400 memory=-8196701287824659301 CPUtime=0.1 cores=1,3,5,7
/proc/7030/task/7032/stat : 7032 (java) R 7027 7030 1335 0 -1 4202560 4407 0 0 0 9 1 0 0 20 0 15 0 96539147 10808729600 7478 33554432000 4194304 4196468 140721015546432 140058602121536 140058597921949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7033] ppid=7027 vsize=10555400 memory=5793855737091570105 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7033/stat : 7033 (java) S 7027 7030 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96539148 10808729600 7478 33554432000 4194304 4196468 140721015546432 140058550520208 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7034] ppid=7027 vsize=10555400 memory=140486081676928 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7034/stat : 7034 (java) S 7027 7030 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96539148 10808729600 7478 33554432000 4194304 4196468 140721015546432 140058549467408 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7035] ppid=7027 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7035/stat : 7035 (java) S 7027 7030 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96539148 10808729600 7478 33554432000 4194304 4196468 140721015546432 140058202659472 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7036] ppid=7027 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7036/stat : 7036 (java) S 7027 7030 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96539148 10808729600 7478 33554432000 4194304 4196468 140721015546432 140058201606672 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7037] ppid=7027 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7037/stat : 7037 (java) S 7027 7030 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96539149 10808729600 7478 33554432000 4194304 4196468 140721015546432 140058157705840 140058597911170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7038] ppid=7027 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7038/stat : 7038 (java) S 7027 7030 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96539150 10808729600 7478 33554432000 4194304 4196468 140721015546432 140058156651808 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7039] ppid=7027 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7039/stat : 7039 (java) S 7027 7030 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96539150 10808729600 7478 33554432000 4194304 4196468 140721015546432 140058155599472 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7040] ppid=7027 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7040/stat : 7040 (java) S 7027 7030 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96539152 10808729600 7478 33554432000 4194304 4196468 140721015546432 140058154547792 140058597918619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7041] ppid=7027 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7041/stat : 7041 (java) S 7027 7030 1335 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 15 0 96539152 10808729600 7478 33554432000 4194304 4196468 140721015546432 140058153494640 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7042] ppid=7027 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7042/stat : 7042 (java) S 7027 7030 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96539152 10808729600 7478 33554432000 4194304 4196468 140721015546432 140058152441840 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7043] ppid=7027 vsize=10555400 memory=140486081676928 CPUtime=0.02 cores=1,3,5,7
/proc/7030/task/7043/stat : 7043 (java) R 7027 7030 1335 0 -1 4202560 386 0 0 0 2 0 0 0 20 0 15 0 96539152 10808729600 7478 33554432000 4194304 4196468 140721015546432 140058151389552 140058576579936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7044] ppid=7027 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7044/stat : 7044 (java) S 7027 7030 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96539152 10808729600 7478 33554432000 4194304 4196468 140721015546432 140058150336992 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7045] ppid=7027 vsize=10555400 memory=140486081676928 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7045/stat : 7045 (java) S 7027 7030 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96539153 10808729600 7478 33554432000 4194304 4196468 140721015546432 140058149284784 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29912 KiB

[startup+0.210493 s]*
/proc/loadavg: 4.68 3.69 2.82 6/215 7045
/proc/meminfo: memFree=23675880/32770624 swapFree=67108860/67108860
[pid=7030] ppid=7027 vsize=10555400 memory=39544 CPUtime=0.3 cores=1,3,5,7
/proc/7030/stat : 7030 (java) S 7027 7030 1335 0 -1 1077944320 8159 0 0 0 28 2 0 0 20 0 15 0 96539147 10808729600 9886 33554432000 4194304 4196468 140721015546432 140721015528976 140058597900023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
/proc/7030/statm: 2638850 9886 2912 1 0 2627263 0
[pid=7030/tid=7032] ppid=7027 vsize=10555400 memory=-3103912127665269909 CPUtime=0.2 cores=1,3,5,7
/proc/7030/task/7032/stat : 7032 (java) R 7027 7030 1335 0 -1 4202560 5343 0 0 0 19 1 0 0 20 0 15 0 96539147 10808729600 9886 33554432000 4194304 4196468 140721015546432 140058602133936 140058597911958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7033] ppid=7027 vsize=10555400 memory=4211974212286467466 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7033/stat : 7033 (java) S 7027 7030 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96539148 10808729600 9886 33554432000 4194304 4196468 140721015546432 140058550520208 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7034] ppid=7027 vsize=10555400 memory=140486081676928 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7034/stat : 7034 (java) S 7027 7030 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96539148 10808729600 9886 33554432000 4194304 4196468 140721015546432 140058549467408 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7035] ppid=7027 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7035/stat : 7035 (java) S 7027 7030 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96539148 10808729600 9886 33554432000 4194304 4196468 140721015546432 140058202659472 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7036] ppid=7027 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7036/stat : 7036 (java) S 7027 7030 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96539148 10808729600 9886 33554432000 4194304 4196468 140721015546432 140058201606672 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7037] ppid=7027 vsize=10555400 memory=140486081676928 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7037/stat : 7037 (java) S 7027 7030 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96539149 10808729600 9886 33554432000 4194304 4196468 140721015546432 140058157705840 140058597911170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7038] ppid=7027 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7038/stat : 7038 (java) S 7027 7030 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96539150 10808729600 9886 33554432000 4194304 4196468 140721015546432 140058156651808 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7039] ppid=7027 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7039/stat : 7039 (java) S 7027 7030 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96539150 10808729600 9886 33554432000 4194304 4196468 140721015546432 140058155599472 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7040] ppid=7027 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7040/stat : 7040 (java) S 7027 7030 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96539152 10808729600 9886 33554432000 4194304 4196468 140721015546432 140058154547792 140058597918619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7041] ppid=7027 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7030/task/7041/stat : 7041 (java) S 7027 7030 1335 0 -1 1077944384 493 0 0 0 1 0 0 0 20 0 15 0 96539152 10808729600 9886 33554432000 4194304 4196468 140721015546432 140058153494640 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7042] ppid=7027 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/7030/task/7042/stat : 7042 (java) S 7027 7030 1335 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 15 0 96539152 10808729600 9886 33554432000 4194304 4196468 140721015546432 140058152441840 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7043] ppid=7027 vsize=10555400 memory=140486081676928 CPUtime=0.06 cores=1,3,5,7
/proc/7030/task/7043/stat : 7043 (java) R 7027 7030 1335 0 -1 4202560 849 0 0 0 6 0 0 0 20 0 15 0 96539152 10808729600 9886 33554432000 4194304 4196468 140721015546432 140058151389552 140058577235360 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7044] ppid=7027 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7044/stat : 7044 (java) S 7027 7030 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96539152 10808729600 9886 33554432000 4194304 4196468 140721015546432 140058150336992 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7045] ppid=7027 vsize=10555400 memory=140486081676928 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7045/stat : 7045 (java) S 7027 7030 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96539153 10808729600 9886 33554432000 4194304 4196468 140721015546432 140058149284784 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39544 KiB

[startup+0.3104 s]*
/proc/loadavg: 4.68 3.69 2.82 8/215 7045
/proc/meminfo: memFree=23669392/32770624 swapFree=67108860/67108860
[pid=7030] ppid=7027 vsize=10555476 memory=46636 CPUtime=0.52 cores=1,3,5,7
/proc/7030/stat : 7030 (java) S 7027 7030 1335 0 -1 1077944320 8923 0 0 0 50 2 0 0 20 0 15 0 96539147 10808807424 11659 33554432000 4194304 4196468 140721015546432 140721015528976 140058597900023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
/proc/7030/statm: 2638869 11659 3028 1 0 2627263 0
[pid=7030/tid=7032] ppid=7027 vsize=10555476 memory=7377246124687064083 CPUtime=0.29 cores=1,3,5,7
/proc/7030/task/7032/stat : 7032 (java) R 7027 7030 1335 0 -1 4202560 5731 0 0 0 28 1 0 0 20 0 15 0 96539147 10808807424 11659 33554432000 4194304 4196468 140721015546432 140058602128832 140058581980510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7033] ppid=7027 vsize=10555476 memory=4211974212286467466 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7033/stat : 7033 (java) S 7027 7030 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96539148 10808807424 11659 33554432000 4194304 4196468 140721015546432 140058550520208 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7034] ppid=7027 vsize=10555476 memory=140486081679100 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7034/stat : 7034 (java) S 7027 7030 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96539148 10808807424 11659 33554432000 4194304 4196468 140721015546432 140058549467408 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7035] ppid=7027 vsize=10555476 memory=140485964444451 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7035/stat : 7035 (java) S 7027 7030 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96539148 10808807424 11659 33554432000 4194304 4196468 140721015546432 140058202659472 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7036] ppid=7027 vsize=10555476 memory=140485964451279 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7036/stat : 7036 (java) S 7027 7030 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96539148 10808807424 11659 33554432000 4194304 4196468 140721015546432 140058201606672 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7037] ppid=7027 vsize=10555476 memory=140486081679280 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7037/stat : 7037 (java) S 7027 7030 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96539149 10808807424 11659 33554432000 4194304 4196468 140721015546432 140058157705840 140058597911170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7038] ppid=7027 vsize=10555476 memory=140485964460463 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7038/stat : 7038 (java) S 7027 7030 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96539150 10808807424 11659 33554432000 4194304 4196468 140721015546432 140058156651808 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7039] ppid=7027 vsize=10555476 memory=280971928911760 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7039/stat : 7039 (java) S 7027 7030 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96539150 10808807424 11659 33554432000 4194304 4196468 140721015546432 140058155599472 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7040] ppid=7027 vsize=10555476 memory=280971928909456 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7040/stat : 7040 (java) S 7027 7030 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96539152 10808807424 11659 33554432000 4194304 4196468 140721015546432 140058154547792 140058597918619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7041] ppid=7027 vsize=10555476 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/7030/task/7041/stat : 7041 (java) R 7027 7030 1335 0 -1 4202560 712 0 0 0 5 0 0 0 20 0 15 0 96539152 10808807424 11659 33554432000 4194304 4196468 140721015546432 140058153485024 140058577732221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7042] ppid=7027 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/7030/task/7042/stat : 7042 (java) R 7027 7030 1335 0 -1 4202560 180 0 0 0 4 0 0 0 20 0 15 0 96539152 10808807424 11659 33554432000 4194304 4196468 140721015546432 140058152441840 140058581286928 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7043] ppid=7027 vsize=10555476 memory=140486081676928 CPUtime=0.12 cores=1,3,5,7
/proc/7030/task/7043/stat : 7043 (java) R 7027 7030 1335 0 -1 1077944384 940 0 0 0 12 0 0 0 20 0 15 0 96539152 10808807424 11659 33554432000 4194304 4196468 140721015546432 140058151389552 140058597911170 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7044] ppid=7027 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7044/stat : 7044 (java) S 7027 7030 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96539152 10808807424 11659 33554432000 4194304 4196468 140721015546432 140058150336992 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7045] ppid=7027 vsize=10555476 memory=140486081676928 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7045/stat : 7045 (java) S 7027 7030 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96539153 10808807424 11659 33554432000 4194304 4196468 140721015546432 140058149284784 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46636 KiB

[startup+0.70136 s]
/proc/loadavg: 4.68 3.69 2.82 8/215 7045
/proc/meminfo: memFree=23592876/32770624 swapFree=67108860/67108860
[pid=7030] ppid=7027 vsize=10555476 memory=230404 CPUtime=1.63 cores=1,3,5,7
/proc/7030/stat : 7030 (java) S 7027 7030 1335 0 -1 1077944320 10503 0 0 0 151 12 0 0 20 0 15 0 96539147 10808807424 57601 33554432000 4194304 4196468 140721015546432 140721015528976 140058597900023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
/proc/7030/statm: 2638869 57601 3100 1 0 2627263 0
[pid=7030/tid=7032] ppid=7027 vsize=10555476 memory=8536 CPUtime=0.61 cores=1,3,5,7
/proc/7030/task/7032/stat : 7032 (java) R 7027 7030 1335 0 -1 4202560 5874 0 0 0 58 3 0 0 20 0 15 0 96539147 10808807424 57601 33554432000 4194304 4196468 140721015546432 140058602133200 140058231715655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7033] ppid=7027 vsize=10555476 memory=4616 CPUtime=0.06 cores=1,3,5,7
/proc/7030/task/7033/stat : 7033 (java) S 7027 7030 1335 0 -1 1077944384 38 0 0 0 4 2 0 0 20 0 15 0 96539148 10808807424 57601 33554432000 4194304 4196468 140721015546432 140058550520208 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7034] ppid=7027 vsize=10555476 memory=2241 CPUtime=0.06 cores=1,3,5,7
/proc/7030/task/7034/stat : 7034 (java) S 7027 7030 1335 0 -1 1077944384 34 0 0 0 4 2 0 0 20 0 15 0 96539148 10808807424 57601 33554432000 4194304 4196468 140721015546432 140058549467408 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7035] ppid=7027 vsize=10555476 memory=2244 CPUtime=0.06 cores=1,3,5,7
/proc/7030/task/7035/stat : 7035 (java) S 7027 7030 1335 0 -1 1077944384 40 0 0 0 5 1 0 0 20 0 15 0 96539148 10808807424 57601 33554432000 4194304 4196468 140721015546432 140058202659472 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7036] ppid=7027 vsize=10555476 memory=1004 CPUtime=0.06 cores=1,3,5,7
/proc/7030/task/7036/stat : 7036 (java) S 7027 7030 1335 0 -1 1077944384 38 0 0 0 5 1 0 0 20 0 15 0 96539148 10808807424 57601 33554432000 4194304 4196468 140721015546432 140058201606672 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7037] ppid=7027 vsize=10555476 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7037/stat : 7037 (java) S 7027 7030 1335 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96539149 10808807424 57601 33554432000 4194304 4196468 140721015546432 140058157705840 140058597911170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7038] ppid=7027 vsize=10555476 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7038/stat : 7038 (java) S 7027 7030 1335 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 96539150 10808807424 57601 33554432000 4194304 4196468 140721015546432 140058156651808 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7039] ppid=7027 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7039/stat : 7039 (java) S 7027 7030 1335 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 96539150 10808807424 57601 33554432000 4194304 4196468 140721015546432 140058155599472 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7040] ppid=7027 vsize=10555476 memory=20036 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7040/stat : 7040 (java) S 7027 7030 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96539152 10808807424 57601 33554432000 4194304 4196468 140721015546432 140058154547792 140058597918619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7041] ppid=7027 vsize=10555476 memory=1436 CPUtime=0.25 cores=1,3,5,7
/proc/7030/task/7041/stat : 7041 (java) R 7027 7030 1335 0 -1 4202560 1068 0 0 0 25 0 0 0 20 0 15 0 96539152 10808807424 57601 33554432000 4194304 4196468 140721015546432 140058153484704 140058597921370 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7042] ppid=7027 vsize=10555476 memory=1200 CPUtime=0.26 cores=1,3,5,7
/proc/7030/task/7042/stat : 7042 (java) R 7027 7030 1335 0 -1 4202560 817 0 0 0 26 0 0 0 20 0 15 0 96539152 10808807424 57601 33554432000 4194304 4196468 140721015546432 140058152428384 140058590189425 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7043] ppid=7027 vsize=10555476 memory=15872 CPUtime=0.21 cores=1,3,5,7
/proc/7030/task/7043/stat : 7043 (java) R 7027 7030 1335 0 -1 4202560 1149 0 0 0 21 0 0 0 20 0 15 0 96539152 10808807424 57601 33554432000 4194304 4196468 140721015546432 140058151389680 140058581980510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7044] ppid=7027 vsize=10555476 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7044/stat : 7044 (java) S 7027 7030 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96539152 10808807424 57601 33554432000 4194304 4196468 140721015546432 140058150336992 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7045] ppid=7027 vsize=10555476 memory=16632 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7045/stat : 7045 (java) S 7027 7030 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96539153 10808807424 57601 33554432000 4194304 4196468 140721015546432 140058149284784 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 230404 KiB

[startup+1.50079 s]
/proc/loadavg: 4.68 3.69 2.82 8/215 7045
/proc/meminfo: memFree=23413292/32770624 swapFree=67108860/67108860
[pid=7030] ppid=7027 vsize=10622040 memory=310312 CPUtime=4.05 cores=1,3,5,7
/proc/7030/stat : 7030 (java) S 7027 7030 1335 0 -1 1077944320 17311 0 0 0 387 18 0 0 20 0 16 0 96539147 10876968960 77578 33554432000 4194304 4196468 140721015546432 140721015528976 140058597900023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
/proc/7030/statm: 2655510 77578 3127 1 0 2643904 0
[pid=7030/tid=7032] ppid=7027 vsize=10622040 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/7030/task/7032/stat : 7032 (java) R 7027 7030 1335 0 -1 4202560 5949 0 0 0 130 3 0 0 20 0 16 0 96539147 10876968960 77578 33554432000 4194304 4196468 140721015546432 140058602139248 140058231343268 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7033] ppid=7027 vsize=10622040 memory=664970774370811553 CPUtime=0.13 cores=1,3,5,7
/proc/7030/task/7033/stat : 7033 (java) S 7027 7030 1335 0 -1 1077944384 153 0 0 0 10 3 0 0 20 0 16 0 96539148 10876968960 77578 33554432000 4194304 4196468 140721015546432 140058550520208 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7034] ppid=7027 vsize=10622040 memory=667957 CPUtime=0.12 cores=1,3,5,7
/proc/7030/task/7034/stat : 7034 (java) S 7027 7030 1335 0 -1 1077944384 149 0 0 0 10 2 0 0 20 0 16 0 96539148 10876968960 77578 33554432000 4194304 4196468 140721015546432 140058549467408 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7035] ppid=7027 vsize=10622040 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/7030/task/7035/stat : 7035 (java) S 7027 7030 1335 0 -1 1077944384 56 0 0 0 8 2 0 0 20 0 16 0 96539148 10876968960 77578 33554432000 4194304 4196468 140721015546432 140058202659472 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7036] ppid=7027 vsize=10622040 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/7030/task/7036/stat : 7036 (java) S 7027 7030 1335 0 -1 1077944384 135 0 0 0 8 2 0 0 20 0 16 0 96539148 10876968960 77578 33554432000 4194304 4196468 140721015546432 140058201606672 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7037] ppid=7027 vsize=10622040 memory=-6948614817169703622 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7037/stat : 7037 (java) S 7027 7030 1335 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 96539149 10876968960 77578 33554432000 4194304 4196468 140721015546432 140058157705840 140058597911170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0

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

/proc/7030/task/7035/stat : 7035 (java) S 7027 7030 1335 0 -1 1077944384 14605 0 0 0 155 58 0 0 20 0 16 0 96539148 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058202659472 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7036] ppid=7027 vsize=10622040 memory=3484052 CPUtime=2.15 cores=1,3,5,7
/proc/7030/task/7036/stat : 7036 (java) S 7027 7030 1335 0 -1 1077944384 16886 0 0 0 157 58 0 0 20 0 16 0 96539148 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058201606672 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7037] ppid=7027 vsize=10622040 memory=3484052 CPUtime=0.32 cores=1,3,5,7
/proc/7030/task/7037/stat : 7037 (java) S 7027 7030 1335 0 -1 1077944384 11335 0 0 0 29 3 0 0 20 0 16 0 96539149 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058157705840 140058597911170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7038] ppid=7027 vsize=10622040 memory=3484052 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7038/stat : 7038 (java) S 7027 7030 1335 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 96539150 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058156651872 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7039] ppid=7027 vsize=10622040 memory=3484052 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7039/stat : 7039 (java) S 7027 7030 1335 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 96539150 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058155599488 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7040] ppid=7027 vsize=10622040 memory=3484052 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7040/stat : 7040 (java) S 7027 7030 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96539152 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058154547792 140058597918619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7041] ppid=7027 vsize=10622040 memory=3484032 CPUtime=1.78 cores=1,3,5,7
/proc/7030/task/7041/stat : 7041 (java) S 7027 7030 1335 0 -1 1077944384 10749 0 0 0 177 1 0 0 20 0 16 0 96539152 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058153494640 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7042] ppid=7027 vsize=10622040 memory=3484052 CPUtime=1.27 cores=1,3,5,7
/proc/7030/task/7042/stat : 7042 (java) S 7027 7030 1335 0 -1 1077944384 7408 0 0 0 125 2 0 0 20 0 16 0 96539152 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058152441840 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7043] ppid=7027 vsize=10622040 memory=3484032 CPUtime=0.39 cores=1,3,5,7
/proc/7030/task/7043/stat : 7043 (java) S 7027 7030 1335 0 -1 1077944384 4525 0 0 0 37 2 0 0 20 0 16 0 96539152 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058151389552 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7044] ppid=7027 vsize=10622040 memory=3484052 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7044/stat : 7044 (java) S 7027 7030 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96539152 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058150336992 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7045] ppid=7027 vsize=10622040 memory=4132 CPUtime=1.54 cores=1,3,5,7
/proc/7030/task/7045/stat : 7045 (java) S 7027 7030 1335 0 -1 1077944384 2346 0 0 0 75 79 0 0 20 0 16 0 96539153 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058149284784 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7046] ppid=7027 vsize=10622040 memory=3484052 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7046/stat : 7046 (java) S 7027 7030 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96539256 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058148230320 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
Current children cumulated CPU time: 2453.94 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3484052 KiB

[startup+2502.3 s]
/proc/loadavg: 1.01 1.08 1.45 2/195 7245
/proc/meminfo: memFree=28308832/32770624 swapFree=67108860/67108860
[pid=7030] ppid=7027 vsize=10622040 memory=3484052 CPUtime=2513.99 cores=1,3,5,7
/proc/7030/stat : 7030 (java) S 7027 7030 1335 0 -1 1077944320 172034 0 0 0 251058 341 0 0 20 0 16 0 96539147 10876968960 871013 33554432000 4194304 4196468 140721015546432 140721015528976 140058597900023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
/proc/7030/statm: 2655510 871013 3162 1 0 2643904 0
[pid=7030/tid=7032] ppid=7027 vsize=10622040 memory=3484052 CPUtime=2499.93 cores=1,3,5,7
/proc/7030/task/7032/stat : 7032 (java) R 7027 7030 1335 0 -1 4202560 69919 0 0 0 249961 32 0 0 20 0 16 0 96539147 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058602139128 140058232981268 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7033] ppid=7027 vsize=10622040 memory=3484052 CPUtime=2.17 cores=1,3,5,7
/proc/7030/task/7033/stat : 7033 (java) S 7027 7030 1335 0 -1 1077944384 16702 0 0 0 160 57 0 0 20 0 16 0 96539148 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058550520208 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7034] ppid=7027 vsize=10622040 memory=3484052 CPUtime=2.18 cores=1,3,5,7
/proc/7030/task/7034/stat : 7034 (java) S 7027 7030 1335 0 -1 1077944384 16011 0 0 0 160 58 0 0 20 0 16 0 96539148 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058549467408 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7035] ppid=7027 vsize=10622040 memory=3484052 CPUtime=2.13 cores=1,3,5,7
/proc/7030/task/7035/stat : 7035 (java) S 7027 7030 1335 0 -1 1077944384 14605 0 0 0 155 58 0 0 20 0 16 0 96539148 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058202659472 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7036] ppid=7027 vsize=10622040 memory=3484052 CPUtime=2.15 cores=1,3,5,7
/proc/7030/task/7036/stat : 7036 (java) S 7027 7030 1335 0 -1 1077944384 16886 0 0 0 157 58 0 0 20 0 16 0 96539148 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058201606672 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7037] ppid=7027 vsize=10622040 memory=3484052 CPUtime=0.32 cores=1,3,5,7
/proc/7030/task/7037/stat : 7037 (java) S 7027 7030 1335 0 -1 1077944384 11348 0 0 0 29 3 0 0 20 0 16 0 96539149 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058157705840 140058597911170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7038] ppid=7027 vsize=10622040 memory=164 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7038/stat : 7038 (java) S 7027 7030 1335 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 96539150 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058156651872 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7039] ppid=7027 vsize=10622040 memory=3484052 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7039/stat : 7039 (java) S 7027 7030 1335 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 96539150 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058155599488 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7040] ppid=7027 vsize=10622040 memory=3484052 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7040/stat : 7040 (java) S 7027 7030 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96539152 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058154547792 140058597918619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7041] ppid=7027 vsize=10622040 memory=3484052 CPUtime=1.78 cores=1,3,5,7
/proc/7030/task/7041/stat : 7041 (java) S 7027 7030 1335 0 -1 1077944384 10759 0 0 0 177 1 0 0 20 0 16 0 96539152 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058153494640 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7042] ppid=7027 vsize=10622040 memory=3484052 CPUtime=1.27 cores=1,3,5,7
/proc/7030/task/7042/stat : 7042 (java) S 7027 7030 1335 0 -1 1077944384 7419 0 0 0 125 2 0 0 20 0 16 0 96539152 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058152441840 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7043] ppid=7027 vsize=10622040 memory=3484052 CPUtime=0.39 cores=1,3,5,7
/proc/7030/task/7043/stat : 7043 (java) S 7027 7030 1335 0 -1 1077944384 4529 0 0 0 37 2 0 0 20 0 16 0 96539152 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058151389552 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7044] ppid=7027 vsize=10622040 memory=8536 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7044/stat : 7044 (java) S 7027 7030 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96539152 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058150336992 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7045] ppid=7027 vsize=10622040 memory=4616 CPUtime=1.57 cores=1,3,5,7
/proc/7030/task/7045/stat : 7045 (java) S 7027 7030 1335 0 -1 1077944384 2405 0 0 0 76 81 0 0 20 0 16 0 96539153 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058149284784 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7046] ppid=7027 vsize=10622040 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7046/stat : 7046 (java) S 7027 7030 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96539256 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058148230320 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
Current children cumulated CPU time: 2513.99 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3484052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508.4 s]
/proc/loadavg: 1.01 1.08 1.45 2/195 7245
/proc/meminfo: memFree=28308832/32770624 swapFree=67108860/67108860
[pid=7030] ppid=7027 vsize=10622040 memory=3484052 CPUtime=2520.09 cores=1,3,5,7
/proc/7030/stat : 7030 (java) S 7027 7030 1335 0 -1 1077944320 172204 0 0 0 251668 341 0 0 20 0 16 0 96539147 10876968960 871013 33554432000 4194304 4196468 140721015546432 140721015528976 140058597900023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
/proc/7030/statm: 2655510 871013 3162 1 0 2643904 0
[pid=7030/tid=7032] ppid=7027 vsize=10622040 memory=1200 CPUtime=2506.03 cores=1,3,5,7
/proc/7030/task/7032/stat : 7032 (java) R 7027 7030 1335 0 -1 4202560 70089 0 0 0 250571 32 0 0 20 0 16 0 96539147 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058602139128 140058230341903 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7033] ppid=7027 vsize=10622040 memory=15872 CPUtime=2.17 cores=1,3,5,7
/proc/7030/task/7033/stat : 7033 (java) S 7027 7030 1335 0 -1 1077944384 16702 0 0 0 160 57 0 0 20 0 16 0 96539148 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058550520208 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7034] ppid=7027 vsize=10622040 memory=4040 CPUtime=2.18 cores=1,3,5,7
/proc/7030/task/7034/stat : 7034 (java) S 7027 7030 1335 0 -1 1077944384 16011 0 0 0 160 58 0 0 20 0 16 0 96539148 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058549467408 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7035] ppid=7027 vsize=10622040 memory=16648 CPUtime=2.13 cores=1,3,5,7
/proc/7030/task/7035/stat : 7035 (java) S 7027 7030 1335 0 -1 1077944384 14605 0 0 0 155 58 0 0 20 0 16 0 96539148 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058202659472 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7036] ppid=7027 vsize=10622040 memory=18292 CPUtime=2.15 cores=1,3,5,7
/proc/7030/task/7036/stat : 7036 (java) S 7027 7030 1335 0 -1 1077944384 16886 0 0 0 157 58 0 0 20 0 16 0 96539148 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058201606672 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7037] ppid=7027 vsize=10622040 memory=1792 CPUtime=0.32 cores=1,3,5,7
/proc/7030/task/7037/stat : 7037 (java) S 7027 7030 1335 0 -1 1077944384 11348 0 0 0 29 3 0 0 20 0 16 0 96539149 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058157705840 140058597911170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7038] ppid=7027 vsize=10622040 memory=3484052 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7038/stat : 7038 (java) S 7027 7030 1335 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 96539150 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058156651872 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7039] ppid=7027 vsize=10622040 memory=836 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7039/stat : 7039 (java) S 7027 7030 1335 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 96539150 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058155599488 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7040] ppid=7027 vsize=10622040 memory=2540 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7040/stat : 7040 (java) S 7027 7030 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96539152 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058154547792 140058597918619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7041] ppid=7027 vsize=10622040 memory=1160 CPUtime=1.78 cores=1,3,5,7
/proc/7030/task/7041/stat : 7041 (java) S 7027 7030 1335 0 -1 1077944384 10759 0 0 0 177 1 0 0 20 0 16 0 96539152 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058153494640 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7042] ppid=7027 vsize=10622040 memory=3072 CPUtime=1.27 cores=1,3,5,7
/proc/7030/task/7042/stat : 7042 (java) S 7027 7030 1335 0 -1 1077944384 7419 0 0 0 125 2 0 0 20 0 16 0 96539152 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058152441840 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7043] ppid=7027 vsize=10622040 memory=3484052 CPUtime=0.39 cores=1,3,5,7
/proc/7030/task/7043/stat : 7043 (java) S 7027 7030 1335 0 -1 1077944384 4529 0 0 0 37 2 0 0 20 0 16 0 96539152 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058151389552 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7044] ppid=7027 vsize=10622040 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7044/stat : 7044 (java) S 7027 7030 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96539152 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058150336992 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7045] ppid=7027 vsize=10622040 memory=1696 CPUtime=1.58 cores=1,3,5,7
/proc/7030/task/7045/stat : 7045 (java) S 7027 7030 1335 0 -1 1077944384 2405 0 0 0 76 82 0 0 20 0 16 0 96539153 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058149284784 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7046] ppid=7027 vsize=10622040 memory=920 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7046/stat : 7046 (java) S 7027 7030 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96539256 10876968960 871013 33554432000 4194304 4196468 140721015546432 140058148230320 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3484052 KiB

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

[startup+2508.63 s]
# the end of solver process 7030 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.83 s, system=3.43574 s

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

[startup+2508.6 s]
/proc/loadavg: 1.01 1.08 1.45 2/195 7245
/proc/meminfo: memFree=28308832/32770624 swapFree=67108860/67108860
[pid=7030] ppid=7027 vsize=10821732 memory=3484324 CPUtime=2520.23 cores=1,3,5,7
/proc/7030/stat : 7030 (java) S 7027 7030 1335 0 -1 1077944320 172718 0 0 0 251682 341 0 0 20 0 17 0 96539147 11081453568 871081 33554432000 4194304 4196468 140721015546432 140721015528976 140058597900023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
/proc/7030/statm: 2705433 871081 3165 1 0 2693827 0
[pid=7030/tid=7032] ppid=7027 vsize=10821732 memory=288230621803970871 CPUtime=2506.14 cores=1,3,5,7
/proc/7030/task/7032/stat : 7032 (java) S 7027 7030 1335 0 -1 1077944384 70136 0 0 0 250582 32 0 0 20 0 17 0 96539147 11081453568 871081 33554432000 4194304 4196468 140721015546432 140058602142896 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7033] ppid=7027 vsize=10821732 memory=16105866189342951 CPUtime=2.17 cores=1,3,5,7
/proc/7030/task/7033/stat : 7033 (java) S 7027 7030 1335 0 -1 1077944384 16702 0 0 0 160 57 0 0 20 0 17 0 96539148 11081453568 871081 33554432000 4194304 4196468 140721015546432 140058550520208 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7034] ppid=7027 vsize=10821732 memory=6944656575208382560 CPUtime=2.18 cores=1,3,5,7
/proc/7030/task/7034/stat : 7034 (java) S 7027 7030 1335 0 -1 1077944384 16011 0 0 0 160 58 0 0 20 0 17 0 96539148 11081453568 871081 33554432000 4194304 4196468 140721015546432 140058549467408 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7035] ppid=7027 vsize=10821732 memory=6656426216303648864 CPUtime=2.13 cores=1,3,5,7
/proc/7030/task/7035/stat : 7035 (java) S 7027 7030 1335 0 -1 1077944384 14605 0 0 0 155 58 0 0 20 0 17 0 96539148 11081453568 871081 33554432000 4194304 4196468 140721015546432 140058202659472 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7036] ppid=7027 vsize=10821732 memory=6944656575208382560 CPUtime=2.15 cores=1,3,5,7
/proc/7030/task/7036/stat : 7036 (java) S 7027 7030 1335 0 -1 1077944384 16886 0 0 0 157 58 0 0 20 0 17 0 96539148 11081453568 871081 33554432000 4194304 4196468 140721015546432 140058201606672 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7037] ppid=7027 vsize=10821732 memory=6944652177228980320 CPUtime=0.32 cores=1,3,5,7
/proc/7030/task/7037/stat : 7037 (java) S 7027 7030 1335 0 -1 1077944384 11348 0 0 0 29 3 0 0 20 0 17 0 96539149 11081453568 871081 33554432000 4194304 4196468 140721015546432 140058157705840 140058597911170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7038] ppid=7027 vsize=10821732 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7038/stat : 7038 (java) S 7027 7030 1335 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 96539150 11081453568 871081 33554432000 4194304 4196468 140721015546432 140058156651872 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7039] ppid=7027 vsize=10821732 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7039/stat : 7039 (java) S 7027 7030 1335 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 96539150 11081453568 871081 33554432000 4194304 4196468 140721015546432 140058155599488 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7040] ppid=7027 vsize=10821732 memory=-1807685287717842718 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7040/stat : 7040 (java) S 7027 7030 1335 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 17 0 96539152 11081453568 871081 33554432000 4194304 4196468 140721015546432 140058154547792 140058597918619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7041] ppid=7027 vsize=10821732 memory=4639939496134862184 CPUtime=1.78 cores=1,3,5,7
/proc/7030/task/7041/stat : 7041 (java) S 7027 7030 1335 0 -1 1077944384 10816 0 0 0 177 1 0 0 20 0 17 0 96539152 11081453568 871081 33554432000 4194304 4196468 140721015546432 140058153494640 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7042] ppid=7027 vsize=10821732 memory=4639939496134862184 CPUtime=1.29 cores=1,3,5,7
/proc/7030/task/7042/stat : 7042 (java) S 7027 7030 1335 0 -1 1077944384 7447 0 0 0 127 2 0 0 20 0 17 0 96539152 11081453568 871081 33554432000 4194304 4196468 140721015546432 140058152441840 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7043] ppid=7027 vsize=10821732 memory=7512114543601282149 CPUtime=0.39 cores=1,3,5,7
/proc/7030/task/7043/stat : 7043 (java) S 7027 7030 1335 0 -1 1077944384 4636 0 0 0 37 2 0 0 20 0 17 0 96539152 11081453568 871081 33554432000 4194304 4196468 140721015546432 140058151389552 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7044] ppid=7027 vsize=10821732 memory=7810763844726514514 CPUtime=0 cores=1,3,5,7
/proc/7030/task/7044/stat : 7044 (java) S 7027 7030 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96539152 11081453568 871081 33554432000 4194304 4196468 140721015546432 140058150336992 140058597910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
[pid=7030/tid=7045] ppid=7027 vsize=10821732 memory=7380385388137112419 CPUtime=1.58 cores=1,3,5,7
/proc/7030/task/7045/stat : 7045 (java) S 7027 7030 1335 0 -1 1077944384 2405 0 0 0 76 82 0 0 20 0 17 0 96539153 11081453568 871081 33554432000 4194304 4196468 140721015546432 140058149284784 140058597911170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15433728 140721015555206 140721015555359 140721015555359 140721015558095 0
Current children cumulated CPU time: 2520.23 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3484324 KiB

Child status: 143
Real time (s): 2508.63
CPU time (s): 2520.27
CPU user time (s): 2516.83
CPU system time (s): 3.43574
CPU usage (%): 100.464
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3484324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.83
system time used= 3.43574
maximum resident set size= 3484536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172940
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58139
involuntary context switches= 1391


# summary of solver processes directly reported to runsolver:
#   pid: 7030
#   total CPU time (s): 2520.27
#   total CPU user time (s): 2516.83
#   total CPU system time (s): 3.43574

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1237 second user time and 22.2884 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-13 16:14:15
IDJOB=4262830
IDBENCH=136881
IDSOLVER=2651
FILE ID=node112/4262830-1502634513
RUNJOBID= node112-1502619513-3999
PBS_JOBID= 20628299
Free space on /tmp= 61788 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-ft/BinPacking-sum-ft060-11.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262830-1502634513/watcher-4262830-1502634513 -o /tmp/evaluation-result-4262830-1502634513/solver-4262830-1502634513 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3999 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262830-1502634513.xml

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

MD5SUM BENCH= 684901dbc993846247574678cc891221
RANDOM SEED=1120066085

node112.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.24
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.24
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.24
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.24
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:        23704296 kB
MemAvailable:   23903316 kB
Buffers:          123496 kB
Cached:           355908 kB
SwapCached:            0 kB
Active:          8448400 kB
Inactive:         150556 kB
Active(anon):    8070612 kB
Inactive(anon):    76488 kB
Active(file):     377788 kB
Inactive(file):    74068 kB
Unevictable:        6264 kB
Mlocked:            6264 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1608 kB
Writeback:             0 kB
AnonPages:       8184544 kB
Mapped:            55220 kB
Shmem:             25224 kB
Slab:             151788 kB
SReclaimable:     125996 kB
SUnreclaim:        25792 kB
KernelStack:        3840 kB
PageTables:        20960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8650656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7911424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61788 MiB
End job on node112 at 2017-08-13 16:56:04