Trace number 4263406

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (problem) 1518.86 435.31201

General information on the benchmark

NameMagicSquare/MagicSquare-sum-s1/
MagicSquare-18-sum.xml
MD5SUM40b0c6db816080e4c80df053621860bd
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark18989.6
Satisfiable
(Un)Satisfiability was proved
Number of variables324
Number of constraints39
Number of domains1
Minimum domain size324
Maximum domain size324
Distribution of domain sizes[{"size":324,"count":324}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":288},{"degree":4,"count":36}]
Minimum constraint arity18
Maximum constraint arity324
Distribution of constraint arities[{"arity":18,"count":38},{"arity":324,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":38}]
Optimization problemNO
Type of objective

Solver Data

1449.37/416.52	Aug 13, 2017 2:52:22 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1449.37/416.52	INFO: Runtime exception
1449.37/416.52	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1449.37/416.52		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1449.37/416.52		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1449.37/416.52		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1449.37/416.52		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1449.37/416.52		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1449.37/416.52		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1449.37/416.52		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1449.37/416.52		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1449.37/416.52		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1449.37/416.52		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1449.37/416.52		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1449.37/416.52		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1449.37/416.52		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1449.37/416.52		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1449.37/416.52		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1449.37/416.52		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1449.37/416.52		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1449.37/416.52		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1449.37/416.52		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1449.37/416.52		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1449.37/416.52	Caused by: java.lang.reflect.InvocationTargetException
1449.37/416.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1449.37/416.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1449.37/416.52		at java.lang.reflect.Method.invoke(Method.java:498)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1449.37/416.52		... 22 more
1449.37/416.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1449.37/416.52		... 26 more
1449.37/416.52	Caused by: java.lang.reflect.InvocationTargetException
1449.37/416.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1449.37/416.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1449.37/416.52		at java.lang.reflect.Method.invoke(Method.java:498)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1449.37/416.52		... 27 more
1449.37/416.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1449.37/416.52		... 31 more
1449.37/416.52	Caused by: java.lang.reflect.InvocationTargetException
1449.37/416.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1449.37/416.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1449.37/416.52		at java.lang.reflect.Method.invoke(Method.java:498)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1449.37/416.52		... 32 more
1449.37/416.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1449.37/416.52		... 36 more
1449.37/416.52	Caused by: java.lang.reflect.InvocationTargetException
1449.37/416.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1449.37/416.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1449.37/416.52		at java.lang.reflect.Method.invoke(Method.java:498)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1449.37/416.52		... 37 more
1449.37/416.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1449.37/416.52		... 41 more
1449.37/416.52	Caused by: java.lang.reflect.InvocationTargetException
1449.37/416.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1449.37/416.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1449.37/416.52		at java.lang.reflect.Method.invoke(Method.java:498)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1449.37/416.52		... 42 more
1449.37/416.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1449.37/416.52		... 46 more
1449.37/416.52	Caused by: java.lang.reflect.InvocationTargetException
1449.37/416.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1449.37/416.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1449.37/416.52		at java.lang.reflect.Method.invoke(Method.java:498)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1449.37/416.52		... 47 more
1449.37/416.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1449.37/416.52		... 51 more
1449.37/416.52	Caused by: java.lang.reflect.InvocationTargetException
1449.37/416.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1449.37/416.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1449.37/416.52		at java.lang.reflect.Method.invoke(Method.java:498)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1449.37/416.52		... 52 more
1449.37/416.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1449.37/416.52		... 56 more
1449.37/416.52	Caused by: java.lang.reflect.InvocationTargetException
1449.37/416.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1449.37/416.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1449.37/416.52		at java.lang.reflect.Method.invoke(Method.java:498)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1449.37/416.52		... 57 more
1449.37/416.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1449.37/416.52		... 61 more
1449.37/416.52	Caused by: java.lang.reflect.InvocationTargetException
1449.37/416.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1449.37/416.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1449.37/416.52		at java.lang.reflect.Method.invoke(Method.java:498)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1449.37/416.52		... 62 more
1449.37/416.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1449.37/416.52		... 66 more
1449.37/416.52	Caused by: java.lang.reflect.InvocationTargetException
1449.37/416.52		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1449.37/416.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1449.37/416.52		at java.lang.reflect.Method.invoke(Method.java:498)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1449.37/416.52		... 66 more
1449.37/416.52	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1449.37/416.52		at org.sat4j.core.Vec.ensure(Vec.java:176)
1449.37/416.52		at org.sat4j.core.Vec.push(Vec.java:183)
1449.37/416.52		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:250)
1449.37/416.52		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:56)
1449.37/416.52		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:82)
1449.37/416.52		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1449.37/416.52		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1449.37/416.52		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1449.37/416.52		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1449.37/416.52		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1449.37/416.52		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1449.37/416.52		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1449.37/416.52		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1449.37/416.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1449.37/416.52		at java.lang.reflect.Method.invoke(Method.java:498)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1449.37/416.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1449.37/416.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1449.37/416.52		at java.lang.reflect.Method.invoke(Method.java:498)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1449.37/416.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1449.37/416.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1449.37/416.52		at java.lang.reflect.Method.invoke(Method.java:498)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1449.37/416.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1449.37/416.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1449.37/416.52		at java.lang.reflect.Method.invoke(Method.java:498)
1449.37/416.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1449.37/416.52	
1518.74/435.26	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1518.74/435.26		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1518.74/435.26		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1518.74/435.26		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1518.74/435.26		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1518.74/435.26		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1518.74/435.26		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1518.74/435.26		at java.io.PrintWriter.flush(PrintWriter.java:320)
1518.74/435.26		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1518.74/435.26		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1518.74/435.26		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1518.74/435.26		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 (15081 MiB free)
  memory of node 1: 16384 MiB (10387 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263406-1502629178/watcher-4263406-1502629178 -o /tmp/evaluation-result-4263406-1502629178/solver-4263406-1502629178 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263406-1502629178.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=458, runsolver pid=455
Current StackSize limit: 8192 KiB


[startup+0.100163 s]*
/proc/loadavg: 2.16 2.07 2.20 3/202 460
/proc/meminfo: memFree=26079876/32770624 swapFree=67108860/67108860
[pid=458] ppid=455 vsize=356952 memory=7604 CPUtime=0 cores=0,2,4,6
/proc/458/stat : 458 (java) S 455 458 12395 0 -1 1077944320 1742 0 0 0 0 0 0 0 20 0 2 0 104829130 365518848 1901 18446744073709551615 4194304 4196468 140735811837888 140735811820432 139644839198455 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
/proc/458/statm: 89238 1901 1053 1 0 79208 0
[pid=458/tid=460] ppid=455 vsize=9934352 memory=8318255677412212789 CPUtime=0 cores=0,2,4,6
/proc/458/task/460/stat : 460 (java) R 455 458 12395 0 -1 4202560 1333 0 0 0 0 0 0 0 20 0 6 0 104829140 10172776448 3842 18446744073709551615 4194304 4196468 140735811837888 139644843439416 139644823797994 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=461] ppid=455 vsize=9934352 memory=331 CPUtime=0 cores=0,2,4,6
/proc/458/task/461/stat : 461 (java) S 455 458 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 104829140 10172776448 3842 18446744073709551615 4194304 4196468 140735811837888 139644769618832 139644839208661 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=462] ppid=455 vsize=9934352 memory=140616436206700 CPUtime=0 cores=0,2,4,6
/proc/458/task/462/stat : 462 (java) S 455 458 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 104829140 10172776448 3842 18446744073709551615 4194304 4196468 140735811837888 139644768566032 139644839208661 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=463] ppid=455 vsize=9934352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/463/stat : 463 (java) S 455 458 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 104829140 10172776448 3842 18446744073709551615 4194304 4196468 140735811837888 139644767513744 139644839208661 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=464] ppid=455 vsize=9934352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/458/task/464/stat : 464 (java) S 455 458 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 104829140 10172776448 3842 18446744073709551615 4194304 4196468 140735811837888 139644766460944 139644839208661 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 356952 KiB
Current children cumulated memory: 7604 KiB

[startup+0.212422 s]*
/proc/loadavg: 2.16 2.07 2.20 4/215 473
/proc/meminfo: memFree=26067948/32770624 swapFree=67108860/67108860
[pid=458] ppid=455 vsize=10551156 memory=24508 CPUtime=0.06 cores=0,2,4,6
/proc/458/stat : 458 (java) S 455 458 12395 0 -1 1077944320 4620 0 0 0 6 0 0 0 20 0 15 0 104829130 10804383744 6127 18446744073709551615 4194304 4196468 140735811837888 140735811820432 139644839198455 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
/proc/458/statm: 2637789 6127 2615 1 0 2627261 0
[pid=458/tid=460] ppid=455 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/458/task/460/stat : 460 (java) R 455 458 12395 0 -1 4202560 2736 0 0 0 6 0 0 0 20 0 15 0 104829140 10804383744 6127 18446744073709551615 4194304 4196468 140735811837888 139644843424144 139644839222045 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=461] ppid=455 vsize=10551156 memory=331 CPUtime=0 cores=0,2,4,6
/proc/458/task/461/stat : 461 (java) S 455 458 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104829140 10804383744 6127 18446744073709551615 4194304 4196468 140735811837888 139644769618832 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=462] ppid=455 vsize=10551156 memory=140616436206700 CPUtime=0 cores=0,2,4,6
/proc/458/task/462/stat : 462 (java) S 455 458 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104829140 10804383744 6127 18446744073709551615 4194304 4196468 140735811837888 139644768566032 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=463] ppid=455 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/463/stat : 463 (java) S 455 458 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104829140 10804383744 6127 18446744073709551615 4194304 4196468 140735811837888 139644767513744 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=464] ppid=455 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/458/task/464/stat : 464 (java) S 455 458 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104829140 10804383744 6127 18446744073709551615 4194304 4196468 140735811837888 139644766460944 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=465] ppid=455 vsize=10551156 memory=140616436180608 CPUtime=0 cores=0,2,4,6
/proc/458/task/465/stat : 465 (java) S 455 458 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104829142 10804383744 6127 18446744073709551615 4194304 4196468 140735811837888 139643879258224 139644839209602 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=466] ppid=455 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/458/task/466/stat : 466 (java) S 455 458 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104829142 10804383744 6127 18446744073709551615 4194304 4196468 140735811837888 139643878204192 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=467] ppid=455 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/467/stat : 467 (java) S 455 458 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104829142 10804383744 6127 18446744073709551615 4194304 4196468 140735811837888 139643877151856 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=468] ppid=455 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/468/stat : 468 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104829145 10804383744 6127 18446744073709551615 4194304 4196468 140735811837888 139643876100176 139644839217051 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=469] ppid=455 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/469/stat : 469 (java) S 455 458 12395 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 104829145 10804383744 6127 18446744073709551615 4194304 4196468 140735811837888 139643875048048 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=470] ppid=455 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/458/task/470/stat : 470 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104829145 10804383744 6127 18446744073709551615 4194304 4196468 140735811837888 139643873995248 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=471] ppid=455 vsize=10551156 memory=140616436180608 CPUtime=0 cores=0,2,4,6
/proc/458/task/471/stat : 471 (java) S 455 458 12395 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 15 0 104829145 10804383744 6127 18446744073709551615 4194304 4196468 140735811837888 139643872942960 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=472] ppid=455 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/458/task/472/stat : 472 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104829145 10804383744 6127 18446744073709551615 4194304 4196468 140735811837888 139643871890400 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=473] ppid=455 vsize=10551156 memory=140616436180608 CPUtime=0 cores=0,2,4,6
/proc/458/task/473/stat : 473 (java) S 455 458 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104829150 10804383744 6127 18446744073709551615 4194304 4196468 140735811837888 139643870837168 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 24508 KiB

[startup+0.310465 s]*
/proc/loadavg: 2.16 2.07 2.20 3/215 473
/proc/meminfo: memFree=26054868/32770624 swapFree=67108860/67108860
[pid=458] ppid=455 vsize=10551156 memory=36316 CPUtime=0.22 cores=0,2,4,6
/proc/458/stat : 458 (java) S 455 458 12395 0 -1 1077944320 7859 0 0 0 20 2 0 0 20 0 15 0 104829130 10804383744 9079 18446744073709551615 4194304 4196468 140735811837888 140735811820432 139644839198455 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
/proc/458/statm: 2637789 9079 2861 1 0 2627261 0
[pid=458/tid=460] ppid=455 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/458/task/460/stat : 460 (java) R 455 458 12395 0 -1 4202560 5551 0 0 0 14 1 0 0 20 0 15 0 104829140 10804383744 9079 18446744073709551615 4194304 4196468 140735811837888 139644843436944 139644839220381 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=461] ppid=455 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/461/stat : 461 (java) S 455 458 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104829140 10804383744 9079 18446744073709551615 4194304 4196468 140735811837888 139644769618832 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=462] ppid=455 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/462/stat : 462 (java) S 455 458 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104829140 10804383744 9079 18446744073709551615 4194304 4196468 140735811837888 139644768566032 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=463] ppid=455 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/463/stat : 463 (java) S 455 458 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104829140 10804383744 9079 18446744073709551615 4194304 4196468 140735811837888 139644767513744 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=464] ppid=455 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/464/stat : 464 (java) S 455 458 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104829140 10804383744 9079 18446744073709551615 4194304 4196468 140735811837888 139644766460944 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=465] ppid=455 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/465/stat : 465 (java) S 455 458 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104829142 10804383744 9079 18446744073709551615 4194304 4196468 140735811837888 139643879258224 139644839209602 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=466] ppid=455 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/466/stat : 466 (java) S 455 458 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104829142 10804383744 9079 18446744073709551615 4194304 4196468 140735811837888 139643878204192 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=467] ppid=455 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/467/stat : 467 (java) S 455 458 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104829142 10804383744 9079 18446744073709551615 4194304 4196468 140735811837888 139643877151856 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=468] ppid=455 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/468/stat : 468 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104829145 10804383744 9079 18446744073709551615 4194304 4196468 140735811837888 139643876100176 139644839217051 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=469] ppid=455 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/458/task/469/stat : 469 (java) S 455 458 12395 0 -1 1077944384 505 0 0 0 1 0 0 0 20 0 15 0 104829145 10804383744 9079 18446744073709551615 4194304 4196468 140735811837888 139643875048048 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=470] ppid=455 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/458/task/470/stat : 470 (java) S 455 458 12395 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 15 0 104829145 10804383744 9079 18446744073709551615 4194304 4196468 140735811837888 139643873995248 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=471] ppid=455 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/458/task/471/stat : 471 (java) S 455 458 12395 0 -1 1077944384 376 0 0 0 4 0 0 0 20 0 15 0 104829145 10804383744 9079 18446744073709551615 4194304 4196468 140735811837888 139643872942960 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=472] ppid=455 vsize=10551156 memory=140616436180608 CPUtime=0 cores=0,2,4,6
/proc/458/task/472/stat : 472 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104829145 10804383744 9079 18446744073709551615 4194304 4196468 140735811837888 139643871890400 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=473] ppid=455 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/458/task/473/stat : 473 (java) S 455 458 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104829150 10804383744 9079 18446744073709551615 4194304 4196468 140735811837888 139643870837168 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36316 KiB

[startup+0.70073 s]
/proc/loadavg: 2.16 2.07 2.20 4/215 473
/proc/meminfo: memFree=26023544/32770624 swapFree=67108860/67108860
[pid=458] ppid=455 vsize=10551232 memory=210648 CPUtime=1.2 cores=0,2,4,6
/proc/458/stat : 458 (java) S 455 458 12395 0 -1 1077944320 11903 0 0 0 111 9 0 0 20 0 15 0 104829130 10804461568 52662 18446744073709551615 4194304 4196468 140735811837888 140735811820432 139644839198455 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
/proc/458/statm: 2637808 52662 3078 1 0 2627261 0
[pid=458/tid=460] ppid=455 vsize=10551232 memory=7518026621751088999 CPUtime=0.49 cores=0,2,4,6
/proc/458/task/460/stat : 460 (java) R 455 458 12395 0 -1 4202560 6917 0 0 0 45 4 0 0 20 0 15 0 104829140 10804461568 52662 18446744073709551615 4194304 4196468 140735811837888 139644843435360 139644438304273 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=461] ppid=455 vsize=10551232 memory=79120 CPUtime=0.02 cores=0,2,4,6
/proc/458/task/461/stat : 461 (java) S 455 458 12395 0 -1 1077944384 119 0 0 0 2 0 0 0 20 0 15 0 104829140 10804461568 52662 18446744073709551615 4194304 4196468 140735811837888 139644769618832 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=462] ppid=455 vsize=10551232 memory=1728 CPUtime=0.01 cores=0,2,4,6
/proc/458/task/462/stat : 462 (java) S 455 458 12395 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 15 0 104829140 10804461568 52662 18446744073709551615 4194304 4196468 140735811837888 139644768566032 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=463] ppid=455 vsize=10551232 memory=1012 CPUtime=0.02 cores=0,2,4,6
/proc/458/task/463/stat : 463 (java) S 455 458 12395 0 -1 1077944384 113 0 0 0 2 0 0 0 20 0 15 0 104829140 10804461568 52662 18446744073709551615 4194304 4196468 140735811837888 139644767513744 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=464] ppid=455 vsize=10551232 memory=2 CPUtime=0.02 cores=0,2,4,6
/proc/458/task/464/stat : 464 (java) S 455 458 12395 0 -1 1077944384 103 0 0 0 2 0 0 0 20 0 15 0 104829140 10804461568 52662 18446744073709551615 4194304 4196468 140735811837888 139644766460944 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=465] ppid=455 vsize=10551232 memory=36 CPUtime=0 cores=0,2,4,6
/proc/458/task/465/stat : 465 (java) S 455 458 12395 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 104829142 10804461568 52662 18446744073709551615 4194304 4196468 140735811837888 139643879258224 139644839209602 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=466] ppid=455 vsize=10551232 memory=677 CPUtime=0 cores=0,2,4,6
/proc/458/task/466/stat : 466 (java) S 455 458 12395 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 104829142 10804461568 52662 18446744073709551615 4194304 4196468 140735811837888 139643878204192 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=467] ppid=455 vsize=10551232 memory=347 CPUtime=0 cores=0,2,4,6
/proc/458/task/467/stat : 467 (java) S 455 458 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104829142 10804461568 52662 18446744073709551615 4194304 4196468 140735811837888 139643877151856 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=468] ppid=455 vsize=10551232 memory=362 CPUtime=0 cores=0,2,4,6
/proc/458/task/468/stat : 468 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104829145 10804461568 52662 18446744073709551615 4194304 4196468 140735811837888 139643876100176 139644839217051 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=469] ppid=455 vsize=10551232 memory=83 CPUtime=0.2 cores=0,2,4,6
/proc/458/task/469/stat : 469 (java) R 455 458 12395 0 -1 4202560 1224 0 0 0 20 0 0 0 20 0 15 0 104829145 10804461568 52662 18446744073709551615 4194304 4196468 140735811837888 139643875037904 139644825350104 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=470] ppid=455 vsize=10551232 memory=6 CPUtime=0.19 cores=0,2,4,6
/proc/458/task/470/stat : 470 (java) R 455 458 12395 0 -1 4202560 1155 0 0 0 19 0 0 0 20 0 15 0 104829145 10804461568 52662 18446744073709551615 4194304 4196468 140735811837888 139643873982032 139644820721328 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=471] ppid=455 vsize=10551232 memory=4132 CPUtime=0.15 cores=0,2,4,6
/proc/458/task/471/stat : 471 (java) S 455 458 12395 0 -1 1077944384 799 0 0 0 15 0 0 0 20 0 15 0 104829145 10804461568 52662 18446744073709551615 4194304 4196468 140735811837888 139643872942960 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=472] ppid=455 vsize=10551232 memory=8865 CPUtime=0 cores=0,2,4,6
/proc/458/task/472/stat : 472 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104829145 10804461568 52662 18446744073709551615 4194304 4196468 140735811837888 139643871890400 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=473] ppid=455 vsize=10551232 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/458/task/473/stat : 473 (java) S 455 458 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104829150 10804461568 52662 18446744073709551615 4194304 4196468 140735811837888 139643870837168 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 210648 KiB

[startup+1.50084 s]
/proc/loadavg: 2.16 2.07 2.20 3/215 473
/proc/meminfo: memFree=25882116/32770624 swapFree=67108860/67108860
[pid=458] ppid=455 vsize=10551232 memory=211664 CPUtime=2.28 cores=0,2,4,6
/proc/458/stat : 458 (java) S 455 458 12395 0 -1 1077944320 12129 0 0 0 219 9 0 0 20 0 15 0 104829130 10804461568 52916 18446744073709551615 4194304 4196468 140735811837888 140735811820432 139644839198455 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
/proc/458/statm: 2637808 52916 3079 1 0 2627261 0
[pid=458/tid=460] ppid=455 vsize=10551232 memory=5795117241467496816 CPUtime=1.29 cores=0,2,4,6
/proc/458/task/460/stat : 460 (java) R 455 458 12395 0 -1 4202560 6918 0 0 0 125 4 0 0 20 0 15 0 104829140 10804461568 52916 18446744073709551615 4194304 4196468 140735811837888 139644843434872 139644438454123 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=461] ppid=455 vsize=10551232 memory=6010452183054116202 CPUtime=0.02 cores=0,2,4,6
/proc/458/task/461/stat : 461 (java) S 455 458 12395 0 -1 1077944384 119 0 0 0 2 0 0 0 20 0 15 0 104829140 10804461568 52916 18446744073709551615 4194304 4196468 140735811837888 139644769618832 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=462] ppid=455 vsize=10551232 memory=211664 CPUtime=0.01 cores=0,2,4,6
/proc/458/task/462/stat : 462 (java) S 455 458 12395 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 15 0 104829140 10804461568 52916 18446744073709551615 4194304 4196468 140735811837888 139644768566032 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=463] ppid=455 vsize=10551232 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/458/task/463/stat : 463 (java) S 455 458 12395 0 -1 1077944384 113 0 0 0 2 0 0 0 20 0 15 0 104829140 10804461568 52916 18446744073709551615 4194304 4196468 140735811837888 139644767513744 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=464] ppid=455 vsize=10551232 memory=281232579835664 CPUtime=0.02 cores=0,2,4,6
/proc/458/task/464/stat : 464 (java) S 455 458 12395 0 -1 1077944384 103 0 0 0 2 0 0 0 20 0 15 0 104829140 10804461568 52916 18446744073709551615 4194304 4196468 140735811837888 139644766460944 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=465] ppid=455 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/465/stat : 465 (java) S 455 458 12395 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 104829142 10804461568 52916 18446744073709551615 4194304 4196468 140735811837888 139643879258224 139644839209602 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=466] ppid=455 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/466/stat : 466 (java) S 455 458 12395 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 104829142 10804461568 52916 18446744073709551615 4194304 4196468 140735811837888 139643878204192 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=467] ppid=455 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/467/stat : 467 (java) S 455 458 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104829142 10804461568 52916 18446744073709551615 4194304 4196468 140735811837888 139643877151856 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=468] ppid=455 vsize=10551232 memory=6944656591801717918 CPUtime=0 cores=0,2,4,6
/proc/458/task/468/stat : 468 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104829145 10804461568 52916 18446744073709551615 4194304 4196468 140735811837888 139643876100176 139644839217051 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=469] ppid=455 vsize=10551232 memory=6933690287860520088 CPUtime=0.34 cores=0,2,4,6
/proc/458/task/469/stat : 469 (java) S 455 458 12395 0 -1 1077944384 1354 0 0 0 34 0 0 0 20 0 15 0 104829145 10804461568 52916 18446744073709551615 4194304 4196468 140735811837888 139643875048048 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=470] ppid=455 vsize=10551232 memory=6933690287860520088 CPUtime=0.32 cores=0,2,4,6
/proc/458/task/470/stat : 470 (java) S 455 458 12395 0 -1 1077944384 1250 0 0 0 32 0 0 0 20 0 15 0 104829145 10804461568 52916 18446744073709551615 4194304 4196468 140735811837888 139643873995248 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=471] ppid=455 vsize=10551232 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/458/task/471/stat : 471 (java) S 455 458 12395 0 -1 1077944384 799 0 0 0 15 0 0 0 20 0 15 0 104829145 10804461568 52916 18446744073709551615 4194304 4196468 140735811837888 139643872942960 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=472] ppid=455 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/472/stat : 472 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104829145 10804461568 52916 18446744073709551615 4194304 4196468 140735811837888 139643871890400 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=473] ppid=455 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/473/stat : 473 (java) S 455 458 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104829150 10804461568 52916 18446744073709551615 4194304 4196468 140735811837888 139643870837168 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10551232 KiB

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

/proc/458/task/464/stat : 464 (java) R 455 458 12395 0 -1 4202560 67052 0 0 0 36016 163 0 0 20 0 17 0 104829140 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139644766461144 139644824194948 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=465] ppid=455 vsize=10684512 memory=1296 CPUtime=26.25 cores=0,2,4,6
/proc/458/task/465/stat : 465 (java) S 455 458 12395 0 -1 1077944384 74310 0 0 0 2622 3 0 0 20 0 17 0 104829142 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643879256768 139644839208661 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=466] ppid=455 vsize=10684512 memory=2460 CPUtime=0 cores=0,2,4,6
/proc/458/task/466/stat : 466 (java) S 455 458 12395 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 104829142 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643878204256 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=467] ppid=455 vsize=10684512 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/458/task/467/stat : 467 (java) S 455 458 12395 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 104829142 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643877150864 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=468] ppid=455 vsize=10684512 memory=4134931637327791675 CPUtime=0 cores=0,2,4,6
/proc/458/task/468/stat : 468 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104829145 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643876100176 139644839217051 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=469] ppid=455 vsize=10684512 memory=1156 CPUtime=0.62 cores=0,2,4,6
/proc/458/task/469/stat : 469 (java) S 455 458 12395 0 -1 1077944384 3676 0 0 0 62 0 0 0 20 0 17 0 104829145 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643875048096 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=470] ppid=455 vsize=10684512 memory=3072 CPUtime=0.58 cores=0,2,4,6
/proc/458/task/470/stat : 470 (java) S 455 458 12395 0 -1 1077944384 3068 0 0 0 58 0 0 0 20 0 17 0 104829145 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643873995008 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=471] ppid=455 vsize=10684512 memory=8297480 CPUtime=0.2 cores=0,2,4,6
/proc/458/task/471/stat : 471 (java) S 455 458 12395 0 -1 1077944384 2313 0 0 0 20 0 0 0 20 0 17 0 104829145 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643872938336 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=472] ppid=455 vsize=10684512 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/458/task/472/stat : 472 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104829145 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643871890400 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=473] ppid=455 vsize=10684512 memory=1012 CPUtime=0.3 cores=0,2,4,6
/proc/458/task/473/stat : 473 (java) S 455 458 12395 0 -1 1077944384 728 0 0 0 16 14 0 0 20 0 17 0 104829150 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643870837168 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=505] ppid=455 vsize=10684512 memory=8297484 CPUtime=0 cores=0,2,4,6
/proc/458/task/505/stat : 505 (java) S 455 458 12395 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 17 0 104870782 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643869781040 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=506] ppid=455 vsize=10684512 memory=644 CPUtime=0 cores=0,2,4,6
/proc/458/task/506/stat : 506 (java) S 455 458 12395 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 104870782 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643868729520 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
Current children cumulated CPU time: 1514.27 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8297484 KiB

[startup+434.401 s]
/proc/loadavg: 4.96 3.98 3.02 6/218 507
/proc/meminfo: memFree=16640956/32770624 swapFree=67108860/67108860
[pid=458] ppid=455 vsize=10684512 memory=8297484 CPUtime=1517.37 cores=0,2,4,6
/proc/458/stat : 458 (java) S 455 458 12395 0 -1 1077944320 404689 0 0 0 151044 693 0 0 20 0 17 0 104829130 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 140735811820432 139644839198455 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
/proc/458/statm: 2671128 2074371 3161 1 0 2660543 0
[pid=458/tid=460] ppid=455 vsize=10684512 memory=4296 CPUtime=40.76 cores=0,2,4,6
/proc/458/task/460/stat : 460 (java) S 455 458 12395 0 -1 1077944384 16393 0 0 0 4061 15 0 0 20 0 17 0 104829140 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139644843439136 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=461] ppid=455 vsize=10684512 memory=4134931637327791675 CPUtime=361.82 cores=0,2,4,6
/proc/458/task/461/stat : 461 (java) R 455 458 12395 0 -1 4202560 41258 0 0 0 36007 175 0 0 20 0 17 0 104829140 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139644769618952 139644831826663 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=462] ppid=455 vsize=10684512 memory=1788 CPUtime=362.05 cores=0,2,4,6
/proc/458/task/462/stat : 462 (java) R 455 458 12395 0 -1 4202560 79484 0 0 0 36046 159 0 0 20 0 17 0 104829140 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139644768565840 139644831826663 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=463] ppid=455 vsize=10684512 memory=644 CPUtime=362.1 cores=0,2,4,6
/proc/458/task/463/stat : 463 (java) R 455 458 12395 0 -1 4202560 114875 0 0 0 36039 171 0 0 20 0 17 0 104829140 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139644767513552 139644831826663 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=464] ppid=455 vsize=10684512 memory=956 CPUtime=362.59 cores=0,2,4,6
/proc/458/task/464/stat : 464 (java) R 455 458 12395 0 -1 4202560 67052 0 0 0 36096 163 0 0 20 0 17 0 104829140 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139644766461144 139644824188098 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=465] ppid=455 vsize=10684512 memory=1236 CPUtime=26.25 cores=0,2,4,6
/proc/458/task/465/stat : 465 (java) S 455 458 12395 0 -1 1077944384 74310 0 0 0 2622 3 0 0 20 0 17 0 104829142 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643879256768 139644839208661 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=466] ppid=455 vsize=10684512 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/458/task/466/stat : 466 (java) S 455 458 12395 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 104829142 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643878204256 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=467] ppid=455 vsize=10684512 memory=4296 CPUtime=0 cores=0,2,4,6
/proc/458/task/467/stat : 467 (java) S 455 458 12395 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 104829142 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643877150864 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=468] ppid=455 vsize=10684512 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/458/task/468/stat : 468 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104829145 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643876100176 139644839217051 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=469] ppid=455 vsize=10684512 memory=4296 CPUtime=0.62 cores=0,2,4,6
/proc/458/task/469/stat : 469 (java) S 455 458 12395 0 -1 1077944384 3676 0 0 0 62 0 0 0 20 0 17 0 104829145 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643875048096 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=470] ppid=455 vsize=10684512 memory=8297484 CPUtime=0.58 cores=0,2,4,6
/proc/458/task/470/stat : 470 (java) S 455 458 12395 0 -1 1077944384 3068 0 0 0 58 0 0 0 20 0 17 0 104829145 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643873995008 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=471] ppid=455 vsize=10684512 memory=928 CPUtime=0.2 cores=0,2,4,6
/proc/458/task/471/stat : 471 (java) S 455 458 12395 0 -1 1077944384 2313 0 0 0 20 0 0 0 20 0 17 0 104829145 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643872938336 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=472] ppid=455 vsize=10684512 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/458/task/472/stat : 472 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104829145 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643871890400 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=473] ppid=455 vsize=10684512 memory=3072 CPUtime=0.3 cores=0,2,4,6
/proc/458/task/473/stat : 473 (java) S 455 458 12395 0 -1 1077944384 728 0 0 0 16 14 0 0 20 0 17 0 104829150 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643870837168 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=505] ppid=455 vsize=10684512 memory=8297484 CPUtime=0 cores=0,2,4,6
/proc/458/task/505/stat : 505 (java) S 455 458 12395 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 17 0 104870782 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643869781040 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=506] ppid=455 vsize=10684512 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/458/task/506/stat : 506 (java) S 455 458 12395 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 104870782 10940940288 2074371 18446744073709551615 4194304 4196468 140735811837888 139643868729520 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
Current children cumulated CPU time: 1517.37 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8297484 KiB

[startup+434.801 s]
/proc/loadavg: 4.96 3.98 3.02 6/218 507
/proc/meminfo: memFree=16640956/32770624 swapFree=67108860/67108860
[pid=458] ppid=455 vsize=10684512 memory=8297488 CPUtime=1518.34 cores=0,2,4,6
/proc/458/stat : 458 (java) S 455 458 12395 0 -1 1077944320 404954 0 0 0 151141 693 0 0 20 0 17 0 104829130 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 140735811820432 139644839198455 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
/proc/458/statm: 2671128 2074372 3161 1 0 2660543 0
[pid=458/tid=460] ppid=455 vsize=10684512 memory=288230583166042426 CPUtime=40.76 cores=0,2,4,6
/proc/458/task/460/stat : 460 (java) S 455 458 12395 0 -1 1077944384 16393 0 0 0 4061 15 0 0 20 0 17 0 104829140 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139644843439136 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=461] ppid=455 vsize=10684512 memory=15820001756055334 CPUtime=362.02 cores=0,2,4,6
/proc/458/task/461/stat : 461 (java) S 455 458 12395 0 -1 1077944384 41258 0 0 0 36027 175 0 0 20 0 17 0 104829140 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139644769618832 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=462] ppid=455 vsize=10684512 memory=1608 CPUtime=362.24 cores=0,2,4,6
/proc/458/task/462/stat : 462 (java) S 455 458 12395 0 -1 1077944384 79484 0 0 0 36065 159 0 0 20 0 17 0 104829140 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139644768566032 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=463] ppid=455 vsize=10684512 memory=928 CPUtime=362.29 cores=0,2,4,6
/proc/458/task/463/stat : 463 (java) S 455 458 12395 0 -1 1077944384 114875 0 0 0 36058 171 0 0 20 0 17 0 104829140 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139644767513744 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=464] ppid=455 vsize=10684512 memory=2160 CPUtime=362.8 cores=0,2,4,6
/proc/458/task/464/stat : 464 (java) S 455 458 12395 0 -1 1077944384 67052 0 0 0 36117 163 0 0 20 0 17 0 104829140 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139644766460944 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=465] ppid=455 vsize=10684512 memory=840 CPUtime=26.45 cores=0,2,4,6
/proc/458/task/465/stat : 465 (java) R 455 458 12395 0 -1 4202560 74575 0 0 0 2642 3 0 0 20 0 17 0 104829142 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643879256768 139644824195008 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=466] ppid=455 vsize=10684512 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/458/task/466/stat : 466 (java) S 455 458 12395 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 104829142 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643878204256 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=467] ppid=455 vsize=10684512 memory=2992 CPUtime=0 cores=0,2,4,6
/proc/458/task/467/stat : 467 (java) S 455 458 12395 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 104829142 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643877150864 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=468] ppid=455 vsize=10684512 memory=2752 CPUtime=0 cores=0,2,4,6
/proc/458/task/468/stat : 468 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104829145 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643876100176 139644839217051 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=469] ppid=455 vsize=10684512 memory=288230574492221466 CPUtime=0.62 cores=0,2,4,6
/proc/458/task/469/stat : 469 (java) S 455 458 12395 0 -1 1077944384 3676 0 0 0 62 0 0 0 20 0 17 0 104829145 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643875048096 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=470] ppid=455 vsize=10684512 memory=288230583166042426 CPUtime=0.58 cores=0,2,4,6
/proc/458/task/470/stat : 470 (java) S 455 458 12395 0 -1 1077944384 3068 0 0 0 58 0 0 0 20 0 17 0 104829145 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643873995008 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=471] ppid=455 vsize=10684512 memory=15820001756055334 CPUtime=0.2 cores=0,2,4,6
/proc/458/task/471/stat : 471 (java) S 455 458 12395 0 -1 1077944384 2313 0 0 0 20 0 0 0 20 0 17 0 104829145 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643872938336 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=472] ppid=455 vsize=10684512 memory=6136224 CPUtime=0 cores=0,2,4,6
/proc/458/task/472/stat : 472 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104829145 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643871890400 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=473] ppid=455 vsize=10684512 memory=9047017150487036575 CPUtime=0.3 cores=0,2,4,6
/proc/458/task/473/stat : 473 (java) S 455 458 12395 0 -1 1077944384 728 0 0 0 16 14 0 0 20 0 17 0 104829150 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643870837168 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=505] ppid=455 vsize=10684512 memory=-8253362762722141311 CPUtime=0 cores=0,2,4,6
/proc/458/task/505/stat : 505 (java) S 455 458 12395 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 17 0 104870782 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643869781040 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=506] ppid=455 vsize=10684512 memory=302022848351043610 CPUtime=0 cores=0,2,4,6
/proc/458/task/506/stat : 506 (java) S 455 458 12395 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 104870782 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643868729520 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
Current children cumulated CPU time: 1518.34 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8297488 KiB

[startup+435.201 s]
/proc/loadavg: 4.96 3.98 3.02 3/218 507
/proc/meminfo: memFree=16640956/32770624 swapFree=67108860/67108860
[pid=458] ppid=455 vsize=10684512 memory=8297488 CPUtime=1518.74 cores=0,2,4,6
/proc/458/stat : 458 (java) S 455 458 12395 0 -1 1077944320 404954 0 0 0 151181 693 0 0 20 0 17 0 104829130 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 140735811820432 139644839198455 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
/proc/458/statm: 2671128 2074372 3161 1 0 2660543 0
[pid=458/tid=460] ppid=455 vsize=10684512 memory=1436 CPUtime=40.76 cores=0,2,4,6
/proc/458/task/460/stat : 460 (java) S 455 458 12395 0 -1 1077944384 16393 0 0 0 4061 15 0 0 20 0 17 0 104829140 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139644843439136 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=461] ppid=455 vsize=10684512 memory=1156 CPUtime=362.02 cores=0,2,4,6
/proc/458/task/461/stat : 461 (java) S 455 458 12395 0 -1 1077944384 41258 0 0 0 36027 175 0 0 20 0 17 0 104829140 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139644769618832 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=462] ppid=455 vsize=10684512 memory=3044 CPUtime=362.24 cores=0,2,4,6
/proc/458/task/462/stat : 462 (java) S 455 458 12395 0 -1 1077944384 79484 0 0 0 36065 159 0 0 20 0 17 0 104829140 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139644768566032 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=463] ppid=455 vsize=10684512 memory=8296388 CPUtime=362.29 cores=0,2,4,6
/proc/458/task/463/stat : 463 (java) S 455 458 12395 0 -1 1077944384 114875 0 0 0 36058 171 0 0 20 0 17 0 104829140 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139644767513744 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=464] ppid=455 vsize=10684512 memory=12132 CPUtime=362.8 cores=0,2,4,6
/proc/458/task/464/stat : 464 (java) S 455 458 12395 0 -1 1077944384 67052 0 0 0 36117 163 0 0 20 0 17 0 104829140 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139644766460944 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=465] ppid=455 vsize=10684512 memory=796 CPUtime=26.85 cores=0,2,4,6
/proc/458/task/465/stat : 465 (java) R 455 458 12395 0 -1 4202560 74575 0 0 0 2682 3 0 0 20 0 17 0 104829142 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643879256768 139644823656086 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=466] ppid=455 vsize=10684512 memory=8296472 CPUtime=0 cores=0,2,4,6
/proc/458/task/466/stat : 466 (java) S 455 458 12395 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 104829142 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643878204256 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=467] ppid=455 vsize=10684512 memory=3072 CPUtime=0 cores=0,2,4,6
/proc/458/task/467/stat : 467 (java) S 455 458 12395 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 104829142 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643877150864 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=468] ppid=455 vsize=10684512 memory=8297484 CPUtime=0 cores=0,2,4,6
/proc/458/task/468/stat : 468 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104829145 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643876100176 139644839217051 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=469] ppid=455 vsize=10684512 memory=1728 CPUtime=0.62 cores=0,2,4,6
/proc/458/task/469/stat : 469 (java) S 455 458 12395 0 -1 1077944384 3676 0 0 0 62 0 0 0 20 0 17 0 104829145 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643875048096 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=470] ppid=455 vsize=10684512 memory=8296416 CPUtime=0.58 cores=0,2,4,6
/proc/458/task/470/stat : 470 (java) S 455 458 12395 0 -1 1077944384 3068 0 0 0 58 0 0 0 20 0 17 0 104829145 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643873995008 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=471] ppid=455 vsize=10684512 memory=51484 CPUtime=0.2 cores=0,2,4,6
/proc/458/task/471/stat : 471 (java) S 455 458 12395 0 -1 1077944384 2313 0 0 0 20 0 0 0 20 0 17 0 104829145 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643872938336 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=472] ppid=455 vsize=10684512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/458/task/472/stat : 472 (java) S 455 458 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104829145 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643871890400 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=473] ppid=455 vsize=10684512 memory=8297484 CPUtime=0.3 cores=0,2,4,6
/proc/458/task/473/stat : 473 (java) S 455 458 12395 0 -1 1077944384 728 0 0 0 16 14 0 0 20 0 17 0 104829150 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643870837168 139644839209602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=505] ppid=455 vsize=10684512 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/458/task/505/stat : 505 (java) S 455 458 12395 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 17 0 104870782 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643869781040 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
[pid=458/tid=506] ppid=455 vsize=10684512 memory=9024 CPUtime=0 cores=0,2,4,6
/proc/458/task/506/stat : 506 (java) S 455 458 12395 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 104870782 10940940288 2074372 18446744073709551615 4194304 4196468 140735811837888 139643868729520 139644839208661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140735811846544 140735811846697 140735811846697 140735811850191 0
Current children cumulated CPU time: 1518.74 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8297488 KiB

[startup+435.302 s]*
/proc/loadavg: 4.96 3.98 3.02 3/203 507
/proc/meminfo: memFree=24913128/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): 435.312
CPU time (s): 1518.86
CPU user time (s): 1511.89
CPU system time (s): 6.97653
CPU usage (%): 348.914
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8297488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1511.89
system time used= 6.97653
maximum resident set size= 8297592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 405035
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= 25133
involuntary context switches= 15661


# summary of solver processes directly reported to runsolver:
#   pid: 458
#   total CPU time (s): 1518.86
#   total CPU user time (s): 1511.89
#   total CPU system time (s): 6.97653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.70607 second user time and 4.2915 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 14:45:45
IDJOB=4263406
IDBENCH=133230
IDSOLVER=2651
FILE ID=node135/4263406-1502629178
RUNJOBID= node135-1502623989-31951
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicSquare/MagicSquare-sum-s1/MagicSquare-18-sum.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263406-1502629178/watcher-4263406-1502629178 -o /tmp/evaluation-result-4263406-1502629178/solver-4263406-1502629178 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263406-1502629178.xml

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

MD5SUM BENCH= 40b0c6db816080e4c80df053621860bd
RANDOM SEED=1767003877

node135.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.21
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.21
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.21
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.21
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:        26081564 kB
MemAvailable:   26975496 kB
Buffers:          311892 kB
Cached:           880168 kB
SwapCached:            0 kB
Active:          5680176 kB
Inactive:         555332 kB
Active(anon):    5044268 kB
Inactive(anon):    41324 kB
Active(file):     635908 kB
Inactive(file):   514008 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1808 kB
Writeback:             0 kB
AnonPages:       5043876 kB
Mapped:            66728 kB
Shmem:             41656 kB
Slab:             147152 kB
SReclaimable:     119700 kB
SUnreclaim:        27452 kB
KernelStack:        3568 kB
PageTables:        14864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6607544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4864000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-13 14:53:00