Trace number 4263698

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) 1472.76 396.30099

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os07/
SuperTaillard-os-07-26.xml
MD5SUM94b2333e20121f91e59972a20e586711
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.8511105
Satisfiable
(Un)Satisfiability was proved
Number of variables98
Number of constraints931
Number of domains38
Minimum domain size332
Maximum domain size428
Distribution of domain sizes[{"size":332,"count":2},{"size":334,"count":6},{"size":335,"count":2},{"size":336,"count":2},{"size":338,"count":2},{"size":340,"count":2},{"size":341,"count":2},{"size":342,"count":4},{"size":349,"count":2},{"size":351,"count":2},{"size":352,"count":2},{"size":353,"count":6},{"size":354,"count":4},{"size":360,"count":2},{"size":363,"count":2},{"size":365,"count":2},{"size":366,"count":2},{"size":368,"count":4},{"size":369,"count":4},{"size":370,"count":4},{"size":372,"count":2},{"size":374,"count":2},{"size":380,"count":2},{"size":383,"count":4},{"size":388,"count":2},{"size":389,"count":2},{"size":390,"count":2},{"size":393,"count":2},{"size":397,"count":2},{"size":402,"count":2},{"size":404,"count":4},{"size":405,"count":2},{"size":409,"count":2},{"size":421,"count":2},{"size":423,"count":2},{"size":424,"count":2},{"size":427,"count":2},{"size":428,"count":2}]
Minimum variable degree13
Maximum variable degree25
Distribution of variable degrees[{"degree":13,"count":49},{"degree":25,"count":49}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":931}]
Number of extensional constraints0
Number of intensional constraints931
Distribution of constraint types[{"type":"intension","count":931}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263698-1502635734/watcher-4263698-1502635734 -o /tmp/evaluation-result-4263698-1502635734/solver-4263698-1502635734 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263698-1502635734.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=10255, runsolver pid=10252
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 4.56 3.04 2.54 7/216 10270
/proc/meminfo: memFree=20540804/32770624 swapFree=67108860/67108860
[pid=10255] ppid=10252 vsize=10555400 memory=30496 CPUtime=0.12 cores=1,3,5,7
/proc/10255/stat : 10255 (java) S 10252 10255 4973 0 -1 1077944320 6671 0 0 0 11 1 0 0 20 0 15 0 96654321 10808729600 7624 33554432000 4194304 4196468 140723864594128 140723864576672 139970770702071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
/proc/10255/statm: 2638850 7624 2818 1 0 2627263 0
[pid=10255/tid=10257] ppid=10252 vsize=10555400 memory=-8773748148829981823 CPUtime=0.09 cores=1,3,5,7
/proc/10255/task/10257/stat : 10257 (java) R 10252 10255 4973 0 -1 4202560 4529 0 0 0 8 1 0 0 20 0 15 0 96654322 10808729600 7624 33554432000 4194304 4196468 140723864594128 139970774927136 139970753897017 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10258] ppid=10252 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10258/stat : 10258 (java) S 10252 10255 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654323 10808729600 7624 33554432000 4194304 4196468 140723864594128 139970707392784 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10259] ppid=10252 vsize=10555400 memory=140600139359872 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10259/stat : 10259 (java) S 10252 10255 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654323 10808729600 7624 33554432000 4194304 4196468 140723864594128 139970706340240 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10260] ppid=10252 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10260/stat : 10260 (java) S 10252 10255 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654323 10808729600 7624 33554432000 4194304 4196468 140723864594128 139970705287696 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10261] ppid=10252 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10261/stat : 10261 (java) S 10252 10255 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96654323 10808729600 7624 33554432000 4194304 4196468 140723864594128 139970704235152 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10262] ppid=10252 vsize=10555400 memory=140600139359872 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10262/stat : 10262 (java) S 10252 10255 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96654324 10808729600 7624 33554432000 4194304 4196468 140723864594128 139970262870512 139970770713218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10263] ppid=10252 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10263/stat : 10263 (java) S 10252 10255 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96654324 10808729600 7624 33554432000 4194304 4196468 140723864594128 139970261816736 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10264] ppid=10252 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10264/stat : 10264 (java) S 10252 10255 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96654325 10808729600 7624 33554432000 4194304 4196468 140723864594128 139970260764144 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10265] ppid=10252 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10265/stat : 10265 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654327 10808729600 7624 33554432000 4194304 4196468 140723864594128 139970259712720 139970770720667 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10266] ppid=10252 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10266/stat : 10266 (java) S 10252 10255 4973 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 96654327 10808729600 7624 33554432000 4194304 4196468 140723864594128 139970258659312 139970770713218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10267] ppid=10252 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10267/stat : 10267 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654327 10808729600 7624 33554432000 4194304 4196468 140723864594128 139970257606768 139970770713218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10268] ppid=10252 vsize=10555400 memory=140600139359872 CPUtime=0.02 cores=1,3,5,7
/proc/10255/task/10268/stat : 10268 (java) R 10252 10255 4973 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 96654327 10808729600 7624 33554432000 4194304 4196468 140723864594128 139970256554224 139970770723418 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10269] ppid=10252 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10269/stat : 10269 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654327 10808729600 7624 33554432000 4194304 4196468 140723864594128 139970255501920 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10270] ppid=10252 vsize=10555400 memory=140600139359872 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10270/stat : 10270 (java) S 10252 10255 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654327 10808729600 7624 33554432000 4194304 4196468 140723864594128 139970254449456 139970770713218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30496 KiB

[startup+0.210698 s]*
/proc/loadavg: 4.56 3.04 2.54 7/216 10270
/proc/meminfo: memFree=20531996/32770624 swapFree=67108860/67108860
[pid=10255] ppid=10252 vsize=10555400 memory=39912 CPUtime=0.32 cores=1,3,5,7
/proc/10255/stat : 10255 (java) S 10252 10255 4973 0 -1 1077944320 8108 0 0 0 30 2 0 0 20 0 15 0 96654321 10808729600 9978 33554432000 4194304 4196468 140723864594128 140723864576672 139970770702071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
/proc/10255/statm: 2638850 9978 2926 1 0 2627263 0
[pid=10255/tid=10257] ppid=10252 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/10255/task/10257/stat : 10257 (java) R 10252 10255 4973 0 -1 4202560 5113 0 0 0 19 1 0 0 20 0 15 0 96654322 10808729600 9978 33554432000 4194304 4196468 140723864594128 139970774929680 139970383844825 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10258] ppid=10252 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10258/stat : 10258 (java) S 10252 10255 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654323 10808729600 9978 33554432000 4194304 4196468 140723864594128 139970707392784 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10259] ppid=10252 vsize=10555400 memory=288370976291071616 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10259/stat : 10259 (java) S 10252 10255 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654323 10808729600 9978 33554432000 4194304 4196468 140723864594128 139970706340240 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10260] ppid=10252 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10260/stat : 10260 (java) S 10252 10255 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654323 10808729600 9978 33554432000 4194304 4196468 140723864594128 139970705287696 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10261] ppid=10252 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10261/stat : 10261 (java) S 10252 10255 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96654323 10808729600 9978 33554432000 4194304 4196468 140723864594128 139970704235152 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10262] ppid=10252 vsize=10555400 memory=140600139359872 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10262/stat : 10262 (java) S 10252 10255 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96654324 10808729600 9978 33554432000 4194304 4196468 140723864594128 139970262870512 139970770713218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10263] ppid=10252 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10263/stat : 10263 (java) S 10252 10255 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96654324 10808729600 9978 33554432000 4194304 4196468 140723864594128 139970261816736 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10264] ppid=10252 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10264/stat : 10264 (java) S 10252 10255 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96654325 10808729600 9978 33554432000 4194304 4196468 140723864594128 139970260764144 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10265] ppid=10252 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10265/stat : 10265 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654327 10808729600 9978 33554432000 4194304 4196468 140723864594128 139970259712720 139970770720667 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10266] ppid=10252 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10255/task/10266/stat : 10266 (java) R 10252 10255 4973 0 -1 1077944384 511 0 0 0 1 0 0 0 20 0 15 0 96654327 10808729600 9978 33554432000 4194304 4196468 140723864594128 139970258659312 139970770713218 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10267] ppid=10252 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/10255/task/10267/stat : 10267 (java) S 10252 10255 4973 0 -1 1077944384 306 0 0 0 2 0 0 0 20 0 15 0 96654327 10808729600 9978 33554432000 4194304 4196468 140723864594128 139970257606768 139970770713218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10268] ppid=10252 vsize=10555400 memory=140600139359872 CPUtime=0.07 cores=1,3,5,7
/proc/10255/task/10268/stat : 10268 (java) R 10252 10255 4973 0 -1 4202560 813 0 0 0 7 0 0 0 20 0 15 0 96654327 10808729600 9978 33554432000 4194304 4196468 140723864594128 139970256549264 139970749191184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10269] ppid=10252 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10269/stat : 10269 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654327 10808729600 9978 33554432000 4194304 4196468 140723864594128 139970255501920 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10270] ppid=10252 vsize=10555400 memory=140600139359872 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10270/stat : 10270 (java) S 10252 10255 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654327 10808729600 9978 33554432000 4194304 4196468 140723864594128 139970254449456 139970770713218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39912 KiB

[startup+0.311502 s]*
/proc/loadavg: 4.56 3.04 2.54 7/216 10270
/proc/meminfo: memFree=20524552/32770624 swapFree=67108860/67108860
[pid=10255] ppid=10252 vsize=10555476 memory=46652 CPUtime=0.54 cores=1,3,5,7
/proc/10255/stat : 10255 (java) S 10252 10255 4973 0 -1 1077944320 8764 0 0 0 51 3 0 0 20 0 15 0 96654321 10808807424 11663 33554432000 4194304 4196468 140723864594128 140723864576672 139970770702071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
/proc/10255/statm: 2638869 11663 3032 1 0 2627263 0
[pid=10255/tid=10257] ppid=10252 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/10255/task/10257/stat : 10257 (java) S 10252 10255 4973 0 -1 1077944384 5506 0 0 0 28 1 0 0 20 0 15 0 96654322 10808807424 11663 33554432000 4194304 4196468 140723864594128 139970774937776 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10258] ppid=10252 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10258/stat : 10258 (java) S 10252 10255 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654323 10808807424 11663 33554432000 4194304 4196468 140723864594128 139970707392784 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10259] ppid=10252 vsize=10555476 memory=15965017256011416 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10259/stat : 10259 (java) S 10252 10255 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654323 10808807424 11663 33554432000 4194304 4196468 140723864594128 139970706340240 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10260] ppid=10252 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10260/stat : 10260 (java) S 10252 10255 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654323 10808807424 11663 33554432000 4194304 4196468 140723864594128 139970705287696 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10261] ppid=10252 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10261/stat : 10261 (java) S 10252 10255 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96654323 10808807424 11663 33554432000 4194304 4196468 140723864594128 139970704235152 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10262] ppid=10252 vsize=10555476 memory=140600139359872 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10262/stat : 10262 (java) S 10252 10255 4973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96654324 10808807424 11663 33554432000 4194304 4196468 140723864594128 139970262870512 139970770713218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10263] ppid=10252 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10263/stat : 10263 (java) S 10252 10255 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96654324 10808807424 11663 33554432000 4194304 4196468 140723864594128 139970261816736 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10264] ppid=10252 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10264/stat : 10264 (java) S 10252 10255 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96654325 10808807424 11663 33554432000 4194304 4196468 140723864594128 139970260764144 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10265] ppid=10252 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10265/stat : 10265 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654327 10808807424 11663 33554432000 4194304 4196468 140723864594128 139970259712720 139970770720667 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10266] ppid=10252 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/10255/task/10266/stat : 10266 (java) R 10252 10255 4973 0 -1 1077944384 560 0 0 0 3 0 0 0 20 0 15 0 96654327 10808807424 11663 33554432000 4194304 4196468 140723864594128 139970258659408 139970770712277 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10267] ppid=10252 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/10255/task/10267/stat : 10267 (java) R 10252 10255 4973 0 -1 4202560 372 0 0 0 4 0 0 0 20 0 15 0 96654327 10808807424 11663 33554432000 4194304 4196468 140723864594128 139970257594400 139970770723418 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10268] ppid=10252 vsize=10555476 memory=140600139359872 CPUtime=0.14 cores=1,3,5,7
/proc/10255/task/10268/stat : 10268 (java) S 10252 10255 4973 0 -1 1077944384 958 0 0 0 14 0 0 0 20 0 15 0 96654327 10808807424 11663 33554432000 4194304 4196468 140723864594128 139970256554224 139970770713218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10269] ppid=10252 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10269/stat : 10269 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654327 10808807424 11663 33554432000 4194304 4196468 140723864594128 139970255501920 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10270] ppid=10252 vsize=10555476 memory=140600139359872 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10270/stat : 10270 (java) S 10252 10255 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654327 10808807424 11663 33554432000 4194304 4196468 140723864594128 139970254449456 139970770713218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46652 KiB

[startup+0.701031 s]
/proc/loadavg: 4.56 3.04 2.54 8/216 10270
/proc/meminfo: memFree=20470084/32770624 swapFree=67108860/67108860
[pid=10255] ppid=10252 vsize=10555476 memory=212256 CPUtime=1.75 cores=1,3,5,7
/proc/10255/stat : 10255 (java) S 10252 10255 4973 0 -1 1077944320 11106 0 0 0 161 14 0 0 20 0 15 0 96654321 10808807424 53064 33554432000 4194304 4196468 140723864594128 140723864576672 139970770702071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
/proc/10255/statm: 2638869 53064 3083 1 0 2627263 0
[pid=10255/tid=10257] ppid=10252 vsize=10555476 memory=1728 CPUtime=0.63 cores=1,3,5,7
/proc/10255/task/10257/stat : 10257 (java) S 10252 10255 4973 0 -1 1077944384 5968 0 0 0 59 4 0 0 20 0 15 0 96654322 10808807424 53064 33554432000 4194304 4196468 140723864594128 139970774933280 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10258] ppid=10252 vsize=10555476 memory=792 CPUtime=0.03 cores=1,3,5,7
/proc/10255/task/10258/stat : 10258 (java) R 10252 10255 4973 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 15 0 96654323 10808807424 53064 33554432000 4194304 4196468 140723864594128 139970707392784 139970755724192 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10259] ppid=10252 vsize=10555476 memory=9992 CPUtime=0.03 cores=1,3,5,7
/proc/10255/task/10259/stat : 10259 (java) R 10252 10255 4973 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 15 0 96654323 10808807424 53064 33554432000 4194304 4196468 140723864594128 139970706340440 139970755725774 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10260] ppid=10252 vsize=10555476 memory=1224 CPUtime=0.03 cores=1,3,5,7
/proc/10255/task/10260/stat : 10260 (java) R 10252 10255 4973 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 15 0 96654323 10808807424 53064 33554432000 4194304 4196468 140723864594128 139970705287696 139970755724146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10261] ppid=10252 vsize=10555476 memory=5716 CPUtime=0.03 cores=1,3,5,7
/proc/10255/task/10261/stat : 10261 (java) R 10252 10255 4973 0 -1 4202560 33 0 0 0 2 1 0 0 20 0 15 0 96654323 10808807424 53064 33554432000 4194304 4196468 140723864594128 139970704232960 139970755724146 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10262] ppid=10252 vsize=10555476 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10262/stat : 10262 (java) S 10252 10255 4973 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 96654324 10808807424 53064 33554432000 4194304 4196468 140723864594128 139970262869024 139970770712277 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10263] ppid=10252 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10263/stat : 10263 (java) S 10252 10255 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96654324 10808807424 53064 33554432000 4194304 4196468 140723864594128 139970261816736 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10264] ppid=10252 vsize=10555476 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10264/stat : 10264 (java) S 10252 10255 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96654325 10808807424 53064 33554432000 4194304 4196468 140723864594128 139970260764144 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10265] ppid=10252 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10265/stat : 10265 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654327 10808807424 53064 33554432000 4194304 4196468 140723864594128 139970259712720 139970770720667 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10266] ppid=10252 vsize=10555476 memory=4639098309541127021 CPUtime=0.33 cores=1,3,5,7
/proc/10255/task/10266/stat : 10266 (java) S 10252 10255 4973 0 -1 1077944384 1170 0 0 0 33 0 0 0 20 0 15 0 96654327 10808807424 53064 33554432000 4194304 4196468 140723864594128 139970258644304 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10267] ppid=10252 vsize=10555476 memory=7597685182856913236 CPUtime=0.34 cores=1,3,5,7
/proc/10255/task/10267/stat : 10267 (java) S 10252 10255 4973 0 -1 1077944384 1219 0 0 0 34 0 0 0 20 0 15 0 96654327 10808807424 53064 33554432000 4194304 4196468 140723864594128 139970257590896 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10268] ppid=10252 vsize=10555476 memory=7236547281622689387 CPUtime=0.25 cores=1,3,5,7
/proc/10255/task/10268/stat : 10268 (java) S 10252 10255 4973 0 -1 1077944384 1269 0 0 0 25 0 0 0 20 0 15 0 96654327 10808807424 53064 33554432000 4194304 4196468 140723864594128 139970256554224 139970770713218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10269] ppid=10252 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10269/stat : 10269 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96654327 10808807424 53064 33554432000 4194304 4196468 140723864594128 139970255501920 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10270] ppid=10252 vsize=10555476 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10270/stat : 10270 (java) S 10252 10255 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96654327 10808807424 53064 33554432000 4194304 4196468 140723864594128 139970254449456 139970770713218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 212256 KiB

[startup+1.50103 s]
/proc/loadavg: 4.56 3.04 2.54 9/216 10270
/proc/meminfo: memFree=20258772/32770624 swapFree=67108860/67108860
[pid=10255] ppid=10252 vsize=10555476 memory=578800 CPUtime=3.57 cores=1,3,5,7
/proc/10255/stat : 10255 (java) S 10252 10255 4973 0 -1 1077944320 12044 0 0 0 311 46 0 0 20 0 15 0 96654321 10808807424 144700 33554432000 4194304 4196468 140723864594128 140723864576672 139970770702071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
/proc/10255/statm: 2638869 144700 3118 1 0 2627263 0
[pid=10255/tid=10257] ppid=10252 vsize=10555476 memory=0 CPUtime=1.13 cores=1,3,5,7
/proc/10255/task/10257/stat : 10257 (java) S 10252 10255 4973 0 -1 1077944384 6057 0 0 0 107 6 0 0 20 0 15 0 96654322 10808807424 144700 33554432000 4194304 4196468 140723864594128 139970774938560 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10258] ppid=10252 vsize=10555476 memory=-8754540793456063680 CPUtime=0.33 cores=1,3,5,7
/proc/10255/task/10258/stat : 10258 (java) R 10252 10255 4973 0 -1 4202560 202 0 0 0 24 9 0 0 20 0 15 0 96654323 10808807424 144700 33554432000 4194304 4196468 140723864594128 139970707392672 139970755729945 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10259] ppid=10252 vsize=10555476 memory=-2843874019102283166 CPUtime=0.33 cores=1,3,5,7
/proc/10255/task/10259/stat : 10259 (java) R 10252 10255 4973 0 -1 4202560 211 0 0 0 24 9 0 0 20 0 15 0 96654323 10808807424 144700 33554432000 4194304 4196468 140723864594128 139970706340440 139970755729945 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10260] ppid=10252 vsize=10555476 memory=5450919713671312938 CPUtime=0.33 cores=1,3,5,7
/proc/10255/task/10260/stat : 10260 (java) R 10252 10255 4973 0 -1 4202560 220 0 0 0 24 9 0 0 20 0 15 0 96654323 10808807424 144700 33554432000 4194304 4196468 140723864594128 139970705287896 139970755729945 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10261] ppid=10252 vsize=10555476 memory=7005738693937936738 CPUtime=0.32 cores=1,3,5,7
/proc/10255/task/10261/stat : 10261 (java) R 10252 10255 4973 0 -1 4202560 196 0 0 0 23 9 0 0 20 0 15 0 96654323 10808807424 144700 33554432000 4194304 4196468 140723864594128 139970704235352 139970755729945 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10262] ppid=10252 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10262/stat : 10262 (java) S 10252 10255 4973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96654324 10808807424 144700 33554432000 4194304 4196468 140723864594128 139970262869024 139970770712277 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0

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

[pid=10255/tid=10258] ppid=10252 vsize=10690804 memory=6791534058613427641 CPUtime=358.54 cores=1,3,5,7
/proc/10255/task/10258/stat : 10258 (java) R 10252 10255 4973 0 -1 4202560 295894 0 0 0 35679 175 0 0 20 0 17 0 96654323 10947383296 2041587 33554432000 4194304 4196468 140723864594128 139970707392984 139970752298598 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10259] ppid=10252 vsize=10690804 memory=2244 CPUtime=357.3 cores=1,3,5,7
/proc/10255/task/10259/stat : 10259 (java) R 10252 10255 4973 0 -1 4202560 105859 0 0 0 35546 184 0 0 20 0 17 0 96654323 10947383296 2041587 33554432000 4194304 4196468 140723864594128 139970706340440 139970755652676 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10260] ppid=10252 vsize=10690804 memory=8166348 CPUtime=356.01 cores=1,3,5,7
/proc/10255/task/10260/stat : 10260 (java) R 10252 10255 4973 0 -1 4202560 220445 0 0 0 35410 191 0 0 20 0 17 0 96654323 10947383296 2041587 33554432000 4194304 4196468 140723864594128 139970705287896 139970755653064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10261] ppid=10252 vsize=10690804 memory=8166344 CPUtime=357.86 cores=1,3,5,7
/proc/10255/task/10261/stat : 10261 (java) R 10252 10255 4973 0 -1 4202560 293231 0 0 0 35598 188 0 0 20 0 17 0 96654323 10947383296 2041587 33554432000 4194304 4196468 140723864594128 139970704235040 139970752298805 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10262] ppid=10252 vsize=10690804 memory=8165304 CPUtime=18.47 cores=1,3,5,7
/proc/10255/task/10262/stat : 10262 (java) S 10252 10255 4973 0 -1 1077944384 68115 0 0 0 1844 3 0 0 20 0 17 0 96654324 10947383296 2041587 33554432000 4194304 4196468 140723864594128 139970262868832 139970770712277 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10263] ppid=10252 vsize=10690804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10263/stat : 10263 (java) S 10252 10255 4973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 96654324 10947383296 2041587 33554432000 4194304 4196468 140723864594128 139970261816800 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10264] ppid=10252 vsize=10690804 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10264/stat : 10264 (java) S 10252 10255 4973 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 96654325 10947383296 2041587 33554432000 4194304 4196468 140723864594128 139970260764160 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10265] ppid=10252 vsize=10690804 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10265/stat : 10265 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96654327 10947383296 2041587 33554432000 4194304 4196468 140723864594128 139970259712720 139970770720667 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10266] ppid=10252 vsize=10690804 memory=2204 CPUtime=0.51 cores=1,3,5,7
/proc/10255/task/10266/stat : 10266 (java) S 10252 10255 4973 0 -1 1077944384 2780 0 0 0 50 1 0 0 20 0 17 0 96654327 10947383296 2041587 33554432000 4194304 4196468 140723864594128 139970258659072 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10267] ppid=10252 vsize=10690804 memory=4144 CPUtime=0.49 cores=1,3,5,7
/proc/10255/task/10267/stat : 10267 (java) S 10252 10255 4973 0 -1 1077944384 3169 0 0 0 49 0 0 0 20 0 17 0 96654327 10947383296 2041587 33554432000 4194304 4196468 140723864594128 139970257606816 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10268] ppid=10252 vsize=10690804 memory=28104 CPUtime=0.39 cores=1,3,5,7
/proc/10255/task/10268/stat : 10268 (java) S 10252 10255 4973 0 -1 1077944384 5127 0 0 0 39 0 0 0 20 0 17 0 96654327 10947383296 2041587 33554432000 4194304 4196468 140723864594128 139970256551728 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10269] ppid=10252 vsize=10690804 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10269/stat : 10269 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96654327 10947383296 2041587 33554432000 4194304 4196468 140723864594128 139970255501920 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10270] ppid=10252 vsize=10690804 memory=6791534058613427641 CPUtime=0.19 cores=1,3,5,7
/proc/10255/task/10270/stat : 10270 (java) S 10252 10255 4973 0 -1 1077944384 483 0 0 0 11 8 0 0 20 0 17 0 96654327 10947383296 2041587 33554432000 4194304 4196468 140723864594128 139970254449456 139970770713218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10333] ppid=10252 vsize=10690804 memory=8292088564187963537 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10333/stat : 10333 (java) S 10252 10255 4973 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 96690812 10947383296 2041587 33554432000 4194304 4196468 140723864594128 139970251297584 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10334] ppid=10252 vsize=10690804 memory=-7595718316223195531 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10334/stat : 10334 (java) S 10252 10255 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 96690812 10947383296 2041587 33554432000 4194304 4196468 140723864594128 139970250244624 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
Current children cumulated CPU time: 1462.35 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8166348 KiB

[startup+395.201 s]
/proc/loadavg: 3.87 4.68 3.60 5/197 10335
/proc/meminfo: memFree=20711564/32770624 swapFree=67108860/67108860
[pid=10255] ppid=10252 vsize=10690804 memory=8166364 CPUtime=1468.68 cores=1,3,5,7
/proc/10255/stat : 10255 (java) S 10252 10255 4973 0 -1 1077944320 1011452 0 0 0 146108 760 0 0 20 0 17 0 96654321 10947383296 2041591 33554432000 4194304 4196468 140723864594128 140723864576672 139970770702071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
/proc/10255/statm: 2672701 2041591 3179 1 0 2661057 0
[pid=10255/tid=10257] ppid=10252 vsize=10690804 memory=8166348 CPUtime=12.49 cores=1,3,5,7
/proc/10255/task/10257/stat : 10257 (java) S 10252 10255 4973 0 -1 1077944384 14602 0 0 0 1239 10 0 0 20 0 17 0 96654322 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970774942752 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10258] ppid=10252 vsize=10690804 memory=8166352 CPUtime=360.12 cores=1,3,5,7
/proc/10255/task/10258/stat : 10258 (java) R 10252 10255 4973 0 -1 4202560 295897 0 0 0 35837 175 0 0 20 0 17 0 96654323 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970707392784 139970755698682 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10259] ppid=10252 vsize=10690804 memory=8166348 CPUtime=358.89 cores=1,3,5,7
/proc/10255/task/10259/stat : 10259 (java) R 10252 10255 4973 0 -1 4202560 105865 0 0 0 35705 184 0 0 20 0 17 0 96654323 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970706340128 139970752311847 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10260] ppid=10252 vsize=10690804 memory=1008 CPUtime=357.61 cores=1,3,5,7
/proc/10255/task/10260/stat : 10260 (java) R 10252 10255 4973 0 -1 4202560 220723 0 0 0 35570 191 0 0 20 0 17 0 96654323 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970705287696 139970755400851 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10261] ppid=10252 vsize=10690804 memory=1944 CPUtime=359.4 cores=1,3,5,7
/proc/10255/task/10261/stat : 10261 (java) R 10252 10255 4973 0 -1 4202560 293246 0 0 0 35752 188 0 0 20 0 17 0 96654323 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970704235352 139970752311847 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10262] ppid=10252 vsize=10690804 memory=6791534058613427641 CPUtime=18.48 cores=1,3,5,7
/proc/10255/task/10262/stat : 10262 (java) S 10252 10255 4973 0 -1 1077944384 68115 0 0 0 1845 3 0 0 20 0 17 0 96654324 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970262869056 139970770712277 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10263] ppid=10252 vsize=10690804 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10263/stat : 10263 (java) S 10252 10255 4973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 96654324 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970261816800 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10264] ppid=10252 vsize=10690804 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10264/stat : 10264 (java) S 10252 10255 4973 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 96654325 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970260764160 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10265] ppid=10252 vsize=10690804 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10265/stat : 10265 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970259712720 139970770720667 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10266] ppid=10252 vsize=10690804 memory=8552 CPUtime=0.51 cores=1,3,5,7
/proc/10255/task/10266/stat : 10266 (java) S 10252 10255 4973 0 -1 1077944384 2780 0 0 0 50 1 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970258659072 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10267] ppid=10252 vsize=10690804 memory=15872 CPUtime=0.49 cores=1,3,5,7
/proc/10255/task/10267/stat : 10267 (java) S 10252 10255 4973 0 -1 1077944384 3169 0 0 0 49 0 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970257606816 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10268] ppid=10252 vsize=10690804 memory=6791534058613427641 CPUtime=0.39 cores=1,3,5,7
/proc/10255/task/10268/stat : 10268 (java) S 10252 10255 4973 0 -1 1077944384 5127 0 0 0 39 0 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970256551728 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10269] ppid=10252 vsize=10690804 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10269/stat : 10269 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970255501920 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10270] ppid=10252 vsize=10690804 memory=1224 CPUtime=0.19 cores=1,3,5,7
/proc/10255/task/10270/stat : 10270 (java) S 10252 10255 4973 0 -1 1077944384 485 0 0 0 11 8 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970254449456 139970770713218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10333] ppid=10252 vsize=10690804 memory=5716 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10333/stat : 10333 (java) S 10252 10255 4973 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 96690812 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970251297584 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10334] ppid=10252 vsize=10690804 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10334/stat : 10334 (java) S 10252 10255 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 96690812 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970250244624 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
Current children cumulated CPU time: 1468.68 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8166364 KiB

[startup+396.001 s]*
/proc/loadavg: 3.88 4.67 3.61 5/197 10335
/proc/meminfo: memFree=20711440/32770624 swapFree=67108860/67108860
[pid=10255] ppid=10252 vsize=10690804 memory=8166364 CPUtime=1471.9 cores=1,3,5,7
/proc/10255/stat : 10255 (java) S 10252 10255 4973 0 -1 1077944320 1011870 0 0 0 146430 760 0 0 20 0 17 0 96654321 10947383296 2041591 33554432000 4194304 4196468 140723864594128 140723864576672 139970770702071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
/proc/10255/statm: 2672701 2041591 3179 1 0 2661057 0
[pid=10255/tid=10257] ppid=10252 vsize=10690804 memory=1398720917958146503 CPUtime=12.49 cores=1,3,5,7
/proc/10255/task/10257/stat : 10257 (java) S 10252 10255 4973 0 -1 1077944384 14602 0 0 0 1239 10 0 0 20 0 17 0 96654322 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970774942752 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10258] ppid=10252 vsize=10690804 memory=4872558044660077418 CPUtime=360.93 cores=1,3,5,7
/proc/10255/task/10258/stat : 10258 (java) R 10252 10255 4973 0 -1 4202560 295928 0 0 0 35918 175 0 0 20 0 17 0 96654323 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970707392784 139970763330279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10259] ppid=10252 vsize=10690804 memory=7447079538651653718 CPUtime=359.7 cores=1,3,5,7
/proc/10255/task/10259/stat : 10259 (java) R 10252 10255 4973 0 -1 4202560 105865 0 0 0 35786 184 0 0 20 0 17 0 96654323 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970706340128 139970755698478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10260] ppid=10252 vsize=10690804 memory=7447079538651653718 CPUtime=358.42 cores=1,3,5,7
/proc/10255/task/10260/stat : 10260 (java) R 10252 10255 4973 0 -1 4202560 221110 0 0 0 35651 191 0 0 20 0 17 0 96654323 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970705287896 139970755698481 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10261] ppid=10252 vsize=10690804 memory=7738430346317354850 CPUtime=360.2 cores=1,3,5,7
/proc/10255/task/10261/stat : 10261 (java) R 10252 10255 4973 0 -1 4202560 293246 0 0 0 35832 188 0 0 20 0 17 0 96654323 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970704235352 139970755159523 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10262] ppid=10252 vsize=10690804 memory=7883101831174443881 CPUtime=18.48 cores=1,3,5,7
/proc/10255/task/10262/stat : 10262 (java) S 10252 10255 4973 0 -1 1077944384 68115 0 0 0 1845 3 0 0 20 0 17 0 96654324 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970262869056 139970770712277 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10263] ppid=10252 vsize=10690804 memory=591660905224826115 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10263/stat : 10263 (java) S 10252 10255 4973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 96654324 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970261816800 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10264] ppid=10252 vsize=10690804 memory=19363 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10264/stat : 10264 (java) S 10252 10255 4973 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 96654325 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970260764160 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10265] ppid=10252 vsize=10690804 memory=7084558314584041298 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10265/stat : 10265 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970259712720 139970770720667 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10266] ppid=10252 vsize=10690804 memory=297237790977163558 CPUtime=0.51 cores=1,3,5,7
/proc/10255/task/10266/stat : 10266 (java) S 10252 10255 4973 0 -1 1077944384 2780 0 0 0 50 1 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970258659072 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10267] ppid=10252 vsize=10690804 memory=303711715441508646 CPUtime=0.49 cores=1,3,5,7
/proc/10255/task/10267/stat : 10267 (java) S 10252 10255 4973 0 -1 1077944384 3169 0 0 0 49 0 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970257606816 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10268] ppid=10252 vsize=10690804 memory=15541803839391055 CPUtime=0.39 cores=1,3,5,7
/proc/10255/task/10268/stat : 10268 (java) S 10252 10255 4973 0 -1 1077944384 5127 0 0 0 39 0 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970256551728 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10269] ppid=10252 vsize=10690804 memory=8027200600010211438 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10269/stat : 10269 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970255501920 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10270] ppid=10252 vsize=10690804 memory=7734204936084739684 CPUtime=0.19 cores=1,3,5,7
/proc/10255/task/10270/stat : 10270 (java) S 10252 10255 4973 0 -1 1077944384 485 0 0 0 11 8 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970254449456 139970770713218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10333] ppid=10252 vsize=10690804 memory=6298654963570857569 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10333/stat : 10333 (java) S 10252 10255 4973 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 96690812 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970251297584 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10334] ppid=10252 vsize=10690804 memory=7593447621739500900 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10334/stat : 10334 (java) S 10252 10255 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 96690812 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970250244624 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
Current children cumulated CPU time: 1471.9 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8166364 KiB

[startup+396.201 s]
/proc/loadavg: 3.88 4.67 3.61 5/197 10335
/proc/meminfo: memFree=20711440/32770624 swapFree=67108860/67108860
[pid=10255] ppid=10252 vsize=10690804 memory=8166364 CPUtime=1472.64 cores=1,3,5,7
/proc/10255/stat : 10255 (java) S 10252 10255 4973 0 -1 1077944320 1011870 0 0 0 146504 760 0 0 20 0 17 0 96654321 10947383296 2041591 33554432000 4194304 4196468 140723864594128 140723864576672 139970770702071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
/proc/10255/statm: 2672701 2041591 3179 1 0 2661057 0
[pid=10255/tid=10257] ppid=10252 vsize=10690804 memory=288230596050944315 CPUtime=12.49 cores=1,3,5,7
/proc/10255/task/10257/stat : 10257 (java) S 10252 10255 4973 0 -1 1077944384 14602 0 0 0 1239 10 0 0 20 0 17 0 96654322 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970774942752 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10258] ppid=10252 vsize=10690804 memory=14979957709343143 CPUtime=361.11 cores=1,3,5,7
/proc/10255/task/10258/stat : 10258 (java) S 10252 10255 4973 0 -1 1077944384 295928 0 0 0 35936 175 0 0 20 0 17 0 96654323 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970707392592 139970770713218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10259] ppid=10252 vsize=10690804 memory=4132 CPUtime=359.89 cores=1,3,5,7
/proc/10255/task/10259/stat : 10259 (java) R 10252 10255 4973 0 -1 4202560 105865 0 0 0 35805 184 0 0 20 0 17 0 96654323 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970706340128 139970755159702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10260] ppid=10252 vsize=10690804 memory=2204 CPUtime=358.6 cores=1,3,5,7
/proc/10255/task/10260/stat : 10260 (java) R 10252 10255 4973 0 -1 4202560 221110 0 0 0 35669 191 0 0 20 0 17 0 96654323 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970705287504 139970763330279 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10261] ppid=10252 vsize=10690804 memory=7280 CPUtime=360.38 cores=1,3,5,7
/proc/10255/task/10261/stat : 10261 (java) R 10252 10255 4973 0 -1 4202560 293246 0 0 0 35850 188 0 0 20 0 17 0 96654323 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970704235272 139970763330279 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10262] ppid=10252 vsize=10690804 memory=844 CPUtime=18.48 cores=1,3,5,7
/proc/10255/task/10262/stat : 10262 (java) S 10252 10255 4973 0 -1 1077944384 68115 0 0 0 1845 3 0 0 20 0 17 0 96654324 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970262869056 139970770712277 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10263] ppid=10252 vsize=10690804 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10263/stat : 10263 (java) S 10252 10255 4973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 96654324 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970261816800 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10264] ppid=10252 vsize=10690804 memory=916 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10264/stat : 10264 (java) S 10252 10255 4973 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 96654325 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970260764160 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10265] ppid=10252 vsize=10690804 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10265/stat : 10265 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970259712720 139970770720667 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10266] ppid=10252 vsize=10690804 memory=2552 CPUtime=0.51 cores=1,3,5,7
/proc/10255/task/10266/stat : 10266 (java) S 10252 10255 4973 0 -1 1077944384 2780 0 0 0 50 1 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970258659072 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10267] ppid=10252 vsize=10690804 memory=1160 CPUtime=0.49 cores=1,3,5,7
/proc/10255/task/10267/stat : 10267 (java) S 10252 10255 4973 0 -1 1077944384 3169 0 0 0 49 0 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970257606816 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10268] ppid=10252 vsize=10690804 memory=3172 CPUtime=0.39 cores=1,3,5,7
/proc/10255/task/10268/stat : 10268 (java) S 10252 10255 4973 0 -1 1077944384 5127 0 0 0 39 0 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970256551728 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10269] ppid=10252 vsize=10690804 memory=8166348 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10269/stat : 10269 (java) S 10252 10255 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970255501920 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10270] ppid=10252 vsize=10690804 memory=303711715441508646 CPUtime=0.19 cores=1,3,5,7
/proc/10255/task/10270/stat : 10270 (java) S 10252 10255 4973 0 -1 1077944384 485 0 0 0 11 8 0 0 20 0 17 0 96654327 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970254449456 139970770713218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10333] ppid=10252 vsize=10690804 memory=15541803839391055 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10333/stat : 10333 (java) S 10252 10255 4973 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 96690812 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970251297584 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
[pid=10255/tid=10334] ppid=10252 vsize=10690804 memory=7882800642583515495 CPUtime=0 cores=1,3,5,7
/proc/10255/task/10334/stat : 10334 (java) S 10252 10255 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 96690812 10947383296 2041591 33554432000 4194304 4196468 140723864594128 139970250244624 139970770712277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8708096 140723864597638 140723864597791 140723864597791 140723864600527 0
Current children cumulated CPU time: 1472.64 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8166364 KiB

Child status: 0
Real time (s): 396.301
CPU time (s): 1472.76
CPU user time (s): 1465.1
CPU system time (s): 7.6568
CPU usage (%): 371.626
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8166364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1465.1
system time used= 7.6568
maximum resident set size= 8166600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1011901
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27695
involuntary context switches= 27180


# summary of solver processes directly reported to runsolver:
#   pid: 10255
#   total CPU time (s): 1472.76
#   total CPU user time (s): 1465.1
#   total CPU system time (s): 7.6568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.47251 second user time and 3.90957 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 16:34:36
IDJOB=4263698
IDBENCH=138603
IDSOLVER=2651
FILE ID=node151/4263698-1502635734
RUNJOBID= node151-1502612262-5005
PBS_JOBID= 20628306
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os07/SuperTaillard-os-07-26.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263698-1502635734/watcher-4263698-1502635734 -o /tmp/evaluation-result-4263698-1502635734/solver-4263698-1502635734 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263698-1502635734.xml

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

MD5SUM BENCH= 94b2333e20121f91e59972a20e586711
RANDOM SEED=142694063

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        20560372 kB
MemAvailable:   23674476 kB
Buffers:          240868 kB
Cached:          3165064 kB
SwapCached:            0 kB
Active:          9152136 kB
Inactive:        2612712 kB
Active(anon):    8361916 kB
Inactive(anon):    25044 kB
Active(file):     790220 kB
Inactive(file):  2587668 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1672 kB
Writeback:             0 kB
AnonPages:       8378580 kB
Mapped:            55416 kB
Shmem:             25224 kB
Slab:             131216 kB
SReclaimable:     104100 kB
SUnreclaim:        27116 kB
KernelStack:        3808 kB
PageTables:        21444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8652276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8237056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61756 MiB
End job on node151 at 2017-08-13 16:41:12