Trace number 4263306

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) 1619.61 438.492

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K10-P09.xml
MD5SUM132dbb92a73ed64c3de106a7d099dd2d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1070
Number of constraints487
Number of domains2
Minimum domain size485
Maximum domain size486
Distribution of domain sizes[{"size":485,"count":485},{"size":486,"count":90}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":495},{"degree":2,"count":485},{"degree":11,"count":20},{"degree":12,"count":70}]
Minimum constraint arity3
Maximum constraint arity485
Distribution of constraint arities[{"arity":3,"count":485},{"arity":90,"count":1},{"arity":485,"count":1}]
Number of extensional constraints0
Number of intensional constraints485
Distribution of constraint types[{"type":"intension","count":485},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

1537.78/416.61	Aug 13, 2017 10:44:34 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1537.78/416.61	INFO: Runtime exception
1537.78/416.61	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1537.78/416.61		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1537.78/416.61		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1537.78/416.61		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1537.78/416.61		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1537.78/416.61		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1537.78/416.61		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1537.78/416.61		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1537.78/416.61		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1537.78/416.61		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1537.78/416.61		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1537.78/416.61		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1537.78/416.61		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1537.78/416.61		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1537.78/416.61		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1537.78/416.61		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1537.78/416.61		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1537.78/416.61		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1537.78/416.61		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1537.78/416.61		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1537.78/416.61	Caused by: java.lang.reflect.InvocationTargetException
1537.78/416.61		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1537.78/416.61		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.78/416.61		at java.lang.reflect.Method.invoke(Method.java:498)
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1537.78/416.61		... 21 more
1537.78/416.61	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1537.78/416.61		... 25 more
1537.78/416.61	Caused by: java.lang.reflect.InvocationTargetException
1537.78/416.61		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1537.78/416.61		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.78/416.61		at java.lang.reflect.Method.invoke(Method.java:498)
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1537.78/416.61		... 26 more
1537.78/416.61	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1537.78/416.61		... 30 more
1537.78/416.61	Caused by: java.lang.reflect.InvocationTargetException
1537.78/416.61		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1537.78/416.61		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.78/416.61		at java.lang.reflect.Method.invoke(Method.java:498)
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1537.78/416.61		... 30 more
1537.78/416.61	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1537.78/416.61		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1537.78/416.61		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1537.78/416.61		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1537.78/416.61		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1537.78/416.61		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1537.78/416.61		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1537.78/416.61		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1537.78/416.61		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorDist(TseitinBasedIntensionCtrEncoder.java:294)
1537.78/416.61		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1537.78/416.61		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.78/416.61		at java.lang.reflect.Method.invoke(Method.java:498)
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1537.78/416.61		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1537.78/416.61		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.78/416.61		at java.lang.reflect.Method.invoke(Method.java:498)
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1537.78/416.61		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1537.78/416.61		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1537.78/416.61		at java.lang.reflect.Method.invoke(Method.java:498)
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1537.78/416.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1537.78/416.61		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1537.78/416.61		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1537.78/416.61		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1537.78/416.61		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1537.78/416.61		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1537.78/416.61		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1537.78/416.61		at org.xcsp.parser.XCallbacks$$Lambda$49/2048834776.accept(Unknown Source)
1537.78/416.61	
1619.52/438.45	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1619.52/438.45		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1619.52/438.45		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1619.52/438.45		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1619.52/438.45		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1619.52/438.45		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1619.52/438.45		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1619.52/438.45		at java.io.PrintWriter.flush(PrintWriter.java:320)
1619.52/438.45		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1619.52/438.45		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1619.52/438.45		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1619.52/438.45		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 (15410 MiB free)
  memory of node 1: 16384 MiB (11382 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263306-1502614323/watcher-4263306-1502614323 -o /tmp/evaluation-result-4263306-1502614323/solver-4263306-1502614323 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263306-1502614323.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
Current StackSize limit: 8192 KiB
solver pid=24065, runsolver pid=24062


[startup+0.100091 s]*
/proc/loadavg: 4.49 5.00 5.14 3/204 24074
/proc/meminfo: memFree=27424472/32770624 swapFree=67105588/67108860
[pid=24065] ppid=24062 vsize=10151672 memory=20992 CPUtime=0.04 cores=0,2,4,6
/proc/24065/stat : 24065 (java) S 24062 24065 12560 0 -1 1077944320 4156 0 0 0 3 1 0 0 20 0 9 0 63627718 10395312128 5248 18446744073709551615 4194304 4196468 140735970527808 140735970510352 140541668916983 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
/proc/24065/statm: 2537918 5248 2122 1 0 2527415 0
[pid=24065/tid=24067] ppid=24062 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=0,2,4,6
/proc/24065/task/24067/stat : 24067 (java) R 24062 24065 12560 0 -1 4202560 2796 0 0 0 3 0 0 0 20 0 9 0 63627724 10395312128 5248 18446744073709551615 4194304 4196468 140735970527808 140541673152376 140541668938909 0 4 1 16800970 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24068] ppid=24062 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24068/stat : 24068 (java) S 24062 24065 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 63627725 10395312128 5248 18446744073709551615 4194304 4196468 140735970527808 140541599337488 140541668927189 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24069] ppid=24062 vsize=10151672 memory=139894375016064 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24069/stat : 24069 (java) S 24062 24065 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 63627725 10395312128 5248 18446744073709551615 4194304 4196468 140735970527808 140541278809232 140541668927189 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24070] ppid=24062 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24070/stat : 24070 (java) S 24062 24065 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 63627725 10395312128 5248 18446744073709551615 4194304 4196468 140735970527808 140541277756176 140541668927189 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24071] ppid=24062 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24071/stat : 24071 (java) S 24062 24065 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 63627725 10395312128 5248 18446744073709551615 4194304 4196468 140735970527808 140541276703632 140541668927189 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24072] ppid=24062 vsize=10151672 memory=139894375016064 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24072/stat : 24072 (java) S 24062 24065 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 63627726 10395312128 5248 18446744073709551615 4194304 4196468 140735970527808 140541165312240 140541668928130 0 0 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24073] ppid=24062 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24073/stat : 24073 (java) S 24062 24065 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 63627727 10395312128 5248 18446744073709551615 4194304 4196468 140735970527808 140541164258464 140541668927189 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24074] ppid=24062 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24074/stat : 24074 (java) S 24062 24065 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 63627727 10395312128 5313 18446744073709551615 4194304 4196468 140735970527808 140541163205360 140541668927189 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20992 KiB

[startup+0.209761 s]*
/proc/loadavg: 4.49 5.00 5.14 3/210 24080
/proc/meminfo: memFree=27421120/32770624 swapFree=67105588/67108860
[pid=24065] ppid=24062 vsize=10552180 memory=30060 CPUtime=0.11 cores=0,2,4,6
/proc/24065/stat : 24065 (java) S 24062 24065 12560 0 -1 1077944320 7125 0 0 0 9 2 0 0 20 0 15 0 63627718 10805432320 7515 18446744073709551615 4194304 4196468 140735970527808 140735970510352 140541668916983 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
/proc/24065/statm: 2638045 7515 2795 1 0 2627517 0
[pid=24065/tid=24067] ppid=24062 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/24065/task/24067/stat : 24067 (java) R 24062 24065 12560 0 -1 4202560 5196 0 0 0 7 1 0 0 20 0 15 0 63627724 10805432320 7647 18446744073709551615 4194304 4196468 140735970527808 140541673105328 140541661596701 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24068] ppid=24062 vsize=10552180 memory=328 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24068/stat : 24068 (java) S 24062 24065 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63627725 10805432320 7647 18446744073709551615 4194304 4196468 140735970527808 140541599337488 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24069] ppid=24062 vsize=10552180 memory=288370270526727808 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24069/stat : 24069 (java) S 24062 24065 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63627725 10805432320 7647 18446744073709551615 4194304 4196468 140735970527808 140541278809232 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24070] ppid=24062 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24070/stat : 24070 (java) S 24062 24065 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63627725 10805432320 7647 18446744073709551615 4194304 4196468 140735970527808 140541277756176 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24071] ppid=24062 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24071/stat : 24071 (java) S 24062 24065 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63627725 10805432320 7647 18446744073709551615 4194304 4196468 140735970527808 140541276703632 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24072] ppid=24062 vsize=10552180 memory=139894375016064 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24072/stat : 24072 (java) S 24062 24065 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63627726 10805432320 7647 18446744073709551615 4194304 4196468 140735970527808 140541165312240 140541668928130 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24073] ppid=24062 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24073/stat : 24073 (java) S 24062 24065 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63627727 10805432320 7647 18446744073709551615 4194304 4196468 140735970527808 140541164258464 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24074] ppid=24062 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24074/stat : 24074 (java) S 24062 24065 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63627727 10805432320 7647 18446744073709551615 4194304 4196468 140735970527808 140541163205360 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24075] ppid=24062 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24075/stat : 24075 (java) S 24062 24065 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63627729 10805432320 7647 18446744073709551615 4194304 4196468 140735970527808 140541162153936 140541668935579 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24076] ppid=24062 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24076/stat : 24076 (java) S 24062 24065 12560 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 63627729 10805432320 7647 18446744073709551615 4194304 4196468 140735970527808 140541161102064 140541668928130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24077] ppid=24062 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24077/stat : 24077 (java) S 24062 24065 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63627729 10805432320 7647 18446744073709551615 4194304 4196468 140735970527808 140541160049520 140541668928130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24078] ppid=24062 vsize=10552180 memory=139894375016064 CPUtime=0.01 cores=0,2,4,6
/proc/24065/task/24078/stat : 24078 (java) S 24062 24065 12560 0 -1 1077944384 291 0 0 0 1 0 0 0 20 0 15 0 63627729 10805432320 7647 18446744073709551615 4194304 4196468 140735970527808 140541158996464 140541668928130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24079] ppid=24062 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24079/stat : 24079 (java) S 24062 24065 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63627729 10805432320 7647 18446744073709551615 4194304 4196468 140735970527808 140541157944160 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24080] ppid=24062 vsize=10552180 memory=139894375016064 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24080/stat : 24080 (java) S 24062 24065 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63627735 10805432320 7647 18446744073709551615 4194304 4196468 140735970527808 140541156891184 140541668928130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 30060 KiB

[startup+0.310148 s]*
/proc/loadavg: 4.49 5.00 5.14 3/210 24080
/proc/meminfo: memFree=27410764/32770624 swapFree=67105588/67108860
[pid=24065] ppid=24062 vsize=10551156 memory=36696 CPUtime=0.26 cores=0,2,4,6
/proc/24065/stat : 24065 (java) S 24062 24065 12560 0 -1 1077944320 9019 0 0 0 23 3 0 0 20 0 15 0 63627718 10804383744 9174 18446744073709551615 4194304 4196468 140735970527808 140735970510352 140541668916983 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
/proc/24065/statm: 2637789 9174 2865 1 0 2627261 0
[pid=24065/tid=24067] ppid=24062 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/24065/task/24067/stat : 24067 (java) R 24062 24065 12560 0 -1 4202560 6642 0 0 0 16 2 0 0 20 0 15 0 63627724 10804383744 9174 18446744073709551615 4194304 4196468 140735970527808 140541673151344 140541278927194 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24068] ppid=24062 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24068/stat : 24068 (java) S 24062 24065 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63627725 10804383744 9174 18446744073709551615 4194304 4196468 140735970527808 140541599337488 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24069] ppid=24062 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24069/stat : 24069 (java) S 24062 24065 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63627725 10804383744 9174 18446744073709551615 4194304 4196468 140735970527808 140541278809232 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24070] ppid=24062 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24070/stat : 24070 (java) S 24062 24065 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63627725 10804383744 9174 18446744073709551615 4194304 4196468 140735970527808 140541277756176 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24071] ppid=24062 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24071/stat : 24071 (java) S 24062 24065 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63627725 10804383744 9174 18446744073709551615 4194304 4196468 140735970527808 140541276703632 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24072] ppid=24062 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24072/stat : 24072 (java) S 24062 24065 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63627726 10804383744 9174 18446744073709551615 4194304 4196468 140735970527808 140541165312240 140541668928130 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24073] ppid=24062 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24073/stat : 24073 (java) S 24062 24065 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63627727 10804383744 9174 18446744073709551615 4194304 4196468 140735970527808 140541164258464 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24074] ppid=24062 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24074/stat : 24074 (java) S 24062 24065 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63627727 10804383744 9174 18446744073709551615 4194304 4196468 140735970527808 140541163205360 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24075] ppid=24062 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24075/stat : 24075 (java) S 24062 24065 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63627729 10804383744 9240 18446744073709551615 4194304 4196468 140735970527808 140541162153936 140541668935579 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24076] ppid=24062 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/24065/task/24076/stat : 24076 (java) S 24062 24065 12560 0 -1 1077944384 521 0 0 0 1 0 0 0 20 0 15 0 63627729 10804383744 9240 18446744073709551615 4194304 4196468 140735970527808 140541161102064 140541668928130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24077] ppid=24062 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24077/stat : 24077 (java) R 24062 24065 12560 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 63627729 10804383744 9240 18446744073709551615 4194304 4196468 140735970527808 140541160049520 140541668928130 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24078] ppid=24062 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/24065/task/24078/stat : 24078 (java) R 24062 24065 12560 0 -1 4202560 397 0 0 0 4 0 0 0 20 0 15 0 63627729 10804383744 9240 18446744073709551615 4194304 4196468 140735970527808 140541158996464 140541652997470 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24079] ppid=24062 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24079/stat : 24079 (java) S 24062 24065 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63627729 10804383744 9240 18446744073709551615 4194304 4196468 140735970527808 140541157944160 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24080] ppid=24062 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24080/stat : 24080 (java) S 24062 24065 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63627735 10804383744 9240 18446744073709551615 4194304 4196468 140735970527808 140541156891184 140541668928130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36696 KiB

[startup+0.702476 s]
/proc/loadavg: 4.49 5.00 5.14 5/210 24080
/proc/meminfo: memFree=27397508/32770624 swapFree=67105588/67108860
[pid=24065] ppid=24062 vsize=10551232 memory=216020 CPUtime=1.24 cores=0,2,4,6
/proc/24065/stat : 24065 (java) S 24062 24065 12560 0 -1 1077944320 11698 0 0 0 113 11 0 0 20 0 15 0 63627718 10804461568 54005 18446744073709551615 4194304 4196468 140735970527808 140735970510352 140541668916983 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
/proc/24065/statm: 2637808 54005 3075 1 0 2627261 0
[pid=24065/tid=24067] ppid=24062 vsize=10551232 memory=80 CPUtime=0.52 cores=0,2,4,6
/proc/24065/task/24067/stat : 24067 (java) R 24062 24065 12560 0 -1 4202560 7441 0 0 0 48 4 0 0 20 0 15 0 63627724 10804461568 54005 18446744073709551615 4194304 4196468 140735970527808 140541673154032 140541649742224 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24068] ppid=24062 vsize=10551232 memory=27 CPUtime=0.02 cores=0,2,4,6
/proc/24065/task/24068/stat : 24068 (java) S 24062 24065 12560 0 -1 1077944384 92 0 0 0 1 1 0 0 20 0 15 0 63627725 10804461568 54005 18446744073709551615 4194304 4196468 140735970527808 140541599337488 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24069] ppid=24062 vsize=10551232 memory=33 CPUtime=0.03 cores=0,2,4,6
/proc/24065/task/24069/stat : 24069 (java) S 24062 24065 12560 0 -1 1077944384 99 0 0 0 2 1 0 0 20 0 15 0 63627725 10804461568 54005 18446744073709551615 4194304 4196468 140735970527808 140541278809232 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24070] ppid=24062 vsize=10551232 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/24065/task/24070/stat : 24070 (java) S 24062 24065 12560 0 -1 1077944384 95 0 0 0 2 1 0 0 20 0 15 0 63627725 10804461568 54005 18446744073709551615 4194304 4196468 140735970527808 140541277756176 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24071] ppid=24062 vsize=10551232 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/24065/task/24071/stat : 24071 (java) S 24062 24065 12560 0 -1 1077944384 102 0 0 0 2 1 0 0 20 0 15 0 63627725 10804461568 54005 18446744073709551615 4194304 4196468 140735970527808 140541276703632 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24072] ppid=24062 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24072/stat : 24072 (java) S 24062 24065 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 63627726 10804461568 54005 18446744073709551615 4194304 4196468 140735970527808 140541165312240 140541668928130 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24073] ppid=24062 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24073/stat : 24073 (java) S 24062 24065 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 63627727 10804461568 54005 18446744073709551615 4194304 4196468 140735970527808 140541164258464 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24074] ppid=24062 vsize=10551232 memory=822 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24074/stat : 24074 (java) S 24062 24065 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63627727 10804461568 54005 18446744073709551615 4194304 4196468 140735970527808 140541163205360 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24075] ppid=24062 vsize=10551232 memory=53 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24075/stat : 24075 (java) S 24062 24065 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63627729 10804461568 54005 18446744073709551615 4194304 4196468 140735970527808 140541162153936 140541668935579 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24076] ppid=24062 vsize=10551232 memory=216 CPUtime=0.18 cores=0,2,4,6
/proc/24065/task/24076/stat : 24076 (java) R 24062 24065 12560 0 -1 4202560 898 0 0 0 18 0 0 0 20 0 15 0 63627729 10804461568 54005 18446744073709551615 4194304 4196468 140735970527808 140541161091984 140541648088272 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24077] ppid=24062 vsize=10551232 memory=279788530962192 CPUtime=0.13 cores=0,2,4,6
/proc/24065/task/24077/stat : 24077 (java) S 24062 24065 12560 0 -1 1077944384 442 0 0 0 13 0 0 0 20 0 15 0 63627729 10804461568 54005 18446744073709551615 4194304 4196468 140735970527808 140541160049520 140541668928130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24078] ppid=24062 vsize=10551232 memory=2511146583809 CPUtime=0.22 cores=0,2,4,6
/proc/24065/task/24078/stat : 24078 (java) S 24062 24065 12560 0 -1 1077944384 1084 0 0 0 22 0 0 0 20 0 15 0 63627729 10804461568 54005 18446744073709551615 4194304 4196468 140735970527808 140541158996464 140541668928130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24079] ppid=24062 vsize=10551232 memory=2519736518401 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24079/stat : 24079 (java) S 24062 24065 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63627729 10804461568 54005 18446744073709551615 4194304 4196468 140735970527808 140541157944160 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24080] ppid=24062 vsize=10551232 memory=2562686191361 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24080/stat : 24080 (java) S 24062 24065 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63627735 10804461568 54005 18446744073709551615 4194304 4196468 140735970527808 140541156891184 140541668928130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 216020 KiB

[startup+1.50082 s]
/proc/loadavg: 4.49 5.00 5.14 5/210 24080
/proc/meminfo: memFree=26803836/32770624 swapFree=67105588/67108860
[pid=24065] ppid=24062 vsize=10551232 memory=650436 CPUtime=3 cores=0,2,4,6
/proc/24065/stat : 24065 (java) S 24062 24065 12560 0 -1 1077944320 14829 0 0 0 272 28 0 0 20 0 15 0 63627718 10804461568 162609 18446744073709551615 4194304 4196468 140735970527808 140735970510352 140541668916983 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
/proc/24065/statm: 2637808 162609 3086 1 0 2627261 0
[pid=24065/tid=24067] ppid=24062 vsize=10551232 memory=80 CPUtime=1.22 cores=0,2,4,6
/proc/24065/task/24067/stat : 24067 (java) R 24062 24065 12560 0 -1 4202560 8274 0 0 0 112 10 0 0 20 0 15 0 63627724 10804461568 162609 18446744073709551615 4194304 4196468 140735970527808 140541673146768 140541282289371 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24068] ppid=24062 vsize=10551232 memory=27 CPUtime=0.12 cores=0,2,4,6
/proc/24065/task/24068/stat : 24068 (java) S 24062 24065 12560 0 -1 1077944384 214 0 0 0 8 4 0 0 20 0 15 0 63627725 10804461568 162609 18446744073709551615 4194304 4196468 140735970527808 140541599337488 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24069] ppid=24062 vsize=10551232 memory=279788531194432 CPUtime=0.12 cores=0,2,4,6
/proc/24065/task/24069/stat : 24069 (java) S 24062 24065 12560 0 -1 1077944384 211 0 0 0 8 4 0 0 20 0 15 0 63627725 10804461568 162609 18446744073709551615 4194304 4196468 140735970527808 140541278809232 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24070] ppid=24062 vsize=10551232 memory=9132 CPUtime=0.12 cores=0,2,4,6
/proc/24065/task/24070/stat : 24070 (java) S 24062 24065 12560 0 -1 1077944384 215 0 0 0 9 3 0 0 20 0 15 0 63627725 10804461568 162609 18446744073709551615 4194304 4196468 140735970527808 140541277756176 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24071] ppid=24062 vsize=10551232 memory=19658 CPUtime=0.13 cores=0,2,4,6
/proc/24065/task/24071/stat : 24071 (java) S 24062 24065 12560 0 -1 1077944384 221 0 0 0 9 4 0 0 20 0 15 0 63627725 10804461568 162609 18446744073709551615 4194304 4196468 140735970527808 140541276703632 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24072] ppid=24062 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24072/stat : 24072 (java) S 24062 24065 12560 0 -1 1077944384 482 0 0 0 0 0 0 0 20 0 15 0 63627726 10804461568 162609 18446744073709551615 4194304 4196468 140735970527808 140541165312240 140541668928130 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24073] ppid=24062 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24073/stat : 24073 (java) S 24062 24065 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 63627727 10804461568 162609 18446744073709551615 4194304 4196468 140735970527808 140541164258464 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24074] ppid=24062 vsize=10551232 memory=650436 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24074/stat : 24074 (java) S 24062 24065 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63627727 10804461568 162609 18446744073709551615 4194304 4196468 140735970527808 140541163205360 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24075] ppid=24062 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24075/stat : 24075 (java) S 24062 24065 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63627729 10804461568 162609 18446744073709551615 4194304 4196468 140735970527808 140541162153936 140541668935579 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24076] ppid=24062 vsize=10551232 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/24065/task/24076/stat : 24076 (java) S 24062 24065 12560 0 -1 1077944384 1541 0 0 0 50 0 0 0 20 0 15 0 63627729 10804461568 162609 18446744073709551615 4194304 4196468 140735970527808 140541161102064 140541668928130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24077] ppid=24062 vsize=10551232 memory=6788 CPUtime=0.44 cores=0,2,4,6
/proc/24065/task/24077/stat : 24077 (java) S 24062 24065 12560 0 -1 1077944384 1120 0 0 0 44 0 0 0 20 0 15 0 63627729 10804461568 162609 18446744073709551615 4194304 4196468 140735970527808 140541160049520 140541668928130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24078] ppid=24062 vsize=10551232 memory=279788531029952 CPUtime=0.26 cores=0,2,4,6
/proc/24065/task/24078/stat : 24078 (java) S 24062 24065 12560 0 -1 1077944384 1189 0 0 0 26 0 0 0 20 0 15 0 63627729 10804461568 162609 18446744073709551615 4194304 4196468 140735970527808 140541158996464 140541668928130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0

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

[pid=24065/tid=24068] ppid=24062 vsize=10686560 memory=2384 CPUtime=395.16 cores=0,2,4,6
/proc/24065/task/24068/stat : 24068 (java) R 24062 24065 12560 0 -1 4202560 61413 0 0 0 39320 196 0 0 20 0 17 0 63627725 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541599337296 140541661545191 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24069] ppid=24062 vsize=10686560 memory=1688 CPUtime=393.99 cores=0,2,4,6
/proc/24065/task/24069/stat : 24069 (java) R 24062 24065 12560 0 -1 4202560 53659 0 0 0 39194 205 0 0 20 0 17 0 63627725 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541278809352 140541661545191 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24070] ppid=24062 vsize=10686560 memory=5808 CPUtime=393.48 cores=0,2,4,6
/proc/24065/task/24070/stat : 24070 (java) R 24062 24065 12560 0 -1 4202560 32298 0 0 0 39139 209 0 0 20 0 17 0 63627725 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541277755984 140541661545191 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24071] ppid=24062 vsize=10686560 memory=4612 CPUtime=395.35 cores=0,2,4,6
/proc/24065/task/24071/stat : 24071 (java) R 24062 24065 12560 0 -1 4202560 53392 0 0 0 39339 196 0 0 20 0 17 0 63627725 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541276703832 140541653618035 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24072] ppid=24062 vsize=10686560 memory=1004 CPUtime=20.61 cores=0,2,4,6
/proc/24065/task/24072/stat : 24072 (java) S 24062 24065 12560 0 -1 1077944384 69998 0 0 0 2057 4 0 0 20 0 17 0 63627726 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541165310784 140541668927189 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24073] ppid=24062 vsize=10686560 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24073/stat : 24073 (java) S 24062 24065 12560 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 63627727 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541164258528 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24074] ppid=24062 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24074/stat : 24074 (java) S 24062 24065 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 63627727 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541163205360 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24075] ppid=24062 vsize=10686560 memory=5808 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24075/stat : 24075 (java) S 24062 24065 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63627729 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541162153936 140541668935579 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24076] ppid=24062 vsize=10686560 memory=4612 CPUtime=0.55 cores=0,2,4,6
/proc/24065/task/24076/stat : 24076 (java) S 24062 24065 12560 0 -1 1077944384 2796 0 0 0 55 0 0 0 20 0 17 0 63627729 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541161101824 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24077] ppid=24062 vsize=10686560 memory=1004 CPUtime=0.49 cores=0,2,4,6
/proc/24065/task/24077/stat : 24077 (java) S 24062 24065 12560 0 -1 1077944384 2062 0 0 0 49 0 0 0 20 0 17 0 63627729 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541160049568 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24078] ppid=24062 vsize=10686560 memory=-8774313645642428999 CPUtime=0.34 cores=0,2,4,6
/proc/24065/task/24078/stat : 24078 (java) S 24062 24065 12560 0 -1 1077944384 4648 0 0 0 34 0 0 0 20 0 17 0 63627729 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541158992336 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24079] ppid=24062 vsize=10686560 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24079/stat : 24079 (java) S 24062 24065 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63627729 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541157944160 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24080] ppid=24062 vsize=10686560 memory=1412 CPUtime=0.24 cores=0,2,4,6
/proc/24065/task/24080/stat : 24080 (java) S 24062 24065 12560 0 -1 1077944384 540 0 0 0 15 9 0 0 20 0 17 0 63627735 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541156891184 140541668928130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24108] ppid=24062 vsize=10686560 memory=15584 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24108/stat : 24108 (java) S 24062 24065 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 63669379 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541153738160 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24109] ppid=24062 vsize=10686560 memory=22388 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24109/stat : 24109 (java) S 24062 24065 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 63669380 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541152685872 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
Current children cumulated CPU time: 1614.9 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8305428 KiB

[startup+437.601 s]
/proc/loadavg: 4.71 4.74 4.93 6/212 24111
/proc/meminfo: memFree=18825928/32770624 swapFree=67105588/67108860
[pid=24065] ppid=24062 vsize=10686560 memory=8305428 CPUtime=1617.99 cores=0,2,4,6
/proc/24065/stat : 24065 (java) S 24062 24065 12560 0 -1 1077944320 300204 0 0 0 160964 835 0 0 20 0 17 0 63627718 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140735970510352 140541668916983 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
/proc/24065/statm: 2671640 2076357 3152 1 0 2661055 0
[pid=24065/tid=24067] ppid=24062 vsize=10686560 memory=0 CPUtime=14.55 cores=0,2,4,6
/proc/24065/task/24067/stat : 24067 (java) S 24062 24065 12560 0 -1 1077944384 17944 0 0 0 1439 16 0 0 20 0 17 0 63627724 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541673157664 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24068] ppid=24062 vsize=10686560 memory=288230596017389863 CPUtime=395.93 cores=0,2,4,6
/proc/24065/task/24068/stat : 24068 (java) R 24062 24065 12560 0 -1 4202560 61413 0 0 0 39397 196 0 0 20 0 17 0 63627725 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541599337296 140541661545191 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24069] ppid=24062 vsize=10686560 memory=15821084087813575 CPUtime=394.76 cores=0,2,4,6
/proc/24065/task/24069/stat : 24069 (java) R 24062 24065 12560 0 -1 4202560 53659 0 0 0 39270 206 0 0 20 0 17 0 63627725 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541278809352 140541661545191 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24070] ppid=24062 vsize=10686560 memory=-8774313645642428999 CPUtime=394.25 cores=0,2,4,6
/proc/24065/task/24070/stat : 24070 (java) R 24062 24065 12560 0 -1 4202560 32298 0 0 0 39216 209 0 0 20 0 17 0 63627725 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541277755984 140541661545191 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24071] ppid=24062 vsize=10686560 memory=36352 CPUtime=396.15 cores=0,2,4,6
/proc/24065/task/24071/stat : 24071 (java) R 24062 24065 12560 0 -1 4202560 53392 0 0 0 39419 196 0 0 20 0 17 0 63627725 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541276703832 140541653618035 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24072] ppid=24062 vsize=10686560 memory=1292 CPUtime=20.61 cores=0,2,4,6
/proc/24065/task/24072/stat : 24072 (java) S 24062 24065 12560 0 -1 1077944384 69998 0 0 0 2057 4 0 0 20 0 17 0 63627726 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541165310784 140541668927189 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24073] ppid=24062 vsize=10686560 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24073/stat : 24073 (java) S 24062 24065 12560 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 63627727 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541164258528 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24074] ppid=24062 vsize=10686560 memory=8305424 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24074/stat : 24074 (java) S 24062 24065 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 63627727 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541163205360 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24075] ppid=24062 vsize=10686560 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24075/stat : 24075 (java) S 24062 24065 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63627729 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541162153936 140541668935579 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24076] ppid=24062 vsize=10686560 memory=8600 CPUtime=0.55 cores=0,2,4,6
/proc/24065/task/24076/stat : 24076 (java) S 24062 24065 12560 0 -1 1077944384 2796 0 0 0 55 0 0 0 20 0 17 0 63627729 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541161101824 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24077] ppid=24062 vsize=10686560 memory=1716 CPUtime=0.49 cores=0,2,4,6
/proc/24065/task/24077/stat : 24077 (java) S 24062 24065 12560 0 -1 1077944384 2062 0 0 0 49 0 0 0 20 0 17 0 63627729 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541160049568 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24078] ppid=24062 vsize=10686560 memory=14260 CPUtime=0.34 cores=0,2,4,6
/proc/24065/task/24078/stat : 24078 (java) S 24062 24065 12560 0 -1 1077944384 4648 0 0 0 34 0 0 0 20 0 17 0 63627729 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541158992336 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24079] ppid=24062 vsize=10686560 memory=8305428 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24079/stat : 24079 (java) S 24062 24065 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63627729 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541157944160 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24080] ppid=24062 vsize=10686560 memory=-8774313645642428999 CPUtime=0.24 cores=0,2,4,6
/proc/24065/task/24080/stat : 24080 (java) S 24062 24065 12560 0 -1 1077944384 540 0 0 0 15 9 0 0 20 0 17 0 63627735 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541156891184 140541668928130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24108] ppid=24062 vsize=10686560 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24108/stat : 24108 (java) S 24062 24065 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 63669379 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541153738160 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24109] ppid=24062 vsize=10686560 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24109/stat : 24109 (java) S 24062 24065 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 63669380 10943037440 2076357 18446744073709551615 4194304 4196468 140735970527808 140541152685872 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
Current children cumulated CPU time: 1617.99 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8305428 KiB

[startup+438.001 s]*
/proc/loadavg: 4.71 4.74 4.93 3/212 24111
/proc/meminfo: memFree=18825928/32770624 swapFree=67105588/67108860
[pid=24065] ppid=24062 vsize=10686560 memory=8305432 CPUtime=1619.12 cores=0,2,4,6
/proc/24065/stat : 24065 (java) S 24062 24065 12560 0 -1 1077944320 300309 0 0 0 161076 836 0 0 20 0 17 0 63627718 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140735970510352 140541668916983 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
/proc/24065/statm: 2671640 2076358 3152 1 0 2661055 0
[pid=24065/tid=24067] ppid=24062 vsize=10686560 memory=-8774313645642428999 CPUtime=14.55 cores=0,2,4,6
/proc/24065/task/24067/stat : 24067 (java) S 24062 24065 12560 0 -1 1077944384 17944 0 0 0 1439 16 0 0 20 0 17 0 63627724 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541673157664 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24068] ppid=24062 vsize=10686560 memory=4872558044660077418 CPUtime=396.17 cores=0,2,4,6
/proc/24065/task/24068/stat : 24068 (java) S 24062 24065 12560 0 -1 1077944384 61413 0 0 0 39421 196 0 0 20 0 17 0 63627725 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541599337488 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24069] ppid=24062 vsize=10686560 memory=-8774313645642428999 CPUtime=394.99 cores=0,2,4,6
/proc/24065/task/24069/stat : 24069 (java) S 24062 24065 12560 0 -1 1077944384 53659 0 0 0 39293 206 0 0 20 0 17 0 63627725 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541278809232 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24070] ppid=24062 vsize=10686560 memory=8514726395715218844 CPUtime=394.5 cores=0,2,4,6
/proc/24065/task/24070/stat : 24070 (java) S 24062 24065 12560 0 -1 1077944384 32298 0 0 0 39240 210 0 0 20 0 17 0 63627725 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541277756176 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24071] ppid=24062 vsize=10686560 memory=7162247779029635416 CPUtime=396.4 cores=0,2,4,6
/proc/24065/task/24071/stat : 24071 (java) S 24062 24065 12560 0 -1 1077944384 53392 0 0 0 39444 196 0 0 20 0 17 0 63627725 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541276703632 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24072] ppid=24062 vsize=10686560 memory=7596287519011333999 CPUtime=20.77 cores=0,2,4,6
/proc/24065/task/24072/stat : 24072 (java) R 24062 24065 12560 0 -1 4202560 70103 0 0 0 2073 4 0 0 20 0 17 0 63627726 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541165310784 140541653913393 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24073] ppid=24062 vsize=10686560 memory=4639924115538530918 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24073/stat : 24073 (java) S 24062 24065 12560 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 63627727 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541164258528 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24074] ppid=24062 vsize=10686560 memory=8026381437892841808 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24074/stat : 24074 (java) S 24062 24065 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 63627727 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541163205360 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24075] ppid=24062 vsize=10686560 memory=7306359496906336111 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24075/stat : 24075 (java) S 24062 24065 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63627729 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541162153936 140541668935579 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24076] ppid=24062 vsize=10686560 memory=4639924115538399846 CPUtime=0.55 cores=0,2,4,6
/proc/24065/task/24076/stat : 24076 (java) S 24062 24065 12560 0 -1 1077944384 2796 0 0 0 55 0 0 0 20 0 17 0 63627729 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541161101824 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24077] ppid=24062 vsize=10686560 memory=7454130749351154278 CPUtime=0.49 cores=0,2,4,6
/proc/24065/task/24077/stat : 24077 (java) S 24062 24065 12560 0 -1 1077944384 2062 0 0 0 49 0 0 0 20 0 17 0 63627729 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541160049568 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24078] ppid=24062 vsize=10686560 memory=7740118122453557843 CPUtime=0.34 cores=0,2,4,6
/proc/24065/task/24078/stat : 24078 (java) S 24062 24065 12560 0 -1 1077944384 4648 0 0 0 34 0 0 0 20 0 17 0 63627729 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541158992336 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24079] ppid=24062 vsize=10686560 memory=7740118122453557843 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24079/stat : 24079 (java) S 24062 24065 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63627729 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541157944160 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24080] ppid=24062 vsize=10686560 memory=7740118122453557843 CPUtime=0.24 cores=0,2,4,6
/proc/24065/task/24080/stat : 24080 (java) S 24062 24065 12560 0 -1 1077944384 540 0 0 0 15 9 0 0 20 0 17 0 63627735 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541156891184 140541668928130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24108] ppid=24062 vsize=10686560 memory=7740118122453557843 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24108/stat : 24108 (java) S 24062 24065 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 63669379 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541153738160 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24109] ppid=24062 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24109/stat : 24109 (java) S 24062 24065 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 63669380 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541152685872 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
Current children cumulated CPU time: 1619.12 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8305432 KiB

[startup+438.401 s]
/proc/loadavg: 4.71 4.74 4.93 3/212 24111
/proc/meminfo: memFree=18825928/32770624 swapFree=67105588/67108860
[pid=24065] ppid=24062 vsize=10686560 memory=8305432 CPUtime=1619.52 cores=0,2,4,6
/proc/24065/stat : 24065 (java) S 24062 24065 12560 0 -1 1077944320 300332 0 0 0 161116 836 0 0 20 0 17 0 63627718 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140735970510352 140541668916983 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
/proc/24065/statm: 2671640 2076358 3152 1 0 2661055 0
[pid=24065/tid=24067] ppid=24062 vsize=10686560 memory=14260 CPUtime=14.55 cores=0,2,4,6
/proc/24065/task/24067/stat : 24067 (java) S 24062 24065 12560 0 -1 1077944384 17944 0 0 0 1439 16 0 0 20 0 17 0 63627724 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541673157664 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24068] ppid=24062 vsize=10686560 memory=796 CPUtime=396.17 cores=0,2,4,6
/proc/24065/task/24068/stat : 24068 (java) S 24062 24065 12560 0 -1 1077944384 61413 0 0 0 39421 196 0 0 20 0 17 0 63627725 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541599337488 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24069] ppid=24062 vsize=10686560 memory=1228 CPUtime=394.99 cores=0,2,4,6
/proc/24065/task/24069/stat : 24069 (java) S 24062 24065 12560 0 -1 1077944384 53659 0 0 0 39293 206 0 0 20 0 17 0 63627725 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541278809232 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24070] ppid=24062 vsize=10686560 memory=1412 CPUtime=394.5 cores=0,2,4,6
/proc/24065/task/24070/stat : 24070 (java) S 24062 24065 12560 0 -1 1077944384 32298 0 0 0 39240 210 0 0 20 0 17 0 63627725 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541277756176 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24071] ppid=24062 vsize=10686560 memory=4088 CPUtime=396.4 cores=0,2,4,6
/proc/24065/task/24071/stat : 24071 (java) S 24062 24065 12560 0 -1 1077944384 53392 0 0 0 39444 196 0 0 20 0 17 0 63627725 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541276703632 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24072] ppid=24062 vsize=10686560 memory=1620 CPUtime=21.17 cores=0,2,4,6
/proc/24065/task/24072/stat : 24072 (java) R 24062 24065 12560 0 -1 4202560 70126 0 0 0 2113 4 0 0 20 0 17 0 63627726 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541165310784 140541653374614 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24073] ppid=24062 vsize=10686560 memory=920 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24073/stat : 24073 (java) S 24062 24065 12560 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 63627727 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541164258528 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24074] ppid=24062 vsize=10686560 memory=1688 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24074/stat : 24074 (java) S 24062 24065 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 63627727 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541163205360 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24075] ppid=24062 vsize=10686560 memory=5808 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24075/stat : 24075 (java) S 24062 24065 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63627729 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541162153936 140541668935579 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24076] ppid=24062 vsize=10686560 memory=4612 CPUtime=0.55 cores=0,2,4,6
/proc/24065/task/24076/stat : 24076 (java) S 24062 24065 12560 0 -1 1077944384 2796 0 0 0 55 0 0 0 20 0 17 0 63627729 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541161101824 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24077] ppid=24062 vsize=10686560 memory=1455 CPUtime=0.49 cores=0,2,4,6
/proc/24065/task/24077/stat : 24077 (java) S 24062 24065 12560 0 -1 1077944384 2062 0 0 0 49 0 0 0 20 0 17 0 63627729 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541160049568 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24078] ppid=24062 vsize=10686560 memory=159317 CPUtime=0.34 cores=0,2,4,6
/proc/24065/task/24078/stat : 24078 (java) S 24062 24065 12560 0 -1 1077944384 4648 0 0 0 34 0 0 0 20 0 17 0 63627729 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541158992336 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24079] ppid=24062 vsize=10686560 memory=1455 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24079/stat : 24079 (java) S 24062 24065 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63627729 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541157944160 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24080] ppid=24062 vsize=10686560 memory=-8774313645642428999 CPUtime=0.24 cores=0,2,4,6
/proc/24065/task/24080/stat : 24080 (java) S 24062 24065 12560 0 -1 1077944384 540 0 0 0 15 9 0 0 20 0 17 0 63627735 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541156891184 140541668928130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24108] ppid=24062 vsize=10686560 memory=1744 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24108/stat : 24108 (java) S 24062 24065 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 63669379 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541153738160 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
[pid=24065/tid=24109] ppid=24062 vsize=10686560 memory=956 CPUtime=0 cores=0,2,4,6
/proc/24065/task/24109/stat : 24109 (java) S 24062 24065 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 63669380 10943037440 2076358 18446744073709551615 4194304 4196468 140735970527808 140541152685872 140541668927189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31485952 140735970529680 140735970529833 140735970529833 140735970533327 0
Current children cumulated CPU time: 1619.52 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8305432 KiB

Child status: 0
Real time (s): 438.492
CPU time (s): 1619.61
CPU user time (s): 1611.21
CPU system time (s): 8.40126
CPU usage (%): 369.36
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8305432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1611.21
system time used= 8.40126
maximum resident set size= 8305764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300383
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= 32106
involuntary context switches= 16362


# summary of solver processes directly reported to runsolver:
#   pid: 24065
#   total CPU time (s): 1619.61
#   total CPU user time (s): 1611.21
#   total CPU system time (s): 8.40126

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.94538 second user time and 3.94266 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 10:38:02
IDJOB=4263306
IDBENCH=120758
IDSOLVER=2651
FILE ID=node126/4263306-1502614323
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K10-P09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263306-1502614323/watcher-4263306-1502614323 -o /tmp/evaluation-result-4263306-1502614323/solver-4263306-1502614323 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263306-1502614323.xml

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

MD5SUM BENCH= 132dbb92a73ed64c3de106a7d099dd2d
RANDOM SEED=748479447

node126.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.81
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.81
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.81
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.81
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:        27436004 kB
MemAvailable:   27665020 kB
Buffers:          257424 kB
Cached:           241424 kB
SwapCached:          524 kB
Active:          4713344 kB
Inactive:         135084 kB
Active(anon):    4297052 kB
Inactive(anon):    85576 kB
Active(file):     416292 kB
Inactive(file):    49508 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1668 kB
Writeback:             0 kB
AnonPages:       4348896 kB
Mapped:            57500 kB
Shmem:             33440 kB
Slab:             184296 kB
SReclaimable:     158104 kB
SUnreclaim:        26192 kB
KernelStack:        3456 kB
PageTables:        14144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5506256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4241408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 10:45:20