Trace number 4263715

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 2017-07-05? 1374.6899 381.03

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-35-35.xml
MD5SUM8013d5ca2692908d001f725061313983
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark33
Best CPU time to get the best result obtained on this benchmark3312.9099
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of constraints354026
Number of domains1
Minimum domain size1225
Maximum domain size1225
Distribution of domain sizes[{"size":1225,"count":1225}]
Minimum variable degree1158
Maximum variable degree1158
Distribution of variable degrees[{"degree":1158,"count":1225}]
Minimum constraint arity4
Maximum constraint arity1225
Distribution of constraint arities[{"arity":4,"count":354025},{"arity":1225,"count":1}]
Number of extensional constraints0
Number of intensional constraints354025
Distribution of constraint types[{"type":"intension","count":354025},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1374.53/380.75	Aug 13, 2017 5:17:01 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1374.53/380.75	INFO: Runtime exception
1374.53/380.75	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1374.53/380.75		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1374.53/380.75		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1374.53/380.75		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1374.53/380.75		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1374.53/380.75		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1374.53/380.75		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1374.53/380.75		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1374.53/380.75		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1374.53/380.75		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1374.53/380.75		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1374.53/380.75		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1374.53/380.75		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1374.53/380.75		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1374.53/380.75		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1374.53/380.75		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1374.53/380.75		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1374.53/380.75		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1374.53/380.75		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1374.53/380.75		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1374.53/380.75	Caused by: java.lang.reflect.InvocationTargetException
1374.53/380.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1374.53/380.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.53/380.75		at java.lang.reflect.Method.invoke(Method.java:498)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1374.53/380.75		... 21 more
1374.53/380.75	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1374.53/380.75		... 25 more
1374.53/380.75	Caused by: java.lang.reflect.InvocationTargetException
1374.53/380.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1374.53/380.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.53/380.75		at java.lang.reflect.Method.invoke(Method.java:498)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1374.53/380.75		... 26 more
1374.53/380.75	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1374.53/380.75		... 30 more
1374.53/380.75	Caused by: java.lang.reflect.InvocationTargetException
1374.53/380.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1374.53/380.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.53/380.75		at java.lang.reflect.Method.invoke(Method.java:498)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1374.53/380.75		... 31 more
1374.53/380.75	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1374.53/380.75		... 35 more
1374.53/380.75	Caused by: java.lang.reflect.InvocationTargetException
1374.53/380.75		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1374.53/380.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.53/380.75		at java.lang.reflect.Method.invoke(Method.java:498)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1374.53/380.75		... 35 more
1374.53/380.75	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1374.53/380.75		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1374.53/380.75		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1374.53/380.75		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1374.53/380.75		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1374.53/380.75		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1374.53/380.75		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1374.53/380.75		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1374.53/380.75		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
1374.53/380.75		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1374.53/380.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.53/380.75		at java.lang.reflect.Method.invoke(Method.java:498)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1374.53/380.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1374.53/380.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.53/380.75		at java.lang.reflect.Method.invoke(Method.java:498)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1374.53/380.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1374.53/380.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.53/380.75		at java.lang.reflect.Method.invoke(Method.java:498)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1374.53/380.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1374.53/380.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.53/380.75		at java.lang.reflect.Method.invoke(Method.java:498)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1374.53/380.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1374.53/380.75		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1374.53/380.75		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1374.53/380.75	
1374.61/380.95	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1374.61/380.95	c This is free software under the dual EPL/GNU LGPL licenses.
1374.61/380.95	c See www.sat4j.org for details.
1374.61/380.95	c That software uses the Rhino library from the Mozilla project.
1374.61/380.95	c version CUSTOM.v20170705
1374.61/380.95	c java.runtime.name	Java(TM) SE Runtime Environment
1374.61/380.95	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1374.61/380.95	c java.vm.version	25.131-b11
1374.61/380.95	c java.vm.vendor	Oracle Corporation
1374.61/380.95	c sun.arch.data.model	64
1374.61/380.95	c java.version		1.8.0_131
1374.61/380.95	c os.name		Linux
1374.61/380.95	c os.version		3.10.0-514.16.1.el7.x86_64
1374.61/380.95	c os.arch		amd64
1374.61/380.95	c Free memory 		499604488
1374.61/380.95	c Max memory 		7247757312
1374.61/380.95	c Total memory 		504889344
1374.61/380.95	c Number of processors 	4
1374.61/380.95	c c --- Begin Solver configuration ---
1374.61/380.95	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1374.61/380.95	c Learn all clauses as in MiniSAT
1374.61/380.95	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1374.61/380.95	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1374.61/380.95	c No reason simplification
1374.61/380.95	c Glucose 2.1 dynamic restart strategy
1374.61/380.95	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
1374.61/380.95	c timeout=2147483s
1374.61/380.95	c DB Simplification allowed=false
1374.61/380.95	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1374.61/380.95	c --- End Solver configuration ---
1374.61/380.95	c starts		: 0
1374.61/380.95	c conflicts		: 0
1374.61/380.95	c decisions		: 0
1374.61/380.95	c propagations		: 0
1374.61/380.95	c inspects		: 0
1374.61/380.95	c shortcuts		: 0
1374.61/380.95	c learnt literals	: 0
1374.61/380.95	c learnt binary clauses	: 0
1374.61/380.95	c learnt ternary clauses	: 0
1374.61/380.95	c learnt constraints	: 0
1374.61/380.95	c ignored constraints	: 0
1374.61/380.95	c root simplifications	: 0
1374.61/380.95	c removed literals (reason simplification)	: 0
1374.61/380.95	c reason swapping (by a shorter reason)	: 0
1374.61/380.95	c Calls to reduceDB	: 0
1374.61/380.95	c Number of update (reduction) of LBD	: 0
1374.61/380.95	c Imported unit clauses	: 0
1374.61/380.95	c number of reductions to clauses (during analyze)	: 0
1374.61/380.95	c number of learned constraints concerned by reduction	: 0
1374.61/380.95	c number of learning phase by resolution	: 0
1374.61/380.95	c number of learning phase by cutting planes	: 0
1374.61/380.95	c number of rounding to 1 operations	: 0
1374.61/380.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1374.61/380.95	c number of reductions of the coefficients by power 2 	: 0
1374.61/380.95	c number of right shift for reduction by power 2 	: 0
1374.61/380.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
1374.61/380.95	c speed (assignments/second)	: 0.0
1374.61/380.95	c non guided choices	0
1374.61/380.95	c learnt constraints type 
1374.61/380.95	s UNKNOWN

Verifier Data


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 (13968 MiB free)
  memory of node 1: 16384 MiB (14233 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263715-1502637906/watcher-4263715-1502637906 -o /tmp/evaluation-result-4263715-1502637906/solver-4263715-1502637906 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263715-1502637906.xml 

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

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

solver pid=15690, runsolver pid=15687

[startup+0.101499 s]*
/proc/loadavg: 3.64 3.08 2.58 2/195 15705
/proc/meminfo: memFree=28860120/32770624 swapFree=67108860/67108860
[pid=15690] ppid=15687 vsize=10555400 memory=30440 CPUtime=0.12 cores=1,3,5,7
/proc/15690/stat : 15690 (java) S 15687 15690 6338 0 -1 1077944320 6723 0 0 0 10 2 0 0 20 0 15 0 96871699 10808729600 7610 33554432000 4194304 4196468 140736554360304 140736554342848 140317850582775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
/proc/15690/statm: 2638850 7610 2787 1 0 2627263 0
[pid=15690/tid=15692] ppid=15687 vsize=10555400 memory=-6153156710966071648 CPUtime=0.09 cores=1,3,5,7
/proc/15690/task/15692/stat : 15692 (java) R 15687 15690 6338 0 -1 4202560 4573 0 0 0 8 1 0 0 20 0 15 0 96871700 10808729600 7610 33554432000 4194304 4196468 140736554360304 140317854790864 140317850604701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15693] ppid=15687 vsize=10555400 memory=5767625047138568585 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15693/stat : 15693 (java) S 15687 15690 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96871701 10808729600 7610 33554432000 4194304 4196468 140736554360304 140317792586640 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15694] ppid=15687 vsize=10555400 memory=139869336950400 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15694/stat : 15694 (java) S 15687 15690 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96871701 10808729600 7610 33554432000 4194304 4196468 140736554360304 140317791533840 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15695] ppid=15687 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15695/stat : 15695 (java) S 15687 15690 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96871701 10808729600 7610 33554432000 4194304 4196468 140736554360304 140317454818448 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15696] ppid=15687 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15696/stat : 15696 (java) S 15687 15690 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96871701 10808729600 7610 33554432000 4194304 4196468 140736554360304 140317453765648 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15697] ppid=15687 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15697/stat : 15697 (java) S 15687 15690 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96871702 10808729600 7610 33554432000 4194304 4196468 140736554360304 140317155543152 140317850593922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15698] ppid=15687 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15698/stat : 15698 (java) S 15687 15690 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96871702 10808729600 7610 33554432000 4194304 4196468 140736554360304 140317154489120 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15699] ppid=15687 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15699/stat : 15699 (java) S 15687 15690 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96871703 10808729600 7610 33554432000 4194304 4196468 140736554360304 140317153436784 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15700] ppid=15687 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15700/stat : 15700 (java) S 15687 15690 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96871705 10808729600 7610 33554432000 4194304 4196468 140736554360304 140317152385104 140317850601371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15701] ppid=15687 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15701/stat : 15701 (java) S 15687 15690 6338 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 96871705 10808729600 7610 33554432000 4194304 4196468 140736554360304 140317151332976 140317850593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15702] ppid=15687 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15702/stat : 15702 (java) S 15687 15690 6338 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 96871705 10808729600 7610 33554432000 4194304 4196468 140736554360304 140317150280176 140317850593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15703] ppid=15687 vsize=10555400 memory=139869336950400 CPUtime=0.01 cores=1,3,5,7
/proc/15690/task/15703/stat : 15703 (java) R 15687 15690 6338 0 -1 4202560 354 0 0 0 1 0 0 0 20 0 15 0 96871705 10808729600 7610 33554432000 4194304 4196468 140736554360304 140317149227888 140317832490183 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15704] ppid=15687 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15704/stat : 15704 (java) S 15687 15690 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96871705 10808729600 7610 33554432000 4194304 4196468 140736554360304 140317148175328 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15705] ppid=15687 vsize=10555400 memory=139869336950400 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15705/stat : 15705 (java) S 15687 15690 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96871706 10808729600 7610 33554432000 4194304 4196468 140736554360304 140317147122096 140317850593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30440 KiB

[startup+0.213315 s]*
/proc/loadavg: 3.64 3.08 2.58 6/195 15705
/proc/meminfo: memFree=28851140/32770624 swapFree=67108860/67108860
[pid=15690] ppid=15687 vsize=10555400 memory=41260 CPUtime=0.33 cores=1,3,5,7
/proc/15690/stat : 15690 (java) S 15687 15690 6338 0 -1 1077944320 7978 0 0 0 31 2 0 0 20 0 15 0 96871699 10808729600 10315 33554432000 4194304 4196468 140736554360304 140736554342848 140317850582775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
/proc/15690/statm: 2638850 10315 2992 1 0 2627263 0
[pid=15690/tid=15692] ppid=15687 vsize=10555400 memory=8113686011800623520 CPUtime=0.19 cores=1,3,5,7
/proc/15690/task/15692/stat : 15692 (java) R 15687 15690 6338 0 -1 4202560 5032 0 0 0 18 1 0 0 20 0 15 0 96871700 10808729600 10315 33554432000 4194304 4196468 140736554360304 140317854820672 140317470864455 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15693] ppid=15687 vsize=10555400 memory=732370007674403813 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15693/stat : 15693 (java) S 15687 15690 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96871701 10808729600 10315 33554432000 4194304 4196468 140736554360304 140317792586640 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15694] ppid=15687 vsize=10555400 memory=139869336950400 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15694/stat : 15694 (java) S 15687 15690 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96871701 10808729600 10315 33554432000 4194304 4196468 140736554360304 140317791533840 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15695] ppid=15687 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15695/stat : 15695 (java) S 15687 15690 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96871701 10808729600 10315 33554432000 4194304 4196468 140736554360304 140317454818448 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15696] ppid=15687 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15696/stat : 15696 (java) S 15687 15690 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96871701 10808729600 10315 33554432000 4194304 4196468 140736554360304 140317453765648 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15697] ppid=15687 vsize=10555400 memory=139869336950400 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15697/stat : 15697 (java) S 15687 15690 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96871702 10808729600 10315 33554432000 4194304 4196468 140736554360304 140317155543152 140317850593922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15698] ppid=15687 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15698/stat : 15698 (java) S 15687 15690 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96871702 10808729600 10315 33554432000 4194304 4196468 140736554360304 140317154489120 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15699] ppid=15687 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15699/stat : 15699 (java) S 15687 15690 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96871703 10808729600 10315 33554432000 4194304 4196468 140736554360304 140317153436784 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15700] ppid=15687 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15700/stat : 15700 (java) S 15687 15690 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96871705 10808729600 10315 33554432000 4194304 4196468 140736554360304 140317152385104 140317850601371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15701] ppid=15687 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15690/task/15701/stat : 15701 (java) R 15687 15690 6338 0 -1 4202560 453 0 0 0 2 0 0 0 20 0 15 0 96871705 10808729600 10315 33554432000 4194304 4196468 140736554360304 140317151322768 140317831069944 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15702] ppid=15687 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15690/task/15702/stat : 15702 (java) R 15687 15690 6338 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 96871705 10808729600 10315 33554432000 4194304 4196468 140736554360304 140317150270544 140317850592981 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15703] ppid=15687 vsize=10555400 memory=139869336950400 CPUtime=0.06 cores=1,3,5,7
/proc/15690/task/15703/stat : 15703 (java) R 15687 15690 6338 0 -1 4202560 763 0 0 0 6 0 0 0 20 0 15 0 96871705 10808729600 10315 33554432000 4194304 4196468 140736554360304 140317149224824 140317829216688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15704] ppid=15687 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15704/stat : 15704 (java) S 15687 15690 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96871705 10808729600 10315 33554432000 4194304 4196468 140736554360304 140317148175328 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15705] ppid=15687 vsize=10555400 memory=139869336950400 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15705/stat : 15705 (java) S 15687 15690 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96871706 10808729600 10315 33554432000 4194304 4196468 140736554360304 140317147122096 140317850593922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41260 KiB

[startup+0.310685 s]*
/proc/loadavg: 3.64 3.08 2.58 4/195 15705
/proc/meminfo: memFree=28829364/32770624 swapFree=67108860/67108860
[pid=15690] ppid=15687 vsize=10555400 memory=63504 CPUtime=0.64 cores=1,3,5,7
/proc/15690/stat : 15690 (java) S 15687 15690 6338 0 -1 1077944320 9879 0 0 0 61 3 0 0 20 0 15 0 96871699 10808729600 15876 33554432000 4194304 4196468 140736554360304 140736554342848 140317850582775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
/proc/15690/statm: 2638850 15876 3029 1 0 2627263 0
[pid=15690/tid=15692] ppid=15687 vsize=10555400 memory=95632254 CPUtime=0.29 cores=1,3,5,7
/proc/15690/task/15692/stat : 15692 (java) R 15687 15690 6338 0 -1 4202560 5042 0 0 0 28 1 0 0 20 0 15 0 96871700 10808729600 15876 33554432000 4194304 4196468 140736554360304 140317854813344 140317850604701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15693] ppid=15687 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15693/stat : 15693 (java) S 15687 15690 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96871701 10808729600 15876 33554432000 4194304 4196468 140736554360304 140317792586640 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15694] ppid=15687 vsize=10555400 memory=279738570925440 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15694/stat : 15694 (java) S 15687 15690 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96871701 10808729600 15876 33554432000 4194304 4196468 140736554360304 140317791533840 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15695] ppid=15687 vsize=10555400 memory=279738467977728 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15695/stat : 15695 (java) S 15687 15690 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96871701 10808729600 15876 33554432000 4194304 4196468 140736554360304 140317454818448 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15696] ppid=15687 vsize=10555400 memory=139869233975055 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15696/stat : 15696 (java) S 15687 15690 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96871701 10808729600 15876 33554432000 4194304 4196468 140736554360304 140317453765648 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15697] ppid=15687 vsize=10555400 memory=279738570932352 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15697/stat : 15697 (java) S 15687 15690 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96871702 10808729600 15876 33554432000 4194304 4196468 140736554360304 140317155543152 140317850593922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15698] ppid=15687 vsize=10555400 memory=139869233979663 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15698/stat : 15698 (java) S 15687 15690 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96871702 10808729600 15876 33554432000 4194304 4196468 140736554360304 140317154489120 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15699] ppid=15687 vsize=10555400 memory=139869233988306 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15699/stat : 15699 (java) S 15687 15690 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96871703 10808729600 15876 33554432000 4194304 4196468 140736554360304 140317153436784 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15700] ppid=15687 vsize=10555400 memory=139869233990636 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15700/stat : 15700 (java) S 15687 15690 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96871705 10808729600 15876 33554432000 4194304 4196468 140736554360304 140317152385104 140317850601371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15701] ppid=15687 vsize=10555400 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/15690/task/15701/stat : 15701 (java) R 15687 15690 6338 0 -1 4202560 1092 0 0 0 12 0 0 0 20 0 15 0 96871705 10808729600 15876 33554432000 4194304 4196468 140736554360304 140317151318856 140317835512205 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15702] ppid=15687 vsize=10555400 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/15690/task/15702/stat : 15702 (java) R 15687 15690 6338 0 -1 4202560 1275 0 0 0 11 0 0 0 20 0 15 0 96871705 10808729600 15876 33554432000 4194304 4196468 140736554360304 140317150266232 140317834974113 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15703] ppid=15687 vsize=10555400 memory=139869336950400 CPUtime=0.09 cores=1,3,5,7
/proc/15690/task/15703/stat : 15703 (java) R 15687 15690 6338 0 -1 1077944384 1102 0 0 0 9 0 0 0 20 0 15 0 96871705 10808729600 15876 33554432000 4194304 4196468 140736554360304 140317149227888 140317850593922 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15704] ppid=15687 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15704/stat : 15704 (java) S 15687 15690 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96871705 10808729600 15876 33554432000 4194304 4196468 140736554360304 140317148175328 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15705] ppid=15687 vsize=10555400 memory=139869336980840 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15705/stat : 15705 (java) R 15687 15690 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96871706 10808729600 15876 33554432000 4194304 4196468 140736554360304 140317147122096 140317850593922 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 63504 KiB

[startup+0.70086 s]
/proc/loadavg: 3.64 3.08 2.58 2/195 15705
/proc/meminfo: memFree=28736708/32770624 swapFree=67108860/67108860
[pid=15690] ppid=15687 vsize=10555400 memory=295068 CPUtime=1.48 cores=1,3,5,7
/proc/15690/stat : 15690 (java) S 15687 15690 6338 0 -1 1077944320 10283 0 0 0 126 22 0 0 20 0 15 0 96871699 10808729600 73767 33554432000 4194304 4196468 140736554360304 140736554342848 140317850582775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
/proc/15690/statm: 2638850 73767 3051 1 0 2627263 0
[pid=15690/tid=15692] ppid=15687 vsize=10555400 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/15690/task/15692/stat : 15692 (java) R 15687 15690 6338 0 -1 4202560 5096 0 0 0 53 3 0 0 20 0 15 0 96871700 10808729600 73767 33554432000 4194304 4196468 140736554360304 140317854821920 140317850604701 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15693] ppid=15687 vsize=10555400 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/15690/task/15693/stat : 15693 (java) S 15687 15690 6338 0 -1 1077944384 72 0 0 0 7 4 0 0 20 0 15 0 96871701 10808729600 73767 33554432000 4194304 4196468 140736554360304 140317792586640 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15694] ppid=15687 vsize=10555400 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/15690/task/15694/stat : 15694 (java) S 15687 15690 6338 0 -1 1077944384 64 0 0 0 7 4 0 0 20 0 15 0 96871701 10808729600 73767 33554432000 4194304 4196468 140736554360304 140317791533840 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15695] ppid=15687 vsize=10555400 memory=8751464017575818805 CPUtime=0.1 cores=1,3,5,7
/proc/15690/task/15695/stat : 15695 (java) S 15687 15690 6338 0 -1 1077944384 67 0 0 0 6 4 0 0 20 0 15 0 96871701 10808729600 73767 33554432000 4194304 4196468 140736554360304 140317454818448 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15696] ppid=15687 vsize=10555400 memory=7445101470289385313 CPUtime=0.11 cores=1,3,5,7
/proc/15690/task/15696/stat : 15696 (java) S 15687 15690 6338 0 -1 1077944384 65 0 0 0 7 4 0 0 20 0 15 0 96871701 10808729600 73767 33554432000 4194304 4196468 140736554360304 140317453765648 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15697] ppid=15687 vsize=10555400 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15697/stat : 15697 (java) S 15687 15690 6338 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96871702 10808729600 73767 33554432000 4194304 4196468 140736554360304 140317155543152 140317850593922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15698] ppid=15687 vsize=10555400 memory=5796 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15698/stat : 15698 (java) S 15687 15690 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96871702 10808729600 73767 33554432000 4194304 4196468 140736554360304 140317154489120 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15699] ppid=15687 vsize=10555400 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15699/stat : 15699 (java) S 15687 15690 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96871703 10808729600 73767 33554432000 4194304 4196468 140736554360304 140317153436784 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15700] ppid=15687 vsize=10555400 memory=8584 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15700/stat : 15700 (java) S 15687 15690 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96871705 10808729600 73767 33554432000 4194304 4196468 140736554360304 140317152385104 140317850601371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15701] ppid=15687 vsize=10555400 memory=792 CPUtime=0.17 cores=1,3,5,7
/proc/15690/task/15701/stat : 15701 (java) S 15687 15690 6338 0 -1 1077944384 1093 0 0 0 17 0 0 0 20 0 15 0 96871705 10808729600 73767 33554432000 4194304 4196468 140736554360304 140317151332976 140317850593922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15702] ppid=15687 vsize=10555400 memory=1204 CPUtime=0.17 cores=1,3,5,7
/proc/15690/task/15702/stat : 15702 (java) S 15687 15690 6338 0 -1 1077944384 1275 0 0 0 17 0 0 0 20 0 15 0 96871705 10808729600 73767 33554432000 4194304 4196468 140736554360304 140317150280176 140317850593922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15703] ppid=15687 vsize=10555400 memory=1716 CPUtime=0.09 cores=1,3,5,7
/proc/15690/task/15703/stat : 15703 (java) S 15687 15690 6338 0 -1 1077944384 1107 0 0 0 9 0 0 0 20 0 15 0 96871705 10808729600 73767 33554432000 4194304 4196468 140736554360304 140317149227888 140317850593922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15704] ppid=15687 vsize=10555400 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15704/stat : 15704 (java) S 15687 15690 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96871705 10808729600 73767 33554432000 4194304 4196468 140736554360304 140317148175328 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15705] ppid=15687 vsize=10555400 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15705/stat : 15705 (java) S 15687 15690 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96871706 10808729600 73767 33554432000 4194304 4196468 140736554360304 140317147122096 140317850593922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 295068 KiB

[startup+1.50169 s]
/proc/loadavg: 3.64 3.08 2.58 4/195 15705
/proc/meminfo: memFree=28591552/32770624 swapFree=67108860/67108860
[pid=15690] ppid=15687 vsize=10555476 memory=476308 CPUtime=3.92 cores=1,3,5,7
/proc/15690/stat : 15690 (java) S 15687 15690 6338 0 -1 1077944320 12049 0 0 0 350 42 0 0 20 0 15 0 96871699 10808807424 119077 33554432000 4194304 4196468 140736554360304 140736554342848 140317850582775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
/proc/15690/statm: 2638869 119077 3100 1 0 2627263 0
[pid=15690/tid=15692] ppid=15687 vsize=10555476 memory=0 CPUtime=0.87 cores=1,3,5,7
/proc/15690/task/15692/stat : 15692 (java) S 15687 15690 6338 0 -1 1077944384 5778 0 0 0 83 4 0 0 20 0 15 0 96871700 10808807424 119077 33554432000 4194304 4196468 140736554360304 140317854819616 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15693] ppid=15687 vsize=10555476 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/15690/task/15693/stat : 15693 (java) R 15687 15690 6338 0 -1 4202560 223 0 0 0 49 9 0 0 20 0 15 0 96871701 10808807424 119077 33554432000 4194304 4196468 140736554360304 140317792586640 140317835283437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15694] ppid=15687 vsize=10555476 memory=279738468114112 CPUtime=0.57 cores=1,3,5,7
/proc/15690/task/15694/stat : 15694 (java) R 15687 15690 6338 0 -1 4202560 246 0 0 0 48 9 0 0 20 0 15 0 96871701 10808807424 119077 33554432000 4194304 4196468 140736554360304 140317791533960 140317835283393 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15695] ppid=15687 vsize=10555476 memory=139869234012304 CPUtime=0.56 cores=1,3,5,7
/proc/15690/task/15695/stat : 15695 (java) R 15687 15690 6338 0 -1 4202560 303 0 0 0 48 8 0 0 20 0 15 0 96871701 10808807424 119077 33554432000 4194304 4196468 140736554360304 140317454818448 140317835040408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15696] ppid=15687 vsize=10555476 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/15690/task/15696/stat : 15696 (java) R 15687 15690 6338 0 -1 4202560 219 0 0 0 49 8 0 0 20 0 15 0 96871701 10808807424 119077 33554432000 4194304 4196468 140736554360304 140317453765648 140317835283393 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15697] ppid=15687 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15697/stat : 15697 (java) S 15687 15690 6338 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 96871702 10808807424 119077 33554432000 4194304 4196468 140736554360304 140317155541696 140317850592981 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0

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


[startup+377.602 s]
/proc/loadavg: 3.82 3.36 2.83 5/194 15711
/proc/meminfo: memFree=20502104/32770624 swapFree=67108860/67108860
[pid=15690] ppid=15687 vsize=10555476 memory=8371552 CPUtime=1364.38 cores=1,3,5,7
/proc/15690/stat : 15690 (java) S 15687 15690 6338 0 -1 1077944320 1941469 0 0 0 135593 845 0 0 20 0 15 0 96871699 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140736554342848 140317850582775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
/proc/15690/statm: 2638869 2092888 3152 1 0 2627263 0
[pid=15690/tid=15692] ppid=15687 vsize=10555476 memory=2428 CPUtime=17.9 cores=1,3,5,7
/proc/15690/task/15692/stat : 15692 (java) S 15687 15690 6338 0 -1 1077944384 30765 0 0 0 1777 13 0 0 20 0 15 0 96871700 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317854819376 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15693] ppid=15687 vsize=10555476 memory=1292 CPUtime=328.93 cores=1,3,5,7
/proc/15690/task/15693/stat : 15693 (java) R 15687 15690 6338 0 -1 4202560 454365 0 0 0 32688 205 0 0 20 0 15 0 96871701 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317792586640 140317832192607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15694] ppid=15687 vsize=10555476 memory=8371548 CPUtime=328.81 cores=1,3,5,7
/proc/15690/task/15694/stat : 15694 (java) R 15687 15690 6338 0 -1 4202560 555087 0 0 0 32669 212 0 0 20 0 15 0 96871701 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317791534040 140317835579217 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15695] ppid=15687 vsize=10555476 memory=1156 CPUtime=329.63 cores=1,3,5,7
/proc/15690/task/15695/stat : 15695 (java) R 15687 15690 6338 0 -1 4202560 439950 0 0 0 32756 207 0 0 20 0 15 0 96871701 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317454818648 140317835283792 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15696] ppid=15687 vsize=10555476 memory=1004 CPUtime=329.7 cores=1,3,5,7
/proc/15690/task/15696/stat : 15696 (java) R 15687 15690 6338 0 -1 4202560 367141 0 0 0 32776 194 0 0 20 0 15 0 96871701 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317453765648 140317835283463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15697] ppid=15687 vsize=10555476 memory=1228 CPUtime=26.22 cores=1,3,5,7
/proc/15690/task/15697/stat : 15697 (java) S 15687 15690 6338 0 -1 1077944384 78379 0 0 0 2617 5 0 0 20 0 15 0 96871702 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317155541696 140317850592981 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15698] ppid=15687 vsize=10555476 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15698/stat : 15698 (java) S 15687 15690 6338 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 96871702 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317154489184 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15699] ppid=15687 vsize=10555476 memory=5796 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15699/stat : 15699 (java) S 15687 15690 6338 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 96871703 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317153436784 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15700] ppid=15687 vsize=10555476 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15700/stat : 15700 (java) S 15687 15690 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96871705 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317152385104 140317850601371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15701] ppid=15687 vsize=10555476 memory=8584 CPUtime=1.23 cores=1,3,5,7
/proc/15690/task/15701/stat : 15701 (java) S 15687 15690 6338 0 -1 1077944384 5406 0 0 0 122 1 0 0 20 0 15 0 96871705 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317151332976 140317850593922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15702] ppid=15687 vsize=10555476 memory=6791534058613427641 CPUtime=1.22 cores=1,3,5,7
/proc/15690/task/15702/stat : 15702 (java) S 15687 15690 6338 0 -1 1077944384 4696 0 0 0 121 1 0 0 20 0 15 0 96871705 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317150279936 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15703] ppid=15687 vsize=10555476 memory=15876 CPUtime=0.38 cores=1,3,5,7
/proc/15690/task/15703/stat : 15703 (java) S 15687 15690 6338 0 -1 1077944384 3671 0 0 0 38 0 0 0 20 0 15 0 96871705 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317149227456 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15704] ppid=15687 vsize=10555476 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15704/stat : 15704 (java) S 15687 15690 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96871705 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317148175328 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15705] ppid=15687 vsize=10555476 memory=6791534058613427641 CPUtime=0.26 cores=1,3,5,7
/proc/15690/task/15705/stat : 15705 (java) S 15687 15690 6338 0 -1 1077944384 523 0 0 0 15 11 0 0 20 0 15 0 96871706 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317147122096 140317850593922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
Current children cumulated CPU time: 1364.38 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8371552 KiB

[startup+379.202 s]
/proc/loadavg: 3.82 3.36 2.83 5/194 15711
/proc/meminfo: memFree=20502104/32770624 swapFree=67108860/67108860
[pid=15690] ppid=15687 vsize=10555476 memory=8371552 CPUtime=1370.75 cores=1,3,5,7
/proc/15690/stat : 15690 (java) S 15687 15690 6338 0 -1 1077944320 1941507 0 0 0 136230 845 0 0 20 0 15 0 96871699 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140736554342848 140317850582775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
/proc/15690/statm: 2638869 2092888 3152 1 0 2627263 0
[pid=15690/tid=15692] ppid=15687 vsize=10555476 memory=6508 CPUtime=17.9 cores=1,3,5,7
/proc/15690/task/15692/stat : 15692 (java) S 15687 15690 6338 0 -1 1077944384 30765 0 0 0 1777 13 0 0 20 0 15 0 96871700 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317854819376 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15693] ppid=15687 vsize=10555476 memory=6791534058613427641 CPUtime=330.53 cores=1,3,5,7
/proc/15690/task/15693/stat : 15693 (java) R 15687 15690 6338 0 -1 4202560 454376 0 0 0 32848 205 0 0 20 0 15 0 96871701 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317792586528 140317835579179 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15694] ppid=15687 vsize=10555476 memory=6791534058613427641 CPUtime=330.41 cores=1,3,5,7
/proc/15690/task/15694/stat : 15694 (java) R 15687 15690 6338 0 -1 4202560 555098 0 0 0 32829 212 0 0 20 0 15 0 96871701 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317791534040 140317835282592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15695] ppid=15687 vsize=10555476 memory=-7003737579269690708 CPUtime=331.2 cores=1,3,5,7
/proc/15690/task/15695/stat : 15695 (java) R 15687 15690 6338 0 -1 4202560 439957 0 0 0 32913 207 0 0 20 0 15 0 96871701 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317454818648 140317835579261 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15696] ppid=15687 vsize=10555476 memory=5796 CPUtime=331.3 cores=1,3,5,7
/proc/15690/task/15696/stat : 15696 (java) R 15687 15690 6338 0 -1 4202560 367148 0 0 0 32936 194 0 0 20 0 15 0 96871701 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317453765848 140317843685768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15697] ppid=15687 vsize=10555476 memory=8371552 CPUtime=26.22 cores=1,3,5,7
/proc/15690/task/15697/stat : 15697 (java) S 15687 15690 6338 0 -1 1077944384 78379 0 0 0 2617 5 0 0 20 0 15 0 96871702 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317155541696 140317850592981 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15698] ppid=15687 vsize=10555476 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15698/stat : 15698 (java) S 15687 15690 6338 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 96871702 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317154489184 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15699] ppid=15687 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15699/stat : 15699 (java) S 15687 15690 6338 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 96871703 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317153436784 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15700] ppid=15687 vsize=10555476 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15700/stat : 15700 (java) S 15687 15690 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96871705 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317152385104 140317850601371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15701] ppid=15687 vsize=10555476 memory=1292 CPUtime=1.23 cores=1,3,5,7
/proc/15690/task/15701/stat : 15701 (java) S 15687 15690 6338 0 -1 1077944384 5407 0 0 0 122 1 0 0 20 0 15 0 96871705 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317151333024 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15702] ppid=15687 vsize=10555476 memory=1728 CPUtime=1.22 cores=1,3,5,7
/proc/15690/task/15702/stat : 15702 (java) S 15687 15690 6338 0 -1 1077944384 4696 0 0 0 121 1 0 0 20 0 15 0 96871705 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317150279936 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15703] ppid=15687 vsize=10555476 memory=12064 CPUtime=0.38 cores=1,3,5,7
/proc/15690/task/15703/stat : 15703 (java) S 15687 15690 6338 0 -1 1077944384 3671 0 0 0 38 0 0 0 20 0 15 0 96871705 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317149227456 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15704] ppid=15687 vsize=10555476 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15704/stat : 15704 (java) S 15687 15690 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96871705 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317148175328 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15705] ppid=15687 vsize=10555476 memory=8371552 CPUtime=0.26 cores=1,3,5,7
/proc/15690/task/15705/stat : 15705 (java) S 15687 15690 6338 0 -1 1077944384 524 0 0 0 15 11 0 0 20 0 15 0 96871706 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317147122096 140317850593922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
Current children cumulated CPU time: 1370.75 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8371552 KiB

[startup+380.001 s]*
/proc/loadavg: 3.82 3.36 2.83 2/194 15711
/proc/meminfo: memFree=20502104/32770624 swapFree=67108860/67108860
[pid=15690] ppid=15687 vsize=10555476 memory=8371552 CPUtime=1373.84 cores=1,3,5,7
/proc/15690/stat : 15690 (java) S 15687 15690 6338 0 -1 1077944320 1941598 0 0 0 136539 845 0 0 20 0 15 0 96871699 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140736554342848 140317850582775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
/proc/15690/statm: 2638869 2092888 3152 1 0 2627263 0
[pid=15690/tid=15692] ppid=15687 vsize=10555476 memory=6791534058613427641 CPUtime=17.9 cores=1,3,5,7
/proc/15690/task/15692/stat : 15692 (java) S 15687 15690 6338 0 -1 1077944384 30765 0 0 0 1777 13 0 0 20 0 15 0 96871700 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317854819376 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15693] ppid=15687 vsize=10555476 memory=8371412 CPUtime=331.29 cores=1,3,5,7
/proc/15690/task/15693/stat : 15693 (java) S 15687 15690 6338 0 -1 1077944384 454385 0 0 0 32924 205 0 0 20 0 15 0 96871701 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317792586640 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15694] ppid=15687 vsize=10555476 memory=1716 CPUtime=331.17 cores=1,3,5,7
/proc/15690/task/15694/stat : 15694 (java) S 15687 15690 6338 0 -1 1077944384 555107 0 0 0 32905 212 0 0 20 0 15 0 96871701 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317791533840 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15695] ppid=15687 vsize=10555476 memory=1440 CPUtime=331.96 cores=1,3,5,7
/proc/15690/task/15695/stat : 15695 (java) S 15687 15690 6338 0 -1 1077944384 439966 0 0 0 32989 207 0 0 20 0 15 0 96871701 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317454818448 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15696] ppid=15687 vsize=10555476 memory=-7003737579269690708 CPUtime=332.06 cores=1,3,5,7
/proc/15690/task/15696/stat : 15696 (java) S 15687 15690 6338 0 -1 1077944384 367158 0 0 0 33012 194 0 0 20 0 15 0 96871701 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317453765648 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15697] ppid=15687 vsize=10555476 memory=28488 CPUtime=26.27 cores=1,3,5,7
/proc/15690/task/15697/stat : 15697 (java) R 15687 15690 6338 0 -1 4202560 78433 0 0 0 2622 5 0 0 20 0 15 0 96871702 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317155541696 140317835579268 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15698] ppid=15687 vsize=10555476 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15698/stat : 15698 (java) S 15687 15690 6338 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 96871702 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317154489184 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15699] ppid=15687 vsize=10555476 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15699/stat : 15699 (java) S 15687 15690 6338 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 96871703 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317153436784 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15700] ppid=15687 vsize=10555476 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15700/stat : 15700 (java) S 15687 15690 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96871705 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317152385104 140317850601371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15701] ppid=15687 vsize=10555476 memory=12064 CPUtime=1.23 cores=1,3,5,7
/proc/15690/task/15701/stat : 15701 (java) S 15687 15690 6338 0 -1 1077944384 5407 0 0 0 122 1 0 0 20 0 15 0 96871705 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317151333024 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15702] ppid=15687 vsize=10555476 memory=1004 CPUtime=1.22 cores=1,3,5,7
/proc/15690/task/15702/stat : 15702 (java) S 15687 15690 6338 0 -1 1077944384 4696 0 0 0 121 1 0 0 20 0 15 0 96871705 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317150279936 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15703] ppid=15687 vsize=10555476 memory=288230574492221466 CPUtime=0.38 cores=1,3,5,7
/proc/15690/task/15703/stat : 15703 (java) S 15687 15690 6338 0 -1 1077944384 3671 0 0 0 38 0 0 0 20 0 15 0 96871705 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317149227456 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15704] ppid=15687 vsize=10555476 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15704/stat : 15704 (java) S 15687 15690 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96871705 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317148175328 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15705] ppid=15687 vsize=10555476 memory=16099256251451951 CPUtime=0.26 cores=1,3,5,7
/proc/15690/task/15705/stat : 15705 (java) S 15687 15690 6338 0 -1 1077944384 524 0 0 0 15 11 0 0 20 0 15 0 96871706 10808807424 2092888 33554432000 4194304 4196468 140736554360304 140317147122096 140317850593922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
Current children cumulated CPU time: 1373.84 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8371552 KiB

[startup+380.801 s]
/proc/loadavg: 3.82 3.36 2.83 2/194 15711
/proc/meminfo: memFree=20502104/32770624 swapFree=67108860/67108860
[pid=15690] ppid=15687 vsize=10690804 memory=8372288 CPUtime=1374.61 cores=1,3,5,7
/proc/15690/stat : 15690 (java) S 15687 15690 6338 0 -1 1077944320 1944599 0 0 0 136615 846 0 0 20 0 16 0 96871699 10947383296 2093072 33554432000 4194304 4196468 140736554360304 140736554342848 140317850582775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
/proc/15690/statm: 2672701 2093072 3195 1 0 2661057 0
[pid=15690/tid=15692] ppid=15687 vsize=10690804 memory=4096 CPUtime=17.92 cores=1,3,5,7
/proc/15690/task/15692/stat : 15692 (java) S 15687 15690 6338 0 -1 1077944384 31153 0 0 0 1778 14 0 0 20 0 16 0 96871700 10947383296 2093072 33554432000 4194304 4196468 140736554360304 140317854823456 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15693] ppid=15687 vsize=10690804 memory=8371552 CPUtime=331.29 cores=1,3,5,7
/proc/15690/task/15693/stat : 15693 (java) S 15687 15690 6338 0 -1 1077944384 454385 0 0 0 32924 205 0 0 20 0 16 0 96871701 10947383296 2093072 33554432000 4194304 4196468 140736554360304 140317792586640 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15694] ppid=15687 vsize=10690804 memory=1716 CPUtime=331.17 cores=1,3,5,7
/proc/15690/task/15694/stat : 15694 (java) S 15687 15690 6338 0 -1 1077944384 555107 0 0 0 32905 212 0 0 20 0 16 0 96871701 10947383296 2093072 33554432000 4194304 4196468 140736554360304 140317791533840 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15695] ppid=15687 vsize=10690804 memory=6791534058613427641 CPUtime=331.96 cores=1,3,5,7
/proc/15690/task/15695/stat : 15695 (java) S 15687 15690 6338 0 -1 1077944384 439966 0 0 0 32989 207 0 0 20 0 16 0 96871701 10947383296 2093072 33554432000 4194304 4196468 140736554360304 140317454818448 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15696] ppid=15687 vsize=10690804 memory=8371548 CPUtime=332.06 cores=1,3,5,7
/proc/15690/task/15696/stat : 15696 (java) S 15687 15690 6338 0 -1 1077944384 367158 0 0 0 33012 194 0 0 20 0 16 0 96871701 10947383296 2093072 33554432000 4194304 4196468 140736554360304 140317453765648 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15697] ppid=15687 vsize=10690804 memory=8371552 CPUtime=26.99 cores=1,3,5,7
/proc/15690/task/15697/stat : 15697 (java) S 15687 15690 6338 0 -1 1077944384 80544 0 0 0 2694 5 0 0 20 0 16 0 96871702 10947383296 2093072 33554432000 4194304 4196468 140736554360304 140317155543152 140317850593922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15698] ppid=15687 vsize=10690804 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15698/stat : 15698 (java) S 15687 15690 6338 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 16 0 96871702 10947383296 2093072 33554432000 4194304 4196468 140736554360304 140317154489184 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15699] ppid=15687 vsize=10690804 memory=6508 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15699/stat : 15699 (java) S 15687 15690 6338 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 96871703 10947383296 2093072 33554432000 4194304 4196468 140736554360304 140317153436784 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15700] ppid=15687 vsize=10690804 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15700/stat : 15700 (java) S 15687 15690 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96871705 10947383296 2093072 33554432000 4194304 4196468 140736554360304 140317152385104 140317850601371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15701] ppid=15687 vsize=10690804 memory=916 CPUtime=1.23 cores=1,3,5,7
/proc/15690/task/15701/stat : 15701 (java) S 15687 15690 6338 0 -1 1077944384 5483 0 0 0 122 1 0 0 20 0 16 0 96871705 10947383296 2093072 33554432000 4194304 4196468 140736554360304 140317151332976 140317850593922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15702] ppid=15687 vsize=10690804 memory=3832 CPUtime=1.22 cores=1,3,5,7
/proc/15690/task/15702/stat : 15702 (java) S 15687 15690 6338 0 -1 1077944384 4706 0 0 0 121 1 0 0 20 0 16 0 96871705 10947383296 2093072 33554432000 4194304 4196468 140736554360304 140317150280176 140317850593922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15703] ppid=15687 vsize=10690804 memory=2932 CPUtime=0.39 cores=1,3,5,7
/proc/15690/task/15703/stat : 15703 (java) S 15687 15690 6338 0 -1 1077944384 4038 0 0 0 39 0 0 0 20 0 16 0 96871705 10947383296 2093072 33554432000 4194304 4196468 140736554360304 140317149227888 140317850593922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15704] ppid=15687 vsize=10690804 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/15690/task/15704/stat : 15704 (java) S 15687 15690 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96871705 10947383296 2093072 33554432000 4194304 4196468 140736554360304 140317148175328 140317850592981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
[pid=15690/tid=15705] ppid=15687 vsize=10690804 memory=8584 CPUtime=0.26 cores=1,3,5,7
/proc/15690/task/15705/stat : 15705 (java) S 15687 15690 6338 0 -1 1077944384 524 0 0 0 15 11 0 0 20 0 16 0 96871706 10947383296 2093072 33554432000 4194304 4196468 140736554360304 140317147122096 140317850593922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140736554361990 140736554362143 140736554362143 140736554364879 0
Current children cumulated CPU time: 1374.61 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8372288 KiB

[startup+381.001 s]*
/proc/loadavg: 3.82 3.36 2.83 2/181 15713
/proc/meminfo: memFree=23005032/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): 381.03
CPU time (s): 1374.69
CPU user time (s): 1366.16
CPU system time (s): 8.5348
CPU usage (%): 360.783
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8372288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1366.16
system time used= 8.5348
maximum resident set size= 8372392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1944646
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24079
involuntary context switches= 12601


# summary of solver processes directly reported to runsolver:
#   pid: 15690
#   total CPU time (s): 1374.69
#   total CPU user time (s): 1366.16
#   total CPU system time (s): 8.5348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.32759 second user time and 3.73994 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 17:10:48
IDJOB=4263715
IDBENCH=139738
IDSOLVER=2651
FILE ID=node148/4263715-1502637906
RUNJOBID= node148-1502624014-12473
PBS_JOBID= 20628305
Free space on /tmp= 61596 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-35-35.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263715-1502637906/watcher-4263715-1502637906 -o /tmp/evaluation-result-4263715-1502637906/solver-4263715-1502637906 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263715-1502637906.xml

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

MD5SUM BENCH= 8013d5ca2692908d001f725061313983
RANDOM SEED=1456581068

node148.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.19
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.19
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.19
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.19
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:        28878580 kB
MemAvailable:   31992840 kB
Buffers:          203000 kB
Cached:          3200180 kB
SwapCached:            0 kB
Active:           760008 kB
Inactive:        2695748 kB
Active(anon):       3348 kB
Inactive(anon):    76916 kB
Active(file):     756660 kB
Inactive(file):  2618832 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21852 kB
Writeback:             0 kB
AnonPages:         60516 kB
Mapped:            43612 kB
Shmem:             25224 kB
Slab:             135516 kB
SReclaimable:     109204 kB
SUnreclaim:        26312 kB
KernelStack:        3248 kB
PageTables:         4956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61596 MiB
End job on node148 at 2017-08-13 17:17:09