Trace number 4263121

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? 1598.1 429.51801

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-20-7.xml
MD5SUM5ac81d61620ff7de9755053b8ee3703d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1640
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints440
Number of domains1
Minimum domain size1726
Maximum domain size1726
Distribution of domain sizes[{"size":1726,"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

1514.86/407.25	Aug 13, 2017 4:33:44 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1514.86/407.25	INFO: Runtime exception
1514.86/407.25	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1514.86/407.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1514.86/407.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1514.86/407.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1514.86/407.25		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1514.86/407.25		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1514.86/407.25		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1514.86/407.25		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1514.86/407.25		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1514.86/407.25		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1514.86/407.25		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1514.86/407.25		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1514.86/407.25		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1514.86/407.25		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1514.86/407.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1514.86/407.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1514.86/407.25		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1514.86/407.25		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1514.86/407.25		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1514.86/407.25		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1514.86/407.25		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1514.86/407.25		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1514.86/407.25		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1514.86/407.25	Caused by: java.lang.reflect.InvocationTargetException
1514.86/407.25		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1514.86/407.25		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1514.86/407.25		at java.lang.reflect.Method.invoke(Method.java:498)
1514.86/407.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1514.86/407.25		... 21 more
1514.86/407.25	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1514.86/407.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1514.86/407.25		... 25 more
1514.86/407.25	Caused by: java.lang.reflect.InvocationTargetException
1514.86/407.25		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1514.86/407.25		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1514.86/407.25		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1514.86/407.25		at java.lang.reflect.Method.invoke(Method.java:498)
1514.86/407.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1514.86/407.25		... 25 more
1514.86/407.25	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1514.86/407.25		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1514.86/407.25		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1514.86/407.25		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1514.86/407.25		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1514.86/407.25		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1514.86/407.25		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1514.86/407.25		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1514.86/407.25		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1514.86/407.25		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1514.86/407.25		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1514.86/407.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1514.86/407.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:326)
1514.86/407.25		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1514.86/407.25		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1514.86/407.25		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1514.86/407.25		at java.lang.reflect.Method.invoke(Method.java:498)
1514.86/407.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1514.86/407.25		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1514.86/407.25		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1514.86/407.25		at java.lang.reflect.Method.invoke(Method.java:498)
1514.86/407.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1514.86/407.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1514.86/407.25		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1514.86/407.25		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1514.86/407.25		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1514.86/407.25		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1514.86/407.25		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1514.86/407.25		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1514.86/407.25		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1514.86/407.25		at org.xcsp.parser.XCallbacks$$Lambda$58/120694604.accept(Unknown Source)
1514.86/407.25		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1514.86/407.25		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1514.86/407.25	
1597.98/429.43	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1597.98/429.43	c This is free software under the dual EPL/GNU LGPL licenses.
1597.98/429.43	c See www.sat4j.org for details.
1597.98/429.43	c That software uses the Rhino library from the Mozilla project.
1597.98/429.43	c version CUSTOM.v20170705
1597.98/429.43	c java.runtime.name	Java(TM) SE Runtime Environment
1597.98/429.43	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1597.98/429.43	c java.vm.version	25.131-b11
1597.98/429.43	c java.vm.vendor	Oracle Corporation
1597.98/429.43	c sun.arch.data.model	64
1597.98/429.43	c java.version		1.8.0_131
1597.98/429.43	c os.name		Linux
1597.98/429.43	c os.version		3.10.0-514.16.1.el7.x86_64
1597.98/429.43	c os.arch		amd64
1597.98/429.43	c Free memory 		499604488
1597.98/429.43	c Max memory 		7247757312
1597.98/429.43	c Total memory 		504889344
1597.98/429.43	c Number of processors 	4
1597.98/429.43	c c --- Begin Solver configuration ---
1597.98/429.43	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1597.98/429.43	c Learn all clauses as in MiniSAT
1597.98/429.43	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1597.98/429.43	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1597.98/429.43	c No reason simplification
1597.98/429.43	c Glucose 2.1 dynamic restart strategy
1597.98/429.43	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
1597.98/429.43	c timeout=2147483s
1597.98/429.43	c DB Simplification allowed=false
1597.98/429.43	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1597.98/429.43	c --- End Solver configuration ---
1597.98/429.43	c starts		: 0
1597.98/429.43	c conflicts		: 0
1597.98/429.43	c decisions		: 0
1597.98/429.43	c propagations		: 0
1597.98/429.43	c inspects		: 0
1597.98/429.43	c shortcuts		: 0
1597.98/429.43	c learnt literals	: 0
1597.98/429.43	c learnt binary clauses	: 0
1597.98/429.43	c learnt ternary clauses	: 0
1597.98/429.43	c learnt constraints	: 0
1597.98/429.43	c ignored constraints	: 0
1597.98/429.43	c root simplifications	: 0
1597.98/429.43	c removed literals (reason simplification)	: 0
1597.98/429.43	c reason swapping (by a shorter reason)	: 0
1597.98/429.43	c Calls to reduceDB	: 0
1597.98/429.43	c Number of update (reduction) of LBD	: 0
1597.98/429.43	c Imported unit clauses	: 0
1597.98/429.43	c number of reductions to clauses (during analyze)	: 0
1597.98/429.43	c number of learned constraints concerned by reduction	: 0
1597.98/429.43	c number of learning phase by resolution	: 0
1597.98/429.43	c number of learning phase by cutting planes	: 0
1597.98/429.43	c number of rounding to 1 operations	: 0
1597.98/429.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1597.98/429.43	c number of reductions of the coefficients by power 2 	: 0
1597.98/429.43	c number of right shift for reduction by power 2 	: 0
1597.98/429.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
1597.98/429.43	c speed (assignments/second)	: 0.0
1597.98/429.43	c non guided choices	0
1597.98/429.43	c learnt constraints type 
1597.98/429.43	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15364 MiB free)
  memory of node 1: 16384 MiB (7304 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263121-1502592066/watcher-4263121-1502592066 -o /tmp/evaluation-result-4263121-1502592066/solver-4263121-1502592066 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263121-1502592066.xml 

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

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
solver pid=11755, runsolver pid=11752
Current StackSize limit: 8192 KiB


[startup+0.105028 s]*
/proc/loadavg: 7.35 7.58 7.44 5/205 11764
/proc/meminfo: memFree=23202700/32770624 swapFree=67108860/67108860
[pid=11755] ppid=11752 vsize=10151672 memory=20736 CPUtime=0.03 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 7968 0 -1 1077944320 4054 0 0 0 3 0 0 0 20 0 9 0 13089249 10395312128 5184 18446744073709551615 4194304 4196468 140727649111120 140727649093664 140579030650615 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
/proc/11755/statm: 2537918 5184 2156 1 0 2527415 0
[pid=11755/tid=11757] ppid=11752 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=0,2,4,6
/proc/11755/task/11757/stat : 11757 (java) R 11752 11755 7968 0 -1 4202560 2693 0 0 0 3 0 0 0 20 0 9 0 13089255 10395312128 5184 18446744073709551615 4194304 4196468 140727649111120 140579034886008 140579030672541 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11758] ppid=11752 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11758/stat : 11758 (java) S 11752 11755 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13089256 10395312128 5184 18446744073709551615 4194304 4196468 140727649111120 140578987617040 140579030660821 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11759] ppid=11752 vsize=10151672 memory=140579923412608 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11759/stat : 11759 (java) S 11752 11755 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13089256 10395312128 5184 18446744073709551615 4194304 4196468 140727649111120 140578986564496 140579030660821 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11760] ppid=11752 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11760/stat : 11760 (java) S 11752 11755 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13089256 10395312128 5184 18446744073709551615 4194304 4196468 140727649111120 140578985511952 140579030660821 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11761] ppid=11752 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11761/stat : 11761 (java) S 11752 11755 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13089256 10395312128 5184 18446744073709551615 4194304 4196468 140727649111120 140578984459408 140579030660821 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11762] ppid=11752 vsize=10151672 memory=140579923412608 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) S 11752 11755 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13089258 10395312128 5184 18446744073709551615 4194304 4196468 140727649111120 140578593900528 140579030661762 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11763] ppid=11752 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 13089258 10395312128 5184 18446744073709551615 4194304 4196468 140727649111120 140578592846752 140579030660821 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11764] ppid=11752 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 13089258 10395312128 5184 18446744073709551615 4194304 4196468 140727649111120 140578591794160 140579030660821 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20736 KiB

[startup+0.210002 s]*
/proc/loadavg: 7.35 7.58 7.44 8/211 11770
/proc/meminfo: memFree=23194148/32770624 swapFree=67108860/67108860
[pid=11755] ppid=11752 vsize=10551156 memory=29796 CPUtime=0.15 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 7968 0 -1 1077944320 7631 0 0 0 13 2 0 0 20 0 15 0 13089249 10804383744 7449 18446744073709551615 4194304 4196468 140727649111120 140727649093664 140579030650615 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
/proc/11755/statm: 2637789 7449 2793 1 0 2627261 0
[pid=11755/tid=11757] ppid=11752 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=0,2,4,6
/proc/11755/task/11757/stat : 11757 (java) R 11752 11755 7968 0 -1 4202560 5460 0 0 0 9 1 0 0 20 0 15 0 13089255 10804383744 7449 18446744073709551615 4194304 4196468 140727649111120 140579034873200 140579010462042 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11758] ppid=11752 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11758/stat : 11758 (java) S 11752 11755 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13089256 10804383744 7449 18446744073709551615 4194304 4196468 140727649111120 140578987617040 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11759] ppid=11752 vsize=10551156 memory=140579923420897 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11759/stat : 11759 (java) S 11752 11755 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13089256 10804383744 7449 18446744073709551615 4194304 4196468 140727649111120 140578986564496 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11760] ppid=11752 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11760/stat : 11760 (java) S 11752 11755 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13089256 10804383744 7449 18446744073709551615 4194304 4196468 140727649111120 140578985511952 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11761] ppid=11752 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11761/stat : 11761 (java) S 11752 11755 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13089256 10804383744 7449 18446744073709551615 4194304 4196468 140727649111120 140578984459408 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11762] ppid=11752 vsize=10551156 memory=140579923412608 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) S 11752 11755 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13089258 10804383744 7449 18446744073709551615 4194304 4196468 140727649111120 140578593900528 140579030661762 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11763] ppid=11752 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13089258 10804383744 7449 18446744073709551615 4194304 4196468 140727649111120 140578592846752 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11764] ppid=11752 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13089258 10804383744 7449 18446744073709551615 4194304 4196468 140727649111120 140578591794160 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11765] ppid=11752 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11765/stat : 11765 (java) S 11752 11755 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13089261 10804383744 7449 18446744073709551615 4194304 4196468 140727649111120 140578590742736 140579030669211 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11766] ppid=11752 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11766/stat : 11766 (java) S 11752 11755 7968 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 13089261 10804383744 7449 18446744073709551615 4194304 4196468 140727649111120 140578589690352 140579030661762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11767] ppid=11752 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11767/stat : 11767 (java) S 11752 11755 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13089261 10804383744 7449 18446744073709551615 4194304 4196468 140727649111120 140578588637808 140579030661762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11768] ppid=11752 vsize=10551156 memory=140579923412608 CPUtime=0.02 cores=0,2,4,6
/proc/11755/task/11768/stat : 11768 (java) R 11752 11755 7968 0 -1 4202560 379 0 0 0 2 0 0 0 20 0 15 0 13089261 10804383744 7449 18446744073709551615 4194304 4196468 140727649111120 140578587585264 140579030671962 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11769] ppid=11752 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11769/stat : 11769 (java) S 11752 11755 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13089261 10804383744 7449 18446744073709551615 4194304 4196468 140727649111120 140578586532960 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11770] ppid=11752 vsize=10551156 memory=140579923412608 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11770/stat : 11770 (java) S 11752 11755 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13089264 10804383744 7449 18446744073709551615 4194304 4196468 140727649111120 140578585479472 140579030661762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29796 KiB

[startup+0.31504 s]*
/proc/loadavg: 7.35 7.58 7.44 6/211 11770
/proc/meminfo: memFree=23187400/32770624 swapFree=67108860/67108860
[pid=11755] ppid=11752 vsize=10551156 memory=39364 CPUtime=0.32 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 7968 0 -1 1077944320 9746 0 0 0 29 3 0 0 20 0 15 0 13089249 10804383744 9841 18446744073709551615 4194304 4196468 140727649111120 140727649093664 140579030650615 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
/proc/11755/statm: 2637789 9841 2912 1 0 2627261 0
[pid=11755/tid=11757] ppid=11752 vsize=10551156 memory=-8774313645642428999 CPUtime=0.21 cores=0,2,4,6
/proc/11755/task/11757/stat : 11757 (java) R 11752 11755 7968 0 -1 4202560 6850 0 0 0 19 2 0 0 20 0 15 0 13089255 10804383744 9841 18446744073709551615 4194304 4196468 140727649111120 140579034885440 140579012214175 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11758] ppid=11752 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11758/stat : 11758 (java) S 11752 11755 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13089256 10804383744 9841 18446744073709551615 4194304 4196468 140727649111120 140578987617040 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11759] ppid=11752 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11759/stat : 11759 (java) S 11752 11755 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13089256 10804383744 9841 18446744073709551615 4194304 4196468 140727649111120 140578986564496 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11760] ppid=11752 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11760/stat : 11760 (java) S 11752 11755 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13089256 10804383744 9841 18446744073709551615 4194304 4196468 140727649111120 140578985511952 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11761] ppid=11752 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11761/stat : 11761 (java) S 11752 11755 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13089256 10804383744 9841 18446744073709551615 4194304 4196468 140727649111120 140578984459408 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11762] ppid=11752 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) S 11752 11755 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13089258 10804383744 9841 18446744073709551615 4194304 4196468 140727649111120 140578593900528 140579030661762 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11763] ppid=11752 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13089258 10804383744 9841 18446744073709551615 4194304 4196468 140727649111120 140578592846752 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11764] ppid=11752 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13089258 10804383744 9841 18446744073709551615 4194304 4196468 140727649111120 140578591794160 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11765] ppid=11752 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11765/stat : 11765 (java) S 11752 11755 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13089261 10804383744 9841 18446744073709551615 4194304 4196468 140727649111120 140578590742736 140579030669211 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11766] ppid=11752 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11755/task/11766/stat : 11766 (java) S 11752 11755 7968 0 -1 1077944384 516 0 0 0 1 0 0 0 20 0 15 0 13089261 10804383744 9841 18446744073709551615 4194304 4196468 140727649111120 140578589690352 140579030661762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11767] ppid=11752 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11755/task/11767/stat : 11767 (java) S 11752 11755 7968 0 -1 1077944384 201 0 0 0 1 0 0 0 20 0 15 0 13089261 10804383744 9841 18446744073709551615 4194304 4196468 140727649111120 140578588637808 140579030661762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11768] ppid=11752 vsize=10551156 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/11755/task/11768/stat : 11768 (java) R 11752 11755 7968 0 -1 4202560 813 0 0 0 6 0 0 0 20 0 15 0 13089261 10804383744 9841 18446744073709551615 4194304 4196468 140727649111120 140578587585264 140579030671962 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11769] ppid=11752 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11769/stat : 11769 (java) S 11752 11755 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13089261 10804383744 9841 18446744073709551615 4194304 4196468 140727649111120 140578586532960 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11770] ppid=11752 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11770/stat : 11770 (java) S 11752 11755 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13089264 10804383744 9841 18446744073709551615 4194304 4196468 140727649111120 140578585479472 140579030661762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39364 KiB

[startup+0.70163 s]
/proc/loadavg: 7.35 7.58 7.44 9/211 11770
/proc/meminfo: memFree=23171332/32770624 swapFree=67108860/67108860
[pid=11755] ppid=11752 vsize=10551232 memory=237156 CPUtime=1.33 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 7968 0 -1 1077944320 11874 0 0 0 121 12 0 0 20 0 15 0 13089249 10804461568 59289 18446744073709551615 4194304 4196468 140727649111120 140727649093664 140579030650615 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
/proc/11755/statm: 2637808 59289 3076 1 0 2627261 0
[pid=11755/tid=11757] ppid=11752 vsize=10551232 memory=194 CPUtime=0.52 cores=0,2,4,6
/proc/11755/task/11757/stat : 11757 (java) S 11752 11755 7968 0 -1 1077944384 7433 0 0 0 47 5 0 0 20 0 15 0 13089255 10804461568 59289 18446744073709551615 4194304 4196468 140727649111120 140579034887408 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11758] ppid=11752 vsize=10551232 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/11755/task/11758/stat : 11758 (java) R 11752 11755 7968 0 -1 4202560 115 0 0 0 4 1 0 0 20 0 15 0 13089256 10804461568 59801 18446744073709551615 4194304 4196468 140727649111120 140578987617240 140579015678498 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11759] ppid=11752 vsize=10551232 memory=5 CPUtime=0.04 cores=0,2,4,6
/proc/11755/task/11759/stat : 11759 (java) R 11752 11755 7968 0 -1 4202560 97 0 0 0 3 1 0 0 20 0 15 0 13089256 10804461568 59801 18446744073709551615 4194304 4196468 140727649111120 140578986564696 140579015678498 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11760] ppid=11752 vsize=10551232 memory=15 CPUtime=0.05 cores=0,2,4,6
/proc/11755/task/11760/stat : 11760 (java) R 11752 11755 7968 0 -1 4202560 101 0 0 0 4 1 0 0 20 0 15 0 13089256 10804461568 59801 18446744073709551615 4194304 4196468 140727649111120 140578985511840 140579015678498 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11761] ppid=11752 vsize=10551232 memory=61 CPUtime=0.05 cores=0,2,4,6
/proc/11755/task/11761/stat : 11761 (java) R 11752 11755 7968 0 -1 4202560 107 0 0 0 4 1 0 0 20 0 15 0 13089256 10804461568 59801 18446744073709551615 4194304 4196468 140727649111120 140578984459608 140579015678480 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11762] ppid=11752 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) S 11752 11755 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 13089258 10804461568 59801 18446744073709551615 4194304 4196468 140727649111120 140578593899040 140579030660821 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11763] ppid=11752 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13089258 10804461568 59801 18446744073709551615 4194304 4196468 140727649111120 140578592846752 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11764] ppid=11752 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13089258 10804461568 59801 18446744073709551615 4194304 4196468 140727649111120 140578591794160 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11765] ppid=11752 vsize=10551232 memory=2 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11765/stat : 11765 (java) S 11752 11755 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13089261 10804461568 59801 18446744073709551615 4194304 4196468 140727649111120 140578590742736 140579030669211 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11766] ppid=11752 vsize=10551232 memory=30 CPUtime=0.16 cores=0,2,4,6
/proc/11755/task/11766/stat : 11766 (java) S 11752 11755 7968 0 -1 1077944384 921 0 0 0 16 0 0 0 20 0 15 0 13089261 10804461568 59801 18446744073709551615 4194304 4196468 140727649111120 140578589675344 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11767] ppid=11752 vsize=10551232 memory=2 CPUtime=0.16 cores=0,2,4,6
/proc/11755/task/11767/stat : 11767 (java) S 11752 11755 7968 0 -1 1077944384 505 0 0 0 16 0 0 0 20 0 15 0 13089261 10804461568 59801 18446744073709551615 4194304 4196468 140727649111120 140578588637808 140579030661762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11768] ppid=11752 vsize=10551232 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/11755/task/11768/stat : 11768 (java) S 11752 11755 7968 0 -1 1077944384 1154 0 0 0 22 0 0 0 20 0 15 0 13089261 10804461568 59801 18446744073709551615 4194304 4196468 140727649111120 140578587585264 140579030661762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11769] ppid=11752 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11769/stat : 11769 (java) S 11752 11755 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13089261 10804461568 59801 18446744073709551615 4194304 4196468 140727649111120 140578586532960 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11770] ppid=11752 vsize=10551232 memory=6463925781705 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11770/stat : 11770 (java) S 11752 11755 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13089264 10804461568 59801 18446744073709551615 4194304 4196468 140727649111120 140578585479472 140579030661762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 237156 KiB

[startup+1.50071 s]
/proc/loadavg: 7.35 7.58 7.44 9/211 11770
/proc/meminfo: memFree=22570964/32770624 swapFree=67108860/67108860
[pid=11755] ppid=11752 vsize=10551232 memory=1057168 CPUtime=2.96 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 7968 0 -1 1077944320 15557 0 0 0 256 40 0 0 20 0 15 0 13089249 10804461568 264292 18446744073709551615 4194304 4196468 140727649111120 140727649093664 140579030650615 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
/proc/11755/statm: 2637808 264292 3086 1 0 2627261 0
[pid=11755/tid=11757] ppid=11752 vsize=10551232 memory=7085094983733243756 CPUtime=1.13 cores=0,2,4,6
/proc/11755/task/11757/stat : 11757 (java) R 11752 11755 7968 0 -1 4202560 8687 0 0 0 99 14 0 0 20 0 15 0 13089255 10804461568 264292 18446744073709551615 4194304 4196468 140727649111120 140579034879472 140578661805532 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11758] ppid=11752 vsize=10551232 memory=-3472574513799858009 CPUtime=0.23 cores=0,2,4,6
/proc/11755/task/11758/stat : 11758 (java) S 11752 11755 7968 0 -1 1077944384 348 0 0 0 17 6 0 0 20 0 15 0 13089256 10804461568 264292 18446744073709551615 4194304 4196468 140727649111120 140578987617040 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11759] ppid=11752 vsize=10551232 memory=-6081406862755241769 CPUtime=0.22 cores=0,2,4,6
/proc/11755/task/11759/stat : 11759 (java) S 11752 11755 7968 0 -1 1077944384 246 0 0 0 17 5 0 0 20 0 15 0 13089256 10804461568 264292 18446744073709551615 4194304 4196468 140727649111120 140578986564496 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11760] ppid=11752 vsize=10551232 memory=-7449383003082255457 CPUtime=0.23 cores=0,2,4,6
/proc/11755/task/11760/stat : 11760 (java) S 11752 11755 7968 0 -1 1077944384 342 0 0 0 17 6 0 0 20 0 15 0 13089256 10804461568 264292 18446744073709551615 4194304 4196468 140727649111120 140578985511952 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11761] ppid=11752 vsize=10551232 memory=7679937539709960979 CPUtime=0.23 cores=0,2,4,6
/proc/11755/task/11761/stat : 11761 (java) S 11752 11755 7968 0 -1 1077944384 342 0 0 0 18 5 0 0 20 0 15 0 13089256 10804461568 264292 18446744073709551615 4194304 4196468 140727649111120 140578984459408 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11762] ppid=11752 vsize=10551232 memory=3184132387188526067 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) S 11752 11755 7968 0 -1 1077944384 496 0 0 0 0 0 0 0 20 0 15 0 13089258 10804461568 264292 18446744073709551615 4194304 4196468 140727649111120 140578593900528 140579030661762 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11763] ppid=11752 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13089258 10804461568 264292 18446744073709551615 4194304 4196468 140727649111120 140578592846752 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11764] ppid=11752 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13089258 10804461568 264292 18446744073709551615 4194304 4196468 140727649111120 140578591794160 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11765] ppid=11752 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11765/stat : 11765 (java) S 11752 11755 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13089261 10804461568 264292 18446744073709551615 4194304 4196468 140727649111120 140578590742736 140579030669211 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11766] ppid=11752 vsize=10551232 memory=6944656592455097440 CPUtime=0.3 cores=0,2,4,6
/proc/11755/task/11766/stat : 11766 (java) R 11752 11755 7968 0 -1 4202560 1281 0 0 0 30 0 0 0 20 0 15 0 13089261 10804461568 264292 18446744073709551615 4194304 4196468 140727649111120 140578589671368 140579011829511 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11767] ppid=11752 vsize=10551232 memory=6944656575208382560 CPUtime=0.29 cores=0,2,4,6
/proc/11755/task/11767/stat : 11767 (java) R 11752 11755 7968 0 -1 4202560 1157 0 0 0 29 0 0 0 20 0 15 0 13089261 10804461568 264292 18446744073709551615 4194304 4196468 140727649111120 140578588618824 140579016802297 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11768] ppid=11752 vsize=10551232 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/11755/task/11768/stat : 11768 (java) S 11752 11755 7968 0 -1 1077944384 1297 0 0 0 26 0 0 0 20 0 15 0 13089261 10804461568 264292 18446744073709551615 4194304 4196468 140727649111120 140578587585264 140579030661762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0

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

/proc/11755/task/11761/stat : 11761 (java) R 11752 11755 7968 0 -1 4202560 836002 0 0 0 38817 212 0 0 20 0 17 0 13089256 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578984459296 140579015647016 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11762] ppid=11752 vsize=10686560 memory=7593461954080436323 CPUtime=16.03 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) S 11752 11755 7968 0 -1 1077944384 85007 0 0 0 1599 4 0 0 20 0 17 0 13089258 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578593899072 140579030660821 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11763] ppid=11752 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 7968 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 13089258 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578592846816 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11764] ppid=11752 vsize=10686560 memory=11320 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 13089258 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578591793280 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11765] ppid=11752 vsize=10686560 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11765/stat : 11765 (java) S 11752 11755 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13089261 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578590742736 140579030669211 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11766] ppid=11752 vsize=10686560 memory=1296 CPUtime=0.46 cores=0,2,4,6
/proc/11755/task/11766/stat : 11766 (java) S 11752 11755 7968 0 -1 1077944384 2930 0 0 0 46 0 0 0 20 0 17 0 13089261 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578589690112 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11767] ppid=11752 vsize=10686560 memory=3880 CPUtime=0.4 cores=0,2,4,6
/proc/11755/task/11767/stat : 11767 (java) S 11752 11755 7968 0 -1 1077944384 1327 0 0 0 40 0 0 0 20 0 17 0 13089261 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578588637856 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11768] ppid=11752 vsize=10686560 memory=3868 CPUtime=0.29 cores=0,2,4,6
/proc/11755/task/11768/stat : 11768 (java) S 11752 11755 7968 0 -1 1077944384 3130 0 0 0 29 0 0 0 20 0 17 0 13089261 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578587581136 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11769] ppid=11752 vsize=10686560 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11769/stat : 11769 (java) S 11752 11755 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13089261 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578586532960 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11770] ppid=11752 vsize=10686560 memory=11320 CPUtime=0.14 cores=0,2,4,6
/proc/11755/task/11770/stat : 11770 (java) S 11752 11755 7968 0 -1 1077944384 649 0 0 0 9 5 0 0 20 0 17 0 13089264 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578585479472 140579030661762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11890] ppid=11752 vsize=10686560 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11890/stat : 11890 (java) S 11752 11755 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 13129974 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578582326448 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11891] ppid=11752 vsize=10686560 memory=8304628 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11891/stat : 11891 (java) S 11752 11755 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13129974 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578581274672 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
Current children cumulated CPU time: 1591.06 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8304628 KiB

[startup+428.801 s]
/proc/loadavg: 7.95 7.51 7.38 9/213 11891
/proc/meminfo: memFree=14917264/32770624 swapFree=67108860/67108860
[pid=11755] ppid=11752 vsize=10686560 memory=8304628 CPUtime=1597.25 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 7968 0 -1 1077944320 2951665 0 0 0 158838 887 0 0 20 0 17 0 13089249 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140727649093664 140579030650615 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
/proc/11755/statm: 2671640 2076157 3154 1 0 2661055 0
[pid=11755/tid=11757] ppid=11752 vsize=10686560 memory=1296 CPUtime=13.36 cores=0,2,4,6
/proc/11755/task/11757/stat : 11757 (java) S 11752 11755 7968 0 -1 1077944384 25349 0 0 0 1308 28 0 0 20 0 17 0 13089255 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140579034891296 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11758] ppid=11752 vsize=10686560 memory=1732 CPUtime=391.88 cores=0,2,4,6
/proc/11755/task/11758/stat : 11758 (java) R 11752 11755 7968 0 -1 4202560 561143 0 0 0 38986 202 0 0 20 0 17 0 13089256 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578987616848 140579023278823 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11759] ppid=11752 vsize=10686560 memory=1700 CPUtime=390.24 cores=0,2,4,6
/proc/11755/task/11759/stat : 11759 (java) R 11752 11755 7968 0 -1 4202560 604462 0 0 0 38806 218 0 0 20 0 17 0 13089256 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578986564616 140579023278823 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11760] ppid=11752 vsize=10686560 memory=8304628 CPUtime=392.45 cores=0,2,4,6
/proc/11755/task/11760/stat : 11760 (java) R 11752 11755 7968 0 -1 4202560 829851 0 0 0 39030 215 0 0 20 0 17 0 13089256 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578985512072 140579023278823 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11761] ppid=11752 vsize=10686560 memory=11808 CPUtime=391.89 cores=0,2,4,6
/proc/11755/task/11761/stat : 11761 (java) R 11752 11755 7968 0 -1 4202560 836358 0 0 0 38977 212 0 0 20 0 17 0 13089256 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578984459296 140579015647016 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11762] ppid=11752 vsize=10686560 memory=14046 CPUtime=16.03 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) S 11752 11755 7968 0 -1 1077944384 85007 0 0 0 1599 4 0 0 20 0 17 0 13089258 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578593899072 140579030660821 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11763] ppid=11752 vsize=10686560 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 7968 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 13089258 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578592846816 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11764] ppid=11752 vsize=10686560 memory=11320 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 13089258 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578591793280 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11765] ppid=11752 vsize=10686560 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11765/stat : 11765 (java) S 11752 11755 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13089261 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578590742736 140579030669211 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11766] ppid=11752 vsize=10686560 memory=302022848351043610 CPUtime=0.46 cores=0,2,4,6
/proc/11755/task/11766/stat : 11766 (java) S 11752 11755 7968 0 -1 1077944384 2930 0 0 0 46 0 0 0 20 0 17 0 13089261 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578589690112 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11767] ppid=11752 vsize=10686560 memory=288230613214036277 CPUtime=0.4 cores=0,2,4,6
/proc/11755/task/11767/stat : 11767 (java) S 11752 11755 7968 0 -1 1077944384 1327 0 0 0 40 0 0 0 20 0 17 0 13089261 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578588637856 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11768] ppid=11752 vsize=10686560 memory=15822205074278351 CPUtime=0.29 cores=0,2,4,6
/proc/11755/task/11768/stat : 11768 (java) S 11752 11755 7968 0 -1 1077944384 3130 0 0 0 29 0 0 0 20 0 17 0 13089261 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578587581136 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11769] ppid=11752 vsize=10686560 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11769/stat : 11769 (java) S 11752 11755 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13089261 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578586532960 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11770] ppid=11752 vsize=10686560 memory=1296 CPUtime=0.14 cores=0,2,4,6
/proc/11755/task/11770/stat : 11770 (java) S 11752 11755 7968 0 -1 1077944384 649 0 0 0 9 5 0 0 20 0 17 0 13089264 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578585479472 140579030661762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11890] ppid=11752 vsize=10686560 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11890/stat : 11890 (java) S 11752 11755 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 13129974 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578582326448 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11891] ppid=11752 vsize=10686560 memory=281159565668512 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11891/stat : 11891 (java) S 11752 11755 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13129974 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578581274672 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
Current children cumulated CPU time: 1597.25 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8304628 KiB

[startup+429.201 s]
/proc/loadavg: 8.04 7.54 7.39 6/213 11891
/proc/meminfo: memFree=14917248/32770624 swapFree=67108860/67108860
[pid=11755] ppid=11752 vsize=10686560 memory=8304628 CPUtime=1597.78 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 7968 0 -1 1077944320 2951665 0 0 0 158891 887 0 0 20 0 17 0 13089249 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140727649093664 140579030650615 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
/proc/11755/statm: 2671640 2076157 3154 1 0 2661055 0
[pid=11755/tid=11757] ppid=11752 vsize=10686560 memory=792 CPUtime=13.36 cores=0,2,4,6
/proc/11755/task/11757/stat : 11757 (java) S 11752 11755 7968 0 -1 1077944384 25349 0 0 0 1308 28 0 0 20 0 17 0 13089255 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140579034891296 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11758] ppid=11752 vsize=10686560 memory=8676 CPUtime=391.92 cores=0,2,4,6
/proc/11755/task/11758/stat : 11758 (java) S 11752 11755 7968 0 -1 1077944384 561143 0 0 0 38990 202 0 0 20 0 17 0 13089256 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578987617040 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11759] ppid=11752 vsize=10686560 memory=-8774313645642428999 CPUtime=390.28 cores=0,2,4,6
/proc/11755/task/11759/stat : 11759 (java) S 11752 11755 7968 0 -1 1077944384 604462 0 0 0 38810 218 0 0 20 0 17 0 13089256 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578986564496 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11760] ppid=11752 vsize=10686560 memory=8279840 CPUtime=392.49 cores=0,2,4,6
/proc/11755/task/11760/stat : 11760 (java) S 11752 11755 7968 0 -1 1077944384 829851 0 0 0 39034 215 0 0 20 0 17 0 13089256 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578985511952 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11761] ppid=11752 vsize=10686560 memory=-8774313645642428999 CPUtime=391.93 cores=0,2,4,6
/proc/11755/task/11761/stat : 11761 (java) S 11752 11755 7968 0 -1 1077944384 836358 0 0 0 38981 212 0 0 20 0 17 0 13089256 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578984459408 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11762] ppid=11752 vsize=10686560 memory=840 CPUtime=16.38 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) R 11752 11755 7968 0 -1 4202560 85007 0 0 0 1634 4 0 0 20 0 17 0 13089258 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578593898960 140579015647022 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11763] ppid=11752 vsize=10686560 memory=3880 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 7968 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 13089258 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578592846816 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11764] ppid=11752 vsize=10686560 memory=3868 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 13089258 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578591793280 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11765] ppid=11752 vsize=10686560 memory=140579782695345 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11765/stat : 11765 (java) S 11752 11755 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13089261 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578590742736 140579030669211 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11766] ppid=11752 vsize=10686560 memory=7018132505088779113 CPUtime=0.46 cores=0,2,4,6
/proc/11755/task/11766/stat : 11766 (java) S 11752 11755 7968 0 -1 1077944384 2930 0 0 0 46 0 0 0 20 0 17 0 13089261 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578589690112 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11767] ppid=11752 vsize=10686560 memory=7018132505088779113 CPUtime=0.4 cores=0,2,4,6
/proc/11755/task/11767/stat : 11767 (java) S 11752 11755 7968 0 -1 1077944384 1327 0 0 0 40 0 0 0 20 0 17 0 13089261 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578588637856 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11768] ppid=11752 vsize=10686560 memory=7593461954080436323 CPUtime=0.29 cores=0,2,4,6
/proc/11755/task/11768/stat : 11768 (java) S 11752 11755 7968 0 -1 1077944384 3130 0 0 0 29 0 0 0 20 0 17 0 13089261 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578587581136 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11769] ppid=11752 vsize=10686560 memory=6082234869036182370 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11769/stat : 11769 (java) S 11752 11755 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13089261 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578586532960 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11770] ppid=11752 vsize=10686560 memory=8304628 CPUtime=0.14 cores=0,2,4,6
/proc/11755/task/11770/stat : 11770 (java) S 11752 11755 7968 0 -1 1077944384 649 0 0 0 9 5 0 0 20 0 17 0 13089264 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578585479472 140579030661762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11890] ppid=11752 vsize=10686560 memory=640 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11890/stat : 11890 (java) S 11752 11755 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 13129974 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578582326448 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11891] ppid=11752 vsize=10686560 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11891/stat : 11891 (java) S 11752 11755 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13129974 10943037440 2076157 18446744073709551615 4194304 4196468 140727649111120 140578581274672 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
Current children cumulated CPU time: 1597.78 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8304628 KiB

[startup+429.401 s]
/proc/loadavg: 8.04 7.54 7.39 6/213 11891
/proc/meminfo: memFree=14917248/32770624 swapFree=67108860/67108860
[pid=11755] ppid=11752 vsize=10686560 memory=8304632 CPUtime=1597.98 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 7968 0 -1 1077944320 2951792 0 0 0 158911 887 0 0 20 0 17 0 13089249 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140727649093664 140579030650615 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
/proc/11755/statm: 2671640 2076158 3154 1 0 2661055 0
[pid=11755/tid=11757] ppid=11752 vsize=10686560 memory=2248 CPUtime=13.36 cores=0,2,4,6
/proc/11755/task/11757/stat : 11757 (java) S 11752 11755 7968 0 -1 1077944384 25349 0 0 0 1308 28 0 0 20 0 17 0 13089255 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140579034891296 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11758] ppid=11752 vsize=10686560 memory=2760 CPUtime=391.92 cores=0,2,4,6
/proc/11755/task/11758/stat : 11758 (java) S 11752 11755 7968 0 -1 1077944384 561143 0 0 0 38990 202 0 0 20 0 17 0 13089256 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140578987617040 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11759] ppid=11752 vsize=10686560 memory=4064 CPUtime=390.28 cores=0,2,4,6
/proc/11755/task/11759/stat : 11759 (java) S 11752 11755 7968 0 -1 1077944384 604462 0 0 0 38810 218 0 0 20 0 17 0 13089256 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140578986564496 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11760] ppid=11752 vsize=10686560 memory=1152 CPUtime=392.49 cores=0,2,4,6
/proc/11755/task/11760/stat : 11760 (java) S 11752 11755 7968 0 -1 1077944384 829851 0 0 0 39034 215 0 0 20 0 17 0 13089256 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140578985511952 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11761] ppid=11752 vsize=10686560 memory=3220 CPUtime=391.93 cores=0,2,4,6
/proc/11755/task/11761/stat : 11761 (java) S 11752 11755 7968 0 -1 1077944384 836358 0 0 0 38981 212 0 0 20 0 17 0 13089256 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140578984459408 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11762] ppid=11752 vsize=10686560 memory=8304628 CPUtime=16.58 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) R 11752 11755 7968 0 -1 4202560 85134 0 0 0 1654 4 0 0 20 0 17 0 13089258 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140578593898960 140579009020795 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11763] ppid=11752 vsize=10686560 memory=1148 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 7968 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 13089258 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140578592846816 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11764] ppid=11752 vsize=10686560 memory=8304628 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 13089258 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140578591793280 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11765] ppid=11752 vsize=10686560 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11765/stat : 11765 (java) S 11752 11755 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13089261 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140578590742736 140579030669211 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11766] ppid=11752 vsize=10686560 memory=3220 CPUtime=0.46 cores=0,2,4,6
/proc/11755/task/11766/stat : 11766 (java) S 11752 11755 7968 0 -1 1077944384 2930 0 0 0 46 0 0 0 20 0 17 0 13089261 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140578589690112 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11767] ppid=11752 vsize=10686560 memory=8304628 CPUtime=0.4 cores=0,2,4,6
/proc/11755/task/11767/stat : 11767 (java) S 11752 11755 7968 0 -1 1077944384 1327 0 0 0 40 0 0 0 20 0 17 0 13089261 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140578588637856 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11768] ppid=11752 vsize=10686560 memory=1148 CPUtime=0.29 cores=0,2,4,6
/proc/11755/task/11768/stat : 11768 (java) S 11752 11755 7968 0 -1 1077944384 3130 0 0 0 29 0 0 0 20 0 17 0 13089261 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140578587581136 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11769] ppid=11752 vsize=10686560 memory=2968 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11769/stat : 11769 (java) S 11752 11755 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13089261 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140578586532960 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11770] ppid=11752 vsize=10686560 memory=8279840 CPUtime=0.14 cores=0,2,4,6
/proc/11755/task/11770/stat : 11770 (java) S 11752 11755 7968 0 -1 1077944384 649 0 0 0 9 5 0 0 20 0 17 0 13089264 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140578585479472 140579030661762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11890] ppid=11752 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11890/stat : 11890 (java) S 11752 11755 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 13129974 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140578582326448 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
[pid=11755/tid=11891] ppid=11752 vsize=10686560 memory=288291064929083834 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11891/stat : 11891 (java) S 11752 11755 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13129974 10943037440 2076158 18446744073709551615 4194304 4196468 140727649111120 140578581274672 140579030660821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140727649112465 140727649112618 140727649112618 140727649116111 0
Current children cumulated CPU time: 1597.98 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8304632 KiB

[startup+429.501 s]*
/proc/loadavg: 8.04 7.54 7.39 6/198 11891
/proc/meminfo: memFree=19552292/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 429.518
CPU time (s): 1598.1
CPU user time (s): 1589.15
CPU system time (s): 8.95078
CPU usage (%): 372.068
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8304632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1589.15
system time used= 8.95078
maximum resident set size= 8304864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2951838
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36764
involuntary context switches= 41896


# summary of solver processes directly reported to runsolver:
#   pid: 11755
#   total CPU time (s): 1598.1
#   total CPU user time (s): 1589.15
#   total CPU system time (s): 8.95078

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.54873 second user time and 4.09512 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 04:27:09
IDJOB=4263121
IDBENCH=115761
IDSOLVER=2651
FILE ID=node128/4263121-1502592066
RUNJOBID= node128-1502582933-8032
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-7.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263121-1502592066/watcher-4263121-1502592066 -o /tmp/evaluation-result-4263121-1502592066/solver-4263121-1502592066 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263121-1502592066.xml

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

MD5SUM BENCH= 5ac81d61620ff7de9755053b8ee3703d
RANDOM SEED=1747143547

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:        23212688 kB
MemAvailable:   23716080 kB
Buffers:          107368 kB
Cached:           685004 kB
SwapCached:            0 kB
Active:          8520868 kB
Inactive:         612696 kB
Active(anon):    8341544 kB
Inactive(anon):    16764 kB
Active(file):     179324 kB
Inactive(file):   595932 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:       8420768 kB
Mapped:            43788 kB
Shmem:             17116 kB
Slab:             112368 kB
SReclaimable:      87940 kB
SUnreclaim:        24428 kB
KernelStack:        3776 kB
PageTables:        21192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7761920 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:34:18