Trace number 4289968

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (problem) 1465.82 399.811

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-magazine_c18.xml
MD5SUMc4204b87298b93dafaf8bd2d2b317c15
Bench CategoryCOP (optimization 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 variables2600
Number of constraints201
Number of domains3
Minimum domain size2
Maximum domain size406
Distribution of domain sizes[{"size":2,"count":50},{"size":41,"count":2500},{"size":406,"count":50}]
Minimum variable degree2
Maximum variable degree52
Distribution of variable degrees[{"degree":2,"count":2450},{"degree":3,"count":100},{"degree":52,"count":50}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":100},{"arity":50,"count":51},{"arity":100,"count":50}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"ordered","count":1},{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1326.21/362.62	Jul 22, 2018 1:48:29 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1326.21/362.62	INFO: Runtime exception
1326.21/362.62	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1326.21/362.62		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:98)
1326.21/362.62		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:53)
1326.21/362.62		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:586)
1326.21/362.62		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:383)
1326.21/362.62		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:188)
1326.21/362.62		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1326.21/362.62		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1326.21/362.62		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1326.21/362.62		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1326.21/362.62		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1326.21/362.62		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1326.21/362.62		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1326.21/362.62		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1326.21/362.62		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1326.21/362.62		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1326.21/362.62		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1326.21/362.62		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1326.21/362.62		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1326.21/362.62		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1326.21/362.62		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1326.21/362.62	Caused by: java.lang.reflect.InvocationTargetException
1326.21/362.62		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1326.21/362.62		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1326.21/362.62		at java.lang.reflect.Method.invoke(Method.java:498)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1326.21/362.62		... 22 more
1326.21/362.62	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1326.21/362.62		... 26 more
1326.21/362.62	Caused by: java.lang.reflect.InvocationTargetException
1326.21/362.62		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1326.21/362.62		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1326.21/362.62		at java.lang.reflect.Method.invoke(Method.java:498)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1326.21/362.62		... 27 more
1326.21/362.62	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1326.21/362.62		... 31 more
1326.21/362.62	Caused by: java.lang.reflect.InvocationTargetException
1326.21/362.62		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1326.21/362.62		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1326.21/362.62		at java.lang.reflect.Method.invoke(Method.java:498)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1326.21/362.62		... 32 more
1326.21/362.62	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1326.21/362.62		... 36 more
1326.21/362.62	Caused by: java.lang.reflect.InvocationTargetException
1326.21/362.62		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1326.21/362.62		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1326.21/362.62		at java.lang.reflect.Method.invoke(Method.java:498)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1326.21/362.62		... 37 more
1326.21/362.62	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1326.21/362.62		... 41 more
1326.21/362.62	Caused by: java.lang.reflect.InvocationTargetException
1326.21/362.62		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1326.21/362.62		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1326.21/362.62		at java.lang.reflect.Method.invoke(Method.java:498)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1326.21/362.62		... 42 more
1326.21/362.62	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1326.21/362.62		... 46 more
1326.21/362.62	Caused by: java.lang.reflect.InvocationTargetException
1326.21/362.62		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1326.21/362.62		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1326.21/362.62		at java.lang.reflect.Method.invoke(Method.java:498)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1326.21/362.62		... 47 more
1326.21/362.62	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1326.21/362.62		... 51 more
1326.21/362.62	Caused by: java.lang.reflect.InvocationTargetException
1326.21/362.62		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1326.21/362.62		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1326.21/362.62		at java.lang.reflect.Method.invoke(Method.java:498)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1326.21/362.62		... 51 more
1326.21/362.62	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1326.21/362.62		at java.lang.Integer.valueOf(Integer.java:832)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:532)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:159)
1326.21/362.62		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1326.21/362.62		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1326.21/362.62		at java.lang.reflect.Method.invoke(Method.java:498)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1326.21/362.62		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1326.21/362.62		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1326.21/362.62		at java.lang.reflect.Method.invoke(Method.java:498)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1326.21/362.62		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1326.21/362.62		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1326.21/362.62		at java.lang.reflect.Method.invoke(Method.java:498)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1326.21/362.62		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1326.21/362.62		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1326.21/362.62		at java.lang.reflect.Method.invoke(Method.java:498)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1326.21/362.62		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1326.21/362.62		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1326.21/362.62		at java.lang.reflect.Method.invoke(Method.java:498)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1326.21/362.62		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1326.21/362.62		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1326.21/362.62		at java.lang.reflect.Method.invoke(Method.java:498)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1326.21/362.62		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1326.21/362.62	
1399.35/382.29	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1399.35/382.29	c This is free software under the dual EPL/GNU LGPL licenses.
1399.35/382.29	c See www.sat4j.org for details.
1399.35/382.29	c That software uses the Rhino library from the Mozilla project.
1399.35/382.29	c version 2.3.6-SNAPSHOT
1399.35/382.29	c java.runtime.name	Java(TM) SE Runtime Environment
1399.35/382.29	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1399.35/382.29	c java.vm.version	25.131-b11
1399.35/382.29	c java.vm.vendor	Oracle Corporation
1399.35/382.29	c sun.arch.data.model	64
1399.35/382.29	c java.version		1.8.0_131
1399.35/382.29	c os.name		Linux
1399.35/382.29	c os.version		3.10.0-514.16.1.el7.x86_64
1399.35/382.29	c os.arch		amd64
1399.35/382.29	c Free memory 		499604488
1399.35/382.29	c Max memory 		7247757312
1399.35/382.29	c Total memory 		504889344
1399.35/382.29	c Number of processors 	4
1399.35/382.29	c c --- Begin Solver configuration ---
1399.35/382.29	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1399.35/382.29	c Learn all clauses as in MiniSAT
1399.35/382.29	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1399.35/382.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1399.35/382.29	c No reason simplification
1399.35/382.29	c Glucose 2.1 dynamic restart strategy
1399.35/382.29	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1399.35/382.29	c timeout=2147483s
1399.35/382.29	c DB Simplification allowed=false
1399.35/382.29	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1399.35/382.29	c --- End Solver configuration ---
1399.35/382.29	c starts		: 0
1399.35/382.29	c conflicts		: 0
1399.35/382.29	c decisions		: 0
1399.35/382.29	c propagations		: 0
1465.68/399.77	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1465.68/399.77		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1465.68/399.77		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1465.68/399.77		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1465.68/399.77		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1465.68/399.77		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1465.68/399.77		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1465.68/399.77		at java.io.PrintWriter.newLine(PrintWriter.java:482)
1465.68/399.77		at java.io.PrintWriter.println(PrintWriter.java:629)
1465.68/399.77		at java.io.PrintWriter.println(PrintWriter.java:740)
1465.68/399.77		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:106)
1465.68/399.77		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:91)
1465.68/399.77		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2017)
1465.68/399.77		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1465.68/399.77		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1465.68/399.77		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1465.68/399.77		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1465.68/399.77		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1465.68/399.77		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 (1592 MiB free)
  memory of node 1: 16384 MiB (10524 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289968-1532216559/watcher-4289968-1532216559 -o /tmp/evaluation-result-4289968-1532216559/solver-4289968-1532216559 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27635 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289968-1532216559.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=29051, runsolver pid=29048

[startup+0.101137 s]*
/proc/loadavg: 1.88 2.18 2.52 3/216 29066
/proc/meminfo: memFree=12388384/32770624 swapFree=67108860/67108860
[pid=29051] ppid=29048 vsize=10659012 memory=31012 CPUtime=0.13 cores=1,3,5,7
/proc/29051/stat : 29051 (java) S 29048 29051 25105 0 -1 1077944320 6825 0 0 0 12 1 0 0 20 0 15 0 39219053 10914828288 7753 33554432000 4194304 4196468 140724716449440 140724716431984 139928404377335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
/proc/29051/statm: 2664753 7753 2846 1 0 2627263 0
[pid=29051/tid=29053] ppid=29048 vsize=10659012 memory=-8701690554792055939 CPUtime=0.09 cores=1,3,5,7
/proc/29051/task/29053/stat : 29053 (java) R 29048 29051 25105 0 -1 4202560 4659 0 0 0 8 1 0 0 20 0 15 0 39219053 10914828288 7753 33554432000 4194304 4196468 140724716449440 139928408599568 139928388457822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29054] ppid=29048 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29054/stat : 29054 (java) S 29048 29051 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39219054 10914828288 7753 33554432000 4194304 4196468 140724716449440 139928011463440 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29055] ppid=29048 vsize=10659012 memory=139698523997824 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29055/stat : 29055 (java) S 29048 29051 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39219054 10914828288 7753 33554432000 4194304 4196468 140724716449440 139928010410896 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29056] ppid=29048 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29056/stat : 29056 (java) S 29048 29051 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39219054 10914828288 7753 33554432000 4194304 4196468 140724716449440 139928009358352 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29057] ppid=29048 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29057/stat : 29057 (java) S 29048 29051 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39219054 10914828288 7753 33554432000 4194304 4196468 140724716449440 139928008305808 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29058] ppid=29048 vsize=10659012 memory=139698523997824 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29058/stat : 29058 (java) S 29048 29051 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39219056 10914828288 7753 33554432000 4194304 4196468 140724716449440 139927709226992 139928404388482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29059] ppid=29048 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29059/stat : 29059 (java) S 29048 29051 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39219056 10914828288 7753 33554432000 4194304 4196468 140724716449440 139927708173216 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29060] ppid=29048 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29060/stat : 29060 (java) S 29048 29051 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39219056 10914828288 7753 33554432000 4194304 4196468 140724716449440 139927707120624 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29061] ppid=29048 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29061/stat : 29061 (java) S 29048 29051 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39219059 10914828288 7753 33554432000 4194304 4196468 140724716449440 139927706069200 139928404395931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29062] ppid=29048 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29062/stat : 29062 (java) S 29048 29051 25105 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 39219059 10914828288 7753 33554432000 4194304 4196468 140724716449440 139927705016816 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29063] ppid=29048 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29063/stat : 29063 (java) S 29048 29051 25105 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 39219059 10914828288 7753 33554432000 4194304 4196468 140724716449440 139927703964272 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29064] ppid=29048 vsize=10659012 memory=139698523997824 CPUtime=0.02 cores=1,3,5,7
/proc/29051/task/29064/stat : 29064 (java) S 29048 29051 25105 0 -1 1077944384 347 0 0 0 2 0 0 0 20 0 15 0 39219059 10914828288 7753 33554432000 4194304 4196468 140724716449440 139927702911728 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29065] ppid=29048 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29065/stat : 29065 (java) S 29048 29051 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39219059 10914828288 7753 33554432000 4194304 4196468 140724716449440 139927701859424 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29066] ppid=29048 vsize=10659012 memory=139698523997824 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29066/stat : 29066 (java) S 29048 29051 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39219059 10914828288 7753 33554432000 4194304 4196468 140724716449440 139927700805936 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31012 KiB

[startup+0.210745 s]*
/proc/loadavg: 1.88 2.18 2.52 4/216 29066
/proc/meminfo: memFree=12378452/32770624 swapFree=67108860/67108860
[pid=29051] ppid=29048 vsize=10659012 memory=41644 CPUtime=0.33 cores=1,3,5,7
/proc/29051/stat : 29051 (java) S 29048 29051 25105 0 -1 1077944320 8091 0 0 0 31 2 0 0 20 0 15 0 39219053 10914828288 10411 33554432000 4194304 4196468 140724716449440 140724716431984 139928404377335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
/proc/29051/statm: 2664753 10411 3005 1 0 2627263 0
[pid=29051/tid=29053] ppid=29048 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29051/task/29053/stat : 29053 (java) R 29048 29051 25105 0 -1 4202560 5035 0 0 0 19 1 0 0 20 0 15 0 39219053 10914828288 10411 33554432000 4194304 4196468 140724716449440 139928408613616 139928396579174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29054] ppid=29048 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29054/stat : 29054 (java) S 29048 29051 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39219054 10914828288 10411 33554432000 4194304 4196468 140724716449440 139928011463440 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29055] ppid=29048 vsize=10659012 memory=139698524203423 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29055/stat : 29055 (java) S 29048 29051 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39219054 10914828288 10411 33554432000 4194304 4196468 140724716449440 139928010410896 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29056] ppid=29048 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29056/stat : 29056 (java) S 29048 29051 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39219054 10914828288 10411 33554432000 4194304 4196468 140724716449440 139928009358352 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29057] ppid=29048 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29057/stat : 29057 (java) S 29048 29051 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39219054 10914828288 10411 33554432000 4194304 4196468 140724716449440 139928008305808 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29058] ppid=29048 vsize=10659012 memory=139698523997824 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29058/stat : 29058 (java) S 29048 29051 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39219056 10914828288 10411 33554432000 4194304 4196468 140724716449440 139927709226992 139928404388482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29059] ppid=29048 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29059/stat : 29059 (java) S 29048 29051 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39219056 10914828288 10411 33554432000 4194304 4196468 140724716449440 139927708173216 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29060] ppid=29048 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29060/stat : 29060 (java) S 29048 29051 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39219056 10914828288 10411 33554432000 4194304 4196468 140724716449440 139927707120624 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29061] ppid=29048 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29061/stat : 29061 (java) S 29048 29051 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39219059 10914828288 10411 33554432000 4194304 4196468 140724716449440 139927706069200 139928404395931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29062] ppid=29048 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29051/task/29062/stat : 29062 (java) S 29048 29051 25105 0 -1 1077944384 580 0 0 0 2 0 0 0 20 0 15 0 39219059 10914828288 10411 33554432000 4194304 4196468 140724716449440 139927705016816 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29063] ppid=29048 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29051/task/29063/stat : 29063 (java) S 29048 29051 25105 0 -1 1077944384 450 0 0 0 1 0 0 0 20 0 15 0 39219059 10914828288 10411 33554432000 4194304 4196468 140724716449440 139927703964272 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29064] ppid=29048 vsize=10659012 memory=139698523997824 CPUtime=0.07 cores=1,3,5,7
/proc/29051/task/29064/stat : 29064 (java) S 29048 29051 25105 0 -1 1077944384 658 0 0 0 7 0 0 0 20 0 15 0 39219059 10914828288 10411 33554432000 4194304 4196468 140724716449440 139927702911728 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29065] ppid=29048 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29065/stat : 29065 (java) S 29048 29051 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39219059 10914828288 10411 33554432000 4194304 4196468 140724716449440 139927701859424 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29066] ppid=29048 vsize=10659012 memory=139698523997824 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29066/stat : 29066 (java) S 29048 29051 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39219059 10914828288 10411 33554432000 4194304 4196468 140724716449440 139927700805936 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41644 KiB

[startup+0.312303 s]*
/proc/loadavg: 1.88 2.18 2.52 5/216 29066
/proc/meminfo: memFree=12371380/32770624 swapFree=67108860/67108860
[pid=29051] ppid=29048 vsize=10659088 memory=49432 CPUtime=0.55 cores=1,3,5,7
/proc/29051/stat : 29051 (java) S 29048 29051 25105 0 -1 1077944320 8878 0 0 0 52 3 0 0 20 0 15 0 39219053 10914906112 12358 33554432000 4194304 4196468 140724716449440 140724716431984 139928404377335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
/proc/29051/statm: 2664772 12358 3060 1 0 2627263 0
[pid=29051/tid=29053] ppid=29048 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/29051/task/29053/stat : 29053 (java) R 29048 29051 25105 0 -1 4202560 5600 0 0 0 28 2 0 0 20 0 15 0 39219053 10914906112 12358 33554432000 4194304 4196468 140724716449440 139928408615168 139928404389270 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29054] ppid=29048 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29054/stat : 29054 (java) S 29048 29051 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39219054 10914906112 12358 33554432000 4194304 4196468 140724716449440 139928011463440 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29055] ppid=29048 vsize=10659088 memory=139698524201759 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29055/stat : 29055 (java) S 29048 29051 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39219054 10914906112 12358 33554432000 4194304 4196468 140724716449440 139928010410896 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29056] ppid=29048 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29056/stat : 29056 (java) S 29048 29051 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39219054 10914906112 12358 33554432000 4194304 4196468 140724716449440 139928009358352 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29057] ppid=29048 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29057/stat : 29057 (java) S 29048 29051 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39219054 10914906112 12358 33554432000 4194304 4196468 140724716449440 139928008305808 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29058] ppid=29048 vsize=10659088 memory=139698523997824 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29058/stat : 29058 (java) S 29048 29051 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39219056 10914906112 12358 33554432000 4194304 4196468 140724716449440 139927709226992 139928404388482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29059] ppid=29048 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29059/stat : 29059 (java) S 29048 29051 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39219056 10914906112 12358 33554432000 4194304 4196468 140724716449440 139927708173216 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29060] ppid=29048 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29060/stat : 29060 (java) S 29048 29051 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39219056 10914906112 12358 33554432000 4194304 4196468 140724716449440 139927707120624 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29061] ppid=29048 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29061/stat : 29061 (java) S 29048 29051 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39219059 10914906112 12358 33554432000 4194304 4196468 140724716449440 139927706069200 139928404395931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29062] ppid=29048 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/29051/task/29062/stat : 29062 (java) R 29048 29051 25105 0 -1 1077944384 620 0 0 0 5 0 0 0 20 0 15 0 39219059 10914906112 12358 33554432000 4194304 4196468 140724716449440 139927705016816 139928404388482 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29063] ppid=29048 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/29051/task/29063/stat : 29063 (java) R 29048 29051 25105 0 -1 4202560 542 0 0 0 5 0 0 0 20 0 15 0 39219059 10914906112 12358 33554432000 4194304 4196468 140724716449440 139927703964272 139928390404133 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29064] ppid=29048 vsize=10659088 memory=139698523997824 CPUtime=0.13 cores=1,3,5,7
/proc/29051/task/29064/stat : 29064 (java) R 29048 29051 25105 0 -1 4202560 748 0 0 0 13 0 0 0 20 0 15 0 39219059 10914906112 12358 33554432000 4194304 4196468 140724716449440 139927702908664 139928383062068 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29065] ppid=29048 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29065/stat : 29065 (java) S 29048 29051 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39219059 10914906112 12358 33554432000 4194304 4196468 140724716449440 139927701859424 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29066] ppid=29048 vsize=10659088 memory=139698523997824 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29066/stat : 29066 (java) S 29048 29051 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39219059 10914906112 12358 33554432000 4194304 4196468 140724716449440 139927700805936 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 49432 KiB

[startup+0.700761 s]
/proc/loadavg: 1.88 2.18 2.52 5/216 29066
/proc/meminfo: memFree=12238700/32770624 swapFree=67108860/67108860
[pid=29051] ppid=29048 vsize=10659088 memory=370528 CPUtime=1.53 cores=1,3,5,7
/proc/29051/stat : 29051 (java) S 29048 29051 25105 0 -1 1077944320 11109 0 0 0 140 13 0 0 20 0 15 0 39219053 10914906112 92632 33554432000 4194304 4196468 140724716449440 140724716431984 139928404377335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
/proc/29051/statm: 2664772 92632 3136 1 0 2627263 0
[pid=29051/tid=29053] ppid=29048 vsize=10659088 memory=1728 CPUtime=0.62 cores=1,3,5,7
/proc/29051/task/29053/stat : 29053 (java) R 29048 29051 25105 0 -1 4202560 5894 0 0 0 57 5 0 0 20 0 15 0 39219053 10914906112 92632 33554432000 4194304 4196468 140724716449440 139928408614560 139928390445454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29054] ppid=29048 vsize=10659088 memory=1700 CPUtime=0.03 cores=1,3,5,7
/proc/29051/task/29054/stat : 29054 (java) S 29048 29051 25105 0 -1 1077944384 32 0 0 0 2 1 0 0 20 0 15 0 39219054 10914906112 92632 33554432000 4194304 4196468 140724716449440 139928011463440 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29055] ppid=29048 vsize=10659088 memory=796 CPUtime=0.03 cores=1,3,5,7
/proc/29051/task/29055/stat : 29055 (java) S 29048 29051 25105 0 -1 1077944384 34 0 0 0 2 1 0 0 20 0 15 0 39219054 10914906112 92632 33554432000 4194304 4196468 140724716449440 139928010410896 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29056] ppid=29048 vsize=10659088 memory=5408 CPUtime=0.03 cores=1,3,5,7
/proc/29051/task/29056/stat : 29056 (java) S 29048 29051 25105 0 -1 1077944384 35 0 0 0 2 1 0 0 20 0 15 0 39219054 10914906112 92632 33554432000 4194304 4196468 140724716449440 139928009358352 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29057] ppid=29048 vsize=10659088 memory=1008 CPUtime=0.02 cores=1,3,5,7
/proc/29051/task/29057/stat : 29057 (java) S 29048 29051 25105 0 -1 1077944384 30 0 0 0 1 1 0 0 20 0 15 0 39219054 10914906112 92632 33554432000 4194304 4196468 140724716449440 139928008305808 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29058] ppid=29048 vsize=10659088 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29058/stat : 29058 (java) S 29048 29051 25105 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 39219056 10914906112 93144 33554432000 4194304 4196468 140724716449440 139927709226992 139928404388482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29059] ppid=29048 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29059/stat : 29059 (java) S 29048 29051 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39219056 10914906112 93144 33554432000 4194304 4196468 140724716449440 139927708173216 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29060] ppid=29048 vsize=10659088 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29060/stat : 29060 (java) S 29048 29051 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 39219056 10914906112 93144 33554432000 4194304 4196468 140724716449440 139927707120624 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29061] ppid=29048 vsize=10659088 memory=4639098309541127013 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29061/stat : 29061 (java) S 29048 29051 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39219059 10914906112 93144 33554432000 4194304 4196468 140724716449440 139927706069200 139928404395931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29062] ppid=29048 vsize=10659088 memory=7810176774304459348 CPUtime=0.24 cores=1,3,5,7
/proc/29051/task/29062/stat : 29062 (java) S 29048 29051 25105 0 -1 1077944384 1440 0 0 0 24 0 0 0 20 0 15 0 39219059 10914906112 93144 33554432000 4194304 4196468 140724716449440 139927705016816 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29063] ppid=29048 vsize=10659088 memory=6154282490091891024 CPUtime=0.25 cores=1,3,5,7
/proc/29051/task/29063/stat : 29063 (java) S 29048 29051 25105 0 -1 1077944384 1067 0 0 0 25 0 0 0 20 0 15 0 39219059 10914906112 93144 33554432000 4194304 4196468 140724716449440 139927703964272 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29064] ppid=29048 vsize=10659088 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/29051/task/29064/stat : 29064 (java) S 29048 29051 25105 0 -1 1077944384 1007 0 0 0 24 0 0 0 20 0 15 0 39219059 10914906112 93144 33554432000 4194304 4196468 140724716449440 139927702911728 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29065] ppid=29048 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29065/stat : 29065 (java) S 29048 29051 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39219059 10914906112 93144 33554432000 4194304 4196468 140724716449440 139927701859424 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29066] ppid=29048 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29066/stat : 29066 (java) S 29048 29051 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39219059 10914906112 93144 33554432000 4194304 4196468 140724716449440 139927700805936 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 370528 KiB

[startup+1.50079 s]
/proc/loadavg: 1.88 2.18 2.52 6/216 29066
/proc/meminfo: memFree=11792120/32770624 swapFree=67108860/67108860
[pid=29051] ppid=29048 vsize=10659088 memory=890188 CPUtime=3.06 cores=1,3,5,7
/proc/29051/stat : 29051 (java) S 29048 29051 25105 0 -1 1077944320 13499 0 0 0 281 25 0 0 20 0 15 0 39219053 10914906112 222547 33554432000 4194304 4196468 140724716449440 140724716431984 139928404377335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
/proc/29051/statm: 2664772 222547 3146 1 0 2627263 0
[pid=29051/tid=29053] ppid=29048 vsize=10659088 memory=6791534058613427641 CPUtime=1.38 cores=1,3,5,7
/proc/29051/task/29053/stat : 29053 (java) R 29048 29051 25105 0 -1 4202560 6196 0 0 0 126 12 0 0 20 0 15 0 39219053 10914906112 222547 33554432000 4194304 4196468 140724716449440 139928408560664 139928041696544 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29054] ppid=29048 vsize=10659088 memory=-6951259422114956437 CPUtime=0.06 cores=1,3,5,7
/proc/29051/task/29054/stat : 29054 (java) S 29048 29051 25105 0 -1 1077944384 121 0 0 0 4 2 0 0 20 0 15 0 39219054 10914906112 222547 33554432000 4194304 4196468 140724716449440 139928011463440 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29055] ppid=29048 vsize=10659088 memory=-6509546260019855295 CPUtime=0.07 cores=1,3,5,7
/proc/29051/task/29055/stat : 29055 (java) S 29048 29051 25105 0 -1 1077944384 129 0 0 0 4 3 0 0 20 0 15 0 39219054 10914906112 222547 33554432000 4194304 4196468 140724716449440 139928010410896 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29056] ppid=29048 vsize=10659088 memory=-7390251449858225344 CPUtime=0.07 cores=1,3,5,7
/proc/29051/task/29056/stat : 29056 (java) S 29048 29051 25105 0 -1 1077944384 122 0 0 0 5 2 0 0 20 0 15 0 39219054 10914906112 222547 33554432000 4194304 4196468 140724716449440 139928009358352 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29057] ppid=29048 vsize=10659088 memory=4134692831991786133 CPUtime=0.05 cores=1,3,5,7
/proc/29051/task/29057/stat : 29057 (java) S 29048 29051 25105 0 -1 1077944384 112 0 0 0 3 2 0 0 20 0 15 0 39219054 10914906112 222547 33554432000 4194304 4196468 140724716449440 139928008305808 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29058] ppid=29048 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29058/stat : 29058 (java) S 29048 29051 25105 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 15 0 39219056 10914906112 222547 33554432000 4194304 4196468 140724716449440 139927709226992 139928404388482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0

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

[pid=29051/tid=29054] ppid=29048 vsize=10794416 memory=16436 CPUtime=356.76 cores=1,3,5,7
/proc/29051/task/29054/stat : 29054 (java) R 29048 29051 25105 0 -1 4202560 82024 0 0 0 35500 176 0 0 20 0 17 0 39219054 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928011463640 139928389076173 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29055] ppid=29048 vsize=10794416 memory=8596 CPUtime=354.91 cores=1,3,5,7
/proc/29051/task/29055/stat : 29055 (java) R 29048 29051 25105 0 -1 4202560 44996 0 0 0 35305 186 0 0 20 0 17 0 39219054 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928010410896 139928385987140 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29056] ppid=29048 vsize=10794416 memory=4048 CPUtime=354.05 cores=1,3,5,7
/proc/29051/task/29056/stat : 29056 (java) R 29048 29051 25105 0 -1 4202560 39918 0 0 0 35243 162 0 0 20 0 17 0 39219054 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928009358552 139928389373745 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29057] ppid=29048 vsize=10794416 memory=6791534058613427641 CPUtime=356.16 cores=1,3,5,7
/proc/29051/task/29057/stat : 29057 (java) R 29048 29051 25105 0 -1 4202560 64656 0 0 0 35443 173 0 0 20 0 17 0 39219054 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928008305808 139928389076208 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29058] ppid=29048 vsize=10794416 memory=9916 CPUtime=22.33 cores=1,3,5,7
/proc/29051/task/29058/stat : 29058 (java) S 29048 29051 25105 0 -1 1077944384 67343 0 0 0 2229 4 0 0 20 0 17 0 39219056 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927709225536 139928404387541 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29059] ppid=29048 vsize=10794416 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29059/stat : 29059 (java) S 29048 29051 25105 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 39219056 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927708173280 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29060] ppid=29048 vsize=10794416 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29060/stat : 29060 (java) S 29048 29051 25105 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39219056 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927707120640 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29061] ppid=29048 vsize=10794416 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29061/stat : 29061 (java) S 29048 29051 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927706069200 139928404395931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29062] ppid=29048 vsize=10794416 memory=6791534058613427641 CPUtime=1.04 cores=1,3,5,7
/proc/29051/task/29062/stat : 29062 (java) S 29048 29051 25105 0 -1 1077944384 6514 0 0 0 103 1 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927705016576 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29063] ppid=29048 vsize=10794416 memory=15876 CPUtime=0.74 cores=1,3,5,7
/proc/29051/task/29063/stat : 29063 (java) S 29048 29051 25105 0 -1 1077944384 4945 0 0 0 74 0 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927703964320 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29064] ppid=29048 vsize=10794416 memory=16436 CPUtime=0.33 cores=1,3,5,7
/proc/29051/task/29064/stat : 29064 (java) S 29048 29051 25105 0 -1 1077944384 3364 0 0 0 32 1 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927702910624 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29065] ppid=29048 vsize=10794416 memory=8596 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29065/stat : 29065 (java) S 29048 29051 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927701859424 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29066] ppid=29048 vsize=10794416 memory=4048 CPUtime=0.27 cores=1,3,5,7
/proc/29051/task/29066/stat : 29066 (java) S 29048 29051 25105 0 -1 1077944384 542 0 0 0 14 13 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927700805936 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29073] ppid=29048 vsize=10794416 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29073/stat : 29073 (java) S 29048 29051 25105 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 39255316 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927697652176 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29074] ppid=29048 vsize=10794416 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29074/stat : 29074 (java) S 29048 29051 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39255316 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927696601136 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
Current children cumulated CPU time: 1460.52 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8321592 KiB

[startup+399.204 s]
/proc/loadavg: 4.48 3.83 3.16 6/217 29074
/proc/meminfo: memFree=4080092/32770624 swapFree=67108860/67108860
[pid=29051] ppid=29048 vsize=10794416 memory=8321592 CPUtime=1463.71 cores=1,3,5,7
/proc/29051/stat : 29051 (java) S 29048 29051 25105 0 -1 1077944320 332200 0 0 0 145633 738 0 0 20 0 17 0 39219053 11053481984 2080398 33554432000 4194304 4196468 140724716449440 140724716431984 139928404377335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
/proc/29051/statm: 2698604 2080398 3212 1 0 2661057 0
[pid=29051/tid=29053] ppid=29048 vsize=10794416 memory=10412 CPUtime=13.83 cores=1,3,5,7
/proc/29051/task/29053/stat : 29053 (java) S 29048 29051 25105 0 -1 1077944384 16457 0 0 0 1358 25 0 0 20 0 17 0 39219053 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928408618016 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29054] ppid=29048 vsize=10794416 memory=6791534058613427641 CPUtime=357.54 cores=1,3,5,7
/proc/29051/task/29054/stat : 29054 (java) R 29048 29051 25105 0 -1 4202560 82024 0 0 0 35578 176 0 0 20 0 17 0 39219054 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928011463640 139928389373739 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29055] ppid=29048 vsize=10794416 memory=1700 CPUtime=355.71 cores=1,3,5,7
/proc/29051/task/29055/stat : 29055 (java) R 29048 29051 25105 0 -1 4202560 44996 0 0 0 35385 186 0 0 20 0 17 0 39219054 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928010410896 139928385987111 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29056] ppid=29048 vsize=10794416 memory=796 CPUtime=354.85 cores=1,3,5,7
/proc/29051/task/29056/stat : 29056 (java) R 29048 29051 25105 0 -1 4202560 39918 0 0 0 35323 162 0 0 20 0 17 0 39219054 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928009358552 139928389373702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29057] ppid=29048 vsize=10794416 memory=5408 CPUtime=356.96 cores=1,3,5,7
/proc/29051/task/29057/stat : 29057 (java) R 29048 29051 25105 0 -1 4202560 64656 0 0 0 35523 173 0 0 20 0 17 0 39219054 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928008305696 139928389076094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29058] ppid=29048 vsize=10794416 memory=4128 CPUtime=22.33 cores=1,3,5,7
/proc/29051/task/29058/stat : 29058 (java) S 29048 29051 25105 0 -1 1077944384 67343 0 0 0 2229 4 0 0 20 0 17 0 39219056 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927709225536 139928404387541 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29059] ppid=29048 vsize=10794416 memory=13976 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29059/stat : 29059 (java) S 29048 29051 25105 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 39219056 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927708173280 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29060] ppid=29048 vsize=10794416 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29060/stat : 29060 (java) S 29048 29051 25105 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39219056 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927707120640 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29061] ppid=29048 vsize=10794416 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29061/stat : 29061 (java) S 29048 29051 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927706069200 139928404395931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29062] ppid=29048 vsize=10794416 memory=1728 CPUtime=1.04 cores=1,3,5,7
/proc/29051/task/29062/stat : 29062 (java) S 29048 29051 25105 0 -1 1077944384 6514 0 0 0 103 1 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927705016576 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29063] ppid=29048 vsize=10794416 memory=1700 CPUtime=0.74 cores=1,3,5,7
/proc/29051/task/29063/stat : 29063 (java) S 29048 29051 25105 0 -1 1077944384 4945 0 0 0 74 0 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927703964320 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29064] ppid=29048 vsize=10794416 memory=796 CPUtime=0.33 cores=1,3,5,7
/proc/29051/task/29064/stat : 29064 (java) S 29048 29051 25105 0 -1 1077944384 3364 0 0 0 32 1 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927702910624 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29065] ppid=29048 vsize=10794416 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29065/stat : 29065 (java) S 29048 29051 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927701859424 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29066] ppid=29048 vsize=10794416 memory=1008 CPUtime=0.27 cores=1,3,5,7
/proc/29051/task/29066/stat : 29066 (java) S 29048 29051 25105 0 -1 1077944384 542 0 0 0 14 13 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927700805936 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29073] ppid=29048 vsize=10794416 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29073/stat : 29073 (java) S 29048 29051 25105 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 39255316 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927697652176 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29074] ppid=29048 vsize=10794416 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29074/stat : 29074 (java) S 29048 29051 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39255316 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927696601136 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
Current children cumulated CPU time: 1463.71 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8321592 KiB

[startup+399.602 s]
/proc/loadavg: 4.48 3.83 3.16 6/217 29074
/proc/meminfo: memFree=4080092/32770624 swapFree=67108860/67108860
[pid=29051] ppid=29048 vsize=10794416 memory=8321592 CPUtime=1465.29 cores=1,3,5,7
/proc/29051/stat : 29051 (java) S 29048 29051 25105 0 -1 1077944320 332200 0 0 0 145791 738 0 0 20 0 17 0 39219053 11053481984 2080398 33554432000 4194304 4196468 140724716449440 140724716431984 139928404377335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
/proc/29051/statm: 2698604 2080398 3212 1 0 2661057 0
[pid=29051/tid=29053] ppid=29048 vsize=10794416 memory=7528 CPUtime=13.83 cores=1,3,5,7
/proc/29051/task/29053/stat : 29053 (java) S 29048 29051 25105 0 -1 1077944384 16457 0 0 0 1358 25 0 0 20 0 17 0 39219053 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928408618016 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29054] ppid=29048 vsize=10794416 memory=844 CPUtime=357.94 cores=1,3,5,7
/proc/29051/task/29054/stat : 29054 (java) R 29048 29051 25105 0 -1 4202560 82024 0 0 0 35618 176 0 0 20 0 17 0 39219054 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928011463640 139928388834968 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29055] ppid=29048 vsize=10794416 memory=1796 CPUtime=356.11 cores=1,3,5,7
/proc/29051/task/29055/stat : 29055 (java) R 29048 29051 25105 0 -1 4202560 44996 0 0 0 35425 186 0 0 20 0 17 0 39219054 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928010410704 139928397005543 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29056] ppid=29048 vsize=10794416 memory=916 CPUtime=355.25 cores=1,3,5,7
/proc/29051/task/29056/stat : 29056 (java) R 29048 29051 25105 0 -1 4202560 39918 0 0 0 35363 162 0 0 20 0 17 0 39219054 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928009358160 139928397005543 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29057] ppid=29048 vsize=10794416 memory=3852 CPUtime=357.35 cores=1,3,5,7
/proc/29051/task/29057/stat : 29057 (java) R 29048 29051 25105 0 -1 4202560 64656 0 0 0 35562 173 0 0 20 0 17 0 39219054 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928008305928 139928397005543 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29058] ppid=29048 vsize=10794416 memory=2880 CPUtime=22.33 cores=1,3,5,7
/proc/29051/task/29058/stat : 29058 (java) S 29048 29051 25105 0 -1 1077944384 67343 0 0 0 2229 4 0 0 20 0 17 0 39219056 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927709225536 139928404387541 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29059] ppid=29048 vsize=10794416 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29059/stat : 29059 (java) S 29048 29051 25105 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 39219056 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927708173280 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29060] ppid=29048 vsize=10794416 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29060/stat : 29060 (java) S 29048 29051 25105 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39219056 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927707120640 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29061] ppid=29048 vsize=10794416 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29061/stat : 29061 (java) S 29048 29051 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927706069200 139928404395931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29062] ppid=29048 vsize=10794416 memory=3296 CPUtime=1.04 cores=1,3,5,7
/proc/29051/task/29062/stat : 29062 (java) S 29048 29051 25105 0 -1 1077944384 6514 0 0 0 103 1 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927705016576 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29063] ppid=29048 vsize=10794416 memory=6150536 CPUtime=0.74 cores=1,3,5,7
/proc/29051/task/29063/stat : 29063 (java) S 29048 29051 25105 0 -1 1077944384 4945 0 0 0 74 0 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927703964320 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29064] ppid=29048 vsize=10794416 memory=1408 CPUtime=0.33 cores=1,3,5,7
/proc/29051/task/29064/stat : 29064 (java) S 29048 29051 25105 0 -1 1077944384 3364 0 0 0 32 1 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927702910624 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29065] ppid=29048 vsize=10794416 memory=3144 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29065/stat : 29065 (java) S 29048 29051 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927701859424 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29066] ppid=29048 vsize=10794416 memory=8321592 CPUtime=0.27 cores=1,3,5,7
/proc/29051/task/29066/stat : 29066 (java) S 29048 29051 25105 0 -1 1077944384 542 0 0 0 14 13 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927700805936 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29073] ppid=29048 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29073/stat : 29073 (java) S 29048 29051 25105 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 39255316 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927697652176 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29074] ppid=29048 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29074/stat : 29074 (java) S 29048 29051 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39255316 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927696601136 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
Current children cumulated CPU time: 1465.29 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8321592 KiB

[startup+399.702 s]
/proc/loadavg: 4.48 3.83 3.16 6/217 29074
/proc/meminfo: memFree=4080092/32770624 swapFree=67108860/67108860
[pid=29051] ppid=29048 vsize=10794416 memory=8321592 CPUtime=1465.68 cores=1,3,5,7
/proc/29051/stat : 29051 (java) S 29048 29051 25105 0 -1 1077944320 332200 0 0 0 145830 738 0 0 20 0 17 0 39219053 11053481984 2080398 33554432000 4194304 4196468 140724716449440 140724716431984 139928404377335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
/proc/29051/statm: 2698604 2080398 3212 1 0 2661057 0
[pid=29051/tid=29053] ppid=29048 vsize=10794416 memory=8321592 CPUtime=13.83 cores=1,3,5,7
/proc/29051/task/29053/stat : 29053 (java) S 29048 29051 25105 0 -1 1077944384 16457 0 0 0 1358 25 0 0 20 0 17 0 39219053 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928408618016 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29054] ppid=29048 vsize=10794416 memory=8321592 CPUtime=358.04 cores=1,3,5,7
/proc/29051/task/29054/stat : 29054 (java) R 29048 29051 25105 0 -1 4202560 82024 0 0 0 35628 176 0 0 20 0 17 0 39219054 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928011463640 139928388834966 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29055] ppid=29048 vsize=10794416 memory=8321592 CPUtime=356.2 cores=1,3,5,7
/proc/29051/task/29055/stat : 29055 (java) R 29048 29051 25105 0 -1 4202560 44996 0 0 0 35434 186 0 0 20 0 17 0 39219054 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928010410704 139928397005543 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29056] ppid=29048 vsize=10794416 memory=8321592 CPUtime=355.34 cores=1,3,5,7
/proc/29051/task/29056/stat : 29056 (java) R 29048 29051 25105 0 -1 4202560 39918 0 0 0 35372 162 0 0 20 0 17 0 39219054 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928009358160 139928397005543 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29057] ppid=29048 vsize=10794416 memory=8321592 CPUtime=357.45 cores=1,3,5,7
/proc/29051/task/29057/stat : 29057 (java) R 29048 29051 25105 0 -1 4202560 64656 0 0 0 35572 173 0 0 20 0 17 0 39219054 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139928008305928 139928397005543 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29058] ppid=29048 vsize=10794416 memory=8321592 CPUtime=22.33 cores=1,3,5,7
/proc/29051/task/29058/stat : 29058 (java) S 29048 29051 25105 0 -1 1077944384 67343 0 0 0 2229 4 0 0 20 0 17 0 39219056 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927709225536 139928404387541 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29059] ppid=29048 vsize=10794416 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29059/stat : 29059 (java) S 29048 29051 25105 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 39219056 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927708173280 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29060] ppid=29048 vsize=10794416 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29060/stat : 29060 (java) S 29048 29051 25105 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39219056 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927707120640 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29061] ppid=29048 vsize=10794416 memory=8321592 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29061/stat : 29061 (java) S 29048 29051 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927706069200 139928404395931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29062] ppid=29048 vsize=10794416 memory=4128 CPUtime=1.04 cores=1,3,5,7
/proc/29051/task/29062/stat : 29062 (java) S 29048 29051 25105 0 -1 1077944384 6514 0 0 0 103 1 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927705016576 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29063] ppid=29048 vsize=10794416 memory=8321592 CPUtime=0.74 cores=1,3,5,7
/proc/29051/task/29063/stat : 29063 (java) S 29048 29051 25105 0 -1 1077944384 4945 0 0 0 74 0 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927703964320 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29064] ppid=29048 vsize=10794416 memory=8321592 CPUtime=0.33 cores=1,3,5,7
/proc/29051/task/29064/stat : 29064 (java) S 29048 29051 25105 0 -1 1077944384 3364 0 0 0 32 1 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927702910624 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29065] ppid=29048 vsize=10794416 memory=8321580 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29065/stat : 29065 (java) S 29048 29051 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927701859424 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29066] ppid=29048 vsize=10794416 memory=8321580 CPUtime=0.27 cores=1,3,5,7
/proc/29051/task/29066/stat : 29066 (java) S 29048 29051 25105 0 -1 1077944384 542 0 0 0 14 13 0 0 20 0 17 0 39219059 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927700805936 139928404388482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29073] ppid=29048 vsize=10794416 memory=8321592 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29073/stat : 29073 (java) S 29048 29051 25105 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 39255316 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927697652176 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
[pid=29051/tid=29074] ppid=29048 vsize=10794416 memory=8321592 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29074/stat : 29074 (java) S 29048 29051 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39255316 11053481984 2080398 33554432000 4194304 4196468 140724716449440 139927696601136 139928404387541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20848640 140724716455025 140724716455177 140724716455177 140724716457935 0
Current children cumulated CPU time: 1465.68 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8321592 KiB

Child status: 0
Real time (s): 399.811
CPU time (s): 1465.82
CPU user time (s): 1458.4
CPU system time (s): 7.41875
CPU usage (%): 366.629
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8321592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1458.4
system time used= 7.41875
maximum resident set size= 8321812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332333
page faults= 0
swaps= 0
block input operations= 8
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29847
involuntary context switches= 18543


# summary of solver processes directly reported to runsolver:
#   pid: 29051
#   total CPU time (s): 1465.82
#   total CPU user time (s): 1458.4
#   total CPU system time (s): 7.41875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.50757 second user time and 4.11556 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 01:42:39
IDJOB=4289968
IDBENCH=141349
IDSOLVER=2742
FILE ID=node139/4289968-1532216559
RUNJOBID= node139-1532209881-27635
PBS_JOBID= 21018928
Free space on /tmp= 45864 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-magazine_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289968-1532216559/watcher-4289968-1532216559 -o /tmp/evaluation-result-4289968-1532216559/solver-4289968-1532216559 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27635 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289968-1532216559.xml

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

MD5SUM BENCH= c4204b87298b93dafaf8bd2d2b317c15
RANDOM SEED=1310337724

node139.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.80
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.80
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.80
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.80
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:        12407180 kB
MemAvailable:   25792248 kB
Buffers:          129688 kB
Cached:         13309280 kB
SwapCached:            0 kB
Active:          7275208 kB
Inactive:       12354876 kB
Active(anon):    6146468 kB
Inactive(anon):    64124 kB
Active(file):    1128740 kB
Inactive(file): 12290752 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2504 kB
Writeback:             0 kB
AnonPages:       6247352 kB
Mapped:            46972 kB
Shmem:             17036 kB
Slab:             421140 kB
SReclaimable:     394036 kB
SUnreclaim:        27104 kB
KernelStack:        3840 kB
PageTables:        17504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7272752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6096896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45860 MiB
End job on node139 at 2018-07-22 01:49:19