Trace number 4263202

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? 641.79102 186.00999

General information on the benchmark

NameVrp/Vrp-zinc-s1/
Vrp-A-n60-k9.xml
MD5SUM204525c81941dcb64589d695195e220f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1407
Best CPU time to get the best result obtained on this benchmark2400.09
Satisfiable
(Un)Satisfiability was proved
Number of variables3660
Number of constraints3599
Number of domains3
Minimum domain size1
Maximum domain size101
Distribution of domain sizes[{"size":1,"count":60},{"size":2,"count":3540},{"size":101,"count":59}]
Minimum variable degree0
Maximum variable degree117
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":60},{"degree":2,"count":118},{"degree":4,"count":3422},{"degree":117,"count":59}]
Minimum constraint arity1
Maximum constraint arity59
Distribution of constraint arities[{"arity":1,"count":59},{"arity":3,"count":3422},{"arity":59,"count":118}]
Number of extensional constraints0
Number of intensional constraints59
Distribution of constraint types[{"type":"intension","count":59},{"type":"sum","count":3422},{"type":"count","count":118}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

460.68/137.41	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
460.68/137.41	c This is free software under the dual EPL/GNU LGPL licenses.
460.68/137.41	c See www.sat4j.org for details.
460.68/137.41	c That software uses the Rhino library from the Mozilla project.
460.68/137.41	c version CUSTOM.v20170705
460.68/137.41	c java.runtime.name	Java(TM) SE Runtime Environment
460.68/137.41	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
460.68/137.41	c java.vm.version	25.131-b11
460.68/137.41	c java.vm.vendor	Oracle Corporation
460.68/137.41	c sun.arch.data.model	64
460.68/137.41	c java.version		1.8.0_131
460.68/137.41	c os.name		Linux
460.68/137.41	c os.version		3.10.0-514.16.1.el7.x86_64
460.68/137.41	c os.arch		amd64
460.68/137.41	c Free memory 		499604488
460.68/137.41	c Max memory 		7247757312
460.68/137.41	c Total memory 		504889344
460.68/137.41	c Number of processors 	4
460.68/137.41	c c --- Begin Solver configuration ---
460.68/137.41	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
460.68/137.41	c Learn all clauses as in MiniSAT
460.68/137.41	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
460.68/137.41	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
460.68/137.41	c No reason simplification
460.68/137.41	c Glucose 2.1 dynamic restart strategy
460.68/137.41	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
460.68/137.41	c timeout=2147483s
460.68/137.41	c DB Simplification allowed=false
460.68/137.41	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
460.68/137.41	c --- End Solver configuration ---
460.68/137.41	c constraints type 
460.68/137.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 7198
460.68/137.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1423375
460.68/137.41	c org.sat4j.minisat.constraints.cnf.UnitClauses => 60
460.68/137.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70411190
460.68/137.41	c org.sat4j.specs.Constr$1 => 60
460.68/137.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 7198
460.68/137.41	c 71849081 constraints processed.
607.89/176.60	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
607.89/176.61		at org.sat4j.minisat.orders.AbstractPhaserecordingSelectionStrategy.init(AbstractPhaserecordingSelectionStrategy.java:48)
607.89/176.61		at org.sat4j.minisat.orders.RSATPhaseSelectionStrategy.init(RSATPhaseSelectionStrategy.java:40)
607.89/176.61		at org.sat4j.minisat.orders.VarOrderHeap.init(VarOrderHeap.java:212)
607.89/176.61		at org.sat4j.pb.orders.VarOrderHeapObjective.init(VarOrderHeapObjective.java:68)
607.89/176.61		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1702)
607.89/176.61		at org.sat4j.csp.CspSatSolverDecorator.isSatisfiable(CspSatSolverDecorator.java:127)
607.89/176.61		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:115)
607.89/176.61		at org.sat4j.pb.PseudoOptDecorator.isSatisfiable(PseudoOptDecorator.java:137)
607.89/176.61		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:115)
607.89/176.61		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:179)
607.89/176.61		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:172)
607.89/176.61		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:121)
607.89/176.61		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:318)
607.89/176.61		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:257)
607.89/176.61		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
607.90/176.81	c starts		: 0
607.90/176.81	c conflicts		: 0
607.90/176.81	c decisions		: 0
607.90/176.81	c propagations		: 0
641.67/185.95	c inspects		: 0
641.67/185.95	c shortcuts		: 0
641.67/185.95	c learnt literals	: 0
641.67/185.95	c learnt binary clauses	: 0
641.67/185.95	c learnt ternary clauses	: 0
641.67/185.95	c learnt constraints	: 0
641.67/185.95	c ignored constraints	: 0
641.67/185.95	c root simplifications	: 0
641.67/185.95	c removed literals (reason simplification)	: 0
641.67/185.95	c reason swapping (by a shorter reason)	: 0
641.67/185.95	c Calls to reduceDB	: 0
641.67/185.95	c Number of update (reduction) of LBD	: 0
641.67/185.95	c Imported unit clauses	: 0
641.67/185.95	c number of reductions to clauses (during analyze)	: 0
641.67/185.95	c number of learned constraints concerned by reduction	: 0
641.67/185.95	c number of learning phase by resolution	: 0
641.67/185.95	c number of learning phase by cutting planes	: 0
641.67/185.95	c number of rounding to 1 operations	: 0
641.67/185.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
641.67/185.95	c number of reductions of the coefficients by power 2 	: 0
641.67/185.95	c number of right shift for reduction by power 2 	: 0
641.67/185.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
641.67/185.95	c speed (assignments/second)	: 0.0
641.67/185.95	c non guided choices	0
641.67/185.95	c learnt constraints type 
641.67/185.95	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 (12630 MiB free)
  memory of node 1: 16384 MiB (15007 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263202-1502624400/watcher-4263202-1502624400 -o /tmp/evaluation-result-4263202-1502624400/solver-4263202-1502624400 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1477 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263202-1502624400.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=2229, runsolver pid=2226

[startup+0.100108 s]*
/proc/loadavg: 4.54 4.32 3.44 4/216 2244
/proc/meminfo: memFree=28283204/32770624 swapFree=67108860/67108860
[pid=2229] ppid=2226 vsize=10555400 memory=29568 CPUtime=0.13 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31095 0 -1 1077944320 6423 0 0 0 11 2 0 0 20 0 15 0 95527883 10808729600 7392 33554432000 4194304 4196468 140730804638800 140730804621344 140260780551927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
/proc/2229/statm: 2638850 7392 2816 1 0 2627263 0
[pid=2229/tid=2231] ppid=2226 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/2229/task/2231/stat : 2231 (java) R 2226 2229 31095 0 -1 4202560 4230 0 0 0 8 1 0 0 20 0 15 0 95527883 10808729600 7392 33554432000 4194304 4196468 140730804638800 140260784776992 140260780573853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2232] ppid=2226 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2232/stat : 2232 (java) S 2226 2229 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95527884 10808729600 7392 33554432000 4194304 4196468 140730804638800 140260748110352 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2233] ppid=2226 vsize=10555400 memory=140469506602624 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2233/stat : 2233 (java) S 2226 2229 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95527884 10808729600 7392 33554432000 4194304 4196468 140730804638800 140260386728592 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2234] ppid=2226 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2234/stat : 2234 (java) S 2226 2229 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95527884 10808729600 7392 33554432000 4194304 4196468 140730804638800 140260385675536 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2235] ppid=2226 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2235/stat : 2235 (java) S 2226 2229 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95527884 10808729600 7392 33554432000 4194304 4196468 140730804638800 140260384622992 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2236] ppid=2226 vsize=10555400 memory=140469506602624 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2236/stat : 2236 (java) S 2226 2229 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95527885 10808729600 7392 33554432000 4194304 4196468 140730804638800 140259883985648 140260780563074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2237] ppid=2226 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2237/stat : 2237 (java) S 2226 2229 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95527886 10808729600 7392 33554432000 4194304 4196468 140730804638800 140259882931872 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2238] ppid=2226 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2238/stat : 2238 (java) S 2226 2229 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95527886 10808729600 7392 33554432000 4194304 4196468 140730804638800 140259881878768 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2239] ppid=2226 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2239/stat : 2239 (java) S 2226 2229 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95527888 10808729600 7392 33554432000 4194304 4196468 140730804638800 140259880827344 140260780570523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2240] ppid=2226 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2240/stat : 2240 (java) S 2226 2229 31095 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 95527888 10808729600 7392 33554432000 4194304 4196468 140730804638800 140259879774448 140260780563074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2241] ppid=2226 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2241/stat : 2241 (java) R 2226 2229 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95527888 10808729600 7392 33554432000 4194304 4196468 140730804638800 140259878721904 140260780563074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2242] ppid=2226 vsize=10555400 memory=140469506602624 CPUtime=0.02 cores=1,3,5,7
/proc/2229/task/2242/stat : 2242 (java) S 2226 2229 31095 0 -1 1077944384 405 0 0 0 2 0 0 0 20 0 15 0 95527888 10808729600 7392 33554432000 4194304 4196468 140730804638800 140259877668848 140260780563074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2243] ppid=2226 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2243/stat : 2243 (java) S 2226 2229 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95527889 10808729600 7392 33554432000 4194304 4196468 140730804638800 140259876616544 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2244] ppid=2226 vsize=10555400 memory=140469506602624 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2244/stat : 2244 (java) S 2226 2229 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95527889 10808729600 7392 33554432000 4194304 4196468 140730804638800 140259270585392 140260780563074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29568 KiB

[startup+0.220534 s]*
/proc/loadavg: 4.54 4.32 3.44 6/216 2244
/proc/meminfo: memFree=28272332/32770624 swapFree=67108860/67108860
[pid=2229] ppid=2226 vsize=10555400 memory=43164 CPUtime=0.37 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31095 0 -1 1077944320 8439 0 0 0 35 2 0 0 20 0 15 0 95527883 10808729600 10791 33554432000 4194304 4196468 140730804638800 140730804621344 140260780551927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
/proc/2229/statm: 2638850 10791 3006 1 0 2627263 0
[pid=2229/tid=2231] ppid=2226 vsize=10555400 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/2229/task/2231/stat : 2231 (java) R 2226 2229 31095 0 -1 4202560 4579 0 0 0 19 2 0 0 20 0 15 0 95527883 10808729600 10857 33554432000 4194304 4196468 140730804638800 140260784790704 140260780573853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2232] ppid=2226 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2232/stat : 2232 (java) S 2226 2229 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95527884 10808729600 10857 33554432000 4194304 4196468 140730804638800 140260748110352 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2233] ppid=2226 vsize=10555400 memory=140469506616836 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2233/stat : 2233 (java) S 2226 2229 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95527884 10808729600 10857 33554432000 4194304 4196468 140730804638800 140260386728592 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2234] ppid=2226 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2234/stat : 2234 (java) S 2226 2229 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95527884 10808729600 10857 33554432000 4194304 4196468 140730804638800 140260385675536 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2235] ppid=2226 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2235/stat : 2235 (java) S 2226 2229 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95527884 10808729600 10857 33554432000 4194304 4196468 140730804638800 140260384622992 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2236] ppid=2226 vsize=10555400 memory=140469506602624 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2236/stat : 2236 (java) S 2226 2229 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95527885 10808729600 10857 33554432000 4194304 4196468 140730804638800 140259883985648 140260780563074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2237] ppid=2226 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2237/stat : 2237 (java) S 2226 2229 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95527886 10808729600 10857 33554432000 4194304 4196468 140730804638800 140259882931872 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2238] ppid=2226 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2238/stat : 2238 (java) S 2226 2229 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95527886 10808729600 10857 33554432000 4194304 4196468 140730804638800 140259881878768 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2239] ppid=2226 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2239/stat : 2239 (java) S 2226 2229 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95527888 10808729600 10857 33554432000 4194304 4196468 140730804638800 140259880827344 140260780570523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2240] ppid=2226 vsize=10555400 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2229/task/2240/stat : 2240 (java) R 2226 2229 31095 0 -1 4202560 1048 0 0 0 4 0 0 0 20 0 15 0 95527888 10808729600 10857 33554432000 4194304 4196468 140730804638800 140259879758776 140260765677322 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2241] ppid=2226 vsize=10555400 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/2229/task/2241/stat : 2241 (java) R 2226 2229 31095 0 -1 4202560 625 0 0 0 3 0 0 0 20 0 15 0 95527888 10808729600 10857 33554432000 4194304 4196468 140730804638800 140259878713320 140260765433648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2242] ppid=2226 vsize=10555400 memory=140469506602624 CPUtime=0.07 cores=1,3,5,7
/proc/2229/task/2242/stat : 2242 (java) R 2226 2229 31095 0 -1 4202560 886 0 0 0 7 0 0 0 20 0 15 0 95527888 10808729600 10857 33554432000 4194304 4196468 140730804638800 140259877667416 140260759346208 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2243] ppid=2226 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2243/stat : 2243 (java) S 2226 2229 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95527889 10808729600 10857 33554432000 4194304 4196468 140730804638800 140259876616544 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2244] ppid=2226 vsize=10555400 memory=140469506602624 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2244/stat : 2244 (java) S 2226 2229 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95527889 10808729600 10857 33554432000 4194304 4196468 140730804638800 140259270585392 140260780563074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 43164 KiB

[startup+0.312189 s]*
/proc/loadavg: 4.54 4.32 3.44 4/216 2244
/proc/meminfo: memFree=28261852/32770624 swapFree=67108860/67108860
[pid=2229] ppid=2226 vsize=10555476 memory=51516 CPUtime=0.64 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31095 0 -1 1077944320 10079 0 0 0 61 3 0 0 20 0 15 0 95527883 10808807424 12879 33554432000 4194304 4196468 140730804638800 140730804621344 140260780551927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
/proc/2229/statm: 2638869 12879 3058 1 0 2627263 0
[pid=2229/tid=2231] ppid=2226 vsize=10555476 memory=7721456973991064115 CPUtime=0.3 cores=1,3,5,7
/proc/2229/task/2231/stat : 2231 (java) R 2226 2229 31095 0 -1 4202560 5214 0 0 0 28 2 0 0 20 0 15 0 95527883 10808807424 12879 33554432000 4194304 4196468 140730804638800 140260784787152 140260764632414 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2232] ppid=2226 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2232/stat : 2232 (java) S 2226 2229 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95527884 10808807424 12879 33554432000 4194304 4196468 140730804638800 140260748110352 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2233] ppid=2226 vsize=10555476 memory=140469506653728 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2233/stat : 2233 (java) S 2226 2229 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95527884 10808807424 12879 33554432000 4194304 4196468 140730804638800 140260386728592 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2234] ppid=2226 vsize=10555476 memory=53476 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2234/stat : 2234 (java) S 2226 2229 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95527884 10808807424 12879 33554432000 4194304 4196468 140730804638800 140260385675536 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2235] ppid=2226 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2235/stat : 2235 (java) S 2226 2229 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95527884 10808807424 12879 33554432000 4194304 4196468 140730804638800 140260384622992 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2236] ppid=2226 vsize=10555476 memory=140469506660640 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2236/stat : 2236 (java) S 2226 2229 31095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95527885 10808807424 12879 33554432000 4194304 4196468 140730804638800 140259883985648 140260780563074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2237] ppid=2226 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2237/stat : 2237 (java) S 2226 2229 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95527886 10808807424 12879 33554432000 4194304 4196468 140730804638800 140259882931872 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2238] ppid=2226 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2238/stat : 2238 (java) S 2226 2229 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95527886 10808807424 12879 33554432000 4194304 4196468 140730804638800 140259881878768 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2239] ppid=2226 vsize=10555476 memory=64964 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2239/stat : 2239 (java) S 2226 2229 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95527888 10808807424 12879 33554432000 4194304 4196468 140730804638800 140259880827344 140260780570523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2240] ppid=2226 vsize=10555476 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2229/task/2240/stat : 2240 (java) S 2226 2229 31095 0 -1 1077944384 1212 0 0 0 10 0 0 0 20 0 15 0 95527888 10808807424 12879 33554432000 4194304 4196468 140730804638800 140259879774448 140260780563074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2241] ppid=2226 vsize=10555476 memory=140469388561871 CPUtime=0.1 cores=1,3,5,7
/proc/2229/task/2241/stat : 2241 (java) S 2226 2229 31095 0 -1 1077944384 1131 0 0 0 10 0 0 0 20 0 15 0 95527888 10808807424 12879 33554432000 4194304 4196468 140730804638800 140259878721904 140260780563074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2242] ppid=2226 vsize=10555476 memory=140469506604699 CPUtime=0.13 cores=1,3,5,7
/proc/2229/task/2242/stat : 2242 (java) S 2226 2229 31095 0 -1 1077944384 1163 0 0 0 13 0 0 0 20 0 15 0 95527888 10808807424 12879 33554432000 4194304 4196468 140730804638800 140259877668848 140260780563074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2243] ppid=2226 vsize=10555476 memory=140469388585551 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2243/stat : 2243 (java) S 2226 2229 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95527889 10808807424 12879 33554432000 4194304 4196468 140730804638800 140259876616544 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2244] ppid=2226 vsize=10555476 memory=280938895185856 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2244/stat : 2244 (java) S 2226 2229 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95527889 10808807424 12879 33554432000 4194304 4196468 140730804638800 140259270585392 140260780563074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 51516 KiB

[startup+0.700772 s]
/proc/loadavg: 4.54 4.32 3.44 6/216 2244
/proc/meminfo: memFree=28233804/32770624 swapFree=67108860/67108860
[pid=2229] ppid=2226 vsize=10555476 memory=195916 CPUtime=1.89 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31095 0 -1 1077944320 11560 0 0 0 182 7 0 0 20 0 15 0 95527883 10808807424 48979 33554432000 4194304 4196468 140730804638800 140730804621344 140260780551927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
/proc/2229/statm: 2638869 48979 3111 1 0 2627263 0
[pid=2229/tid=2231] ppid=2226 vsize=10555476 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/2229/task/2231/stat : 2231 (java) R 2226 2229 31095 0 -1 4202560 5513 0 0 0 63 3 0 0 20 0 15 0 95527883 10808807424 48979 33554432000 4194304 4196468 140730804638800 140260784780416 140260763010554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2232] ppid=2226 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2232/stat : 2232 (java) S 2226 2229 31095 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 95527884 10808807424 48979 33554432000 4194304 4196468 140730804638800 140260748110352 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2233] ppid=2226 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2233/stat : 2233 (java) S 2226 2229 31095 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 95527884 10808807424 48979 33554432000 4194304 4196468 140730804638800 140260386728592 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2234] ppid=2226 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2234/stat : 2234 (java) S 2226 2229 31095 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 95527884 10808807424 48979 33554432000 4194304 4196468 140730804638800 140260385675536 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2235] ppid=2226 vsize=10555476 memory=8319106358720411445 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2235/stat : 2235 (java) S 2226 2229 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 95527884 10808807424 48979 33554432000 4194304 4196468 140730804638800 140260384622992 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2236] ppid=2226 vsize=10555476 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2236/stat : 2236 (java) S 2226 2229 31095 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95527885 10808807424 48979 33554432000 4194304 4196468 140730804638800 140259883985648 140260780563074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2237] ppid=2226 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2237/stat : 2237 (java) S 2226 2229 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95527886 10808807424 48979 33554432000 4194304 4196468 140730804638800 140259882931872 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2238] ppid=2226 vsize=10555476 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2238/stat : 2238 (java) S 2226 2229 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95527886 10808807424 48979 33554432000 4194304 4196468 140730804638800 140259881878768 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2239] ppid=2226 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2239/stat : 2239 (java) S 2226 2229 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95527888 10808807424 48979 33554432000 4194304 4196468 140730804638800 140259880827344 140260780570523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2240] ppid=2226 vsize=10555476 memory=2244 CPUtime=0.4 cores=1,3,5,7
/proc/2229/task/2240/stat : 2240 (java) R 2226 2229 31095 0 -1 4202560 1647 0 0 0 40 0 0 0 20 0 15 0 95527888 10808807424 48979 33554432000 4194304 4196468 140730804638800 140259879761296 140260764046166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2241] ppid=2226 vsize=10555476 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/2229/task/2241/stat : 2241 (java) R 2226 2229 31095 0 -1 4202560 1248 0 0 0 39 0 0 0 20 0 15 0 95527888 10808807424 48979 33554432000 4194304 4196468 140730804638800 140259878708976 140260761253435 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2242] ppid=2226 vsize=10555476 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/2229/task/2242/stat : 2242 (java) S 2226 2229 31095 0 -1 1077944384 1636 0 0 0 34 0 0 0 20 0 15 0 95527888 10808807424 48979 33554432000 4194304 4196468 140730804638800 140259877668848 140260780563074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2243] ppid=2226 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2243/stat : 2243 (java) S 2226 2229 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95527889 10808807424 48979 33554432000 4194304 4196468 140730804638800 140259876616544 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2244] ppid=2226 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2244/stat : 2244 (java) S 2226 2229 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95527889 10808807424 48979 33554432000 4194304 4196468 140730804638800 140259270585392 140260780563074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 195916 KiB

[startup+1.50158 s]
/proc/loadavg: 4.54 4.32 3.44 5/216 2244
/proc/meminfo: memFree=28068744/32770624 swapFree=67108860/67108860
[pid=2229] ppid=2226 vsize=10555476 memory=428604 CPUtime=4.44 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31095 0 -1 1077944320 19191 0 0 0 428 16 0 0 20 0 15 0 95527883 10808807424 107151 33554432000 4194304 4196468 140730804638800 140730804621344 140260780551927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
/proc/2229/statm: 2638869 107151 3120 1 0 2627263 0
[pid=2229/tid=2231] ppid=2226 vsize=10555476 memory=280938777411392 CPUtime=1.35 cores=1,3,5,7
/proc/2229/task/2231/stat : 2231 (java) R 2226 2229 31095 0 -1 4202560 5578 0 0 0 129 6 0 0 20 0 15 0 95527883 10808807424 107151 33554432000 4194304 4196468 140730804638800 140260784787496 140260421471900 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2232] ppid=2226 vsize=10555476 memory=140469388580080 CPUtime=0.08 cores=1,3,5,7
/proc/2229/task/2232/stat : 2232 (java) S 2226 2229 31095 0 -1 1077944384 46 0 0 0 7 1 0 0 20 0 15 0 95527884 10808807424 107151 33554432000 4194304 4196468 140730804638800 140260748110352 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2233] ppid=2226 vsize=10555476 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2229/task/2233/stat : 2233 (java) S 2226 2229 31095 0 -1 1077944384 60 0 0 0 10 2 0 0 20 0 15 0 95527884 10808807424 107151 33554432000 4194304 4196468 140730804638800 140260386728592 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2234] ppid=2226 vsize=10555476 memory=280938777424608 CPUtime=0.06 cores=1,3,5,7
/proc/2229/task/2234/stat : 2234 (java) S 2226 2229 31095 0 -1 1077944384 44 0 0 0 5 1 0 0 20 0 15 0 95527884 10808807424 107151 33554432000 4194304 4196468 140730804638800 140260385675536 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2235] ppid=2226 vsize=10555476 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/2229/task/2235/stat : 2235 (java) S 2226 2229 31095 0 -1 1077944384 42 0 0 0 4 1 0 0 20 0 15 0 95527884 10808807424 107151 33554432000 4194304 4196468 140730804638800 140260384622992 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2236] ppid=2226 vsize=10555476 memory=-7880843606118635149 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2236/stat : 2236 (java) S 2226 2229 31095 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 95527885 10808807424 107151 33554432000 4194304 4196468 140730804638800 140259883985648 140260780563074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0

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

/proc/2229/task/2231/stat : 2231 (java) S 2226 2229 31095 0 -1 1077944384 20475 0 0 0 1325 11 0 0 20 0 16 0 95527883 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260784792608 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2232] ppid=2226 vsize=10688604 memory=1228 CPUtime=149.02 cores=1,3,5,7
/proc/2229/task/2232/stat : 2232 (java) R 2226 2229 31095 0 -1 4202560 69706 0 0 0 14745 157 0 0 20 0 16 0 95527884 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260748110472 140260773180135 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2233] ppid=2226 vsize=10688604 memory=8112282956445269571 CPUtime=148.69 cores=1,3,5,7
/proc/2229/task/2233/stat : 2233 (java) R 2226 2229 31095 0 -1 4202560 151760 0 0 0 14699 170 0 0 20 0 16 0 95527884 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260386728792 140260765541485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2234] ppid=2226 vsize=10688604 memory=1728 CPUtime=148.57 cores=1,3,5,7
/proc/2229/task/2234/stat : 2234 (java) R 2226 2229 31095 0 -1 4202560 59160 0 0 0 14693 164 0 0 20 0 16 0 95527884 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260385675344 140260773180135 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2235] ppid=2226 vsize=10688604 memory=1716 CPUtime=148.83 cores=1,3,5,7
/proc/2229/task/2235/stat : 2235 (java) S 2226 2229 31095 0 -1 1077944384 143896 0 0 0 14704 179 0 0 20 0 16 0 95527884 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260384622800 140260780563074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2236] ppid=2226 vsize=10688604 memory=796 CPUtime=17.4 cores=1,3,5,7
/proc/2229/task/2236/stat : 2236 (java) S 2226 2229 31095 0 -1 1077944384 39295 0 0 0 1738 2 0 0 20 0 16 0 95527885 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259883984192 140260780562133 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2237] ppid=2226 vsize=10688604 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2237/stat : 2237 (java) S 2226 2229 31095 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 95527886 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259882931936 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2238] ppid=2226 vsize=10688604 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2238/stat : 2238 (java) S 2226 2229 31095 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 95527886 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259881878784 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2239] ppid=2226 vsize=10688604 memory=8552 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2239/stat : 2239 (java) S 2226 2229 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95527888 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259880827344 140260780570523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2240] ppid=2226 vsize=10688604 memory=5516 CPUtime=1.51 cores=1,3,5,7
/proc/2229/task/2240/stat : 2240 (java) S 2226 2229 31095 0 -1 1077944384 8204 0 0 0 150 1 0 0 20 0 16 0 95527888 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259879774496 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2241] ppid=2226 vsize=10688604 memory=8353996 CPUtime=1.78 cores=1,3,5,7
/proc/2229/task/2241/stat : 2241 (java) S 2226 2229 31095 0 -1 1077944384 10529 0 0 0 177 1 0 0 20 0 16 0 95527888 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259878721664 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2242] ppid=2226 vsize=10688604 memory=4140 CPUtime=0.44 cores=1,3,5,7
/proc/2229/task/2242/stat : 2242 (java) S 2226 2229 31095 0 -1 1077944384 4424 0 0 0 43 1 0 0 20 0 16 0 95527888 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259877668896 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2243] ppid=2226 vsize=10688604 memory=27620 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2243/stat : 2243 (java) S 2226 2229 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95527889 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259876616544 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2244] ppid=2226 vsize=10688604 memory=1296 CPUtime=0.12 cores=1,3,5,7
/proc/2229/task/2244/stat : 2244 (java) S 2226 2229 31095 0 -1 1077944384 1049 0 0 0 6 6 0 0 20 0 16 0 95527889 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259270585392 140260780563074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2248] ppid=2226 vsize=10688604 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2248/stat : 2248 (java) S 2226 2229 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95545544 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259269528928 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
Current children cumulated CPU time: 629.8 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8353996 KiB

[startup+184.001 s]*
/proc/loadavg: 4.15 4.19 3.54 6/217 2250
/proc/meminfo: memFree=19910520/32770624 swapFree=67108860/67108860
[pid=2229] ppid=2226 vsize=10688604 memory=8353996 CPUtime=636.02 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31095 0 -1 1077944320 509971 0 0 0 62910 692 0 0 20 0 16 0 95527883 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140730804621344 140260780551927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
/proc/2229/statm: 2672151 2088499 3163 1 0 2660545 0
[pid=2229/tid=2231] ppid=2226 vsize=10688604 memory=6935054825532540783 CPUtime=13.36 cores=1,3,5,7
/proc/2229/task/2231/stat : 2231 (java) S 2226 2229 31095 0 -1 1077944384 20475 0 0 0 1325 11 0 0 20 0 16 0 95527883 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260784792608 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2232] ppid=2226 vsize=10688604 memory=4126316290023845779 CPUtime=150.54 cores=1,3,5,7
/proc/2229/task/2232/stat : 2232 (java) R 2226 2229 31095 0 -1 4202560 69706 0 0 0 14897 157 0 0 20 0 16 0 95527884 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260748110472 140260773180135 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2233] ppid=2226 vsize=10688604 memory=8552 CPUtime=150.3 cores=1,3,5,7
/proc/2229/task/2233/stat : 2233 (java) R 2226 2229 31095 0 -1 4202560 151760 0 0 0 14860 170 0 0 20 0 16 0 95527884 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260386728792 140260765548331 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2234] ppid=2226 vsize=10688604 memory=5516 CPUtime=150.13 cores=1,3,5,7
/proc/2229/task/2234/stat : 2234 (java) R 2226 2229 31095 0 -1 4202560 59160 0 0 0 14848 165 0 0 20 0 16 0 95527884 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260385675344 140260773180135 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2235] ppid=2226 vsize=10688604 memory=4616 CPUtime=150.39 cores=1,3,5,7
/proc/2229/task/2235/stat : 2235 (java) R 2226 2229 31095 0 -1 4202560 143896 0 0 0 14859 180 0 0 20 0 16 0 95527884 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260384623112 140260773180135 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2236] ppid=2226 vsize=10688604 memory=1008 CPUtime=17.4 cores=1,3,5,7
/proc/2229/task/2236/stat : 2236 (java) S 2226 2229 31095 0 -1 1077944384 39295 0 0 0 1738 2 0 0 20 0 16 0 95527885 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259883984192 140260780562133 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2237] ppid=2226 vsize=10688604 memory=11008 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2237/stat : 2237 (java) S 2226 2229 31095 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 95527886 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259882931936 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2238] ppid=2226 vsize=10688604 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2238/stat : 2238 (java) S 2226 2229 31095 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 95527886 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259881878784 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2239] ppid=2226 vsize=10688604 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2239/stat : 2239 (java) S 2226 2229 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95527888 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259880827344 140260780570523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2240] ppid=2226 vsize=10688604 memory=4128 CPUtime=1.51 cores=1,3,5,7
/proc/2229/task/2240/stat : 2240 (java) S 2226 2229 31095 0 -1 1077944384 8204 0 0 0 150 1 0 0 20 0 16 0 95527888 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259879774496 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2241] ppid=2226 vsize=10688604 memory=4096 CPUtime=1.78 cores=1,3,5,7
/proc/2229/task/2241/stat : 2241 (java) S 2226 2229 31095 0 -1 1077944384 10529 0 0 0 177 1 0 0 20 0 16 0 95527888 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259878721664 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2242] ppid=2226 vsize=10688604 memory=1160 CPUtime=0.44 cores=1,3,5,7
/proc/2229/task/2242/stat : 2242 (java) S 2226 2229 31095 0 -1 1077944384 4424 0 0 0 43 1 0 0 20 0 16 0 95527888 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259877668896 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2243] ppid=2226 vsize=10688604 memory=3028 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2243/stat : 2243 (java) S 2226 2229 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95527889 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259876616544 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2244] ppid=2226 vsize=10688604 memory=8353996 CPUtime=0.12 cores=1,3,5,7
/proc/2229/task/2244/stat : 2244 (java) S 2226 2229 31095 0 -1 1077944384 1049 0 0 0 6 6 0 0 20 0 16 0 95527889 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259270585392 140260780563074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2248] ppid=2226 vsize=10688604 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2248/stat : 2248 (java) S 2226 2229 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95545544 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259269528928 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
Current children cumulated CPU time: 636.02 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8353996 KiB

[startup+184.801 s]
/proc/loadavg: 4.15 4.19 3.54 6/217 2250
/proc/meminfo: memFree=19910520/32770624 swapFree=67108860/67108860
[pid=2229] ppid=2226 vsize=10688604 memory=8353996 CPUtime=639.09 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31095 0 -1 1077944320 509971 0 0 0 63216 693 0 0 20 0 16 0 95527883 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140730804621344 140260780551927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
/proc/2229/statm: 2672151 2088499 3163 1 0 2660545 0
[pid=2229/tid=2231] ppid=2226 vsize=10688604 memory=425468 CPUtime=13.36 cores=1,3,5,7
/proc/2229/task/2231/stat : 2231 (java) S 2226 2229 31095 0 -1 1077944384 20475 0 0 0 1325 11 0 0 20 0 16 0 95527883 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260784792608 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2232] ppid=2226 vsize=10688604 memory=4128 CPUtime=151.3 cores=1,3,5,7
/proc/2229/task/2232/stat : 2232 (java) R 2226 2229 31095 0 -1 4202560 69706 0 0 0 14972 158 0 0 20 0 16 0 95527884 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260748110472 140260773180135 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2233] ppid=2226 vsize=10688604 memory=8112282956445269571 CPUtime=151.09 cores=1,3,5,7
/proc/2229/task/2233/stat : 2233 (java) R 2226 2229 31095 0 -1 4202560 151760 0 0 0 14939 170 0 0 20 0 16 0 95527884 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260386728792 140260765548272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2234] ppid=2226 vsize=10688604 memory=8552 CPUtime=150.88 cores=1,3,5,7
/proc/2229/task/2234/stat : 2234 (java) R 2226 2229 31095 0 -1 4202560 59160 0 0 0 14923 165 0 0 20 0 16 0 95527884 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260385675344 140260773180135 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2235] ppid=2226 vsize=10688604 memory=5516 CPUtime=151.14 cores=1,3,5,7
/proc/2229/task/2235/stat : 2235 (java) R 2226 2229 31095 0 -1 4202560 143896 0 0 0 14934 180 0 0 20 0 16 0 95527884 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260384622800 140260773180135 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2236] ppid=2226 vsize=10688604 memory=4616 CPUtime=17.4 cores=1,3,5,7
/proc/2229/task/2236/stat : 2236 (java) S 2226 2229 31095 0 -1 1077944384 39295 0 0 0 1738 2 0 0 20 0 16 0 95527885 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259883984192 140260780562133 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2237] ppid=2226 vsize=10688604 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2237/stat : 2237 (java) S 2226 2229 31095 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 95527886 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259882931936 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2238] ppid=2226 vsize=10688604 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2238/stat : 2238 (java) S 2226 2229 31095 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 95527886 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259881878784 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2239] ppid=2226 vsize=10688604 memory=15484 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2239/stat : 2239 (java) S 2226 2229 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95527888 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259880827344 140260780570523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2240] ppid=2226 vsize=10688604 memory=4048 CPUtime=1.51 cores=1,3,5,7
/proc/2229/task/2240/stat : 2240 (java) S 2226 2229 31095 0 -1 1077944384 8204 0 0 0 150 1 0 0 20 0 16 0 95527888 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259879774496 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2241] ppid=2226 vsize=10688604 memory=8353996 CPUtime=1.78 cores=1,3,5,7
/proc/2229/task/2241/stat : 2241 (java) S 2226 2229 31095 0 -1 1077944384 10529 0 0 0 177 1 0 0 20 0 16 0 95527888 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259878721664 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2242] ppid=2226 vsize=10688604 memory=840 CPUtime=0.44 cores=1,3,5,7
/proc/2229/task/2242/stat : 2242 (java) S 2226 2229 31095 0 -1 1077944384 4424 0 0 0 43 1 0 0 20 0 16 0 95527888 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259877668896 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2243] ppid=2226 vsize=10688604 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2243/stat : 2243 (java) S 2226 2229 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95527889 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259876616544 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2244] ppid=2226 vsize=10688604 memory=916 CPUtime=0.12 cores=1,3,5,7
/proc/2229/task/2244/stat : 2244 (java) S 2226 2229 31095 0 -1 1077944384 1049 0 0 0 6 6 0 0 20 0 16 0 95527889 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259270585392 140260780563074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2248] ppid=2226 vsize=10688604 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2248/stat : 2248 (java) S 2226 2229 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95545544 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259269528928 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
Current children cumulated CPU time: 639.09 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8353996 KiB

[startup+185.601 s]
/proc/loadavg: 4.15 4.19 3.54 6/217 2250
/proc/meminfo: memFree=19910520/32770624 swapFree=67108860/67108860
[pid=2229] ppid=2226 vsize=10688604 memory=8353996 CPUtime=641.37 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31095 0 -1 1077944320 510131 0 0 0 63443 694 0 0 20 0 16 0 95527883 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140730804621344 140260780551927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
/proc/2229/statm: 2672151 2088499 3163 1 0 2660545 0
[pid=2229/tid=2231] ppid=2226 vsize=10688604 memory=2880 CPUtime=13.36 cores=1,3,5,7
/proc/2229/task/2231/stat : 2231 (java) S 2226 2229 31095 0 -1 1077944384 20475 0 0 0 1325 11 0 0 20 0 16 0 95527883 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260784792608 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2232] ppid=2226 vsize=10688604 memory=8112282956445269571 CPUtime=151.78 cores=1,3,5,7
/proc/2229/task/2232/stat : 2232 (java) S 2226 2229 31095 0 -1 1077944384 69706 0 0 0 15020 158 0 0 20 0 16 0 95527884 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260748110352 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2233] ppid=2226 vsize=10688604 memory=6944656575208382560 CPUtime=151.61 cores=1,3,5,7
/proc/2229/task/2233/stat : 2233 (java) S 2226 2229 31095 0 -1 1077944384 151920 0 0 0 14991 170 0 0 20 0 16 0 95527884 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260386728592 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2234] ppid=2226 vsize=10688604 memory=6944656425122961013 CPUtime=151.38 cores=1,3,5,7
/proc/2229/task/2234/stat : 2234 (java) S 2226 2229 31095 0 -1 1077944384 59160 0 0 0 14973 165 0 0 20 0 16 0 95527884 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260385675536 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2235] ppid=2226 vsize=10688604 memory=8112282956445269571 CPUtime=151.65 cores=1,3,5,7
/proc/2229/task/2235/stat : 2235 (java) S 2226 2229 31095 0 -1 1077944384 143896 0 0 0 14984 181 0 0 20 0 16 0 95527884 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140260384622992 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2236] ppid=2226 vsize=10688604 memory=16448 CPUtime=17.68 cores=1,3,5,7
/proc/2229/task/2236/stat : 2236 (java) R 2226 2229 31095 0 -1 4202560 39295 0 0 0 1766 2 0 0 20 0 16 0 95527885 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259883984192 140260765548480 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2237] ppid=2226 vsize=10688604 memory=15484 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2237/stat : 2237 (java) S 2226 2229 31095 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 95527886 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259882931936 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2238] ppid=2226 vsize=10688604 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2238/stat : 2238 (java) S 2226 2229 31095 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 95527886 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259881878784 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2239] ppid=2226 vsize=10688604 memory=8353996 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2239/stat : 2239 (java) S 2226 2229 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95527888 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259880827344 140260780570523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2240] ppid=2226 vsize=10688604 memory=2552 CPUtime=1.51 cores=1,3,5,7
/proc/2229/task/2240/stat : 2240 (java) S 2226 2229 31095 0 -1 1077944384 8204 0 0 0 150 1 0 0 20 0 16 0 95527888 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259879774496 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2241] ppid=2226 vsize=10688604 memory=2880 CPUtime=1.78 cores=1,3,5,7
/proc/2229/task/2241/stat : 2241 (java) S 2226 2229 31095 0 -1 1077944384 10529 0 0 0 177 1 0 0 20 0 16 0 95527888 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259878721664 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2242] ppid=2226 vsize=10688604 memory=1580 CPUtime=0.44 cores=1,3,5,7
/proc/2229/task/2242/stat : 2242 (java) S 2226 2229 31095 0 -1 1077944384 4424 0 0 0 43 1 0 0 20 0 16 0 95527888 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259877668896 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2243] ppid=2226 vsize=10688604 memory=27620 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2243/stat : 2243 (java) S 2226 2229 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95527889 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259876616544 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2244] ppid=2226 vsize=10688604 memory=1296 CPUtime=0.12 cores=1,3,5,7
/proc/2229/task/2244/stat : 2244 (java) S 2226 2229 31095 0 -1 1077944384 1049 0 0 0 6 6 0 0 20 0 16 0 95527889 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259270585392 140260780563074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
[pid=2229/tid=2248] ppid=2226 vsize=10688604 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2248/stat : 2248 (java) S 2226 2229 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95545544 10945130496 2088499 33554432000 4194304 4196468 140730804638800 140259269528928 140260780562133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13238272 140730804647046 140730804647199 140730804647199 140730804649935 0
Current children cumulated CPU time: 641.37 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8353996 KiB

[startup+186.001 s]*
/proc/loadavg: 4.15 4.19 3.54 3/203 2250
/proc/meminfo: memFree=28182652/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 186.01
CPU time (s): 641.791
CPU user time (s): 634.797
CPU system time (s): 6.99483
CPU usage (%): 345.03
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8354000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 634.797
system time used= 6.99483
maximum resident set size= 8354212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 510442
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14793
involuntary context switches= 7732


# summary of solver processes directly reported to runsolver:
#   pid: 2229
#   total CPU time (s): 641.791
#   total CPU user time (s): 634.797
#   total CPU system time (s): 6.99483

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.05082 second user time and 1.94469 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 13:25:41
IDJOB=4263202
IDBENCH=124430
IDSOLVER=2651
FILE ID=node104/4263202-1502624400
RUNJOBID= node104-1502619271-1477
PBS_JOBID= 20628300
Free space on /tmp= 61864 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Vrp/Vrp-zinc-s1/Vrp-A-n60-k9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263202-1502624400/watcher-4263202-1502624400 -o /tmp/evaluation-result-4263202-1502624400/solver-4263202-1502624400 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1477 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263202-1502624400.xml

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

MD5SUM BENCH= 204525c81941dcb64589d695195e220f
RANDOM SEED=912627319

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28301924 kB
MemAvailable:   31607408 kB
Buffers:          148684 kB
Cached:          3439524 kB
SwapCached:            0 kB
Active:           716004 kB
Inactive:        3303128 kB
Active(anon):     434348 kB
Inactive(anon):    25024 kB
Active(file):     281656 kB
Inactive(file):  3278104 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2000 kB
Writeback:             0 kB
AnonPages:        542672 kB
Mapped:            55044 kB
Shmem:             25228 kB
Slab:             148672 kB
SReclaimable:     123120 kB
SUnreclaim:        25552 kB
KernelStack:        3856 kB
PageTables:         5868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1051956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    466944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61860 MiB
End job on node104 at 2017-08-13 13:28:48