Trace number 4263122

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? (problem) 1692.67 454.30499

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-20-8.xml
MD5SUM713d39b17b6d51a27147ff336666abea
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1660
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints440
Number of domains1
Minimum domain size1729
Maximum domain size1729
Distribution of domain sizes[{"size":1729,"count":420}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":400}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":20,"count":20}]
Number of extensional constraints0
Number of intensional constraints420
Distribution of constraint types[{"type":"intension","count":420},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1567.64/420.87	Aug 13, 2017 4:35:40 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1567.64/420.87	INFO: Runtime exception
1567.64/420.87	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1567.64/420.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1567.64/420.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1567.64/420.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1567.64/420.87		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1567.64/420.87		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1567.64/420.87		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1567.64/420.87		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1567.64/420.87		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1567.64/420.87		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1567.64/420.87		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1567.64/420.87		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1567.64/420.87		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1567.64/420.87		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1567.64/420.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1567.64/420.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1567.64/420.87		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1567.64/420.87		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1567.64/420.87		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1567.64/420.87		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1567.64/420.87		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1567.64/420.87		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1567.64/420.87		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1567.64/420.87	Caused by: java.lang.reflect.InvocationTargetException
1567.64/420.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1567.64/420.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1567.64/420.87		at java.lang.reflect.Method.invoke(Method.java:498)
1567.64/420.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1567.64/420.87		... 21 more
1567.64/420.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1567.64/420.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1567.64/420.87		... 25 more
1567.64/420.87	Caused by: java.lang.reflect.InvocationTargetException
1567.64/420.87		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1567.64/420.87		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1567.64/420.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1567.64/420.87		at java.lang.reflect.Method.invoke(Method.java:498)
1567.64/420.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1567.64/420.87		... 25 more
1567.64/420.87	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1567.64/420.87		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1567.64/420.87		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1567.64/420.87		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1567.64/420.87		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1567.64/420.87		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1567.64/420.87		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1567.64/420.87		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1567.64/420.87		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1567.64/420.87		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1567.64/420.87		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1567.64/420.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1567.64/420.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:326)
1567.64/420.87		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1567.64/420.87		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1567.64/420.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1567.64/420.87		at java.lang.reflect.Method.invoke(Method.java:498)
1567.64/420.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1567.64/420.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1567.64/420.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1567.64/420.87		at java.lang.reflect.Method.invoke(Method.java:498)
1567.64/420.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1567.64/420.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1567.64/420.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1567.64/420.87		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1567.64/420.87		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1567.64/420.87		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1567.64/420.87		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1567.64/420.87		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1567.64/420.87		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1567.64/420.87		at org.xcsp.parser.XCallbacks$$Lambda$58/120694604.accept(Unknown Source)
1567.64/420.87		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1567.64/420.87		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1567.64/420.87	
1650.64/443.02	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1650.64/443.02	c This is free software under the dual EPL/GNU LGPL licenses.
1650.64/443.02	c See www.sat4j.org for details.
1650.64/443.02	c That software uses the Rhino library from the Mozilla project.
1650.64/443.02	c version CUSTOM.v20170705
1650.64/443.02	c java.runtime.name	Java(TM) SE Runtime Environment
1650.64/443.02	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1650.64/443.02	c java.vm.version	25.131-b11
1650.64/443.02	c java.vm.vendor	Oracle Corporation
1650.64/443.02	c sun.arch.data.model	64
1650.64/443.02	c java.version		1.8.0_131
1650.64/443.02	c os.name		Linux
1650.64/443.02	c os.version		3.10.0-514.16.1.el7.x86_64
1650.64/443.02	c os.arch		amd64
1650.64/443.02	c Free memory 		499604488
1650.64/443.02	c Max memory 		7247757312
1650.64/443.02	c Total memory 		504889344
1650.64/443.02	c Number of processors 	4
1650.64/443.02	c c --- Begin Solver configuration ---
1650.64/443.02	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1650.64/443.02	c Learn all clauses as in MiniSAT
1650.64/443.02	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1650.64/443.02	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1650.64/443.02	c No reason simplification
1650.64/443.02	c Glucose 2.1 dynamic restart strategy
1650.64/443.02	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
1650.64/443.02	c timeout=2147483s
1650.64/443.02	c DB Simplification allowed=false
1650.64/443.02	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1650.64/443.02	c --- End Solver configuration ---
1692.55/454.22	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1692.55/454.22		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1692.55/454.22		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1692.55/454.22		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1692.55/454.22		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1692.55/454.22		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1692.55/454.22		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1692.55/454.22		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1692.55/454.22		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1692.55/454.22		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263122-1502592167/watcher-4263122-1502592167 -o /tmp/evaluation-result-4263122-1502592167/solver-4263122-1502592167 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263122-1502592167.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=11840, runsolver pid=11837

[startup+0.103602 s]*
/proc/loadavg: 6.36 7.09 7.27 6/203 11847
/proc/meminfo: memFree=23202916/32770624 swapFree=67108860/67108860
[pid=11840] ppid=11837 vsize=10151672 memory=18744 CPUtime=0.02 cores=1,3,5,7
/proc/11840/stat : 11840 (java) S 11837 11840 7968 0 -1 1077944320 4028 0 0 0 2 0 0 0 20 0 9 0 13099426 10395312128 4686 18446744073709551615 4194304 4196468 140732678511040 140732678493584 140707464605431 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
/proc/11840/statm: 2537918 4686 2100 1 0 2527415 0
[pid=11840/tid=11842] ppid=11837 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=1,3,5,7
/proc/11840/task/11842/stat : 11842 (java) R 11837 11840 7968 0 -1 4202560 2670 0 0 0 2 0 0 0 20 0 9 0 13099434 10395312128 4686 18446744073709551615 4194304 4196468 140732678511040 140707468841416 140707448685918 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11843] ppid=11837 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11843/stat : 11843 (java) S 11837 11840 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13099435 10395312128 4686 18446744073709551615 4194304 4196468 140732678511040 140707425504400 140707464615637 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11844] ppid=11837 vsize=10151672 memory=139943237523072 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11844/stat : 11844 (java) S 11837 11840 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13099435 10395312128 4686 18446744073709551615 4194304 4196468 140732678511040 140707074333712 140707464615637 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11845] ppid=11837 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11845/stat : 11845 (java) S 11837 11840 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13099435 10395312128 4686 18446744073709551615 4194304 4196468 140732678511040 140707073280912 140707464615637 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11846] ppid=11837 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11846/stat : 11846 (java) S 11837 11840 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13099435 10395312128 4686 18446744073709551615 4194304 4196468 140732678511040 140707072228112 140707464615637 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11847] ppid=11837 vsize=10151672 memory=139943237523072 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11847/stat : 11847 (java) S 11837 11840 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13099436 10395312128 4686 18446744073709551615 4194304 4196468 140732678511040 140707028810096 140707464616578 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11848] ppid=11837 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11848/stat : 11848 (java) S 11837 11840 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 13099436 10395312128 4686 18446744073709551615 4194304 4196468 140732678511040 140707027756064 140707464615637 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11849] ppid=11837 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11849/stat : 11849 (java) S 11837 11840 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 13099437 10395312128 4686 18446744073709551615 4194304 4196468 140732678511040 140707026703280 140707464615637 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 18744 KiB

[startup+0.209853 s]*
/proc/loadavg: 6.36 7.09 7.27 6/211 11855
/proc/meminfo: memFree=23195940/32770624 swapFree=67108860/67108860
[pid=11840] ppid=11837 vsize=10551156 memory=29832 CPUtime=0.11 cores=1,3,5,7
/proc/11840/stat : 11840 (java) S 11837 11840 7968 0 -1 1077944320 7639 0 0 0 9 2 0 0 20 0 15 0 13099426 10804383744 7458 18446744073709551615 4194304 4196468 140732678511040 140732678493584 140707464605431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
/proc/11840/statm: 2637789 7458 2735 1 0 2627261 0
[pid=11840/tid=11842] ppid=11837 vsize=10551156 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/11840/task/11842/stat : 11842 (java) R 11837 11840 7968 0 -1 4202560 5554 0 0 0 7 1 0 0 20 0 15 0 13099434 10804383744 7458 18446744073709551615 4194304 4196468 140732678511040 140707468793776 140707464627357 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11843] ppid=11837 vsize=10551156 memory=317 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11843/stat : 11843 (java) S 11837 11840 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13099435 10804383744 7458 18446744073709551615 4194304 4196468 140732678511040 140707425504400 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11844] ppid=11837 vsize=10551156 memory=139943237531361 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11844/stat : 11844 (java) S 11837 11840 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13099435 10804383744 7458 18446744073709551615 4194304 4196468 140732678511040 140707074333712 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11845] ppid=11837 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11845/stat : 11845 (java) S 11837 11840 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13099435 10804383744 7458 18446744073709551615 4194304 4196468 140732678511040 140707073280912 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11846] ppid=11837 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11846/stat : 11846 (java) S 11837 11840 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13099435 10804383744 7458 18446744073709551615 4194304 4196468 140732678511040 140707072228112 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11847] ppid=11837 vsize=10551156 memory=139943237523072 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11847/stat : 11847 (java) S 11837 11840 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13099436 10804383744 7458 18446744073709551615 4194304 4196468 140732678511040 140707028810096 140707464616578 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11848] ppid=11837 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11848/stat : 11848 (java) S 11837 11840 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13099436 10804383744 7458 18446744073709551615 4194304 4196468 140732678511040 140707027756064 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11849] ppid=11837 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11849/stat : 11849 (java) S 11837 11840 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13099437 10804383744 7458 18446744073709551615 4194304 4196468 140732678511040 140707026703216 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11850] ppid=11837 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11850/stat : 11850 (java) S 11837 11840 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13099439 10804383744 7458 18446744073709551615 4194304 4196468 140732678511040 140707025651536 140707464624027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11851] ppid=11837 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11851/stat : 11851 (java) S 11837 11840 7968 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 13099439 10804383744 7458 18446744073709551615 4194304 4196468 140732678511040 140707024599920 140707464616578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11852] ppid=11837 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11852/stat : 11852 (java) S 11837 11840 7968 0 -1 1077944384 390 0 0 0 0 0 0 0 20 0 15 0 13099439 10804383744 7458 18446744073709551615 4194304 4196468 140732678511040 140707023547120 140707464616578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11853] ppid=11837 vsize=10551156 memory=139943237523072 CPUtime=0.01 cores=1,3,5,7
/proc/11840/task/11853/stat : 11853 (java) R 11837 11840 7968 0 -1 4202560 298 0 0 0 1 0 0 0 20 0 15 0 13099439 10804383744 7458 18446744073709551615 4194304 4196468 140732678511040 140707022494320 140707443965488 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11854] ppid=11837 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11854/stat : 11854 (java) S 11837 11840 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13099439 10804383744 7458 18446744073709551615 4194304 4196468 140732678511040 140706953816800 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11855] ppid=11837 vsize=10551156 memory=139943237523072 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11855/stat : 11855 (java) S 11837 11840 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13099443 10804383744 7458 18446744073709551615 4194304 4196468 140732678511040 140706952764080 140707464616578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29832 KiB

[startup+0.312457 s]*
/proc/loadavg: 6.36 7.09 7.27 8/211 11855
/proc/meminfo: memFree=23185784/32770624 swapFree=67108860/67108860
[pid=11840] ppid=11837 vsize=10551156 memory=39016 CPUtime=0.28 cores=1,3,5,7
/proc/11840/stat : 11840 (java) S 11837 11840 7968 0 -1 1077944320 9016 0 0 0 26 2 0 0 20 0 15 0 13099426 10804383744 9754 18446744073709551615 4194304 4196468 140732678511040 140732678493584 140707464605431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
/proc/11840/statm: 2637789 9754 2933 1 0 2627261 0
[pid=11840/tid=11842] ppid=11837 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/11840/task/11842/stat : 11842 (java) R 11837 11840 7968 0 -1 4202560 6157 0 0 0 18 1 0 0 20 0 15 0 13099434 10804383744 9754 18446744073709551615 4194304 4196468 140732678511040 140707468844272 140707464617366 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11843] ppid=11837 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11843/stat : 11843 (java) S 11837 11840 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13099435 10804383744 9754 18446744073709551615 4194304 4196468 140732678511040 140707425504400 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11844] ppid=11837 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11844/stat : 11844 (java) S 11837 11840 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13099435 10804383744 9754 18446744073709551615 4194304 4196468 140732678511040 140707074333712 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11845] ppid=11837 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11845/stat : 11845 (java) S 11837 11840 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13099435 10804383744 9754 18446744073709551615 4194304 4196468 140732678511040 140707073280912 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11846] ppid=11837 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11846/stat : 11846 (java) S 11837 11840 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13099435 10804383744 9754 18446744073709551615 4194304 4196468 140732678511040 140707072228112 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11847] ppid=11837 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11847/stat : 11847 (java) S 11837 11840 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13099436 10804383744 9754 18446744073709551615 4194304 4196468 140732678511040 140707028810096 140707464616578 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11848] ppid=11837 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11848/stat : 11848 (java) S 11837 11840 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13099436 10804383744 9754 18446744073709551615 4194304 4196468 140732678511040 140707027756064 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11849] ppid=11837 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11849/stat : 11849 (java) S 11837 11840 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13099437 10804383744 9754 18446744073709551615 4194304 4196468 140732678511040 140707026703216 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11850] ppid=11837 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11850/stat : 11850 (java) S 11837 11840 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13099439 10804383744 9754 18446744073709551615 4194304 4196468 140732678511040 140707025651536 140707464624027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11851] ppid=11837 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11840/task/11851/stat : 11851 (java) S 11837 11840 7968 0 -1 1077944384 220 0 0 0 1 0 0 0 20 0 15 0 13099439 10804383744 9754 18446744073709551615 4194304 4196468 140732678511040 140707024599920 140707464616578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11852] ppid=11837 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11840/task/11852/stat : 11852 (java) S 11837 11840 7968 0 -1 1077944384 482 0 0 0 1 0 0 0 20 0 15 0 13099439 10804383744 9754 18446744073709551615 4194304 4196468 140732678511040 140707023547120 140707464616578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11853] ppid=11837 vsize=10551156 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/11840/task/11853/stat : 11853 (java) R 11837 11840 7968 0 -1 4202560 789 0 0 0 5 0 0 0 20 0 15 0 13099439 10804383744 9754 18446744073709551615 4194304 4196468 140732678511040 140707022491128 140707448295712 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11854] ppid=11837 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11854/stat : 11854 (java) S 11837 11840 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13099439 10804383744 9754 18446744073709551615 4194304 4196468 140732678511040 140706953816800 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11855] ppid=11837 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11855/stat : 11855 (java) S 11837 11840 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13099443 10804383744 9754 18446744073709551615 4194304 4196468 140732678511040 140706952764080 140707464616578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39016 KiB

[startup+0.70846 s]
/proc/loadavg: 6.36 7.09 7.27 7/211 11855
/proc/meminfo: memFree=23172000/32770624 swapFree=67108860/67108860
[pid=11840] ppid=11837 vsize=10551232 memory=236568 CPUtime=1.3 cores=1,3,5,7
/proc/11840/stat : 11840 (java) S 11837 11840 7968 0 -1 1077944320 11726 0 0 0 118 12 0 0 20 0 15 0 13099426 10804461568 59142 18446744073709551615 4194304 4196468 140732678511040 140732678493584 140707464605431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
/proc/11840/statm: 2637808 59142 3072 1 0 2627261 0
[pid=11840/tid=11842] ppid=11837 vsize=10551232 memory=194 CPUtime=0.51 cores=1,3,5,7
/proc/11840/task/11842/stat : 11842 (java) S 11837 11840 7968 0 -1 1077944384 7459 0 0 0 47 4 0 0 20 0 15 0 13099434 10804461568 59142 18446744073709551615 4194304 4196468 140732678511040 140707468842224 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11843] ppid=11837 vsize=10551232 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/11840/task/11843/stat : 11843 (java) R 11837 11840 7968 0 -1 4202560 98 0 0 0 4 1 0 0 20 0 15 0 13099435 10804461568 59142 18446744073709551615 4194304 4196468 140732678511040 140707425504400 140707449053615 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11844] ppid=11837 vsize=10551232 memory=5 CPUtime=0.05 cores=1,3,5,7
/proc/11840/task/11844/stat : 11844 (java) R 11837 11840 7968 0 -1 4202560 118 0 0 0 4 1 0 0 20 0 15 0 13099435 10804461568 59142 18446744073709551615 4194304 4196468 140732678511040 140707074333912 140707449632850 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11845] ppid=11837 vsize=10551232 memory=15 CPUtime=0.04 cores=1,3,5,7
/proc/11840/task/11845/stat : 11845 (java) R 11837 11840 7968 0 -1 4202560 93 0 0 0 3 1 0 0 20 0 15 0 13099435 10804461568 59142 18446744073709551615 4194304 4196468 140732678511040 140707073280800 140707449632263 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11846] ppid=11837 vsize=10551232 memory=61 CPUtime=0.05 cores=1,3,5,7
/proc/11840/task/11846/stat : 11846 (java) R 11837 11840 7968 0 -1 4202560 114 0 0 0 4 1 0 0 20 0 15 0 13099435 10804461568 59142 18446744073709551615 4194304 4196468 140732678511040 140707072228112 140707449627621 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11847] ppid=11837 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11847/stat : 11847 (java) S 11837 11840 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 13099436 10804461568 59142 18446744073709551615 4194304 4196468 140732678511040 140707028808608 140707464615637 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11848] ppid=11837 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11848/stat : 11848 (java) S 11837 11840 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13099436 10804461568 59142 18446744073709551615 4194304 4196468 140732678511040 140707027756064 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11849] ppid=11837 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11849/stat : 11849 (java) S 11837 11840 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13099437 10804461568 59142 18446744073709551615 4194304 4196468 140732678511040 140707026703216 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11850] ppid=11837 vsize=10551232 memory=2 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11850/stat : 11850 (java) S 11837 11840 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13099439 10804461568 59142 18446744073709551615 4194304 4196468 140732678511040 140707025651536 140707464624027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11851] ppid=11837 vsize=10551232 memory=30 CPUtime=0.16 cores=1,3,5,7
/proc/11840/task/11851/stat : 11851 (java) S 11837 11840 7968 0 -1 1077944384 472 0 0 0 16 0 0 0 20 0 15 0 13099439 10804461568 59142 18446744073709551615 4194304 4196468 140732678511040 140707024599920 140707464616578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11852] ppid=11837 vsize=10551232 memory=2 CPUtime=0.15 cores=1,3,5,7
/proc/11840/task/11852/stat : 11852 (java) S 11837 11840 7968 0 -1 1077944384 802 0 0 0 15 0 0 0 20 0 15 0 13099439 10804461568 59142 18446744073709551615 4194304 4196468 140732678511040 140707023532112 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11853] ppid=11837 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/11840/task/11853/stat : 11853 (java) S 11837 11840 7968 0 -1 1077944384 1126 0 0 0 22 0 0 0 20 0 15 0 13099439 10804461568 59142 18446744073709551615 4194304 4196468 140732678511040 140707022494320 140707464616578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11854] ppid=11837 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11854/stat : 11854 (java) S 11837 11840 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13099439 10804461568 59142 18446744073709551615 4194304 4196468 140732678511040 140706953816800 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11855] ppid=11837 vsize=10551232 memory=6463925781705 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11855/stat : 11855 (java) S 11837 11840 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13099443 10804461568 59142 18446744073709551615 4194304 4196468 140732678511040 140706952764080 140707464616578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 236568 KiB

[startup+1.50146 s]
/proc/loadavg: 6.36 7.09 7.27 6/211 11855
/proc/meminfo: memFree=22606564/32770624 swapFree=67108860/67108860
[pid=11840] ppid=11837 vsize=10551232 memory=1064756 CPUtime=2.91 cores=1,3,5,7
/proc/11840/stat : 11840 (java) S 11837 11840 7968 0 -1 1077944320 14972 0 0 0 250 41 0 0 20 0 15 0 13099426 10804461568 266189 18446744073709551615 4194304 4196468 140732678511040 140732678493584 140707464605431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
/proc/11840/statm: 2637808 266189 3086 1 0 2627261 0
[pid=11840/tid=11842] ppid=11837 vsize=10551232 memory=7085094953601297260 CPUtime=1.12 cores=1,3,5,7
/proc/11840/task/11842/stat : 11842 (java) R 11837 11840 7968 0 -1 4202560 8342 0 0 0 98 14 0 0 20 0 15 0 13099434 10804461568 266189 18446744073709551615 4194304 4196468 140732678511040 140707468835896 140707108045453 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11843] ppid=11837 vsize=10551232 memory=-3472574513799858009 CPUtime=0.23 cores=1,3,5,7
/proc/11840/task/11843/stat : 11843 (java) S 11837 11840 7968 0 -1 1077944384 262 0 0 0 17 6 0 0 20 0 15 0 13099435 10804461568 266189 18446744073709551615 4194304 4196468 140732678511040 140707425504400 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11844] ppid=11837 vsize=10551232 memory=-6081406862755241769 CPUtime=0.23 cores=1,3,5,7
/proc/11840/task/11844/stat : 11844 (java) S 11837 11840 7968 0 -1 1077944384 284 0 0 0 17 6 0 0 20 0 15 0 13099435 10804461568 266189 18446744073709551615 4194304 4196468 140732678511040 140707074333712 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11845] ppid=11837 vsize=10551232 memory=-7449383003082255457 CPUtime=0.21 cores=1,3,5,7
/proc/11840/task/11845/stat : 11845 (java) S 11837 11840 7968 0 -1 1077944384 176 0 0 0 16 5 0 0 20 0 15 0 13099435 10804461568 266189 18446744073709551615 4194304 4196468 140732678511040 140707073280912 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11846] ppid=11837 vsize=10551232 memory=7679937539709960979 CPUtime=0.23 cores=1,3,5,7
/proc/11840/task/11846/stat : 11846 (java) S 11837 11840 7968 0 -1 1077944384 291 0 0 0 17 6 0 0 20 0 15 0 13099435 10804461568 266189 18446744073709551615 4194304 4196468 140732678511040 140707072228112 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11847] ppid=11837 vsize=10551232 memory=3184132387188526067 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11847/stat : 11847 (java) S 11837 11840 7968 0 -1 1077944384 496 0 0 0 0 0 0 0 20 0 15 0 13099436 10804461568 266189 18446744073709551615 4194304 4196468 140732678511040 140707028810096 140707464616578 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11848] ppid=11837 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11848/stat : 11848 (java) S 11837 11840 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13099436 10804461568 266189 18446744073709551615 4194304 4196468 140732678511040 140707027756064 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11849] ppid=11837 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11849/stat : 11849 (java) S 11837 11840 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13099437 10804461568 266189 18446744073709551615 4194304 4196468 140732678511040 140707026703216 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11850] ppid=11837 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11850/stat : 11850 (java) S 11837 11840 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13099439 10804461568 266189 18446744073709551615 4194304 4196468 140732678511040 140707025651536 140707464624027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11851] ppid=11837 vsize=10551232 memory=6944656592455097440 CPUtime=0.29 cores=1,3,5,7
/proc/11840/task/11851/stat : 11851 (java) R 11837 11840 7968 0 -1 4202560 1025 0 0 0 29 0 0 0 20 0 15 0 13099439 10804461568 266189 18446744073709551615 4194304 4196468 140732678511040 140707024585760 140707450626299 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11852] ppid=11837 vsize=10551232 memory=6944656575208382560 CPUtime=0.26 cores=1,3,5,7
/proc/11840/task/11852/stat : 11852 (java) R 11837 11840 7968 0 -1 4202560 1430 0 0 0 26 0 0 0 20 0 15 0 13099439 10804461568 266189 18446744073709551615 4194304 4196468 140732678511040 140707023528136 140707442438238 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11853] ppid=11837 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/11840/task/11853/stat : 11853 (java) S 11837 11840 7968 0 -1 1077944384 1304 0 0 0 26 0 0 0 20 0 15 0 13099439 10804461568 266189 18446744073709551615 4194304 4196468 140732678511040 140707022494320 140707464616578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0

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

[pid=11840/tid=11843] ppid=11837 vsize=10686560 memory=792 CPUtime=414.35 cores=1,3,5,7
/proc/11840/task/11843/stat : 11843 (java) R 11837 11840 7968 0 -1 4202560 573250 0 0 0 41211 224 0 0 20 0 17 0 13099435 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707425504208 140707457233639 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11844] ppid=11837 vsize=10686560 memory=8676 CPUtime=414.64 cores=1,3,5,7
/proc/11840/task/11844/stat : 11844 (java) R 11837 11840 7968 0 -1 4202560 700860 0 0 0 41235 229 0 0 20 0 17 0 13099435 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707074333832 140707457233639 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11845] ppid=11837 vsize=10686560 memory=1440 CPUtime=413.58 cores=1,3,5,7
/proc/11840/task/11845/stat : 11845 (java) R 11837 11840 7968 0 -1 4202560 740344 0 0 0 41125 233 0 0 20 0 17 0 13099435 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707073281032 140707457233639 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11846] ppid=11837 vsize=10686560 memory=8281004 CPUtime=414.83 cores=1,3,5,7
/proc/11840/task/11846/stat : 11846 (java) R 11837 11840 7968 0 -1 4202560 834859 0 0 0 41246 237 0 0 20 0 17 0 13099435 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707072228312 140707449601835 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11847] ppid=11837 vsize=10686560 memory=1236 CPUtime=17.07 cores=1,3,5,7
/proc/11840/task/11847/stat : 11847 (java) S 11837 11840 7968 0 -1 1077944384 96036 0 0 0 1702 5 0 0 20 0 17 0 13099436 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707028808640 140707464615637 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11848] ppid=11837 vsize=10686560 memory=640 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11848/stat : 11848 (java) S 11837 11840 7968 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 13099436 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707027756128 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11849] ppid=11837 vsize=10686560 memory=8281004 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11849/stat : 11849 (java) S 11837 11840 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 13099437 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707026703232 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11850] ppid=11837 vsize=10686560 memory=960 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11850/stat : 11850 (java) S 11837 11840 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13099439 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707025651536 140707464624027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11851] ppid=11837 vsize=10686560 memory=-8774313645642428999 CPUtime=0.47 cores=1,3,5,7
/proc/11840/task/11851/stat : 11851 (java) S 11837 11840 7968 0 -1 1077944384 2673 0 0 0 47 0 0 0 20 0 17 0 13099439 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707024599968 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11852] ppid=11837 vsize=10686560 memory=15872 CPUtime=0.38 cores=1,3,5,7
/proc/11840/task/11852/stat : 11852 (java) S 11837 11840 7968 0 -1 1077944384 1826 0 0 0 38 0 0 0 20 0 17 0 13099439 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707023546880 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11853] ppid=11837 vsize=10686560 memory=4040 CPUtime=0.29 cores=1,3,5,7
/proc/11840/task/11853/stat : 11853 (java) S 11837 11840 7968 0 -1 1077944384 3296 0 0 0 29 0 0 0 20 0 17 0 13099439 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707022490192 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11854] ppid=11837 vsize=10686560 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11854/stat : 11854 (java) S 11837 11840 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13099439 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140706953816800 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11855] ppid=11837 vsize=10686560 memory=7684 CPUtime=0.15 cores=1,3,5,7
/proc/11840/task/11855/stat : 11855 (java) S 11837 11840 7968 0 -1 1077944384 670 0 0 0 9 6 0 0 20 0 17 0 13099443 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140706952764080 140707464616578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11974] ppid=11837 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11974/stat : 11974 (java) S 11837 11840 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 13141513 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140706949611120 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11975] ppid=11837 vsize=10686560 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11975/stat : 11975 (java) S 11837 11840 7968 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 17 0 13141513 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140706948558560 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
Current children cumulated CPU time: 1688.76 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8281004 KiB

[startup+453.601 s]
/proc/loadavg: 7.12 7.34 7.33 9/213 11976
/proc/meminfo: memFree=14931628/32770624 swapFree=67108860/67108860
[pid=11840] ppid=11837 vsize=10686560 memory=8281004 CPUtime=1691.85 cores=1,3,5,7
/proc/11840/stat : 11840 (java) S 11837 11840 7968 0 -1 1077944320 2979105 0 0 0 168221 964 0 0 20 0 17 0 13099426 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140732678493584 140707464605431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
/proc/11840/statm: 2671640 2070251 3152 1 0 2661055 0
[pid=11840/tid=11842] ppid=11837 vsize=10686560 memory=11320 CPUtime=12.91 cores=1,3,5,7
/proc/11840/task/11842/stat : 11842 (java) S 11837 11840 7968 0 -1 1077944384 23786 0 0 0 1263 28 0 0 20 0 17 0 13099434 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707468846112 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11843] ppid=11837 vsize=10686560 memory=2424 CPUtime=415.12 cores=1,3,5,7
/proc/11840/task/11843/stat : 11843 (java) R 11837 11840 7968 0 -1 4202560 573250 0 0 0 41288 224 0 0 20 0 17 0 13099435 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707425504520 140707457233639 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11844] ppid=11837 vsize=10686560 memory=-8774313645642428999 CPUtime=415.39 cores=1,3,5,7
/proc/11840/task/11844/stat : 11844 (java) R 11837 11840 7968 0 -1 4202560 700860 0 0 0 41310 229 0 0 20 0 17 0 13099435 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707074333832 140707457233639 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11845] ppid=11837 vsize=10686560 memory=640 CPUtime=414.34 cores=1,3,5,7
/proc/11840/task/11845/stat : 11845 (java) R 11837 11840 7968 0 -1 4202560 740344 0 0 0 41201 233 0 0 20 0 17 0 13099435 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707073280720 140707457233639 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11846] ppid=11837 vsize=10686560 memory=1792 CPUtime=415.63 cores=1,3,5,7
/proc/11840/task/11846/stat : 11846 (java) R 11837 11840 7968 0 -1 4202560 834859 0 0 0 41326 237 0 0 20 0 17 0 13099435 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707072228312 140707449305208 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11847] ppid=11837 vsize=10686560 memory=8281004 CPUtime=17.07 cores=1,3,5,7
/proc/11840/task/11847/stat : 11847 (java) S 11837 11840 7968 0 -1 1077944384 96036 0 0 0 1702 5 0 0 20 0 17 0 13099436 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707028808640 140707464615637 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11848] ppid=11837 vsize=10686560 memory=8281004 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11848/stat : 11848 (java) S 11837 11840 7968 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 13099436 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707027756128 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11849] ppid=11837 vsize=10686560 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11849/stat : 11849 (java) S 11837 11840 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 13099437 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707026703232 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11850] ppid=11837 vsize=10686560 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11850/stat : 11850 (java) S 11837 11840 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13099439 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707025651536 140707464624027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11851] ppid=11837 vsize=10686560 memory=1700 CPUtime=0.47 cores=1,3,5,7
/proc/11840/task/11851/stat : 11851 (java) S 11837 11840 7968 0 -1 1077944384 2673 0 0 0 47 0 0 0 20 0 17 0 13099439 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707024599968 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11852] ppid=11837 vsize=10686560 memory=1228 CPUtime=0.38 cores=1,3,5,7
/proc/11840/task/11852/stat : 11852 (java) S 11837 11840 7968 0 -1 1077944384 1826 0 0 0 38 0 0 0 20 0 17 0 13099439 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707023546880 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11853] ppid=11837 vsize=10686560 memory=1000 CPUtime=0.29 cores=1,3,5,7
/proc/11840/task/11853/stat : 11853 (java) S 11837 11840 7968 0 -1 1077944384 3296 0 0 0 29 0 0 0 20 0 17 0 13099439 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140707022490192 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11854] ppid=11837 vsize=10686560 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11854/stat : 11854 (java) S 11837 11840 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13099439 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140706953816800 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11855] ppid=11837 vsize=10686560 memory=5520 CPUtime=0.15 cores=1,3,5,7
/proc/11840/task/11855/stat : 11855 (java) S 11837 11840 7968 0 -1 1077944384 672 0 0 0 9 6 0 0 20 0 17 0 13099443 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140706952764080 140707464616578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11974] ppid=11837 vsize=10686560 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11974/stat : 11974 (java) S 11837 11840 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 13141513 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140706949611120 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11975] ppid=11837 vsize=10686560 memory=792 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11975/stat : 11975 (java) S 11837 11840 7968 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 17 0 13141513 10943037440 2070251 18446744073709551615 4194304 4196468 140732678511040 140706948558560 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
Current children cumulated CPU time: 1691.85 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8281004 KiB

[startup+454.001 s]*
/proc/loadavg: 7.12 7.34 7.33 6/213 11976
/proc/meminfo: memFree=14931628/32770624 swapFree=67108860/67108860
[pid=11840] ppid=11837 vsize=10686560 memory=8281008 CPUtime=1692.36 cores=1,3,5,7
/proc/11840/stat : 11840 (java) S 11837 11840 7968 0 -1 1077944320 2984269 0 0 0 168271 965 0 0 20 0 17 0 13099426 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140732678493584 140707464605431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
/proc/11840/statm: 2671640 2070252 3152 1 0 2661055 0
[pid=11840/tid=11842] ppid=11837 vsize=10686560 memory=-8774313645642428999 CPUtime=12.91 cores=1,3,5,7
/proc/11840/task/11842/stat : 11842 (java) S 11837 11840 7968 0 -1 1077944384 23786 0 0 0 1263 28 0 0 20 0 17 0 13099434 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707468846112 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11843] ppid=11837 vsize=10686560 memory=6935649255759568960 CPUtime=415.15 cores=1,3,5,7
/proc/11840/task/11843/stat : 11843 (java) S 11837 11840 7968 0 -1 1077944384 573250 0 0 0 41291 224 0 0 20 0 17 0 13099435 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707425504400 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11844] ppid=11837 vsize=10686560 memory=6944656575208382560 CPUtime=415.42 cores=1,3,5,7
/proc/11840/task/11844/stat : 11844 (java) S 11837 11840 7968 0 -1 1077944384 700860 0 0 0 41313 229 0 0 20 0 17 0 13099435 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707074333712 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11845] ppid=11837 vsize=10686560 memory=6935649255759568960 CPUtime=414.38 cores=1,3,5,7
/proc/11840/task/11845/stat : 11845 (java) S 11837 11840 7968 0 -1 1077944384 740344 0 0 0 41205 233 0 0 20 0 17 0 13099435 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707073280912 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11846] ppid=11837 vsize=10686560 memory=6935649255759568960 CPUtime=415.66 cores=1,3,5,7
/proc/11840/task/11846/stat : 11846 (java) S 11837 11840 7968 0 -1 1077944384 834859 0 0 0 41329 237 0 0 20 0 17 0 13099435 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707072228112 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11847] ppid=11837 vsize=10686560 memory=6935649255759568960 CPUtime=17.44 cores=1,3,5,7
/proc/11840/task/11847/stat : 11847 (java) R 11837 11840 7968 0 -1 4202560 101200 0 0 0 1739 5 0 0 20 0 17 0 13099436 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707028808528 140707449601940 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11848] ppid=11837 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11848/stat : 11848 (java) S 11837 11840 7968 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 13099436 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707027756128 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11849] ppid=11837 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11849/stat : 11849 (java) S 11837 11840 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 13099437 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707026703232 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11850] ppid=11837 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11850/stat : 11850 (java) S 11837 11840 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13099439 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707025651536 140707464624027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11851] ppid=11837 vsize=10686560 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/11840/task/11851/stat : 11851 (java) S 11837 11840 7968 0 -1 1077944384 2673 0 0 0 47 0 0 0 20 0 17 0 13099439 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707024599968 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11852] ppid=11837 vsize=10686560 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/11840/task/11852/stat : 11852 (java) S 11837 11840 7968 0 -1 1077944384 1826 0 0 0 38 0 0 0 20 0 17 0 13099439 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707023546880 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11853] ppid=11837 vsize=10686560 memory=279886243662704 CPUtime=0.29 cores=1,3,5,7
/proc/11840/task/11853/stat : 11853 (java) S 11837 11840 7968 0 -1 1077944384 3296 0 0 0 29 0 0 0 20 0 17 0 13099439 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707022490192 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11854] ppid=11837 vsize=10686560 memory=7444840976279758441 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11854/stat : 11854 (java) S 11837 11840 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13099439 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140706953816800 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11855] ppid=11837 vsize=10686560 memory=7739548562209859947 CPUtime=0.15 cores=1,3,5,7
/proc/11840/task/11855/stat : 11855 (java) S 11837 11840 7968 0 -1 1077944384 672 0 0 0 9 6 0 0 20 0 17 0 13099443 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140706952764080 140707464616578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11974] ppid=11837 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11974/stat : 11974 (java) S 11837 11840 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 13141513 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140706949611120 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11975] ppid=11837 vsize=10686560 memory=7588992259129126546 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11975/stat : 11975 (java) S 11837 11840 7968 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 17 0 13141513 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140706948558560 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
Current children cumulated CPU time: 1692.36 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8281008 KiB

[startup+454.201 s]
/proc/loadavg: 7.12 7.34 7.33 6/213 11976
/proc/meminfo: memFree=14931628/32770624 swapFree=67108860/67108860
[pid=11840] ppid=11837 vsize=10686560 memory=8281008 CPUtime=1692.55 cores=1,3,5,7
/proc/11840/stat : 11840 (java) S 11837 11840 7968 0 -1 1077944320 2984269 0 0 0 168290 965 0 0 20 0 17 0 13099426 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140732678493584 140707464605431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
/proc/11840/statm: 2671640 2070252 3152 1 0 2661055 0
[pid=11840/tid=11842] ppid=11837 vsize=10686560 memory=301741386376686938 CPUtime=12.91 cores=1,3,5,7
/proc/11840/task/11842/stat : 11842 (java) S 11837 11840 7968 0 -1 1077944384 23786 0 0 0 1263 28 0 0 20 0 17 0 13099434 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707468846112 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11843] ppid=11837 vsize=10686560 memory=14128935776635434 CPUtime=415.15 cores=1,3,5,7
/proc/11840/task/11843/stat : 11843 (java) S 11837 11840 7968 0 -1 1077944384 573250 0 0 0 41291 224 0 0 20 0 17 0 13099435 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707425504400 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11844] ppid=11837 vsize=10686560 memory=6944656592455097440 CPUtime=415.42 cores=1,3,5,7
/proc/11840/task/11844/stat : 11844 (java) S 11837 11840 7968 0 -1 1077944384 700860 0 0 0 41313 229 0 0 20 0 17 0 13099435 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707074333712 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11845] ppid=11837 vsize=10686560 memory=-1088251628401078322 CPUtime=414.38 cores=1,3,5,7
/proc/11840/task/11845/stat : 11845 (java) S 11837 11840 7968 0 -1 1077944384 740344 0 0 0 41205 233 0 0 20 0 17 0 13099435 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707073280912 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11846] ppid=11837 vsize=10686560 memory=6944656592455097440 CPUtime=415.66 cores=1,3,5,7
/proc/11840/task/11846/stat : 11846 (java) S 11837 11840 7968 0 -1 1077944384 834859 0 0 0 41329 237 0 0 20 0 17 0 13099435 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707072228112 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11847] ppid=11837 vsize=10686560 memory=6944656592455359580 CPUtime=17.63 cores=1,3,5,7
/proc/11840/task/11847/stat : 11847 (java) R 11837 11840 7968 0 -1 4202560 101200 0 0 0 1758 5 0 0 20 0 17 0 13099436 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707028808528 140707442975611 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11848] ppid=11837 vsize=10686560 memory=279886242500280 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11848/stat : 11848 (java) S 11837 11840 7968 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 13099436 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707027756128 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11849] ppid=11837 vsize=10686560 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11849/stat : 11849 (java) S 11837 11840 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 13099437 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707026703232 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11850] ppid=11837 vsize=10686560 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11850/stat : 11850 (java) S 11837 11840 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13099439 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707025651536 140707464624027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11851] ppid=11837 vsize=10686560 memory=6656426216303648864 CPUtime=0.47 cores=1,3,5,7
/proc/11840/task/11851/stat : 11851 (java) S 11837 11840 7968 0 -1 1077944384 2673 0 0 0 47 0 0 0 20 0 17 0 13099439 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707024599968 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11852] ppid=11837 vsize=10686560 memory=6655300316396806240 CPUtime=0.38 cores=1,3,5,7
/proc/11840/task/11852/stat : 11852 (java) S 11837 11840 7968 0 -1 1077944384 1826 0 0 0 38 0 0 0 20 0 17 0 13099439 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707023546880 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11853] ppid=11837 vsize=10686560 memory=6943526294502006880 CPUtime=0.29 cores=1,3,5,7
/proc/11840/task/11853/stat : 11853 (java) S 11837 11840 7968 0 -1 1077944384 3296 0 0 0 29 0 0 0 20 0 17 0 13099439 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140707022490192 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11854] ppid=11837 vsize=10686560 memory=-2897801490638248215 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11854/stat : 11854 (java) S 11837 11840 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13099439 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140706953816800 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11855] ppid=11837 vsize=10686560 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/11840/task/11855/stat : 11855 (java) S 11837 11840 7968 0 -1 1077944384 672 0 0 0 9 6 0 0 20 0 17 0 13099443 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140706952764080 140707464616578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11974] ppid=11837 vsize=10686560 memory=13847486485782981 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11974/stat : 11974 (java) S 11837 11840 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 13141513 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140706949611120 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
[pid=11840/tid=11975] ppid=11837 vsize=10686560 memory=117298 CPUtime=0 cores=1,3,5,7
/proc/11840/task/11975/stat : 11975 (java) S 11837 11840 7968 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 17 0 13141513 10943037440 2070252 18446744073709551615 4194304 4196468 140732678511040 140706948558560 140707464615637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24293376 140732678513041 140732678513194 140732678513194 140732678516687 0
Current children cumulated CPU time: 1692.55 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8281008 KiB

Child status: 0
Real time (s): 454.305
CPU time (s): 1692.67
CPU user time (s): 1682.93
CPU system time (s): 9.73157
CPU usage (%): 372.583
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8281008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1682.93
system time used= 9.73156
maximum resident set size= 8281260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2987420
page faults= 0
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39098
involuntary context switches= 55180


# summary of solver processes directly reported to runsolver:
#   pid: 11840
#   total CPU time (s): 1692.67
#   total CPU user time (s): 1682.93
#   total CPU system time (s): 9.73157

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.72762 second user time and 4.55504 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 04:28:51
IDJOB=4263122
IDBENCH=115766
IDSOLVER=2651
FILE ID=node128/4263122-1502592167
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-20-8.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263122-1502592167/watcher-4263122-1502592167 -o /tmp/evaluation-result-4263122-1502592167/solver-4263122-1502592167 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263122-1502592167.xml

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

MD5SUM BENCH= 713d39b17b6d51a27147ff336666abea
RANDOM SEED=440775921

node128.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.94
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.94
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.94
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.94
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:        23212128 kB
MemAvailable:   23715544 kB
Buffers:          107520 kB
Cached:           684744 kB
SwapCached:            0 kB
Active:          8525020 kB
Inactive:         612888 kB
Active(anon):    8345860 kB
Inactive(anon):    16764 kB
Active(file):     179160 kB
Inactive(file):   596124 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1680 kB
Writeback:            12 kB
AnonPages:       8345176 kB
Mapped:            43480 kB
Shmem:             17116 kB
Slab:             112348 kB
SReclaimable:      87936 kB
SUnreclaim:        24412 kB
KernelStack:        3456 kB
PageTables:        21300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7364608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 04:36:25