Trace number 4257895

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-05? (TO) 252.158 225.854

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n3c3w4h.xml
MD5SUM797cc29f939b3426dc93651349e66756
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark33
Best CPU time to get the best result obtained on this benchmark2002.48
Satisfiable
(Un)Satisfiability was proved
Number of variables473
Number of constraints239
Number of domains2
Minimum domain size67
Maximum domain size119
Distribution of domain sizes[{"size":67,"count":472},{"size":119,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":354},{"degree":5,"count":118}]
Minimum constraint arity4
Maximum constraint arity472
Distribution of constraint arities[{"arity":4,"count":236},{"arity":119,"count":1},{"arity":472,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":118},{"type":"lex","count":1},{"type":"sum","count":118},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

37.64/15.06	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
37.64/15.06	c This is free software under the dual EPL/GNU LGPL licenses.
37.64/15.06	c See www.sat4j.org for details.
37.64/15.06	c That software uses the Rhino library from the Mozilla project.
37.64/15.06	c version CUSTOM.v20170705
37.64/15.06	c java.runtime.name	Java(TM) SE Runtime Environment
37.64/15.06	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
37.64/15.06	c java.vm.version	25.131-b11
37.64/15.06	c java.vm.vendor	Oracle Corporation
37.64/15.06	c sun.arch.data.model	64
37.64/15.06	c java.version		1.8.0_131
37.64/15.06	c os.name		Linux
37.64/15.06	c os.version		3.10.0-514.16.1.el7.x86_64
37.64/15.06	c os.arch		amd64
37.64/15.06	c Free memory 		499604488
37.64/15.06	c Max memory 		7247757312
37.64/15.06	c Total memory 		504889344
37.64/15.06	c Number of processors 	4
37.64/15.06	c c --- Begin Solver configuration ---
37.64/15.06	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
37.64/15.06	c Learn all clauses as in MiniSAT
37.64/15.06	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
37.64/15.06	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
37.64/15.06	c No reason simplification
37.64/15.06	c Glucose 2.1 dynamic restart strategy
37.64/15.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
37.64/15.06	c timeout=2147483s
37.64/15.06	c DB Simplification allowed=false
37.64/15.06	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
37.64/15.06	c --- End Solver configuration ---
37.64/15.06	c constraints type 
37.64/15.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 946
37.64/15.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2265667
37.64/15.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18652544
37.64/15.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 1314
37.64/15.06	c 20920471 constraints processed.
252.08/225.80	c starts		: 3839
252.08/225.80	c conflicts		: 974335
252.08/225.80	c decisions		: 19578804
252.08/225.80	c propagations		: 373847051
252.08/225.80	c inspects		: 1909545460
252.08/225.80	c shortcuts		: 0
252.08/225.80	c learnt literals	: 844
252.08/225.80	c learnt binary clauses	: 3313
252.08/225.80	c learnt ternary clauses	: 6943
252.08/225.80	c learnt constraints	: 973491
252.08/225.80	c ignored constraints	: 0
252.08/225.80	c root simplifications	: 0
252.08/225.80	c removed literals (reason simplification)	: 0
252.08/225.80	c reason swapping (by a shorter reason)	: 0
252.08/225.80	c Calls to reduceDB	: 39
252.08/225.80	c Number of update (reduction) of LBD	: 736672
252.08/225.80	c Imported unit clauses	: 0
252.08/225.80	c number of reductions to clauses (during analyze)	: 0
252.08/225.80	c number of learned constraints concerned by reduction	: 0
252.08/225.80	c number of learning phase by resolution	: 0
252.08/225.80	c number of learning phase by cutting planes	: 0
252.08/225.80	c number of rounding to 1 operations	: 0
252.08/225.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.08/225.80	c number of reductions of the coefficients by power 2 	: 0
252.08/225.80	c number of right shift for reduction by power 2 	: 0
252.08/225.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.08/225.80	c speed (assignments/second)	: 1774831.9439037591
252.08/225.80	c non guided choices	7455482
252.08/225.83	c learnt constraints type 
252.08/225.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3313
252.08/225.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77551
252.08/225.83	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257895-1502649874/watcher-4257895-1502649874 -o /tmp/evaluation-result-4257895-1502649874/solver-4257895-1502649874 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257895-1502649874.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=15151, runsolver pid=15148

[startup+0.100196 s]*
/proc/loadavg: 4.22 3.36 3.41 3/206 15159
/proc/meminfo: memFree=23563052/32770624 swapFree=67108860/67108860
[pid=15151] ppid=15148 vsize=10151672 memory=20316 CPUtime=0.03 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 17093 0 -1 1077944320 3924 0 0 0 2 1 0 0 20 0 9 0 67180717 10395312128 5079 18446744073709551615 4194304 4196468 140722963076672 140722963059216 139767414877943 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
/proc/15151/statm: 2537918 5079 2109 1 0 2527415 0
[pid=15151/tid=15153] ppid=15148 vsize=10151672 memory=-7677926825137650786 CPUtime=0.02 cores=0,2,4,6
/proc/15151/task/15153/stat : 15153 (java) R 15148 15151 17093 0 -1 4202560 2570 0 0 0 2 0 0 0 20 0 9 0 67180724 10395312128 5079 18446744073709551615 4194304 4196468 140722963076672 139767419114456 139767414899869 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15154] ppid=15148 vsize=10151672 memory=4872558142750482496 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 67180725 10395312128 5079 18446744073709551615 4194304 4196468 140722963076672 139767371843856 139767414888149 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15155] ppid=15148 vsize=10151672 memory=140491343459968 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 67180725 10395312128 5079 18446744073709551615 4194304 4196468 140722963076672 139767370791312 139767414888149 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15156] ppid=15148 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 67180725 10395312128 5079 18446744073709551615 4194304 4196468 140722963076672 139767369738768 139767414888149 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15157] ppid=15148 vsize=10151672 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 67180725 10395312128 5079 18446744073709551615 4194304 4196468 140722963076672 139767368686224 139767414888149 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15158] ppid=15148 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 67180726 10395312128 5079 18446744073709551615 4194304 4196468 140722963076672 139766978247152 139767414889090 0 0 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15159] ppid=15148 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 67180727 10395312128 5079 18446744073709551615 4194304 4196468 140722963076672 139766977193376 139767414888149 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15160] ppid=15148 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 67180727 10395312128 5079 18446744073709551615 4194304 4196468 140722963076672 139766976140848 139767414888149 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20316 KiB

[startup+0.210124 s]*
/proc/loadavg: 4.22 3.36 3.41 3/213 15166
/proc/meminfo: memFree=23561712/32770624 swapFree=67108860/67108860
[pid=15151] ppid=15148 vsize=10551156 memory=26056 CPUtime=0.08 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 17093 0 -1 1077944320 5008 0 0 0 7 1 0 0 20 0 15 0 67180717 10804383744 6514 18446744073709551615 4194304 4196468 140722963076672 140722963059216 139767414877943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
/proc/15151/statm: 2637789 6514 2742 1 0 2627261 0
[pid=15151/tid=15153] ppid=15148 vsize=10551156 memory=7972079681069007774 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15153/stat : 15153 (java) R 15148 15151 17093 0 -1 4202560 2987 0 0 0 6 1 0 0 20 0 15 0 67180724 10804383744 6514 18446744073709551615 4194304 4196468 140722963076672 139767419092656 139767398921573 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15154] ppid=15148 vsize=10551156 memory=4872558142750482496 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67180725 10804383744 6514 18446744073709551615 4194304 4196468 140722963076672 139767371843856 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15155] ppid=15148 vsize=10551156 memory=140491343459968 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67180725 10804383744 6514 18446744073709551615 4194304 4196468 140722963076672 139767370791312 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15156] ppid=15148 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67180725 10804383744 6514 18446744073709551615 4194304 4196468 140722963076672 139767369738768 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15157] ppid=15148 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67180725 10804383744 6514 18446744073709551615 4194304 4196468 140722963076672 139767368686224 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15158] ppid=15148 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67180726 10804383744 6514 18446744073709551615 4194304 4196468 140722963076672 139766978247152 139767414889090 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15159] ppid=15148 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67180727 10804383744 6514 18446744073709551615 4194304 4196468 140722963076672 139766977193376 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15160] ppid=15148 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67180727 10804383744 6514 18446744073709551615 4194304 4196468 140722963076672 139766976140784 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15161] ppid=15148 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15161/stat : 15161 (java) S 15148 15151 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67180729 10804383744 6514 18446744073709551615 4194304 4196468 140722963076672 139766975089360 139767414896539 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15162] ppid=15148 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15162/stat : 15162 (java) S 15148 15151 17093 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 67180729 10804383744 6514 18446744073709551615 4194304 4196468 140722963076672 139766974035952 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15163] ppid=15148 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15163/stat : 15163 (java) R 15148 15151 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67180729 10804383744 6514 18446744073709551615 4194304 4196468 140722963076672 139766972983408 139767414889090 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15164] ppid=15148 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15164/stat : 15164 (java) R 15148 15151 17093 0 -1 4202560 244 0 0 0 0 0 0 0 20 0 15 0 67180729 10804383744 6514 18446744073709551615 4194304 4196468 140722963076672 139766971930864 139767398958430 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15165] ppid=15148 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15165/stat : 15165 (java) S 15148 15151 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67180730 10804383744 6514 18446744073709551615 4194304 4196468 140722963076672 139766970878560 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15166] ppid=15148 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15166/stat : 15166 (java) S 15148 15151 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67180737 10804383744 6514 18446744073709551615 4194304 4196468 140722963076672 139766969826096 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26056 KiB

[startup+0.3109 s]*
/proc/loadavg: 4.22 3.36 3.41 3/213 15166
/proc/meminfo: memFree=23549092/32770624 swapFree=67108860/67108860
[pid=15151] ppid=15148 vsize=10551156 memory=36252 CPUtime=0.23 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 17093 0 -1 1077944320 8328 0 0 0 20 3 0 0 20 0 15 0 67180717 10804383744 9063 18446744073709551615 4194304 4196468 140722963076672 140722963059216 139767414877943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
/proc/15151/statm: 2637789 9063 2859 1 0 2627261 0
[pid=15151/tid=15153] ppid=15148 vsize=10551156 memory=-7677926825137650786 CPUtime=0.16 cores=0,2,4,6
/proc/15151/task/15153/stat : 15153 (java) R 15148 15151 17093 0 -1 4202560 5984 0 0 0 14 2 0 0 20 0 15 0 67180724 10804383744 9063 18446744073709551615 4194304 4196468 140722963076672 139767419109952 139767414899869 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15154] ppid=15148 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67180725 10804383744 9063 18446744073709551615 4194304 4196468 140722963076672 139767371843856 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15155] ppid=15148 vsize=10551156 memory=8110268428378128441 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67180725 10804383744 9063 18446744073709551615 4194304 4196468 140722963076672 139767370791312 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15156] ppid=15148 vsize=10551156 memory=7584417596804024175 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67180725 10804383744 9063 18446744073709551615 4194304 4196468 140722963076672 139767369738768 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15157] ppid=15148 vsize=10551156 memory=140491343466961 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67180725 10804383744 9063 18446744073709551615 4194304 4196468 140722963076672 139767368686224 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15158] ppid=15148 vsize=10551156 memory=7450190117444479059 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67180726 10804383744 9063 18446744073709551615 4194304 4196468 140722963076672 139766978247152 139767414889090 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15159] ppid=15148 vsize=10551156 memory=7523099785849624166 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67180727 10804383744 9063 18446744073709551615 4194304 4196468 140722963076672 139766977193376 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15160] ppid=15148 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67180727 10804383744 9063 18446744073709551615 4194304 4196468 140722963076672 139766976140784 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15161] ppid=15148 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15161/stat : 15161 (java) S 15148 15151 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67180729 10804383744 9063 18446744073709551615 4194304 4196468 140722963076672 139766975089360 139767414896539 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15162] ppid=15148 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/15151/task/15162/stat : 15162 (java) S 15148 15151 17093 0 -1 1077944384 506 0 0 0 1 0 0 0 20 0 15 0 67180729 10804383744 9063 18446744073709551615 4194304 4196468 140722963076672 139766974035952 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15163] ppid=15148 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/15151/task/15163/stat : 15163 (java) S 15148 15151 17093 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 15 0 67180729 10804383744 9063 18446744073709551615 4194304 4196468 140722963076672 139766972983408 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15164] ppid=15148 vsize=10551156 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/15151/task/15164/stat : 15164 (java) S 15148 15151 17093 0 -1 1077944384 401 0 0 0 3 0 0 0 20 0 15 0 67180729 10804383744 9063 18446744073709551615 4194304 4196468 140722963076672 139766971930864 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15165] ppid=15148 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15165/stat : 15165 (java) S 15148 15151 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67180730 10804383744 9063 18446744073709551615 4194304 4196468 140722963076672 139766970878560 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15166] ppid=15148 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15166/stat : 15166 (java) S 15148 15151 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67180737 10804383744 9063 18446744073709551615 4194304 4196468 140722963076672 139766969826096 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36252 KiB

[startup+0.700873 s]
/proc/loadavg: 4.22 3.36 3.41 4/213 15166
/proc/meminfo: memFree=23537716/32770624 swapFree=67108860/67108860
[pid=15151] ppid=15148 vsize=10551232 memory=183796 CPUtime=1.23 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 17093 0 -1 1077944320 12543 0 0 0 116 7 0 0 20 0 15 0 67180717 10804461568 45949 18446744073709551615 4194304 4196468 140722963076672 140722963059216 139767414877943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
/proc/15151/statm: 2637808 45949 3075 1 0 2627261 0
[pid=15151/tid=15153] ppid=15148 vsize=10551232 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/15151/task/15153/stat : 15153 (java) R 15148 15151 17093 0 -1 4202560 7376 0 0 0 49 4 0 0 20 0 15 0 67180724 10804461568 45949 18446744073709551615 4194304 4196468 140722963076672 139767419114872 139767046657135 0 4 1 16800974 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15154] ppid=15148 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 17093 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 67180725 10804461568 45949 18446744073709551615 4194304 4196468 140722963076672 139767371843856 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15155] ppid=15148 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67180725 10804461568 45949 18446744073709551615 4194304 4196468 140722963076672 139767370791312 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15156] ppid=15148 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67180725 10804461568 45949 18446744073709551615 4194304 4196468 140722963076672 139767369738768 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15157] ppid=15148 vsize=10551232 memory=18889266171726 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 17093 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 67180725 10804461568 45949 18446744073709551615 4194304 4196468 140722963076672 139767368686224 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15158] ppid=15148 vsize=10551232 memory=303711724065011095 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 17093 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 67180726 10804461568 45949 18446744073709551615 4194304 4196468 140722963076672 139766978247152 139767414889090 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15159] ppid=15148 vsize=10551232 memory=14128948594967164 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 67180727 10804461568 45949 18446744073709551615 4194304 4196468 140722963076672 139766977193376 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15160] ppid=15148 vsize=10551232 memory=4639642631936434791 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67180727 10804461568 45949 18446744073709551615 4194304 4196468 140722963076672 139766976140784 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15161] ppid=15148 vsize=10551232 memory=4640488070479761508 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15161/stat : 15161 (java) S 15148 15151 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67180729 10804461568 45949 18446744073709551615 4194304 4196468 140722963076672 139766975089360 139767414896539 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15162] ppid=15148 vsize=10551232 memory=4638778398332703844 CPUtime=0.21 cores=0,2,4,6
/proc/15151/task/15162/stat : 15162 (java) R 15148 15151 17093 0 -1 4202560 1507 0 0 0 21 0 0 0 20 0 15 0 67180729 10804461568 45949 18446744073709551615 4194304 4196468 140722963076672 139766974015592 139767399802378 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15163] ppid=15148 vsize=10551232 memory=6935651561890015574 CPUtime=0.22 cores=0,2,4,6
/proc/15151/task/15163/stat : 15163 (java) R 15148 15151 17093 0 -1 4202560 969 0 0 0 22 0 0 0 20 0 15 0 67180729 10804461568 45949 18446744073709551615 4194304 4196468 140722963076672 139766972964424 139767414899290 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15164] ppid=15148 vsize=10551232 memory=7379241892152371799 CPUtime=0.21 cores=0,2,4,6
/proc/15151/task/15164/stat : 15164 (java) S 15148 15151 17093 0 -1 1077944384 1206 0 0 0 21 0 0 0 20 0 15 0 67180729 10804461568 45949 18446744073709551615 4194304 4196468 140722963076672 139766971930864 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15165] ppid=15148 vsize=10551232 memory=6082507487824139624 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15165/stat : 15165 (java) S 15148 15151 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67180730 10804461568 45949 18446744073709551615 4194304 4196468 140722963076672 139766970878560 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15166] ppid=15148 vsize=10551232 memory=7158588607990158697 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15166/stat : 15166 (java) S 15148 15151 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67180737 10804461568 45949 18446744073709551615 4194304 4196468 140722963076672 139766969826096 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 183796 KiB

[startup+1.5007 s]
/proc/loadavg: 4.22 3.36 3.41 3/213 15166
/proc/meminfo: memFree=23338116/32770624 swapFree=67108860/67108860
[pid=15151] ppid=15148 vsize=10551232 memory=513948 CPUtime=3.06 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 17093 0 -1 1077944320 13589 0 0 0 273 33 0 0 20 0 15 0 67180717 10804461568 128487 18446744073709551615 4194304 4196468 140722963076672 140722963059216 139767414877943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
/proc/15151/statm: 2637808 128487 3094 1 0 2627261 0
[pid=15151/tid=15153] ppid=15148 vsize=10551232 memory=0 CPUtime=1.06 cores=0,2,4,6
/proc/15151/task/15153/stat : 15153 (java) R 15148 15151 17093 0 -1 4202560 7449 0 0 0 101 5 0 0 20 0 15 0 67180724 10804461568 128487 18446744073709551615 4194304 4196468 140722963076672 139767419113248 139767047022533 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15154] ppid=15148 vsize=10551232 memory=-7522837415797432223 CPUtime=0.25 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 17093 0 -1 1077944384 187 0 0 0 20 5 0 0 20 0 15 0 67180725 10804461568 128487 18446744073709551615 4194304 4196468 140722963076672 139767371843856 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15155] ppid=15148 vsize=10551232 memory=-7522837415730323359 CPUtime=0.24 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 17093 0 -1 1077944384 188 0 0 0 18 6 0 0 20 0 15 0 67180725 10804461568 128487 18446744073709551615 4194304 4196468 140722963076672 139767370791312 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15156] ppid=15148 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 17093 0 -1 1077944384 166 0 0 0 18 6 0 0 20 0 15 0 67180725 10804461568 128487 18446744073709551615 4194304 4196468 140722963076672 139767369738768 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15157] ppid=15148 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 17093 0 -1 1077944384 189 0 0 0 19 6 0 0 20 0 15 0 67180725 10804461568 128487 18446744073709551615 4194304 4196468 140722963076672 139767368686224 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15158] ppid=15148 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 17093 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 67180726 10804461568 128487 18446744073709551615 4194304 4196468 140722963076672 139766978247152 139767414889090 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15159] ppid=15148 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 67180727 10804461568 128487 18446744073709551615 4194304 4196468 140722963076672 139766977193440 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15160] ppid=15148 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67180727 10804461568 128487 18446744073709551615 4194304 4196468 140722963076672 139766976140784 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15161] ppid=15148 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15161/stat : 15161 (java) S 15148 15151 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67180729 10804461568 128487 18446744073709551615 4194304 4196468 140722963076672 139766975089360 139767414896539 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15162] ppid=15148 vsize=10551232 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/15151/task/15162/stat : 15162 (java) S 15148 15151 17093 0 -1 1077944384 1547 0 0 0 33 0 0 0 20 0 15 0 67180729 10804461568 128487 18446744073709551615 4194304 4196468 140722963076672 139766974035952 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15163] ppid=15148 vsize=10551232 memory=7301853766839587428 CPUtime=0.34 cores=0,2,4,6
/proc/15151/task/15163/stat : 15163 (java) S 15148 15151 17093 0 -1 1077944384 1003 0 0 0 34 0 0 0 20 0 15 0 67180729 10804461568 128487 18446744073709551615 4194304 4196468 140722963076672 139766972983408 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15164] ppid=15148 vsize=10551232 memory=7375040490582927186 CPUtime=0.25 cores=0,2,4,6
/proc/15151/task/15164/stat : 15164 (java) S 15148 15151 17093 0 -1 1077944384 1291 0 0 0 25 0 0 0 20 0 15 0 67180729 10804461568 128487 18446744073709551615 4194304 4196468 140722963076672 139766971930864 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0

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

/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 17093 0 -1 1077944384 3000 0 0 0 635 49 0 0 20 0 16 0 67180725 10872623104 760410 18446744073709551615 4194304 4196468 140722963076672 139767369738768 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15157] ppid=15148 vsize=10617796 memory=3041640 CPUtime=6.83 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 17093 0 -1 1077944384 2693 0 0 0 637 46 0 0 20 0 16 0 67180725 10872623104 760410 18446744073709551615 4194304 4196468 140722963076672 139767368686224 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15158] ppid=15148 vsize=10617796 memory=3041640 CPUtime=2.66 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 17093 0 -1 1077944384 6561 0 0 0 265 1 0 0 20 0 16 0 67180726 10872623104 760410 18446744073709551615 4194304 4196468 140722963076672 139766978247152 139767414889090 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15159] ppid=15148 vsize=10617796 memory=280982398019008 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 17093 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 67180727 10872623104 760410 18446744073709551615 4194304 4196468 140722963076672 139766977193440 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15160] ppid=15148 vsize=10617796 memory=3041640 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 17093 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 16 0 67180727 10872623104 760410 18446744073709551615 4194304 4196468 140722963076672 139766976140800 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15161] ppid=15148 vsize=10617796 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15161/stat : 15161 (java) S 15148 15151 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67180729 10872623104 760410 18446744073709551615 4194304 4196468 140722963076672 139766975089360 139767414896539 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15162] ppid=15148 vsize=10617796 memory=-8774313645642428999 CPUtime=2.09 cores=0,2,4,6
/proc/15151/task/15162/stat : 15162 (java) S 15148 15151 17093 0 -1 1077944384 14819 0 0 0 207 2 0 0 20 0 16 0 67180729 10872623104 760410 18446744073709551615 4194304 4196468 140722963076672 139766974035952 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15163] ppid=15148 vsize=10617796 memory=8944 CPUtime=1.63 cores=0,2,4,6
/proc/15151/task/15163/stat : 15163 (java) S 15148 15151 17093 0 -1 1077944384 7565 0 0 0 161 2 0 0 20 0 16 0 67180729 10872623104 760410 18446744073709551615 4194304 4196468 140722963076672 139766972983408 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15164] ppid=15148 vsize=10617796 memory=3041640 CPUtime=0.4 cores=0,2,4,6
/proc/15151/task/15164/stat : 15164 (java) S 15148 15151 17093 0 -1 1077944384 3128 0 0 0 39 1 0 0 20 0 16 0 67180729 10872623104 760410 18446744073709551615 4194304 4196468 140722963076672 139766971930864 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15165] ppid=15148 vsize=10617796 memory=3041640 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15165/stat : 15165 (java) S 15148 15151 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67180730 10872623104 760410 18446744073709551615 4194304 4196468 140722963076672 139766970878560 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15166] ppid=15148 vsize=10617796 memory=3041640 CPUtime=0.09 cores=0,2,4,6
/proc/15151/task/15166/stat : 15166 (java) S 15148 15151 17093 0 -1 1077944384 946 0 0 0 5 4 0 0 20 0 16 0 67180737 10872623104 760410 18446744073709551615 4194304 4196468 140722963076672 139766969826096 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15167] ppid=15148 vsize=10617796 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15167/stat : 15167 (java) S 15148 15151 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 67182234 10872623104 760410 18446744073709551615 4194304 4196468 140722963076672 139766968771888 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
Current children cumulated CPU time: 186.69 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3041640 KiB

[startup+222.301 s]
/proc/loadavg: 2.96 3.25 3.37 3/210 15398
/proc/meminfo: memFree=26218588/32770624 swapFree=67108860/67108860
[pid=15151] ppid=15148 vsize=10617796 memory=3572788 CPUtime=248.76 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 17093 0 -1 1077944320 85421 0 0 0 24612 264 0 0 20 0 16 0 67180717 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 140722963059216 139767414877943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
/proc/15151/statm: 2654449 893197 3145 1 0 2643902 0
[pid=15151/tid=15153] ppid=15148 vsize=10617796 memory=3572772 CPUtime=211.76 cores=0,2,4,6
/proc/15151/task/15153/stat : 15153 (java) R 15148 15151 17093 0 -1 4202560 25522 0 0 0 21164 12 0 0 20 0 16 0 67180724 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139767419113904 139767048687715 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15154] ppid=15148 vsize=10617796 memory=3572788 CPUtime=7.55 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 17093 0 -1 1077944384 6093 0 0 0 692 63 0 0 20 0 16 0 67180725 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139767371843856 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15155] ppid=15148 vsize=10617796 memory=3572788 CPUtime=7.42 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 17093 0 -1 1077944384 11082 0 0 0 689 53 0 0 20 0 16 0 67180725 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139767370791312 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15156] ppid=15148 vsize=10617796 memory=3572788 CPUtime=7.51 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 17093 0 -1 1077944384 4036 0 0 0 689 62 0 0 20 0 16 0 67180725 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139767369738768 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15157] ppid=15148 vsize=10617796 memory=640 CPUtime=7.51 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 17093 0 -1 1077944384 3443 0 0 0 692 59 0 0 20 0 16 0 67180725 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139767368686224 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15158] ppid=15148 vsize=10617796 memory=3572788 CPUtime=2.66 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 17093 0 -1 1077944384 6917 0 0 0 265 1 0 0 20 0 16 0 67180726 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766978247152 139767414889090 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15159] ppid=15148 vsize=10617796 memory=3572788 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 17093 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 67180727 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766977193440 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15160] ppid=15148 vsize=10617796 memory=3572788 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 17093 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 16 0 67180727 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766976140800 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15161] ppid=15148 vsize=10617796 memory=8026656367372952662 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15161/stat : 15161 (java) S 15148 15151 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67180729 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766975089360 139767414896539 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15162] ppid=15148 vsize=10617796 memory=8026656367372952662 CPUtime=2.09 cores=0,2,4,6
/proc/15151/task/15162/stat : 15162 (java) S 15148 15151 17093 0 -1 1077944384 14819 0 0 0 207 2 0 0 20 0 16 0 67180729 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766974035952 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15163] ppid=15148 vsize=10617796 memory=960 CPUtime=1.63 cores=0,2,4,6
/proc/15151/task/15163/stat : 15163 (java) S 15148 15151 17093 0 -1 1077944384 7566 0 0 0 161 2 0 0 20 0 16 0 67180729 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766972983408 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15164] ppid=15148 vsize=10617796 memory=1232 CPUtime=0.4 cores=0,2,4,6
/proc/15151/task/15164/stat : 15164 (java) S 15148 15151 17093 0 -1 1077944384 3473 0 0 0 39 1 0 0 20 0 16 0 67180729 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766971930864 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15165] ppid=15148 vsize=10617796 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15165/stat : 15165 (java) S 15148 15151 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67180730 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766970878560 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15166] ppid=15148 vsize=10617796 memory=4300 CPUtime=0.12 cores=0,2,4,6
/proc/15151/task/15166/stat : 15166 (java) S 15148 15151 17093 0 -1 1077944384 964 0 0 0 6 6 0 0 20 0 16 0 67180737 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766969826096 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15167] ppid=15148 vsize=10617796 memory=3572788 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15167/stat : 15167 (java) S 15148 15151 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 67182234 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766968771888 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
Current children cumulated CPU time: 248.76 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3572788 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+225.601 s]
/proc/loadavg: 2.88 3.23 3.36 3/210 15398
/proc/meminfo: memFree=25793412/32770624 swapFree=67108860/67108860
[pid=15151] ppid=15148 vsize=10617796 memory=3572788 CPUtime=252.06 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 17093 0 -1 1077944320 85507 0 0 0 24942 264 0 0 20 0 16 0 67180717 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 140722963059216 139767414877943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
/proc/15151/statm: 2654449 893197 3145 1 0 2643902 0
[pid=15151/tid=15153] ppid=15148 vsize=10617796 memory=37828 CPUtime=215.06 cores=0,2,4,6
/proc/15151/task/15153/stat : 15153 (java) R 15148 15151 17093 0 -1 4202560 25608 0 0 0 21494 12 0 0 20 0 16 0 67180724 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139767419113904 139767044190288 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15154] ppid=15148 vsize=10617796 memory=1296 CPUtime=7.55 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 17093 0 -1 1077944384 6093 0 0 0 692 63 0 0 20 0 16 0 67180725 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139767371843856 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15155] ppid=15148 vsize=10617796 memory=-8774313645642428999 CPUtime=7.42 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 17093 0 -1 1077944384 11082 0 0 0 689 53 0 0 20 0 16 0 67180725 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139767370791312 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15156] ppid=15148 vsize=10617796 memory=6944656575208382560 CPUtime=7.51 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 17093 0 -1 1077944384 4036 0 0 0 689 62 0 0 20 0 16 0 67180725 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139767369738768 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15157] ppid=15148 vsize=10617796 memory=7649399362823468337 CPUtime=7.51 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 17093 0 -1 1077944384 3443 0 0 0 692 59 0 0 20 0 16 0 67180725 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139767368686224 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15158] ppid=15148 vsize=10617796 memory=7649399367118435633 CPUtime=2.66 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 17093 0 -1 1077944384 6917 0 0 0 265 1 0 0 20 0 16 0 67180726 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766978247152 139767414889090 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15159] ppid=15148 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 17093 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 67180727 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766977193440 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15160] ppid=15148 vsize=10617796 memory=12200 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 17093 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 16 0 67180727 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766976140800 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15161] ppid=15148 vsize=10617796 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15161/stat : 15161 (java) S 15148 15151 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67180729 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766975089360 139767414896539 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15162] ppid=15148 vsize=10617796 memory=1204 CPUtime=2.09 cores=0,2,4,6
/proc/15151/task/15162/stat : 15162 (java) S 15148 15151 17093 0 -1 1077944384 14819 0 0 0 207 2 0 0 20 0 16 0 67180729 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766974035952 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15163] ppid=15148 vsize=10617796 memory=1000 CPUtime=1.63 cores=0,2,4,6
/proc/15151/task/15163/stat : 15163 (java) S 15148 15151 17093 0 -1 1077944384 7566 0 0 0 161 2 0 0 20 0 16 0 67180729 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766972983408 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15164] ppid=15148 vsize=10617796 memory=796 CPUtime=0.4 cores=0,2,4,6
/proc/15151/task/15164/stat : 15164 (java) S 15148 15151 17093 0 -1 1077944384 3473 0 0 0 39 1 0 0 20 0 16 0 67180729 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766971930864 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15165] ppid=15148 vsize=10617796 memory=8944 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15165/stat : 15165 (java) S 15148 15151 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67180730 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766970878560 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15166] ppid=15148 vsize=10617796 memory=15876 CPUtime=0.12 cores=0,2,4,6
/proc/15151/task/15166/stat : 15166 (java) S 15148 15151 17093 0 -1 1077944384 964 0 0 0 6 6 0 0 20 0 16 0 67180737 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766969826096 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15167] ppid=15148 vsize=10617796 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15167/stat : 15167 (java) S 15148 15151 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 67182234 10872623104 893197 18446744073709551615 4194304 4196468 140722963076672 139766968771888 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3572788 KiB

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

[startup+225.854 s]
# the end of solver process 15151 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.49 s, system=2.66712 s

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

[startup+225.801 s]
/proc/loadavg: 2.88 3.23 3.36 3/210 15398
/proc/meminfo: memFree=25793412/32770624 swapFree=67108860/67108860
[pid=15151] ppid=15148 vsize=10817488 memory=3573048 CPUtime=252.08 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 17093 0 -1 1077944320 85952 0 0 0 24944 264 0 0 20 0 17 0 67180717 11077107712 893262 18446744073709551615 4194304 4196468 140722963076672 140722963059216 139767414877943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
/proc/15151/statm: 2704372 893262 3148 1 0 2693825 0
[pid=15151/tid=15153] ppid=15148 vsize=10817488 memory=8944 CPUtime=215.08 cores=0,2,4,6
/proc/15151/task/15153/stat : 15153 (java) S 15148 15151 17093 0 -1 1077944384 25633 0 0 0 21496 12 0 0 20 0 17 0 67180724 11077107712 893262 18446744073709551615 4194304 4196468 140722963076672 139767419120816 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15154] ppid=15148 vsize=10817488 memory=3572788 CPUtime=7.55 cores=0,2,4,6
/proc/15151/task/15154/stat : 15154 (java) S 15148 15151 17093 0 -1 1077944384 6093 0 0 0 692 63 0 0 20 0 17 0 67180725 11077107712 893262 18446744073709551615 4194304 4196468 140722963076672 139767371843856 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15155] ppid=15148 vsize=10817488 memory=4048 CPUtime=7.42 cores=0,2,4,6
/proc/15151/task/15155/stat : 15155 (java) S 15148 15151 17093 0 -1 1077944384 11082 0 0 0 689 53 0 0 20 0 17 0 67180725 11077107712 893262 18446744073709551615 4194304 4196468 140722963076672 139767370791312 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15156] ppid=15148 vsize=10817488 memory=21292 CPUtime=7.51 cores=0,2,4,6
/proc/15151/task/15156/stat : 15156 (java) S 15148 15151 17093 0 -1 1077944384 4036 0 0 0 689 62 0 0 20 0 17 0 67180725 11077107712 893262 18446744073709551615 4194304 4196468 140722963076672 139767369738768 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15157] ppid=15148 vsize=10817488 memory=-8774313645642428999 CPUtime=7.51 cores=0,2,4,6
/proc/15151/task/15157/stat : 15157 (java) S 15148 15151 17093 0 -1 1077944384 3443 0 0 0 692 59 0 0 20 0 17 0 67180725 11077107712 893262 18446744073709551615 4194304 4196468 140722963076672 139767368686224 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15158] ppid=15148 vsize=10817488 memory=1444 CPUtime=2.66 cores=0,2,4,6
/proc/15151/task/15158/stat : 15158 (java) S 15148 15151 17093 0 -1 1077944384 6920 0 0 0 265 1 0 0 20 0 17 0 67180726 11077107712 893262 18446744073709551615 4194304 4196468 140722963076672 139766978247152 139767414889090 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15159] ppid=15148 vsize=10817488 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15159/stat : 15159 (java) S 15148 15151 17093 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 67180727 11077107712 893262 18446744073709551615 4194304 4196468 140722963076672 139766977193440 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15160] ppid=15148 vsize=10817488 memory=12200 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15160/stat : 15160 (java) S 15148 15151 17093 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 17 0 67180727 11077107712 893262 18446744073709551615 4194304 4196468 140722963076672 139766976140800 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15161] ppid=15148 vsize=10817488 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15161/stat : 15161 (java) S 15148 15151 17093 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 17 0 67180729 11077107712 893262 18446744073709551615 4194304 4196468 140722963076672 139766975089360 139767414896539 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15162] ppid=15148 vsize=10817488 memory=1204 CPUtime=2.09 cores=0,2,4,6
/proc/15151/task/15162/stat : 15162 (java) S 15148 15151 17093 0 -1 1077944384 14819 0 0 0 207 2 0 0 20 0 17 0 67180729 11077107712 893262 18446744073709551615 4194304 4196468 140722963076672 139766974035952 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15163] ppid=15148 vsize=10817488 memory=280982398678656 CPUtime=1.63 cores=0,2,4,6
/proc/15151/task/15163/stat : 15163 (java) S 15148 15151 17093 0 -1 1077944384 7566 0 0 0 161 2 0 0 20 0 17 0 67180729 11077107712 893262 18446744073709551615 4194304 4196468 140722963076672 139766972983408 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15164] ppid=15148 vsize=10817488 memory=280982397649136 CPUtime=0.4 cores=0,2,4,6
/proc/15151/task/15164/stat : 15164 (java) S 15148 15151 17093 0 -1 1077944384 3504 0 0 0 39 1 0 0 20 0 17 0 67180729 11077107712 893262 18446744073709551615 4194304 4196468 140722963076672 139766971930864 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15165] ppid=15148 vsize=10817488 memory=280982397649136 CPUtime=0 cores=0,2,4,6
/proc/15151/task/15165/stat : 15165 (java) S 15148 15151 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 67180730 11077107712 893262 18446744073709551615 4194304 4196468 140722963076672 139766970878560 139767414888149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
[pid=15151/tid=15166] ppid=15148 vsize=10817488 memory=280982397649136 CPUtime=0.12 cores=0,2,4,6
/proc/15151/task/15166/stat : 15166 (java) S 15148 15151 17093 0 -1 1077944384 964 0 0 0 6 6 0 0 20 0 17 0 67180737 11077107712 893262 18446744073709551615 4194304 4196468 140722963076672 139766969826096 139767414889090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9138176 140722963079573 140722963079726 140722963079726 140722963083215 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3573048 KiB

Child status: 143
Real time (s): 225.854
CPU time (s): 252.158
CPU user time (s): 249.49
CPU system time (s): 2.66712
CPU usage (%): 111.646
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3573048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.49
system time used= 2.66712
maximum resident set size= 3573324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86526
page faults= 0
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7970
involuntary context switches= 453


# summary of solver processes directly reported to runsolver:
#   pid: 15151
#   total CPU time (s): 252.158
#   total CPU user time (s): 249.49
#   total CPU system time (s): 2.66712

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.49914 second user time and 2.06858 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 20:30:25
IDJOB=4257895
IDBENCH=136355
IDSOLVER=2643
FILE ID=node127/4257895-1502649874
RUNJOBID= node127-1502642200-6040
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n3c3w4h.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257895-1502649874/watcher-4257895-1502649874 -o /tmp/evaluation-result-4257895-1502649874/solver-4257895-1502649874 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257895-1502649874.xml

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

MD5SUM BENCH= 797cc29f939b3426dc93651349e66756
RANDOM SEED=2066764099

node127.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.92
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.92
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.92
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.92
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:        23573964 kB
MemAvailable:   24014756 kB
Buffers:          202212 kB
Cached:           534284 kB
SwapCached:            0 kB
Active:          8537864 kB
Inactive:         216876 kB
Active(anon):    7967684 kB
Inactive(anon):    83872 kB
Active(file):     570180 kB
Inactive(file):   133004 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1740 kB
Writeback:             0 kB
AnonPages:       8017488 kB
Mapped:            60172 kB
Shmem:             33444 kB
Slab:             132328 kB
SReclaimable:     106884 kB
SUnreclaim:        25444 kB
KernelStack:        3504 kB
PageTables:        20900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8637568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7415808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62024 MiB
End job on node127 at 2017-08-13 20:34:11