Trace number 4290115

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? (problem) 1545.13 436.419

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-20_c18.xml
MD5SUMced38eac701d5b6d60722ead643d09b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints762
Number of domains2
Minimum domain size20
Maximum domain size400
Distribution of domain sizes[{"size":20,"count":400},{"size":400,"count":380}]
Minimum variable degree0
Maximum variable degree383
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":380},{"degree":382,"count":20},{"degree":383,"count":380}]
Minimum constraint arity3
Maximum constraint arity401
Distribution of constraint arities[{"arity":3,"count":380},{"arity":20,"count":1},{"arity":400,"count":1},{"arity":401,"count":380}]
Number of extensional constraints0
Number of intensional constraints380
Distribution of constraint types[{"type":"intension","count":380},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":380}]
Optimization problemNO
Type of objective

Solver Data

1390.45/394.58	Jul 22, 2018 4:30:03 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1390.45/394.58	INFO: Runtime exception
1390.45/394.58	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1390.45/394.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1390.45/394.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1390.45/394.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1390.45/394.58		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:98)
1390.45/394.58		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:593)
1390.45/394.58		at org.xcsp.parser.loaders.ConstraintRecognizer.lambda$new$23(ConstraintRecognizer.java:139)
1390.45/394.58		at org.xcsp.parser.loaders.ConstraintRecognizer.lambda$recognizeIntensionIn$31(ConstraintRecognizer.java:176)
1390.45/394.58		at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90)
1390.45/394.58		at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812)
1390.45/394.58		at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
1390.45/394.58		at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498)
1390.45/394.58		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
1390.45/394.58		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
1390.45/394.58		at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230)
1390.45/394.58		at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196)
1390.45/394.58		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
1390.45/394.58		at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:449)
1390.45/394.58		at org.xcsp.parser.loaders.ConstraintRecognizer.recognizeIntensionIn(ConstraintRecognizer.java:171)
1390.45/394.58		at org.xcsp.parser.loaders.ConstraintRecognizer.recognizeIntension(ConstraintRecognizer.java:191)
1390.45/394.58		at org.xcsp.parser.loaders.ConstraintRecognizer.specificIntensionCases(ConstraintRecognizer.java:212)
1390.45/394.58		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:278)
1390.45/394.58		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1390.45/394.58		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1390.45/394.58		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1390.45/394.58		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1390.45/394.58		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1390.45/394.58		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1390.45/394.58		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1390.45/394.58		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1390.45/394.58		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1390.45/394.58		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1390.45/394.58		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1390.45/394.58		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1390.45/394.58		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1390.45/394.58		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1390.45/394.58		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1390.45/394.58		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1390.45/394.58	Caused by: java.lang.reflect.InvocationTargetException
1390.45/394.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1390.45/394.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1390.45/394.58		at java.lang.reflect.Method.invoke(Method.java:498)
1390.45/394.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1390.45/394.58		... 36 more
1390.45/394.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1390.45/394.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1390.45/394.58		... 40 more
1390.45/394.58	Caused by: java.lang.reflect.InvocationTargetException
1390.45/394.58		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1390.45/394.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1390.45/394.58		at java.lang.reflect.Method.invoke(Method.java:498)
1390.45/394.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1390.45/394.59		... 40 more
1390.45/394.59	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1390.45/394.59		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1390.45/394.59		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1390.45/394.59		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1390.45/394.59		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1390.45/394.59		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1390.45/394.59		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1390.45/394.59		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1390.45/394.59		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1390.45/394.59		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1390.45/394.59		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1390.45/394.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1390.45/394.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:391)
1390.45/394.59		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1390.45/394.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1390.45/394.59		at java.lang.reflect.Method.invoke(Method.java:498)
1390.45/394.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1390.45/394.59		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1390.45/394.59		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1390.45/394.59		at java.lang.reflect.Method.invoke(Method.java:498)
1390.45/394.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1390.45/394.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1390.45/394.59		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1390.45/394.59		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:98)
1390.45/394.59		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:593)
1390.45/394.59		at org.xcsp.parser.loaders.ConstraintRecognizer.lambda$new$23(ConstraintRecognizer.java:139)
1390.45/394.59		at org.xcsp.parser.loaders.ConstraintRecognizer$$Lambda$25/1971489295.accept(Unknown Source)
1390.45/394.59		at org.xcsp.parser.loaders.ConstraintRecognizer.lambda$recognizeIntensionIn$31(ConstraintRecognizer.java:176)
1390.45/394.59		at org.xcsp.parser.loaders.ConstraintRecognizer$$Lambda$132/1059063940.test(Unknown Source)
1390.45/394.59		at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90)
1390.45/394.59		at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812)
1390.45/394.59		at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
1390.45/394.59		at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498)
1390.45/394.59	
1473.33/416.93	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1473.33/416.93	c This is free software under the dual EPL/GNU LGPL licenses.
1473.33/416.93	c See www.sat4j.org for details.
1473.33/416.93	c That software uses the Rhino library from the Mozilla project.
1473.33/416.93	c version 2.3.6-SNAPSHOT
1473.33/416.93	c java.runtime.name	Java(TM) SE Runtime Environment
1473.33/416.93	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1473.33/416.93	c java.vm.version	25.131-b11
1473.33/416.93	c java.vm.vendor	Oracle Corporation
1473.33/416.93	c sun.arch.data.model	64
1473.33/416.93	c java.version		1.8.0_131
1473.33/416.93	c os.name		Linux
1473.33/416.93	c os.version		3.10.0-514.16.1.el7.x86_64
1473.33/416.93	c os.arch		amd64
1473.33/416.93	c Free memory 		499604488
1473.33/416.93	c Max memory 		7247757312
1473.33/416.93	c Total memory 		504889344
1473.33/416.93	c Number of processors 	4
1473.33/416.93	c c --- Begin Solver configuration ---
1473.33/416.93	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1473.33/416.93	c Learn all clauses as in MiniSAT
1473.33/416.93	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1473.33/416.93	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1473.33/416.93	c No reason simplification
1473.33/416.93	c Glucose 2.1 dynamic restart strategy
1473.33/416.93	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
1473.33/416.93	c timeout=2147483s
1473.33/416.93	c DB Simplification allowed=false
1473.33/416.93	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1473.33/416.93	c --- End Solver configuration ---
1508.86/426.58	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1508.86/426.58		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1508.86/426.58		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:91)
1508.86/426.58		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2017)
1508.86/426.58		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1508.86/426.58		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1508.86/426.58		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1508.86/426.58		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1508.86/426.58		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1508.86/426.58		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 (7296 MiB free)
  memory of node 1: 16384 MiB (10003 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290115-1532269419/watcher-4290115-1532269419 -o /tmp/evaluation-result-4290115-1532269419/solver-4290115-1532269419 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3782 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290115-1532269419.xml 

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

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=5446, runsolver pid=5443


[startup+0.101346 s]*
/proc/loadavg: 2.01 2.02 2.09 2/217 5461
/proc/meminfo: memFree=17699672/32770624 swapFree=67108860/67108860
[pid=5446] ppid=5443 vsize=10659012 memory=30280 CPUtime=0.11 cores=0,2,4,6
/proc/5446/stat : 5446 (java) S 5443 5446 3751 0 -1 1077944320 6628 0 0 0 10 1 0 0 20 0 15 0 44504801 10914828288 7570 33554432000 4194304 4196468 140732070655536 140732070638080 139719481896695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
/proc/5446/statm: 2664753 7570 2820 1 0 2627263 0
[pid=5446/tid=5448] ppid=5443 vsize=10659012 memory=-8679949932898907328 CPUtime=0.09 cores=0,2,4,6
/proc/5446/task/5448/stat : 5448 (java) R 5443 5446 3751 0 -1 4202560 4463 0 0 0 8 1 0 0 20 0 15 0 44504802 10914828288 7570 33554432000 4194304 4196468 140732070655536 139719486101360 139719465977182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5449] ppid=5443 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5449/stat : 5449 (java) S 5443 5446 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44504802 10914828288 7570 33554432000 4194304 4196468 140732070655536 139719088908688 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5450] ppid=5443 vsize=10659012 memory=140702065817216 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5450/stat : 5450 (java) S 5443 5446 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44504802 10914828288 7570 33554432000 4194304 4196468 140732070655536 139719087855888 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5451] ppid=5443 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5451/stat : 5451 (java) S 5443 5446 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44504802 10914828288 7570 33554432000 4194304 4196468 140732070655536 139719086803600 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5452] ppid=5443 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5452/stat : 5452 (java) S 5443 5446 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44504802 10914828288 7570 33554432000 4194304 4196468 140732070655536 139719085750800 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5453] ppid=5443 vsize=10659012 memory=140702065817216 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5453/stat : 5453 (java) S 5443 5446 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44504804 10914828288 7570 33554432000 4194304 4196468 140732070655536 139718719158896 139719481907842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5454] ppid=5443 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5454/stat : 5454 (java) S 5443 5446 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44504804 10914828288 7570 33554432000 4194304 4196468 140732070655536 139718718104864 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5455] ppid=5443 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5455/stat : 5455 (java) S 5443 5446 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44504804 10914828288 7570 33554432000 4194304 4196468 140732070655536 139718717052528 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5456] ppid=5443 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5456/stat : 5456 (java) S 5443 5446 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44504807 10914828288 7570 33554432000 4194304 4196468 140732070655536 139718716000848 139719481915291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5457] ppid=5443 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5457/stat : 5457 (java) S 5443 5446 3751 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 15 0 44504807 10914828288 7570 33554432000 4194304 4196468 140732070655536 139718714947696 139719481907842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5458] ppid=5443 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5458/stat : 5458 (java) S 5443 5446 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44504807 10914828288 7570 33554432000 4194304 4196468 140732070655536 139718713894896 139719481907842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5459] ppid=5443 vsize=10659012 memory=140702065817216 CPUtime=0.01 cores=0,2,4,6
/proc/5446/task/5459/stat : 5459 (java) R 5443 5446 3751 0 -1 4202560 360 0 0 0 1 0 0 0 20 0 15 0 44504807 10914828288 7570 33554432000 4194304 4196468 140732070655536 139718712842608 139719461030768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5460] ppid=5443 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5460/stat : 5460 (java) S 5443 5446 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44504807 10914828288 7570 33554432000 4194304 4196468 140732070655536 139718711790048 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5461] ppid=5443 vsize=10659012 memory=140702065817216 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5461/stat : 5461 (java) S 5443 5446 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44504807 10914828288 7570 33554432000 4194304 4196468 140732070655536 139718710737840 139719481907842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30280 KiB

[startup+0.212089 s]*
/proc/loadavg: 2.01 2.02 2.09 4/217 5461
/proc/meminfo: memFree=17689332/32770624 swapFree=67108860/67108860
[pid=5446] ppid=5443 vsize=10659012 memory=41980 CPUtime=0.32 cores=0,2,4,6
/proc/5446/stat : 5446 (java) S 5443 5446 3751 0 -1 1077944320 8088 0 0 0 30 2 0 0 20 0 15 0 44504801 10914828288 10495 33554432000 4194304 4196468 140732070655536 140732070638080 139719481896695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
/proc/5446/statm: 2664753 10495 3006 1 0 2627263 0
[pid=5446/tid=5448] ppid=5443 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/5446/task/5448/stat : 5448 (java) R 5443 5446 3751 0 -1 4202560 5037 0 0 0 18 1 0 0 20 0 15 0 44504802 10914828288 10495 33554432000 4194304 4196468 140732070655536 139719486126048 139719481908630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5449] ppid=5443 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5449/stat : 5449 (java) S 5443 5446 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44504802 10914828288 10495 33554432000 4194304 4196468 140732070655536 139719088908688 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5450] ppid=5443 vsize=10659012 memory=140702065840799 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5450/stat : 5450 (java) S 5443 5446 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44504802 10914828288 10495 33554432000 4194304 4196468 140732070655536 139719087855888 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5451] ppid=5443 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5451/stat : 5451 (java) S 5443 5446 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44504802 10914828288 10495 33554432000 4194304 4196468 140732070655536 139719086803600 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5452] ppid=5443 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5452/stat : 5452 (java) S 5443 5446 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44504802 10914828288 10495 33554432000 4194304 4196468 140732070655536 139719085750800 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5453] ppid=5443 vsize=10659012 memory=140702065817216 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5453/stat : 5453 (java) S 5443 5446 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44504804 10914828288 10495 33554432000 4194304 4196468 140732070655536 139718719158896 139719481907842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5454] ppid=5443 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5454/stat : 5454 (java) S 5443 5446 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44504804 10914828288 10495 33554432000 4194304 4196468 140732070655536 139718718104864 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5455] ppid=5443 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5455/stat : 5455 (java) S 5443 5446 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44504804 10914828288 10495 33554432000 4194304 4196468 140732070655536 139718717052528 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5456] ppid=5443 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5456/stat : 5456 (java) S 5443 5446 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44504807 10914828288 10495 33554432000 4194304 4196468 140732070655536 139718716000848 139719481915291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5457] ppid=5443 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5446/task/5457/stat : 5457 (java) S 5443 5446 3751 0 -1 1077944384 732 0 0 0 2 0 0 0 20 0 15 0 44504807 10914828288 10495 33554432000 4194304 4196468 140732070655536 139718714947696 139719481907842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5458] ppid=5443 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5446/task/5458/stat : 5458 (java) S 5443 5446 3751 0 -1 1077944384 238 0 0 0 2 0 0 0 20 0 15 0 44504807 10914828288 10495 33554432000 4194304 4196468 140732070655536 139718713894896 139719481907842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5459] ppid=5443 vsize=10659012 memory=140702065817216 CPUtime=0.07 cores=0,2,4,6
/proc/5446/task/5459/stat : 5459 (java) R 5443 5446 3751 0 -1 4202560 720 0 0 0 7 0 0 0 20 0 15 0 44504807 10914828288 10495 33554432000 4194304 4196468 140732070655536 139718712842608 139719474133822 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5460] ppid=5443 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5460/stat : 5460 (java) S 5443 5446 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44504807 10914828288 10495 33554432000 4194304 4196468 140732070655536 139718711790048 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5461] ppid=5443 vsize=10659012 memory=140702065817216 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5461/stat : 5461 (java) S 5443 5446 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44504807 10914828288 10495 33554432000 4194304 4196468 140732070655536 139718710737840 139719481907842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41980 KiB

[startup+0.310436 s]*
/proc/loadavg: 2.01 2.02 2.09 6/217 5461
/proc/meminfo: memFree=17682384/32770624 swapFree=67108860/67108860
[pid=5446] ppid=5443 vsize=10659088 memory=47340 CPUtime=0.5 cores=0,2,4,6
/proc/5446/stat : 5446 (java) S 5443 5446 3751 0 -1 1077944320 8884 0 0 0 48 2 0 0 20 0 15 0 44504801 10914906112 11835 33554432000 4194304 4196468 140732070655536 140732070638080 139719481896695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
/proc/5446/statm: 2664772 11835 3058 1 0 2627263 0
[pid=5446/tid=5448] ppid=5443 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/5446/task/5448/stat : 5448 (java) R 5443 5446 3751 0 -1 4202560 5616 0 0 0 28 1 0 0 20 0 15 0 44504802 10914906112 11835 33554432000 4194304 4196468 140732070655536 139719486134096 139719119520097 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5449] ppid=5443 vsize=10659088 memory=4294979916 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5449/stat : 5449 (java) S 5443 5446 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44504802 10914906112 11835 33554432000 4194304 4196468 140732070655536 139719088908688 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5450] ppid=5443 vsize=10659088 memory=140702065901305 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5450/stat : 5450 (java) S 5443 5446 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44504802 10914906112 11835 33554432000 4194304 4196468 140732070655536 139719087855888 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5451] ppid=5443 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5451/stat : 5451 (java) S 5443 5446 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44504802 10914906112 11835 33554432000 4194304 4196468 140732070655536 139719086803600 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5452] ppid=5443 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5452/stat : 5452 (java) S 5443 5446 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44504802 10914906112 11835 33554432000 4194304 4196468 140732070655536 139719085750800 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5453] ppid=5443 vsize=10659088 memory=140702065817216 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5453/stat : 5453 (java) S 5443 5446 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44504804 10914906112 11835 33554432000 4194304 4196468 140732070655536 139718719158896 139719481907842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5454] ppid=5443 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5454/stat : 5454 (java) S 5443 5446 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44504804 10914906112 11835 33554432000 4194304 4196468 140732070655536 139718718104864 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5455] ppid=5443 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5455/stat : 5455 (java) S 5443 5446 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44504804 10914906112 11835 33554432000 4194304 4196468 140732070655536 139718717052528 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5456] ppid=5443 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5456/stat : 5456 (java) S 5443 5446 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44504807 10914906112 11835 33554432000 4194304 4196468 140732070655536 139718716000848 139719481915291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5457] ppid=5443 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5446/task/5457/stat : 5457 (java) R 5443 5446 3751 0 -1 4202560 825 0 0 0 4 0 0 0 20 0 15 0 44504807 10914906112 11835 33554432000 4194304 4196468 140732070655536 139718714938080 139719461066928 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5458] ppid=5443 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/5446/task/5458/stat : 5458 (java) R 5443 5446 3751 0 -1 1077944384 278 0 0 0 3 0 0 0 20 0 15 0 44504807 10914906112 11835 33554432000 4194304 4196468 140732070655536 139718713894896 139719481907842 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5459] ppid=5443 vsize=10659088 memory=140702065817216 CPUtime=0.12 cores=0,2,4,6
/proc/5446/task/5459/stat : 5459 (java) R 5443 5446 3751 0 -1 4202560 798 0 0 0 12 0 0 0 20 0 15 0 44504807 10914906112 11835 33554432000 4194304 4196468 140732070655536 139718712842608 139719460834904 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5460] ppid=5443 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5460/stat : 5460 (java) S 5443 5446 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44504807 10914906112 11835 33554432000 4194304 4196468 140732070655536 139718711790048 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5461] ppid=5443 vsize=10659088 memory=140702065817216 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5461/stat : 5461 (java) S 5443 5446 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44504807 10914906112 11835 33554432000 4194304 4196468 140732070655536 139718710737840 139719481907842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47340 KiB

[startup+0.716791 s]
/proc/loadavg: 2.01 2.02 2.09 5/217 5461
/proc/meminfo: memFree=17650448/32770624 swapFree=67108860/67108860
[pid=5446] ppid=5443 vsize=10659088 memory=350932 CPUtime=1.77 cores=0,2,4,6
/proc/5446/stat : 5446 (java) S 5443 5446 3751 0 -1 1077944320 10905 0 0 0 166 11 0 0 20 0 15 0 44504801 10914906112 87733 33554432000 4194304 4196468 140732070655536 140732070638080 139719481896695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
/proc/5446/statm: 2664772 87733 3140 1 0 2627263 0
[pid=5446/tid=5448] ppid=5443 vsize=10659088 memory=18460 CPUtime=0.62 cores=0,2,4,6
/proc/5446/task/5448/stat : 5448 (java) S 5443 5446 3751 0 -1 1077944384 5907 0 0 0 58 4 0 0 20 0 15 0 44504802 10914906112 87733 33554432000 4194304 4196468 140732070655536 139719486133888 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5449] ppid=5443 vsize=10659088 memory=10144 CPUtime=0.04 cores=0,2,4,6
/proc/5446/task/5449/stat : 5449 (java) R 5443 5446 3751 0 -1 4202560 126 0 0 0 3 1 0 0 20 0 15 0 44504802 10914906112 87733 33554432000 4194304 4196468 140732070655536 139719088908888 139719466924560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5450] ppid=5443 vsize=10659088 memory=1788 CPUtime=0.04 cores=0,2,4,6
/proc/5446/task/5450/stat : 5450 (java) R 5443 5446 3751 0 -1 4202560 113 0 0 0 3 1 0 0 20 0 15 0 44504802 10914906112 87733 33554432000 4194304 4196468 140732070655536 139719087855776 139719466924114 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5451] ppid=5443 vsize=10659088 memory=644 CPUtime=0.04 cores=0,2,4,6
/proc/5446/task/5451/stat : 5451 (java) R 5443 5446 3751 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 15 0 44504802 10914906112 87733 33554432000 4194304 4196468 140732070655536 139719086803600 139719466924578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5452] ppid=5443 vsize=10659088 memory=952 CPUtime=0.03 cores=0,2,4,6
/proc/5446/task/5452/stat : 5452 (java) R 5443 5446 3751 0 -1 4202560 123 0 0 0 2 1 0 0 20 0 15 0 44504802 10914906112 87733 33554432000 4194304 4196468 140732070655536 139719085751000 139719466924560 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5453] ppid=5443 vsize=10659088 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5453/stat : 5453 (java) S 5443 5446 3751 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44504804 10914906112 87733 33554432000 4194304 4196468 140732070655536 139718719157408 139719481906901 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5454] ppid=5443 vsize=10659088 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5454/stat : 5454 (java) S 5443 5446 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44504804 10914906112 87733 33554432000 4194304 4196468 140732070655536 139718718104864 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5455] ppid=5443 vsize=10659088 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5455/stat : 5455 (java) S 5443 5446 3751 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 44504804 10914906112 87733 33554432000 4194304 4196468 140732070655536 139718717052528 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5456] ppid=5443 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5456/stat : 5456 (java) S 5443 5446 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44504807 10914906112 87733 33554432000 4194304 4196468 140732070655536 139718716000848 139719481915291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5457] ppid=5443 vsize=10659088 memory=6081105704601809001 CPUtime=0.36 cores=0,2,4,6
/proc/5446/task/5457/stat : 5457 (java) S 5443 5446 3751 0 -1 1077944384 1202 0 0 0 36 0 0 0 20 0 15 0 44504807 10914906112 87733 33554432000 4194304 4196468 140732070655536 139718714932688 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5458] ppid=5443 vsize=10659088 memory=5788647689011156329 CPUtime=0.28 cores=0,2,4,6
/proc/5446/task/5458/stat : 5458 (java) S 5443 5446 3751 0 -1 1077944384 727 0 0 0 28 0 0 0 20 0 15 0 44504807 10914906112 87733 33554432000 4194304 4196468 140732070655536 139718713894896 139719481907842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5459] ppid=5443 vsize=10659088 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/5446/task/5459/stat : 5459 (java) S 5443 5446 3751 0 -1 1077944384 1234 0 0 0 29 0 0 0 20 0 15 0 44504807 10914906112 87733 33554432000 4194304 4196468 140732070655536 139718712842608 139719481907842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5460] ppid=5443 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5460/stat : 5460 (java) S 5443 5446 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44504807 10914906112 87733 33554432000 4194304 4196468 140732070655536 139718711790048 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5461] ppid=5443 vsize=10659088 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5461/stat : 5461 (java) S 5443 5446 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44504807 10914906112 87733 33554432000 4194304 4196468 140732070655536 139718710737840 139719481907842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 350932 KiB

[startup+1.50084 s]
/proc/loadavg: 2.16 2.05 2.10 5/217 5461
/proc/meminfo: memFree=17359972/32770624 swapFree=67108860/67108860
[pid=5446] ppid=5443 vsize=10659088 memory=449204 CPUtime=4.15 cores=0,2,4,6
/proc/5446/stat : 5446 (java) S 5443 5446 3751 0 -1 1077944320 17847 0 0 0 395 20 0 0 20 0 15 0 44504801 10914906112 112301 33554432000 4194304 4196468 140732070655536 140732070638080 139719481896695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
/proc/5446/statm: 2664772 112301 3151 1 0 2627263 0
[pid=5446/tid=5448] ppid=5443 vsize=10659088 memory=438084 CPUtime=1.32 cores=0,2,4,6
/proc/5446/task/5448/stat : 5448 (java) R 5443 5446 3751 0 -1 4202560 6135 0 0 0 127 5 0 0 20 0 15 0 44504802 10914906112 112301 33554432000 4194304 4196468 140732070655536 139719486124896 139719122580736 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5449] ppid=5443 vsize=10659088 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/5446/task/5449/stat : 5449 (java) S 5443 5446 3751 0 -1 1077944384 153 0 0 0 7 2 0 0 20 0 15 0 44504802 10914906112 112301 33554432000 4194304 4196468 140732070655536 139719088908688 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5450] ppid=5443 vsize=10659088 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5446/task/5450/stat : 5450 (java) S 5443 5446 3751 0 -1 1077944384 201 0 0 0 9 3 0 0 20 0 15 0 44504802 10914906112 112301 33554432000 4194304 4196468 140732070655536 139719087855888 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5451] ppid=5443 vsize=10659088 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5446/task/5451/stat : 5451 (java) S 5443 5446 3751 0 -1 1077944384 166 0 0 0 9 3 0 0 20 0 15 0 44504802 10914906112 112301 33554432000 4194304 4196468 140732070655536 139719086803600 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5452] ppid=5443 vsize=10659088 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5446/task/5452/stat : 5452 (java) S 5443 5446 3751 0 -1 1077944384 256 0 0 0 6 2 0 0 20 0 15 0 44504802 10914906112 112301 33554432000 4194304 4196468 140732070655536 139719085750800 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5453] ppid=5443 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5453/stat : 5453 (java) S 5443 5446 3751 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 44504804 10914906112 112301 33554432000 4194304 4196468 140732070655536 139718719158896 139719481907842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0

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

/proc/5446/task/5448/stat : 5448 (java) S 5443 5446 3751 0 -1 1077944384 21868 0 0 0 2716 19 0 0 20 0 16 0 44504802 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139719486137376 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5449] ppid=5443 vsize=10794416 memory=4126316290023845779 CPUtime=367.1 cores=0,2,4,6
/proc/5446/task/5449/stat : 5449 (java) R 5443 5446 3751 0 -1 4202560 71457 0 0 0 36519 191 0 0 20 0 16 0 44504802 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139719088908496 139719474524903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5450] ppid=5443 vsize=10794416 memory=1236 CPUtime=366.57 cores=0,2,4,6
/proc/5446/task/5450/stat : 5450 (java) R 5443 5446 3751 0 -1 4202560 77675 0 0 0 36470 187 0 0 20 0 16 0 44504802 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139719087856008 139719474524903 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5451] ppid=5443 vsize=10794416 memory=2340 CPUtime=366.89 cores=0,2,4,6
/proc/5446/task/5451/stat : 5451 (java) R 5443 5446 3751 0 -1 4202560 69177 0 0 0 36482 207 0 0 20 0 16 0 44504802 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139719086803488 139719466893119 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5452] ppid=5443 vsize=10794416 memory=1576 CPUtime=366.26 cores=0,2,4,6
/proc/5446/task/5452/stat : 5452 (java) R 5443 5446 3751 0 -1 4202560 51851 0 0 0 36423 203 0 0 20 0 16 0 44504802 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139719085750608 139719474524903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5453] ppid=5443 vsize=10794416 memory=928 CPUtime=32.02 cores=0,2,4,6
/proc/5446/task/5453/stat : 5453 (java) S 5443 5446 3751 0 -1 1077944384 92677 0 0 0 3198 4 0 0 20 0 16 0 44504804 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718719157440 139719481906901 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5454] ppid=5443 vsize=10794416 memory=8327116 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5454/stat : 5454 (java) S 5443 5446 3751 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 16 0 44504804 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718718104928 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5455] ppid=5443 vsize=10794416 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5455/stat : 5455 (java) S 5443 5446 3751 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 16 0 44504804 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718717052528 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5456] ppid=5443 vsize=10794416 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5456/stat : 5456 (java) S 5443 5446 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718716000848 139719481915291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5457] ppid=5443 vsize=10794416 memory=1004 CPUtime=1.43 cores=0,2,4,6
/proc/5446/task/5457/stat : 5457 (java) S 5443 5446 3751 0 -1 1077944384 7932 0 0 0 142 1 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718714947456 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5458] ppid=5443 vsize=10794416 memory=1952 CPUtime=1.79 cores=0,2,4,6
/proc/5446/task/5458/stat : 5458 (java) S 5443 5446 3751 0 -1 1077944384 11091 0 0 0 178 1 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718713894944 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5459] ppid=5443 vsize=10794416 memory=1704 CPUtime=0.49 cores=0,2,4,6
/proc/5446/task/5459/stat : 5459 (java) S 5443 5446 3751 0 -1 1077944384 4289 0 0 0 49 0 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718712842656 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5460] ppid=5443 vsize=10794416 memory=792 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5460/stat : 5460 (java) S 5443 5446 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718711790048 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5461] ppid=5443 vsize=10794416 memory=1228 CPUtime=0.26 cores=0,2,4,6
/proc/5446/task/5461/stat : 5461 (java) S 5443 5446 3751 0 -1 1077944384 1337 0 0 0 12 14 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718710737840 139719481907842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5479] ppid=5443 vsize=10794416 memory=8388 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5479/stat : 5479 (java) S 5443 5446 3751 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 16 0 44544260 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718638424720 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
Current children cumulated CPU time: 1530.26 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8327116 KiB

[startup+433.601 s]
/proc/loadavg: 4.40 3.98 2.99 6/218 5480
/proc/meminfo: memFree=9383984/32770624 swapFree=67108860/67108860
[pid=5446] ppid=5443 vsize=10794416 memory=8327116 CPUtime=1536.43 cores=0,2,4,6
/proc/5446/stat : 5446 (java) S 5443 5446 3751 0 -1 1077944320 411362 0 0 0 152820 823 0 0 20 0 16 0 44504801 11053481984 2081779 33554432000 4194304 4196468 140732070655536 140732070638080 139719481896695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
/proc/5446/statm: 2698604 2081779 3231 1 0 2661057 0
[pid=5446/tid=5448] ppid=5443 vsize=10794416 memory=15052 CPUtime=27.35 cores=0,2,4,6
/proc/5446/task/5448/stat : 5448 (java) S 5443 5446 3751 0 -1 1077944384 21868 0 0 0 2716 19 0 0 20 0 16 0 44504802 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139719486137376 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5449] ppid=5443 vsize=10794416 memory=1296 CPUtime=368.63 cores=0,2,4,6
/proc/5446/task/5449/stat : 5449 (java) R 5443 5446 3751 0 -1 4202560 71457 0 0 0 36671 192 0 0 20 0 16 0 44504802 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139719088908808 139719474524903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5450] ppid=5443 vsize=10794416 memory=2408 CPUtime=368.08 cores=0,2,4,6
/proc/5446/task/5450/stat : 5450 (java) R 5443 5446 3751 0 -1 4202560 77675 0 0 0 36621 187 0 0 20 0 16 0 44504802 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139719087856008 139719474524903 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5451] ppid=5443 vsize=10794416 memory=1724 CPUtime=368.48 cores=0,2,4,6
/proc/5446/task/5451/stat : 5451 (java) R 5443 5446 3751 0 -1 4202560 69356 0 0 0 36641 207 0 0 20 0 16 0 44504802 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139719086803488 139719466886295 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5452] ppid=5443 vsize=10794416 memory=1004 CPUtime=367.79 cores=0,2,4,6
/proc/5446/task/5452/stat : 5452 (java) R 5443 5446 3751 0 -1 4202560 51851 0 0 0 36575 204 0 0 20 0 16 0 44504802 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139719085750608 139719474524903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5453] ppid=5443 vsize=10794416 memory=8327116 CPUtime=32.02 cores=0,2,4,6
/proc/5446/task/5453/stat : 5453 (java) S 5443 5446 3751 0 -1 1077944384 92677 0 0 0 3198 4 0 0 20 0 16 0 44504804 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718719157440 139719481906901 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5454] ppid=5443 vsize=10794416 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5454/stat : 5454 (java) S 5443 5446 3751 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 16 0 44504804 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718718104928 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5455] ppid=5443 vsize=10794416 memory=916 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5455/stat : 5455 (java) S 5443 5446 3751 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 16 0 44504804 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718717052528 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5456] ppid=5443 vsize=10794416 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5456/stat : 5456 (java) S 5443 5446 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718716000848 139719481915291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5457] ppid=5443 vsize=10794416 memory=2588 CPUtime=1.43 cores=0,2,4,6
/proc/5446/task/5457/stat : 5457 (java) S 5443 5446 3751 0 -1 1077944384 7932 0 0 0 142 1 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718714947456 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5458] ppid=5443 vsize=10794416 memory=2588 CPUtime=1.79 cores=0,2,4,6
/proc/5446/task/5458/stat : 5458 (java) S 5443 5446 3751 0 -1 1077944384 11091 0 0 0 178 1 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718713894944 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5459] ppid=5443 vsize=10794416 memory=1408 CPUtime=0.49 cores=0,2,4,6
/proc/5446/task/5459/stat : 5459 (java) S 5443 5446 3751 0 -1 1077944384 4289 0 0 0 49 0 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718712842656 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5460] ppid=5443 vsize=10794416 memory=8327116 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5460/stat : 5460 (java) S 5443 5446 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718711790048 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5461] ppid=5443 vsize=10794416 memory=8327116 CPUtime=0.26 cores=0,2,4,6
/proc/5446/task/5461/stat : 5461 (java) S 5443 5446 3751 0 -1 1077944384 1337 0 0 0 12 14 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718710737840 139719481907842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5479] ppid=5443 vsize=10794416 memory=916 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5479/stat : 5479 (java) S 5443 5446 3751 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 16 0 44544260 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718638424720 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
Current children cumulated CPU time: 1536.43 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8327116 KiB

[startup+435.201 s]
/proc/loadavg: 4.40 3.98 2.99 6/218 5480
/proc/meminfo: memFree=9384056/32770624 swapFree=67108860/67108860
[pid=5446] ppid=5443 vsize=10794416 memory=8327116 CPUtime=1542.63 cores=0,2,4,6
/proc/5446/stat : 5446 (java) S 5443 5446 3751 0 -1 1077944320 411362 0 0 0 153438 825 0 0 20 0 16 0 44504801 11053481984 2081779 33554432000 4194304 4196468 140732070655536 140732070638080 139719481896695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
/proc/5446/statm: 2698604 2081779 3231 1 0 2661057 0
[pid=5446/tid=5448] ppid=5443 vsize=10794416 memory=8327116 CPUtime=27.35 cores=0,2,4,6
/proc/5446/task/5448/stat : 5448 (java) S 5443 5446 3751 0 -1 1077944384 21868 0 0 0 2716 19 0 0 20 0 16 0 44504802 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139719486137376 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5449] ppid=5443 vsize=10794416 memory=2408 CPUtime=370.17 cores=0,2,4,6
/proc/5446/task/5449/stat : 5449 (java) R 5443 5446 3751 0 -1 4202560 71457 0 0 0 36825 192 0 0 20 0 16 0 44504802 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139719088908496 139719474524903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5450] ppid=5443 vsize=10794416 memory=1724 CPUtime=369.59 cores=0,2,4,6
/proc/5446/task/5450/stat : 5450 (java) R 5443 5446 3751 0 -1 4202560 77675 0 0 0 36772 187 0 0 20 0 16 0 44504802 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139719087856008 139719474524903 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5451] ppid=5443 vsize=10794416 memory=1004 CPUtime=370.08 cores=0,2,4,6
/proc/5446/task/5451/stat : 5451 (java) R 5443 5446 3751 0 -1 4202560 69356 0 0 0 36801 207 0 0 20 0 16 0 44504802 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139719086803488 139719463506500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5452] ppid=5443 vsize=10794416 memory=8112282956445269571 CPUtime=369.33 cores=0,2,4,6
/proc/5446/task/5452/stat : 5452 (java) R 5443 5446 3751 0 -1 4202560 51851 0 0 0 36729 204 0 0 20 0 16 0 44504802 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139719085750608 139719474524903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5453] ppid=5443 vsize=10794416 memory=10152 CPUtime=32.02 cores=0,2,4,6
/proc/5446/task/5453/stat : 5453 (java) S 5443 5446 3751 0 -1 1077944384 92677 0 0 0 3198 4 0 0 20 0 16 0 44504804 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718719157440 139719481906901 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5454] ppid=5443 vsize=10794416 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5454/stat : 5454 (java) S 5443 5446 3751 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 16 0 44504804 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718718104928 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5455] ppid=5443 vsize=10794416 memory=8326924 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5455/stat : 5455 (java) S 5443 5446 3751 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 16 0 44504804 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718717052528 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5456] ppid=5443 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5456/stat : 5456 (java) S 5443 5446 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718716000848 139719481915291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5457] ppid=5443 vsize=10794416 memory=1952 CPUtime=1.43 cores=0,2,4,6
/proc/5446/task/5457/stat : 5457 (java) S 5443 5446 3751 0 -1 1077944384 7932 0 0 0 142 1 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718714947456 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5458] ppid=5443 vsize=10794416 memory=8327168 CPUtime=1.79 cores=0,2,4,6
/proc/5446/task/5458/stat : 5458 (java) S 5443 5446 3751 0 -1 1077944384 11091 0 0 0 178 1 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718713894944 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5459] ppid=5443 vsize=10794416 memory=8327168 CPUtime=0.49 cores=0,2,4,6
/proc/5446/task/5459/stat : 5459 (java) S 5443 5446 3751 0 -1 1077944384 4289 0 0 0 49 0 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718712842656 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5460] ppid=5443 vsize=10794416 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5460/stat : 5460 (java) S 5443 5446 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718711790048 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5461] ppid=5443 vsize=10794416 memory=1704 CPUtime=0.26 cores=0,2,4,6
/proc/5446/task/5461/stat : 5461 (java) S 5443 5446 3751 0 -1 1077944384 1337 0 0 0 12 14 0 0 20 0 16 0 44504807 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718710737840 139719481907842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5479] ppid=5443 vsize=10794416 memory=792 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5479/stat : 5479 (java) S 5443 5446 3751 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 16 0 44544260 11053481984 2081779 33554432000 4194304 4196468 140732070655536 139718638424720 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
Current children cumulated CPU time: 1542.63 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8327116 KiB

[startup+436.001 s]*
/proc/loadavg: 4.40 3.98 2.99 3/218 5480
/proc/meminfo: memFree=9384056/32770624 swapFree=67108860/67108860
[pid=5446] ppid=5443 vsize=10794416 memory=8327120 CPUtime=1544.7 cores=0,2,4,6
/proc/5446/stat : 5446 (java) S 5443 5446 3751 0 -1 1077944320 411560 0 0 0 153645 825 0 0 20 0 16 0 44504801 11053481984 2081780 33554432000 4194304 4196468 140732070655536 140732070638080 139719481896695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
/proc/5446/statm: 2698604 2081780 3231 1 0 2661057 0
[pid=5446/tid=5448] ppid=5443 vsize=10794416 memory=8112282956445269571 CPUtime=27.35 cores=0,2,4,6
/proc/5446/task/5448/stat : 5448 (java) S 5443 5446 3751 0 -1 1077944384 21868 0 0 0 2716 19 0 0 20 0 16 0 44504802 11053481984 2081780 33554432000 4194304 4196468 140732070655536 139719486137376 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5449] ppid=5443 vsize=10794416 memory=4126316290023845779 CPUtime=370.59 cores=0,2,4,6
/proc/5446/task/5449/stat : 5449 (java) S 5443 5446 3751 0 -1 1077944384 71457 0 0 0 36867 192 0 0 20 0 16 0 44504802 11053481984 2081780 33554432000 4194304 4196468 140732070655536 139719088908688 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5450] ppid=5443 vsize=10794416 memory=1724 CPUtime=370.02 cores=0,2,4,6
/proc/5446/task/5450/stat : 5450 (java) S 5443 5446 3751 0 -1 1077944384 77675 0 0 0 36814 188 0 0 20 0 16 0 44504802 11053481984 2081780 33554432000 4194304 4196468 140732070655536 139719087855888 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5451] ppid=5443 vsize=10794416 memory=1004 CPUtime=370.52 cores=0,2,4,6
/proc/5446/task/5451/stat : 5451 (java) S 5443 5446 3751 0 -1 1077944384 69356 0 0 0 36845 207 0 0 20 0 16 0 44504802 11053481984 2081780 33554432000 4194304 4196468 140732070655536 139719086803600 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5452] ppid=5443 vsize=10794416 memory=1952 CPUtime=369.75 cores=0,2,4,6
/proc/5446/task/5452/stat : 5452 (java) S 5443 5446 3751 0 -1 1077944384 51851 0 0 0 36771 204 0 0 20 0 16 0 44504802 11053481984 2081780 33554432000 4194304 4196468 140732070655536 139719085750800 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5453] ppid=5443 vsize=10794416 memory=1704 CPUtime=32.38 cores=0,2,4,6
/proc/5446/task/5453/stat : 5453 (java) R 5443 5446 3751 0 -1 4202560 92876 0 0 0 3234 4 0 0 20 0 16 0 44504804 11053481984 2081780 33554432000 4194304 4196468 140732070655536 139718719157328 139719466893099 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5454] ppid=5443 vsize=10794416 memory=792 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5454/stat : 5454 (java) S 5443 5446 3751 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 16 0 44504804 11053481984 2081780 33554432000 4194304 4196468 140732070655536 139718718104928 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5455] ppid=5443 vsize=10794416 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5455/stat : 5455 (java) S 5443 5446 3751 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 16 0 44504804 11053481984 2081780 33554432000 4194304 4196468 140732070655536 139718717052528 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5456] ppid=5443 vsize=10794416 memory=8388 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5456/stat : 5456 (java) S 5443 5446 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44504807 11053481984 2081780 33554432000 4194304 4196468 140732070655536 139718716000848 139719481915291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5457] ppid=5443 vsize=10794416 memory=1444 CPUtime=1.43 cores=0,2,4,6
/proc/5446/task/5457/stat : 5457 (java) S 5443 5446 3751 0 -1 1077944384 7932 0 0 0 142 1 0 0 20 0 16 0 44504807 11053481984 2081780 33554432000 4194304 4196468 140732070655536 139718714947456 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5458] ppid=5443 vsize=10794416 memory=5520 CPUtime=1.79 cores=0,2,4,6
/proc/5446/task/5458/stat : 5458 (java) S 5443 5446 3751 0 -1 1077944384 11091 0 0 0 178 1 0 0 20 0 16 0 44504807 11053481984 2081780 33554432000 4194304 4196468 140732070655536 139718713894944 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5459] ppid=5443 vsize=10794416 memory=4616 CPUtime=0.49 cores=0,2,4,6
/proc/5446/task/5459/stat : 5459 (java) S 5443 5446 3751 0 -1 1077944384 4289 0 0 0 49 0 0 0 20 0 16 0 44504807 11053481984 2081780 33554432000 4194304 4196468 140732070655536 139718712842656 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5460] ppid=5443 vsize=10794416 memory=14004 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5460/stat : 5460 (java) S 5443 5446 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44504807 11053481984 2081780 33554432000 4194304 4196468 140732070655536 139718711790048 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5461] ppid=5443 vsize=10794416 memory=1204 CPUtime=0.26 cores=0,2,4,6
/proc/5446/task/5461/stat : 5461 (java) S 5443 5446 3751 0 -1 1077944384 1337 0 0 0 12 14 0 0 20 0 16 0 44504807 11053481984 2081780 33554432000 4194304 4196468 140732070655536 139718710737840 139719481907842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
[pid=5446/tid=5479] ppid=5443 vsize=10794416 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/5446/task/5479/stat : 5479 (java) S 5443 5446 3751 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 16 0 44544260 11053481984 2081780 33554432000 4194304 4196468 140732070655536 139718638424720 139719481906901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7475200 140732070659185 140732070659337 140732070659337 140732070662095 0
Current children cumulated CPU time: 1544.7 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8327120 KiB

[startup+436.407 s]*
/proc/loadavg: 4.21 3.94 2.99 3/204 5480
/proc/meminfo: memFree=16665552/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 436.419
CPU time (s): 1545.13
CPU user time (s): 1536.83
CPU system time (s): 8.29992
CPU usage (%): 354.046
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8327172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1536.83
system time used= 8.29992
maximum resident set size= 8327184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 411612
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29057
involuntary context switches= 16222


# summary of solver processes directly reported to runsolver:
#   pid: 5446
#   total CPU time (s): 1545.13
#   total CPU user time (s): 1536.83
#   total CPU system time (s): 8.29992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.51243 second user time and 4.34657 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 16:23:39
IDJOB=4290115
IDBENCH=141619
IDSOLVER=2742
FILE ID=node106/4290115-1532269419
RUNJOBID= node106-1532261164-3782
PBS_JOBID= 21018972
Free space on /tmp= 53028 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-20_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290115-1532269419/watcher-4290115-1532269419 -o /tmp/evaluation-result-4290115-1532269419/solver-4290115-1532269419 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3782 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290115-1532269419.xml

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

MD5SUM BENCH= ced38eac701d5b6d60722ead643d09b8
RANDOM SEED=1721028810

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        17715484 kB
MemAvailable:   31436496 kB
Buffers:          245176 kB
Cached:         13565604 kB
SwapCached:            0 kB
Active:          1768212 kB
Inactive:       12599212 kB
Active(anon):     559144 kB
Inactive(anon):    17096 kB
Active(file):    1209068 kB
Inactive(file): 12582116 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2464 kB
Writeback:             0 kB
AnonPages:        574048 kB
Mapped:            47648 kB
Shmem:             17036 kB
Slab:             385764 kB
SReclaimable:     358288 kB
SUnreclaim:        27476 kB
KernelStack:        3824 kB
PageTables:         6392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1560140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53028 MiB
End job on node106 at 2018-07-22 16:30:56