Trace number 4244014

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 NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? 673.43 144.003

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-30.xml
MD5SUM342946d6497bc5c3a3caf7e92c124315
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1335
Number of constraints555
Number of domains2
Minimum domain size30
Maximum domain size435
Distribution of domain sizes[{"size":30,"count":900},{"size":435,"count":435}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":450},{"degree":4,"count":885}]
Minimum constraint arity1
Maximum constraint arity435
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":15},{"arity":3,"count":435},{"arity":15,"count":29},{"arity":30,"count":30},{"arity":58,"count":15},{"arity":60,"count":15},{"arity":435,"count":1}]
Number of extensional constraints435
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":435},{"type":"intension","count":30},{"type":"allDifferent","count":31},{"type":"count","count":29},{"type":"cardinality","count":30}]
Optimization problemNO
Type of objective

Solver Data

673.32/143.75	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
673.32/143.75		at org.sat4j.core.Vec.ensure(Vec.java:176)
673.32/143.75		at org.sat4j.core.Vec.push(Vec.java:183)
673.32/143.75		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1967)
673.32/143.75		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
673.32/143.75		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
673.32/143.75		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
673.32/143.75		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
673.32/143.75		at org.sat4j.csp.constraints3.ComparisonCtrBuilder.buildCtrAllDifferent(ComparisonCtrBuilder.java:54)
673.32/143.75		at org.sat4j.reader.XMLCSP3Reader.buildCtrAllDifferent(XMLCSP3Reader.java:436)
673.32/143.75		at org.xcsp.parser.loaders.CtrLoaderInteger.allDifferent(CtrLoaderInteger.java:433)
673.32/143.75		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:139)
673.32/143.75		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
673.32/143.75		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
673.32/143.75		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
673.32/143.75		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
673.32/143.75		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
673.32/143.75		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
673.32/143.75		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
673.32/143.75		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
673.32/143.75		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
673.32/143.75		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
673.37/143.95	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
673.37/143.95	c This is free software under the dual EPL/GNU LGPL licenses.
673.37/143.95	c See www.sat4j.org for details.
673.37/143.95	c That software uses the Rhino library from the Mozilla project.
673.37/143.95	c version CUSTOM.v20170705
673.37/143.95	c java.runtime.name	Java(TM) SE Runtime Environment
673.37/143.95	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
673.37/143.95	c java.vm.version	25.131-b11
673.37/143.95	c java.vm.vendor	Oracle Corporation
673.37/143.95	c sun.arch.data.model	64
673.37/143.95	c java.version		1.8.0_131
673.37/143.95	c os.name		Linux
673.37/143.95	c os.version		3.10.0-514.16.1.el7.x86_64
673.37/143.95	c os.arch		amd64
673.37/143.95	c Free memory 		499604488
673.37/143.95	c Max memory 		7247757312
673.37/143.95	c Total memory 		504889344
673.37/143.95	c Number of processors 	8
673.37/143.95	c c --- Begin Solver configuration ---
673.37/143.95	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
673.37/143.95	c Learn all clauses as in MiniSAT
673.37/143.95	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
673.37/143.95	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
673.37/143.95	c No reason simplification
673.37/143.95	c Glucose 2.1 dynamic restart strategy
673.37/143.95	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
673.37/143.95	c timeout=2147483s
673.37/143.95	c DB Simplification allowed=false
673.37/143.95	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
673.37/143.95	c --- End Solver configuration ---
673.37/143.95	c starts		: 0
673.37/143.95	c conflicts		: 0
673.37/143.95	c decisions		: 0
673.37/143.95	c propagations		: 0
673.37/143.95	c inspects		: 0
673.37/143.95	c shortcuts		: 0
673.37/143.95	c learnt literals	: 0
673.37/143.95	c learnt binary clauses	: 0
673.37/143.95	c learnt ternary clauses	: 0
673.37/143.95	c learnt constraints	: 0
673.37/143.95	c ignored constraints	: 0
673.37/143.95	c root simplifications	: 0
673.37/143.96	c removed literals (reason simplification)	: 0
673.37/143.96	c reason swapping (by a shorter reason)	: 0
673.37/143.96	c Calls to reduceDB	: 0
673.37/143.96	c Number of update (reduction) of LBD	: 0
673.37/143.96	c Imported unit clauses	: 0
673.37/143.96	c number of reductions to clauses (during analyze)	: 0
673.37/143.96	c number of learned constraints concerned by reduction	: 0
673.37/143.96	c number of learning phase by resolution	: 0
673.37/143.96	c number of learning phase by cutting planes	: 0
673.37/143.96	c number of rounding to 1 operations	: 0
673.37/143.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
673.37/143.96	c number of reductions of the coefficients by power 2 	: 0
673.37/143.96	c number of right shift for reduction by power 2 	: 0
673.37/143.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
673.37/143.96	c speed (assignments/second)	: 0.0
673.37/143.96	c non guided choices	0
673.37/143.96	c learnt constraints type 
673.37/143.96	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244014-1500679128/watcher-4244014-1500679128 -o /tmp/evaluation-result-4244014-1500679128/solver-4244014-1500679128 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500673363-13447 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244014-1500679128.xml 

pid=15220
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.03 2.06 2/262 15223
/proc/meminfo: memFree=30256476/32770624 swapFree=5824/208056
[pid=15223] ppid=15220 vsize=8356940 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/stat : 15223 (java) S 15220 15223 9820 0 -1 1077944320 2251 0 0 0 0 0 0 0 20 0 9 0 3178016 8557506560 1998 33554432000 4194304 4196468 140733666868736 140733666851280 140178370629367 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
/proc/15223/statm: 2089235 1998 1208 1 0 2078146 0
[pid=15223/tid=15224] ppid=15220 vsize=8357968 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15224/stat : 15224 (java) R 15220 15223 9820 0 -1 4202560 949 0 0 0 0 0 0 0 20 0 10 0 3178017 8558559232 1998 33554432000 4194304 4196468 140733666868736 140178374870736 140178362945872 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15225] ppid=15220 vsize=8522224 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15225/stat : 15225 (java) D 15220 15223 9820 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3178018 8726757376 1998 33554432000 4194304 4196468 140733666868736 140177977042696 140178363346330 0 4 0 16784584 18446744071582151463 0 0 -1 10 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15226] ppid=15220 vsize=8849904 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15226/stat : 15226 (java) D 15220 15223 9820 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3178018 9062301696 1998 33554432000 4194304 4196468 140733666868736 140177975990896 140178363423440 0 4 0 16784584 18446744071582151416 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15227] ppid=15220 vsize=8816720 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15227/stat : 15227 (java) R 15220 15223 9820 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 10 0 3178018 9028321280 1998 33554432000 4194304 4196468 140733666868736 140177974937656 140178370655780 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15228] ppid=15220 vsize=8816720 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15228/stat : 15228 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3178018 9028321280 1998 33554432000 4194304 4196468 140733666868736 140177973885208 140178370639573 0 4 0 16784584 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15229] ppid=15220 vsize=9065552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15229/stat : 15229 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3178018 9283125248 2027 33554432000 4194304 4196468 140733666868736 140177972833040 140178370639573 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15230] ppid=15220 vsize=9147248 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15230/stat : 15230 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3178018 9366781952 2027 33554432000 4194304 4196468 140733666868736 140177971780496 140178370639573 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15231] ppid=15220 vsize=10204016 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15231/stat : 15231 (java) S 15220 15223 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3178018 10448912384 2027 33554432000 4194304 4196468 140733666868736 140177970727952 140178370639573 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15232] ppid=15220 vsize=10204016 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15232/stat : 15232 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3178018 10448912384 2027 33554432000 4194304 4196468 140733666868736 140177969675408 140178370639573 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0

[startup+0.100102 s]
/proc/loadavg: 2.01 2.03 2.06 2/262 15223
/proc/meminfo: memFree=30256476/32770624 swapFree=5824/208056
[pid=15223] ppid=15220 vsize=10900456 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15223/stat : 15223 (java) S 15220 15223 9820 0 -1 1077944320 4903 0 0 0 8 1 0 0 20 0 20 0 3178016 11162066944 5485 33554432000 4194304 4196468 140733666868736 140733666851280 140178370629367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
/proc/15223/statm: 2725114 5485 2628 1 0 2713552 0
[pid=15223/tid=15224] ppid=15220 vsize=10900456 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15224/stat : 15224 (java) R 15220 15223 9820 0 -1 4202560 2968 0 0 0 7 1 0 0 20 0 20 0 3178017 11162066944 5485 33554432000 4194304 4196468 140733666868736 140178374864288 140178370651293 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15225] ppid=15220 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15225/stat : 15225 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162066944 5485 33554432000 4194304 4196468 140733666868736 140177977043216 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15226] ppid=15220 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15226/stat : 15226 (java) S 15220 15223 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3178018 11162066944 5485 33554432000 4194304 4196468 140733666868736 140177975990672 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15227] ppid=15220 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15227/stat : 15227 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162066944 5485 33554432000 4194304 4196468 140733666868736 140177974938128 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15228] ppid=15220 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15228/stat : 15228 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162066944 5485 33554432000 4194304 4196468 140733666868736 140177973885584 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15229] ppid=15220 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15229/stat : 15229 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162066944 5485 33554432000 4194304 4196468 140733666868736 140177972833040 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15230] ppid=15220 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15230/stat : 15230 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162066944 5485 33554432000 4194304 4196468 140733666868736 140177971780496 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15231] ppid=15220 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15231/stat : 15231 (java) S 15220 15223 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3178018 11162066944 5485 33554432000 4194304 4196468 140733666868736 140177970727952 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15232] ppid=15220 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15232/stat : 15232 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162066944 5485 33554432000 4194304 4196468 140733666868736 140177969675408 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900456

[startup+0.200817 s]
/proc/loadavg: 2.01 2.03 2.06 2/262 15223
/proc/meminfo: memFree=30256476/32770624 swapFree=5824/208056
[pid=15223] ppid=15220 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15223/stat : 15223 (java) S 15220 15223 9820 0 -1 1077944320 7266 0 0 0 24 2 0 0 20 0 20 0 3178016 11162169344 8118 33554432000 4194304 4196468 140733666868736 140733666851280 140178370629367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
/proc/15223/statm: 2725139 8118 2886 1 0 2713552 0
[pid=15223/tid=15224] ppid=15220 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15224/stat : 15224 (java) R 15220 15223 9820 0 -1 4202560 4753 0 0 0 16 1 0 0 20 0 20 0 3178017 11162169344 8118 33554432000 4194304 4196468 140733666868736 140178374850256 140178356000708 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15225] ppid=15220 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15225/stat : 15225 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162169344 8118 33554432000 4194304 4196468 140733666868736 140177977043216 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15226] ppid=15220 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15226/stat : 15226 (java) S 15220 15223 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3178018 11162169344 8118 33554432000 4194304 4196468 140733666868736 140177975990672 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15227] ppid=15220 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15227/stat : 15227 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162169344 8118 33554432000 4194304 4196468 140733666868736 140177974938128 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15228] ppid=15220 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15228/stat : 15228 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162169344 8118 33554432000 4194304 4196468 140733666868736 140177973885584 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15229] ppid=15220 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15229/stat : 15229 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162169344 8118 33554432000 4194304 4196468 140733666868736 140177972833040 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15230] ppid=15220 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15230/stat : 15230 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162169344 8118 33554432000 4194304 4196468 140733666868736 140177971780496 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15231] ppid=15220 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15231/stat : 15231 (java) S 15220 15223 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3178018 11162169344 8118 33554432000 4194304 4196468 140733666868736 140177970727952 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15232] ppid=15220 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15232/stat : 15232 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162169344 8118 33554432000 4194304 4196468 140733666868736 140177969675408 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300658 s]
/proc/loadavg: 2.01 2.03 2.06 2/262 15223
/proc/meminfo: memFree=30256476/32770624 swapFree=5824/208056
[pid=15223] ppid=15220 vsize=10900556 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/15223/stat : 15223 (java) S 15220 15223 9820 0 -1 1077944320 8554 0 0 0 42 3 0 0 20 0 20 0 3178016 11162169344 10379 33554432000 4194304 4196468 140733666868736 140733666851280 140178370629367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
/proc/15223/statm: 2725139 10379 2989 1 0 2713552 0
[pid=15223/tid=15224] ppid=15220 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15224/stat : 15224 (java) R 15220 15223 9820 0 -1 4202560 5354 0 0 0 26 2 0 0 20 0 20 0 3178017 11162169344 10379 33554432000 4194304 4196468 140733666868736 140178374858640 140178354709854 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15225] ppid=15220 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15225/stat : 15225 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162169344 10379 33554432000 4194304 4196468 140733666868736 140177977043216 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15226] ppid=15220 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15226/stat : 15226 (java) S 15220 15223 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3178018 11162169344 10379 33554432000 4194304 4196468 140733666868736 140177975990672 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15227] ppid=15220 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15227/stat : 15227 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162169344 10379 33554432000 4194304 4196468 140733666868736 140177974938128 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15228] ppid=15220 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15228/stat : 15228 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162169344 10379 33554432000 4194304 4196468 140733666868736 140177973885584 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15229] ppid=15220 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15229/stat : 15229 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162169344 10379 33554432000 4194304 4196468 140733666868736 140177972833040 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15230] ppid=15220 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15230/stat : 15230 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162169344 10379 33554432000 4194304 4196468 140733666868736 140177971780496 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15231] ppid=15220 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15231/stat : 15231 (java) S 15220 15223 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3178018 11162169344 10379 33554432000 4194304 4196468 140733666868736 140177970727952 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15232] ppid=15220 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15232/stat : 15232 (java) S 15220 15223 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3178018 11162169344 10379 33554432000 4194304 4196468 140733666868736 140177969675408 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10900556

[startup+0.701221 s]
/proc/loadavg: 2.01 2.03 2.06 2/262 15223
/proc/meminfo: memFree=30256476/32770624 swapFree=5824/208056
[pid=15223] ppid=15220 vsize=10900632 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/15223/stat : 15223 (java) S 15220 15223 9820 0 -1 1077944320 11608 0 0 0 162 32 0 0 20 0 20 0 3178016 11162247168 86799 33554432000 4194304 4196468 140733666868736 140733666851280 140178370629367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
/proc/15223/statm: 2725158 86799 3112 1 0 2713552 0
[pid=15223/tid=15224] ppid=15220 vsize=10900632 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15224/stat : 15224 (java) S 15220 15223 9820 0 -1 1077944384 5902 0 0 0 56 5 0 0 20 0 20 0 3178017 11162247168 86799 33554432000 4194304 4196468 140733666868736 140178374866592 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15225] ppid=15220 vsize=10900632 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15225/stat : 15225 (java) R 15220 15223 9820 0 -1 4202560 45 0 0 0 2 3 0 0 20 0 20 0 3178018 11162247168 86799 33554432000 4194304 4196468 140733666868736 140177977043416 140178363257575 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15226] ppid=15220 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15226/stat : 15226 (java) R 15220 15223 9820 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 20 0 3178018 11162247168 86799 33554432000 4194304 4196468 140733666868736 140177975990872 140178363257575 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15227] ppid=15220 vsize=10900632 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15227/stat : 15227 (java) R 15220 15223 9820 0 -1 4202560 33 0 0 0 2 3 0 0 20 0 20 0 3178018 11162247168 86799 33554432000 4194304 4196468 140733666868736 140177974938328 140178363257575 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15228] ppid=15220 vsize=10900632 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15228/stat : 15228 (java) R 15220 15223 9820 0 -1 4202560 38 0 0 0 2 3 0 0 20 0 20 0 3178018 11162247168 86799 33554432000 4194304 4196468 140733666868736 140177973885784 140178363257575 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15229] ppid=15220 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15229/stat : 15229 (java) R 15220 15223 9820 0 -1 4202560 39 0 0 0 2 2 0 0 20 0 20 0 3178018 11162247168 86799 33554432000 4194304 4196468 140733666868736 140177972833240 140178363257575 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15230] ppid=15220 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15230/stat : 15230 (java) R 15220 15223 9820 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 20 0 3178018 11162247168 86799 33554432000 4194304 4196468 140733666868736 140177971780696 140178363257575 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15231] ppid=15220 vsize=10900632 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15231/stat : 15231 (java) R 15220 15223 9820 0 -1 4202560 34 0 0 0 2 3 0 0 20 0 20 0 3178018 11162247168 86799 33554432000 4194304 4196468 140733666868736 140177970728152 140178363257575 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15232] ppid=15220 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15232/stat : 15232 (java) R 15220 15223 9820 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 20 0 3178018 11162247168 86799 33554432000 4194304 4196468 140733666868736 140177969675296 140178355656786 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 10900632

[startup+1.50078 s]
/proc/loadavg: 2.01 2.03 2.06 6/282 15243
/proc/meminfo: memFree=29699860/32770624 swapFree=5824/208408
[pid=15223] ppid=15220 vsize=10902888 CPUtime=5.09 cores=0,2,4,6,8,10,12,14
/proc/15223/stat : 15223 (java) S 15220 15223 9820 0 -1 1077944320 20564 0 0 0 441 68 0 0 20 0 20 0 3178016 11164557312 169906 33554432000 4194304 4196468 140733666868736 140733666851280 140178370629367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
/proc/15223/statm: 2725722 169906 3132 1 0 2714116 0
[pid=15223/tid=15224] ppid=15220 vsize=10902888 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15224/stat : 15224 (java) R 15220 15223 9820 0 -1 4202560 6247 0 0 0 118 9 0 0 20 0 20 0 3178017 11164557312 169906 33554432000 4194304 4196468 140733666868736 140178374858872 140178011762448 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15225] ppid=15220 vsize=10902888 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15225/stat : 15225 (java) S 15220 15223 9820 0 -1 1077944384 122 0 0 0 8 7 0 0 20 0 20 0 3178018 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177977043216 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15226] ppid=15220 vsize=10902888 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15226/stat : 15226 (java) S 15220 15223 9820 0 -1 1077944384 109 0 0 0 7 7 0 0 20 0 20 0 3178018 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177975990672 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15227] ppid=15220 vsize=10902888 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15227/stat : 15227 (java) S 15220 15223 9820 0 -1 1077944384 115 0 0 0 7 6 0 0 20 0 20 0 3178018 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177974938128 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15228] ppid=15220 vsize=10902888 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15228/stat : 15228 (java) S 15220 15223 9820 0 -1 1077944384 116 0 0 0 8 8 0 0 20 0 20 0 3178018 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177973885584 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15229] ppid=15220 vsize=10902888 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15229/stat : 15229 (java) S 15220 15223 9820 0 -1 1077944384 110 0 0 0 7 5 0 0 20 0 20 0 3178018 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177972833040 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15230] ppid=15220 vsize=10902888 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15230/stat : 15230 (java) S 15220 15223 9820 0 -1 1077944384 103 0 0 0 8 6 0 0 20 0 20 0 3178018 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177971780496 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15231] ppid=15220 vsize=10902888 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15231/stat : 15231 (java) S 15220 15223 9820 0 -1 1077944384 107 0 0 0 7 6 0 0 20 0 20 0 3178018 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177970727952 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15232] ppid=15220 vsize=10902888 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15232/stat : 15232 (java) S 15220 15223 9820 0 -1 1077944384 107 0 0 0 6 6 0 0 20 0 20 0 3178018 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177969675408 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15234] ppid=15220 vsize=10902888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15234/stat : 15234 (java) S 15220 15223 9820 0 -1 1077944384 497 0 0 0 0 0 0 0 20 0 20 0 3178020 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177712261104 140178370640514 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15235] ppid=15220 vsize=10902888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15235/stat : 15235 (java) S 15220 15223 9820 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3178021 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177711207392 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15236] ppid=15220 vsize=10902888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15236/stat : 15236 (java) S 15220 15223 9820 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3178021 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177710154736 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15237] ppid=15220 vsize=10902888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15237/stat : 15237 (java) S 15220 15223 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3178025 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177709103312 140178370647963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15238] ppid=15220 vsize=10902888 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15238/stat : 15238 (java) R 15220 15223 9820 0 -1 4202560 3305 0 0 0 70 0 0 0 20 0 20 0 3178025 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177708036808 140178362866494 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15239] ppid=15220 vsize=10902888 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15239/stat : 15239 (java) R 15220 15223 9820 0 -1 4202560 3819 0 0 0 76 1 0 0 20 0 20 0 3178025 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177706984264 140178352176943 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15240] ppid=15220 vsize=10902888 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15240/stat : 15240 (java) R 15220 15223 9820 0 -1 4202560 2597 0 0 0 74 1 0 0 20 0 20 0 3178025 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177705927440 140178352150583 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15241] ppid=15220 vsize=10902888 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15241/stat : 15241 (java) S 15220 15223 9820 0 -1 1077944384 1844 0 0 0 36 0 0 0 20 0 20 0 3178025 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177704893296 140178370640514 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15242] ppid=15220 vsize=10902888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15242/stat : 15242 (java) S 15220 15223 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3178025 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177703839968 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15243] ppid=15220 vsize=10902888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15243/stat : 15243 (java) S 15220 15223 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3178026 11164557312 169906 33554432000 4194304 4196468 140733666868736 140177702787504 140178370640514 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
Current children cumulated CPU time (s) 5.09

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

/proc/15223/task/15237/stat : 15237 (java) S 15220 15223 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177709103312 140178370647963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15238] ppid=15220 vsize=10900632 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15238/stat : 15238 (java) S 15220 15223 9820 0 -1 1077944384 4534 0 0 0 84 0 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177708050976 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15239] ppid=15220 vsize=10900632 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15239/stat : 15239 (java) S 15220 15223 9820 0 -1 1077944384 8442 0 0 0 123 1 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177706998432 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15240] ppid=15220 vsize=10900632 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15240/stat : 15240 (java) S 15220 15223 9820 0 -1 1077944384 5759 0 0 0 124 1 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177705945888 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15241] ppid=15220 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15241/stat : 15241 (java) S 15220 15223 9820 0 -1 1077944384 3871 0 0 0 40 0 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177704893056 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15242] ppid=15220 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15242/stat : 15242 (java) S 15220 15223 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177703839968 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15243] ppid=15220 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15243/stat : 15243 (java) S 15220 15223 9820 0 -1 1077944384 1415 0 0 0 3 3 0 0 20 0 20 0 3178026 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177702787504 140178370640514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
Current children cumulated CPU time (s) 655.8
Current children cumulated vsize (KiB) 10900632

[startup+142.401 s]
/proc/loadavg: 4.32 2.89 2.37 10/282 15252
/proc/meminfo: memFree=21993132/32770624 swapFree=5824/208560
[pid=15223] ppid=15220 vsize=10900632 CPUtime=668.17 cores=0,2,4,6,8,10,12,14
/proc/15223/stat : 15223 (java) S 15220 15223 9820 0 -1 1077944320 295647 0 0 0 64476 2341 0 0 20 0 20 0 3178016 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140733666851280 140178370629367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
/proc/15223/statm: 2725158 2066436 3160 1 0 2713552 0
[pid=15223/tid=15224] ppid=15220 vsize=10900632 CPUtime=47.56 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15224/stat : 15224 (java) S 15220 15223 9820 0 -1 1077944384 19190 0 0 0 4733 23 0 0 20 0 20 0 3178017 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140178374867808 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15225] ppid=15220 vsize=10900632 CPUtime=74.73 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15225/stat : 15225 (java) R 15220 15223 9820 0 -1 4202560 27123 0 0 0 7178 295 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177977043336 140178363257575 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15226] ppid=15220 vsize=10900632 CPUtime=74.67 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15226/stat : 15226 (java) R 15220 15223 9820 0 -1 4202560 18233 0 0 0 7175 292 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177975990792 140178354012400 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15227] ppid=15220 vsize=10900632 CPUtime=74.43 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15227/stat : 15227 (java) R 15220 15223 9820 0 -1 4202560 25718 0 0 0 7162 281 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177974938248 140178363257575 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15228] ppid=15220 vsize=10900632 CPUtime=75.04 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15228/stat : 15228 (java) R 15220 15223 9820 0 -1 4202560 19796 0 0 0 7222 282 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177973885704 140178363257575 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15229] ppid=15220 vsize=10900632 CPUtime=74.91 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15229/stat : 15229 (java) R 15220 15223 9820 0 -1 4202560 44027 0 0 0 7199 292 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177972833240 140178355625768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15230] ppid=15220 vsize=10900632 CPUtime=74.83 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15230/stat : 15230 (java) R 15220 15223 9820 0 -1 4202560 23095 0 0 0 7190 293 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177971780616 140178363257575 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15231] ppid=15220 vsize=10900632 CPUtime=74.74 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15231/stat : 15231 (java) R 15220 15223 9820 0 -1 4202560 32773 0 0 0 7185 289 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177970728072 140178363257575 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15232] ppid=15220 vsize=10900632 CPUtime=74.73 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15232/stat : 15232 (java) R 15220 15223 9820 0 -1 4202560 24621 0 0 0 7193 280 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177969675528 140178363257575 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15234] ppid=15220 vsize=10900632 CPUtime=18.6 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15234/stat : 15234 (java) S 15220 15223 9820 0 -1 1077944384 35684 0 0 0 1858 2 0 0 20 0 20 0 3178020 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177712259664 140178370639573 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15235] ppid=15220 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15235/stat : 15235 (java) S 15220 15223 9820 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3178021 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177711207392 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15236] ppid=15220 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15236/stat : 15236 (java) S 15220 15223 9820 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3178021 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177710154736 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15237] ppid=15220 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15237/stat : 15237 (java) S 15220 15223 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177709103312 140178370647963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15238] ppid=15220 vsize=10900632 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15238/stat : 15238 (java) S 15220 15223 9820 0 -1 1077944384 4534 0 0 0 84 0 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177708050976 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15239] ppid=15220 vsize=10900632 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15239/stat : 15239 (java) S 15220 15223 9820 0 -1 1077944384 8442 0 0 0 123 1 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177706998432 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15240] ppid=15220 vsize=10900632 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15240/stat : 15240 (java) S 15220 15223 9820 0 -1 1077944384 5759 0 0 0 124 1 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177705945888 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15241] ppid=15220 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15241/stat : 15241 (java) S 15220 15223 9820 0 -1 1077944384 3871 0 0 0 40 0 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177704893056 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15242] ppid=15220 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15242/stat : 15242 (java) S 15220 15223 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177703839968 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15243] ppid=15220 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15243/stat : 15243 (java) S 15220 15223 9820 0 -1 1077944384 1415 0 0 0 3 3 0 0 20 0 20 0 3178026 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177702787504 140178370640514 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
Current children cumulated CPU time (s) 668.17
Current children cumulated vsize (KiB) 10900632

[startup+143.201 s]
/proc/loadavg: 4.32 2.89 2.37 3/282 15252
/proc/meminfo: memFree=21993132/32770624 swapFree=5824/208560
[pid=15223] ppid=15220 vsize=10900632 CPUtime=672.82 cores=0,2,4,6,8,10,12,14
/proc/15223/stat : 15223 (java) S 15220 15223 9820 0 -1 1077944320 296098 0 0 0 64940 2342 0 0 20 0 20 0 3178016 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140733666851280 140178370629367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
/proc/15223/statm: 2725158 2066436 3160 1 0 2713552 0
[pid=15223/tid=15224] ppid=15220 vsize=10900632 CPUtime=47.56 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15224/stat : 15224 (java) S 15220 15223 9820 0 -1 1077944384 19190 0 0 0 4733 23 0 0 20 0 20 0 3178017 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140178374867808 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15225] ppid=15220 vsize=10900632 CPUtime=75.29 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15225/stat : 15225 (java) S 15220 15223 9820 0 -1 1077944384 27123 0 0 0 7234 295 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177977043216 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15226] ppid=15220 vsize=10900632 CPUtime=75.21 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15226/stat : 15226 (java) S 15220 15223 9820 0 -1 1077944384 18233 0 0 0 7229 292 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177975990672 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15227] ppid=15220 vsize=10900632 CPUtime=74.99 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15227/stat : 15227 (java) S 15220 15223 9820 0 -1 1077944384 25718 0 0 0 7218 281 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177974938128 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15228] ppid=15220 vsize=10900632 CPUtime=75.58 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15228/stat : 15228 (java) S 15220 15223 9820 0 -1 1077944384 19796 0 0 0 7276 282 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177973885584 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15229] ppid=15220 vsize=10900632 CPUtime=75.48 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15229/stat : 15229 (java) S 15220 15223 9820 0 -1 1077944384 44027 0 0 0 7256 292 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177972833040 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15230] ppid=15220 vsize=10900632 CPUtime=75.38 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15230/stat : 15230 (java) S 15220 15223 9820 0 -1 1077944384 23095 0 0 0 7244 294 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177971780496 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15231] ppid=15220 vsize=10900632 CPUtime=75.29 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15231/stat : 15231 (java) S 15220 15223 9820 0 -1 1077944384 32773 0 0 0 7240 289 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177970727952 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15232] ppid=15220 vsize=10900632 CPUtime=75.29 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15232/stat : 15232 (java) S 15220 15223 9820 0 -1 1077944384 24621 0 0 0 7248 281 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177969675408 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15234] ppid=15220 vsize=10900632 CPUtime=18.83 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15234/stat : 15234 (java) R 15220 15223 9820 0 -1 4202560 36135 0 0 0 1881 2 0 0 20 0 20 0 3178020 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177712259552 140178355086958 0 0 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15235] ppid=15220 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15235/stat : 15235 (java) S 15220 15223 9820 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3178021 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177711207392 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15236] ppid=15220 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15236/stat : 15236 (java) S 15220 15223 9820 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3178021 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177710154736 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15237] ppid=15220 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15237/stat : 15237 (java) S 15220 15223 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177709103312 140178370647963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15238] ppid=15220 vsize=10900632 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15238/stat : 15238 (java) S 15220 15223 9820 0 -1 1077944384 4534 0 0 0 84 0 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177708050976 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15239] ppid=15220 vsize=10900632 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15239/stat : 15239 (java) S 15220 15223 9820 0 -1 1077944384 8442 0 0 0 123 1 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177706998432 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15240] ppid=15220 vsize=10900632 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15240/stat : 15240 (java) S 15220 15223 9820 0 -1 1077944384 5759 0 0 0 124 1 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177705945888 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15241] ppid=15220 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15241/stat : 15241 (java) S 15220 15223 9820 0 -1 1077944384 3871 0 0 0 40 0 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177704893056 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15242] ppid=15220 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15242/stat : 15242 (java) S 15220 15223 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177703839968 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15243] ppid=15220 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15243/stat : 15243 (java) S 15220 15223 9820 0 -1 1077944384 1415 0 0 0 3 3 0 0 20 0 20 0 3178026 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177702787504 140178370640514 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
Current children cumulated CPU time (s) 672.82
Current children cumulated vsize (KiB) 10900632

[startup+143.601 s]
/proc/loadavg: 4.32 2.89 2.37 3/282 15252
/proc/meminfo: memFree=21993132/32770624 swapFree=5824/208560
[pid=15223] ppid=15220 vsize=10900632 CPUtime=673.22 cores=0,2,4,6,8,10,12,14
/proc/15223/stat : 15223 (java) S 15220 15223 9820 0 -1 1077944320 296098 0 0 0 64980 2342 0 0 20 0 20 0 3178016 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140733666851280 140178370629367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
/proc/15223/statm: 2725158 2066436 3160 1 0 2713552 0
[pid=15223/tid=15224] ppid=15220 vsize=10900632 CPUtime=47.56 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15224/stat : 15224 (java) S 15220 15223 9820 0 -1 1077944384 19190 0 0 0 4733 23 0 0 20 0 20 0 3178017 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140178374867808 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15225] ppid=15220 vsize=10900632 CPUtime=75.29 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15225/stat : 15225 (java) S 15220 15223 9820 0 -1 1077944384 27123 0 0 0 7234 295 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177977043216 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15226] ppid=15220 vsize=10900632 CPUtime=75.21 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15226/stat : 15226 (java) S 15220 15223 9820 0 -1 1077944384 18233 0 0 0 7229 292 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177975990672 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15227] ppid=15220 vsize=10900632 CPUtime=74.99 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15227/stat : 15227 (java) S 15220 15223 9820 0 -1 1077944384 25718 0 0 0 7218 281 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177974938128 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15228] ppid=15220 vsize=10900632 CPUtime=75.58 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15228/stat : 15228 (java) S 15220 15223 9820 0 -1 1077944384 19796 0 0 0 7276 282 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177973885584 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15229] ppid=15220 vsize=10900632 CPUtime=75.48 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15229/stat : 15229 (java) S 15220 15223 9820 0 -1 1077944384 44027 0 0 0 7256 292 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177972833040 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15230] ppid=15220 vsize=10900632 CPUtime=75.38 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15230/stat : 15230 (java) S 15220 15223 9820 0 -1 1077944384 23095 0 0 0 7244 294 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177971780496 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15231] ppid=15220 vsize=10900632 CPUtime=75.29 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15231/stat : 15231 (java) S 15220 15223 9820 0 -1 1077944384 32773 0 0 0 7240 289 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177970727952 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15232] ppid=15220 vsize=10900632 CPUtime=75.29 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15232/stat : 15232 (java) S 15220 15223 9820 0 -1 1077944384 24621 0 0 0 7248 281 0 0 20 0 20 0 3178018 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177969675408 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15234] ppid=15220 vsize=10900632 CPUtime=19.23 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15234/stat : 15234 (java) R 15220 15223 9820 0 -1 4202560 36135 0 0 0 1921 2 0 0 20 0 20 0 3178020 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177712259552 140178355625719 0 0 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15235] ppid=15220 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15235/stat : 15235 (java) S 15220 15223 9820 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3178021 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177711207392 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15236] ppid=15220 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15236/stat : 15236 (java) S 15220 15223 9820 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3178021 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177710154736 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15237] ppid=15220 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15237/stat : 15237 (java) S 15220 15223 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177709103312 140178370647963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15238] ppid=15220 vsize=10900632 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15238/stat : 15238 (java) S 15220 15223 9820 0 -1 1077944384 4534 0 0 0 84 0 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177708050976 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15239] ppid=15220 vsize=10900632 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15239/stat : 15239 (java) S 15220 15223 9820 0 -1 1077944384 8442 0 0 0 123 1 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177706998432 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15240] ppid=15220 vsize=10900632 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15240/stat : 15240 (java) S 15220 15223 9820 0 -1 1077944384 5759 0 0 0 124 1 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177705945888 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15241] ppid=15220 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15241/stat : 15241 (java) S 15220 15223 9820 0 -1 1077944384 3871 0 0 0 40 0 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177704893056 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15242] ppid=15220 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15242/stat : 15242 (java) S 15220 15223 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3178025 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177703839968 140178370639573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
[pid=15223/tid=15243] ppid=15220 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15243/stat : 15243 (java) S 15220 15223 9820 0 -1 1077944384 1415 0 0 0 3 3 0 0 20 0 20 0 3178026 11162247168 2066436 33554432000 4194304 4196468 140733666868736 140177702787504 140178370640514 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19034112 140733666874539 140733666874692 140733666874692 140733666877391 0
Current children cumulated CPU time (s) 673.22
Current children cumulated vsize (KiB) 10900632

[startup+144.001 s]
/proc/loadavg: 4.32 2.89 2.37 3/282 15252
/proc/meminfo: memFree=21993132/32770624 swapFree=5824/208560
[pid=15223] ppid=15220 vsize=0 CPUtime=673.41 cores=0,2,4,6,8,10,12,14
/proc/15223/stat : 15223 (java) Z 15220 15223 9820 0 -1 4227084 296443 0 0 0 64995 2346 0 0 20 0 2 0 3178016 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/15223/statm: 0 0 0 0 0 0 0
[pid=15223/tid=15230] ppid=15220 vsize=0 CPUtime=75.42 cores=0,2,4,6,8,10,12,14
/proc/15223/task/15230/stat : 15230 (java) R 15220 15223 9820 0 -1 4203588 23095 0 0 0 7244 298 0 0 20 0 2 0 3178018 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 10 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 673.41
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 144.003
CPU time (s): 673.43
CPU user time (s): 649.959
CPU system time (s): 23.4706
CPU usage (%): 467.65
Max. virtual memory (cumulated for all children) (KiB): 11033760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 649.959
system time used= 23.4706
maximum resident set size= 8266128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296443
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15360
involuntary context switches= 46189

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07071 second user time and 1.43946 second system time

The end

Launcher Data

Begin job on node147 at 2017-07-22 01:18:48
IDJOB=4244014
IDBENCH=133917
IDSOLVER=2623
FILE ID=node147/4244014-1500679128
RUNJOBID= node147-1500673363-13447
PBS_JOBID= 20623274
Free space on /tmp= 61932 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SportsScheduling/SportsScheduling-m1-s1/SportsScheduling-30.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244014-1500679128/watcher-4244014-1500679128 -o /tmp/evaluation-result-4244014-1500679128/solver-4244014-1500679128 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500673363-13447 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244014-1500679128.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 342946d6497bc5c3a3caf7e92c124315
RANDOM SEED=1437582260

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.47
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.47
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.47
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.47
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30256540 kB
MemAvailable:   30268892 kB
Buffers:           44524 kB
Cached:           278036 kB
SwapCached:            0 kB
Active:          1912004 kB
Inactive:         216736 kB
Active(anon):    1809408 kB
Inactive(anon):     8680 kB
Active(file):     102596 kB
Inactive(file):   208056 kB
Unevictable:        5824 kB
Mlocked:            5824 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1520 kB
Writeback:             0 kB
AnonPages:       1695052 kB
Mapped:            42456 kB
Shmem:              8852 kB
Slab:              67636 kB
SReclaimable:      35072 kB
SUnreclaim:        32564 kB
KernelStack:        4912 kB
PageTables:         8860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3628980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1552384 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= 61932 MiB
End job on node147 at 2017-07-22 01:21:12