Trace number 4289975

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? 1473.35 402.015

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-250-1_c18.xml
MD5SUM23e20eff05b11a5b5f7472de7de36ab3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark863
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3218
Number of domains1
Minimum domain size250
Maximum domain size250
Distribution of domain sizes[{"size":250,"count":250}]
Minimum variable degree14
Maximum variable degree39
Distribution of variable degrees[{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":3},{"degree":17,"count":5},{"degree":18,"count":6},{"degree":19,"count":5},{"degree":20,"count":6},{"degree":21,"count":11},{"degree":22,"count":14},{"degree":23,"count":16},{"degree":24,"count":14},{"degree":25,"count":25},{"degree":26,"count":17},{"degree":27,"count":14},{"degree":28,"count":12},{"degree":29,"count":25},{"degree":30,"count":21},{"degree":31,"count":11},{"degree":32,"count":9},{"degree":33,"count":9},{"degree":34,"count":4},{"degree":35,"count":6},{"degree":36,"count":9},{"degree":37,"count":3},{"degree":38,"count":2},{"degree":39,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3218}]
Number of extensional constraints0
Number of intensional constraints3218
Distribution of constraint types[{"type":"intension","count":3218}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1262.62/347.58	Jul 22, 2018 12:51:32 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1262.62/347.58	INFO: Runtime exception
1262.62/347.58	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1262.62/347.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1262.62/347.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1262.62/347.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1262.62/347.58		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1262.62/347.58		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1262.62/347.58		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1262.62/347.58		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1262.62/347.58		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1262.62/347.58		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1262.62/347.58		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1262.62/347.58		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1262.62/347.58		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1262.62/347.58		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1262.62/347.58		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1262.62/347.58		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1262.62/347.58		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1262.62/347.58		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1262.62/347.58		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1262.62/347.58		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1262.62/347.58		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1262.62/347.58		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1262.62/347.58		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1262.62/347.58	Caused by: java.lang.reflect.InvocationTargetException
1262.62/347.58		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1262.62/347.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1262.62/347.58		at java.lang.reflect.Method.invoke(Method.java:498)
1262.62/347.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1262.62/347.58		... 21 more
1262.62/347.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1262.62/347.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1262.62/347.58		... 25 more
1262.62/347.58	Caused by: java.lang.reflect.InvocationTargetException
1262.62/347.58		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1262.62/347.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1262.62/347.58		at java.lang.reflect.Method.invoke(Method.java:498)
1262.62/347.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1262.62/347.58		... 25 more
1262.62/347.58	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1262.62/347.58		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1262.62/347.58		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1262.62/347.58		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1262.62/347.58		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1262.62/347.58		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1262.62/347.58		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1262.62/347.58		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1262.62/347.58		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1262.62/347.58		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1262.62/347.58		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1262.62/347.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1262.62/347.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:375)
1262.62/347.58		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1262.62/347.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1262.62/347.58		at java.lang.reflect.Method.invoke(Method.java:498)
1262.62/347.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1262.62/347.58		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1262.62/347.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1262.62/347.58		at java.lang.reflect.Method.invoke(Method.java:498)
1262.62/347.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1262.62/347.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1262.62/347.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1262.62/347.58		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1262.62/347.58		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1262.62/347.58		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1262.62/347.58		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1262.62/347.58		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1262.62/347.58		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1262.62/347.58		at org.xcsp.parser.XCallbacks$$Lambda$83/1459672753.accept(Unknown Source)
1262.62/347.58		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1262.62/347.58		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1262.62/347.58		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1262.62/347.58	
1332.03/366.22	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1332.03/366.22	c This is free software under the dual EPL/GNU LGPL licenses.
1332.03/366.22	c See www.sat4j.org for details.
1332.03/366.22	c That software uses the Rhino library from the Mozilla project.
1332.03/366.22	c version 2.3.6-SNAPSHOT
1332.03/366.22	c java.runtime.name	Java(TM) SE Runtime Environment
1332.03/366.22	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1332.03/366.22	c java.vm.version	25.131-b11
1332.03/366.22	c java.vm.vendor	Oracle Corporation
1332.03/366.22	c sun.arch.data.model	64
1332.03/366.22	c java.version		1.8.0_131
1332.03/366.22	c os.name		Linux
1332.03/366.22	c os.version		3.10.0-514.16.1.el7.x86_64
1332.03/366.22	c os.arch		amd64
1332.03/366.22	c Free memory 		499604488
1332.03/366.22	c Max memory 		7247757312
1332.03/366.22	c Total memory 		504889344
1332.03/366.22	c Number of processors 	4
1332.03/366.22	c c --- Begin Solver configuration ---
1332.03/366.22	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1332.03/366.22	c Learn all clauses as in MiniSAT
1332.03/366.22	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1332.03/366.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1332.03/366.23	c No reason simplification
1332.03/366.23	c Glucose 2.1 dynamic restart strategy
1332.03/366.23	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
1332.03/366.23	c timeout=2147483s
1332.03/366.23	c DB Simplification allowed=false
1332.03/366.23	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1332.03/366.23	c --- End Solver configuration ---
1372.30/376.41	Exception in thread "Thread-1" c starts		: 0
1412.63/386.62	c conflicts		: 0
1432.85/391.74	java.lang.OutOfMemoryError: GC overhead limit exceededc decisions		: 0
1452.97/396.84	
1452.97/396.84	c propagations		: 0
1452.97/396.84	c inspects		: 0
1452.97/396.84	c shortcuts		: 0
1452.97/396.84	c learnt literals	: 0
1473.13/401.98	
1473.13/401.98	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-1"
1473.13/401.98	c learnt binary clauses	: 0
1473.13/401.98	c learnt ternary clauses	: 0
1473.13/401.98	c learnt constraints	: 0
1473.13/401.98	c ignored constraints	: 0
1473.13/401.98	c root simplifications	: 0
1473.13/401.98	c removed literals (reason simplification)	: 0
1473.13/401.98	c reason swapping (by a shorter reason)	: 0
1473.13/401.98	c Calls to reduceDB	: 0
1473.13/401.98	c Number of update (reduction) of LBD	: 0
1473.13/401.98	c Imported unit clauses	: 0
1473.13/401.98	c number of reductions to clauses (during analyze)	: 0
1473.13/401.98	c number of learned constraints concerned by reduction	: 0
1473.13/401.98	c number of learning phase by resolution	: 0
1473.13/401.98	c number of learning phase by cutting planes	: 0
1473.13/401.98	c number of rounding to 1 operations	: 0
1473.13/401.98	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1473.13/401.98	c number of reductions of the coefficients by power 2 	: 0
1473.13/401.98	c number of right shift for reduction by power 2 	: 0
1473.13/401.98	c number of reductions of the coefficients by GCD over coefficients 	: 0
1473.13/401.98	c number of ending skipping 	: 0
1473.13/401.98	c number of internal skipping 	: 0
1473.13/401.98	c number of derivation steps 	: 0
1473.13/401.98	c number of skipped derivation steps 	: 0
1473.13/401.98	c number of remaining unassigned 	: 0
1473.13/401.98	c number of remaining assigned 	: 0
1473.13/401.98	c speed (assignments/second)	: 0.0
1473.13/401.98	c non guided choices	: 0
1473.13/401.98	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 (7069 MiB free)
  memory of node 1: 16384 MiB (14112 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289975-1532213145/watcher-4289975-1532213145 -o /tmp/evaluation-result-4289975-1532213145/solver-4289975-1532213145 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25849 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289975-1532213145.xml 

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

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

solver pid=26748, runsolver pid=26745

[startup+0.100126 s]*
/proc/loadavg: 4.49 4.00 2.96 3/216 26763
/proc/meminfo: memFree=21671480/32770624 swapFree=67108860/67108860
[pid=26748] ppid=26745 vsize=10659012 memory=30512 CPUtime=0.13 cores=1,3,5,7
/proc/26748/stat : 26748 (java) S 26745 26748 23514 0 -1 1077944320 6689 0 0 0 12 1 0 0 20 0 15 0 38877739 10914828288 7628 33554432000 4194304 4196468 140735232177968 140735232160512 140145732935415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
/proc/26748/statm: 2664753 7628 2830 1 0 2627263 0
[pid=26748/tid=26750] ppid=26745 vsize=10659012 memory=-8773748148829983870 CPUtime=0.08 cores=1,3,5,7
/proc/26748/task/26750/stat : 26750 (java) R 26745 26748 23514 0 -1 4202560 4531 0 0 0 8 0 0 0 20 0 15 0 38877739 10914828288 7628 33554432000 4194304 4196468 140735232177968 140145737149408 140145732957341 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26751] ppid=26745 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26751/stat : 26751 (java) S 26745 26748 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38877740 10914828288 7628 33554432000 4194304 4196468 140735232177968 140145659009680 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26752] ppid=26745 vsize=10659012 memory=140010002286208 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26752/stat : 26752 (java) S 26745 26748 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38877740 10914828288 7628 33554432000 4194304 4196468 140735232177968 140145657956880 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26753] ppid=26745 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26753/stat : 26753 (java) S 26745 26748 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38877740 10914828288 7628 33554432000 4194304 4196468 140735232177968 140145656904080 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26754] ppid=26745 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26754/stat : 26754 (java) S 26745 26748 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38877740 10914828288 7628 33554432000 4194304 4196468 140735232177968 140145336510736 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26755] ppid=26745 vsize=10659012 memory=140010002286208 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26755/stat : 26755 (java) S 26745 26748 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38877741 10914828288 7628 33554432000 4194304 4196468 140735232177968 140144836098928 140145732946562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26756] ppid=26745 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26756/stat : 26756 (java) S 26745 26748 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38877742 10914828288 7628 33554432000 4194304 4196468 140735232177968 140144835044896 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26757] ppid=26745 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26757/stat : 26757 (java) S 26745 26748 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38877742 10914828288 7628 33554432000 4194304 4196468 140735232177968 140144833992048 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26758] ppid=26745 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26758/stat : 26758 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38877744 10914828288 7628 33554432000 4194304 4196468 140735232177968 140144832940368 140145732954011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26759] ppid=26745 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26759/stat : 26759 (java) S 26745 26748 23514 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 38877744 10914828288 7628 33554432000 4194304 4196468 140735232177968 140144831887728 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26760] ppid=26745 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26760/stat : 26760 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38877744 10914828288 7628 33554432000 4194304 4196468 140735232177968 140144830834928 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26761] ppid=26745 vsize=10659012 memory=140010002286208 CPUtime=0.02 cores=1,3,5,7
/proc/26748/task/26761/stat : 26761 (java) S 26745 26748 23514 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 38877744 10914828288 7628 33554432000 4194304 4196468 140735232177968 140144829782128 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26762] ppid=26745 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26762/stat : 26762 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38877744 10914828288 7628 33554432000 4194304 4196468 140735232177968 140144828729568 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26763] ppid=26745 vsize=10659012 memory=140010002286208 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26763/stat : 26763 (java) S 26745 26748 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38877745 10914828288 7628 33554432000 4194304 4196468 140735232177968 140144827677872 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30512 KiB

[startup+0.210355 s]*
/proc/loadavg: 4.49 4.00 2.96 5/216 26763
/proc/meminfo: memFree=21661796/32770624 swapFree=67108860/67108860
[pid=26748] ppid=26745 vsize=10659012 memory=41884 CPUtime=0.33 cores=1,3,5,7
/proc/26748/stat : 26748 (java) S 26745 26748 23514 0 -1 1077944320 8071 0 0 0 31 2 0 0 20 0 15 0 38877739 10914828288 10471 33554432000 4194304 4196468 140735232177968 140735232160512 140145732935415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
/proc/26748/statm: 2664753 10471 3009 1 0 2627263 0
[pid=26748/tid=26750] ppid=26745 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/26748/task/26750/stat : 26750 (java) R 26745 26748 23514 0 -1 4202560 5035 0 0 0 19 1 0 0 20 0 15 0 38877739 10914828288 10471 33554432000 4194304 4196468 140735232177968 140145737171680 140145732947350 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26751] ppid=26745 vsize=10659012 memory=340 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26751/stat : 26751 (java) S 26745 26748 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38877740 10914828288 10471 33554432000 4194304 4196468 140735232177968 140145659009680 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26752] ppid=26745 vsize=10659012 memory=140010002492146 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26752/stat : 26752 (java) S 26745 26748 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38877740 10914828288 10471 33554432000 4194304 4196468 140735232177968 140145657956880 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26753] ppid=26745 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26753/stat : 26753 (java) S 26745 26748 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38877740 10914828288 10471 33554432000 4194304 4196468 140735232177968 140145656904080 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26754] ppid=26745 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26754/stat : 26754 (java) S 26745 26748 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38877740 10914828288 10471 33554432000 4194304 4196468 140735232177968 140145336510736 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26755] ppid=26745 vsize=10659012 memory=140010002286208 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26755/stat : 26755 (java) S 26745 26748 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38877741 10914828288 10471 33554432000 4194304 4196468 140735232177968 140144836098928 140145732946562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26756] ppid=26745 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26756/stat : 26756 (java) S 26745 26748 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38877742 10914828288 10471 33554432000 4194304 4196468 140735232177968 140144835044896 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26757] ppid=26745 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26757/stat : 26757 (java) S 26745 26748 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38877742 10914828288 10471 33554432000 4194304 4196468 140735232177968 140144833992048 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26758] ppid=26745 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26758/stat : 26758 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38877744 10914828288 10471 33554432000 4194304 4196468 140735232177968 140144832940368 140145732954011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26759] ppid=26745 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26748/task/26759/stat : 26759 (java) S 26745 26748 23514 0 -1 1077944384 730 0 0 0 2 0 0 0 20 0 15 0 38877744 10914828288 10471 33554432000 4194304 4196468 140735232177968 140144831887728 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26760] ppid=26745 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26748/task/26760/stat : 26760 (java) S 26745 26748 23514 0 -1 1077944384 258 0 0 0 1 0 0 0 20 0 15 0 38877744 10914828288 10471 33554432000 4194304 4196468 140735232177968 140144830834928 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26761] ppid=26745 vsize=10659012 memory=140010002286208 CPUtime=0.07 cores=1,3,5,7
/proc/26748/task/26761/stat : 26761 (java) R 26745 26748 23514 0 -1 4202560 680 0 0 0 7 0 0 0 20 0 15 0 38877744 10914828288 10471 33554432000 4194304 4196468 140735232177968 140144829782128 140145717015902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26762] ppid=26745 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26762/stat : 26762 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38877744 10914828288 10471 33554432000 4194304 4196468 140735232177968 140144828729568 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26763] ppid=26745 vsize=10659012 memory=140010002286208 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26763/stat : 26763 (java) S 26745 26748 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38877745 10914828288 10471 33554432000 4194304 4196468 140735232177968 140144827677872 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41884 KiB

[startup+0.311045 s]*
/proc/loadavg: 4.49 4.00 2.96 5/216 26763
/proc/meminfo: memFree=21648088/32770624 swapFree=67108860/67108860
[pid=26748] ppid=26745 vsize=10659088 memory=53312 CPUtime=0.59 cores=1,3,5,7
/proc/26748/stat : 26748 (java) S 26745 26748 23514 0 -1 1077944320 10060 0 0 0 56 3 0 0 20 0 15 0 38877739 10914906112 13328 33554432000 4194304 4196468 140735232177968 140735232160512 140145732935415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
/proc/26748/statm: 2664772 13328 3071 1 0 2627263 0
[pid=26748/tid=26750] ppid=26745 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/26748/task/26750/stat : 26750 (java) R 26745 26748 23514 0 -1 4202560 5722 0 0 0 28 2 0 0 20 0 15 0 38877739 10914906112 13328 33554432000 4194304 4196468 140735232177968 140145737170064 140145717015902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26751] ppid=26745 vsize=10659088 memory=4294977867 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26751/stat : 26751 (java) S 26745 26748 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38877740 10914906112 13328 33554432000 4194304 4196468 140735232177968 140145659009680 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26752] ppid=26745 vsize=10659088 memory=140010002492088 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26752/stat : 26752 (java) S 26745 26748 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38877740 10914906112 13328 33554432000 4194304 4196468 140735232177968 140145657956880 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26753] ppid=26745 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26753/stat : 26753 (java) S 26745 26748 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38877740 10914906112 13328 33554432000 4194304 4196468 140735232177968 140145656904080 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26754] ppid=26745 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26754/stat : 26754 (java) S 26745 26748 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38877740 10914906112 13328 33554432000 4194304 4196468 140735232177968 140145336510736 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26755] ppid=26745 vsize=10659088 memory=140010002286208 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26755/stat : 26755 (java) S 26745 26748 23514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38877741 10914906112 13328 33554432000 4194304 4196468 140735232177968 140144836098928 140145732946562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26756] ppid=26745 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26756/stat : 26756 (java) S 26745 26748 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38877742 10914906112 13328 33554432000 4194304 4196468 140735232177968 140144835044896 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26757] ppid=26745 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26757/stat : 26757 (java) S 26745 26748 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38877742 10914906112 13328 33554432000 4194304 4196468 140735232177968 140144833992048 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26758] ppid=26745 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26758/stat : 26758 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38877744 10914906112 13328 33554432000 4194304 4196468 140735232177968 140144832940368 140145732954011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26759] ppid=26745 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26748/task/26759/stat : 26759 (java) R 26745 26748 23514 0 -1 4202560 1086 0 0 0 7 0 0 0 20 0 15 0 38877744 10914906112 13328 33554432000 4194304 4196468 140735232177968 140144831874272 140145732956762 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26760] ppid=26745 vsize=10659088 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26748/task/26760/stat : 26760 (java) R 26745 26748 23514 0 -1 4202560 814 0 0 0 7 0 0 0 20 0 15 0 38877744 10914906112 13328 33554432000 4194304 4196468 140735232177968 140144830815944 140145732956762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26761] ppid=26745 vsize=10659088 memory=140010002286208 CPUtime=0.13 cores=1,3,5,7
/proc/26748/task/26761/stat : 26761 (java) R 26745 26748 23514 0 -1 1077944384 1068 0 0 0 13 0 0 0 20 0 15 0 38877744 10914906112 13328 33554432000 4194304 4196468 140735232177968 140144829779920 140145732945621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26762] ppid=26745 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26762/stat : 26762 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38877744 10914906112 13328 33554432000 4194304 4196468 140735232177968 140144828729568 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26763] ppid=26745 vsize=10659088 memory=140010002286208 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26763/stat : 26763 (java) S 26745 26748 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38877745 10914906112 13328 33554432000 4194304 4196468 140735232177968 140144827677872 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53312 KiB

[startup+0.70134 s]
/proc/loadavg: 4.53 4.01 2.97 6/216 26763
/proc/meminfo: memFree=21625512/32770624 swapFree=67108860/67108860
[pid=26748] ppid=26745 vsize=10659088 memory=193248 CPUtime=1.85 cores=1,3,5,7
/proc/26748/stat : 26748 (java) S 26745 26748 23514 0 -1 1077944320 12434 0 0 0 179 6 0 0 20 0 15 0 38877739 10914906112 48312 33554432000 4194304 4196468 140735232177968 140735232160512 140145732935415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
/proc/26748/statm: 2664772 48312 3124 1 0 2627263 0
[pid=26748/tid=26750] ppid=26745 vsize=10659088 memory=254921744088034 CPUtime=0.65 cores=1,3,5,7
/proc/26748/task/26750/stat : 26750 (java) R 26745 26748 23514 0 -1 4202560 6064 0 0 0 61 4 0 0 20 0 15 0 38877739 10914906112 48312 33554432000 4194304 4196468 140735232177968 140145737161056 140145340528368 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26751] ppid=26745 vsize=10659088 memory=4265253205551874080 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26751/stat : 26751 (java) S 26745 26748 23514 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 38877740 10914906112 48312 33554432000 4194304 4196468 140735232177968 140145659009680 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26752] ppid=26745 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26752/stat : 26752 (java) S 26745 26748 23514 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 38877740 10914906112 48312 33554432000 4194304 4196468 140735232177968 140145657956880 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26753] ppid=26745 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26753/stat : 26753 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38877740 10914906112 48312 33554432000 4194304 4196468 140735232177968 140145656904080 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26754] ppid=26745 vsize=10659088 memory=7809523229951467572 CPUtime=0.01 cores=1,3,5,7
/proc/26748/task/26754/stat : 26754 (java) S 26745 26748 23514 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 38877740 10914906112 48312 33554432000 4194304 4196468 140735232177968 140145336510736 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26755] ppid=26745 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26755/stat : 26755 (java) S 26745 26748 23514 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 38877741 10914906112 48312 33554432000 4194304 4196468 140735232177968 140144836098928 140145732946562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26756] ppid=26745 vsize=10659088 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26756/stat : 26756 (java) S 26745 26748 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38877742 10914906112 48312 33554432000 4194304 4196468 140735232177968 140144835044896 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26757] ppid=26745 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26757/stat : 26757 (java) S 26745 26748 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38877742 10914906112 48312 33554432000 4194304 4196468 140735232177968 140144833992048 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26758] ppid=26745 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26758/stat : 26758 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38877744 10914906112 48312 33554432000 4194304 4196468 140735232177968 140144832940368 140145732954011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26759] ppid=26745 vsize=10659088 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/26748/task/26759/stat : 26759 (java) R 26745 26748 23514 0 -1 4202560 1860 0 0 0 42 0 0 0 20 0 15 0 38877744 10914906112 48312 33554432000 4194304 4196468 140735232177968 140144831873608 140145714479438 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26760] ppid=26745 vsize=10659088 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/26748/task/26760/stat : 26760 (java) R 26745 26748 23514 0 -1 4202560 1396 0 0 0 39 0 0 0 20 0 15 0 38877744 10914906112 48312 33554432000 4194304 4196468 140735232177968 140144830819920 140145717323934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26761] ppid=26745 vsize=10659088 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/26748/task/26761/stat : 26761 (java) S 26745 26748 23514 0 -1 1077944384 1608 0 0 0 32 0 0 0 20 0 15 0 38877744 10914906112 48312 33554432000 4194304 4196468 140735232177968 140144829782128 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26762] ppid=26745 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26762/stat : 26762 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38877744 10914906112 48312 33554432000 4194304 4196468 140735232177968 140144828729568 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26763] ppid=26745 vsize=10659088 memory=18464 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26763/stat : 26763 (java) S 26745 26748 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38877745 10914906112 48312 33554432000 4194304 4196468 140735232177968 140144827677872 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 193248 KiB

[startup+1.50134 s]
/proc/loadavg: 4.53 4.01 2.97 3/216 26763
/proc/meminfo: memFree=21442316/32770624 swapFree=67108860/67108860
[pid=26748] ppid=26745 vsize=10659088 memory=533668 CPUtime=3.96 cores=1,3,5,7
/proc/26748/stat : 26748 (java) S 26745 26748 23514 0 -1 1077944320 13988 0 0 0 361 35 0 0 20 0 15 0 38877739 10914906112 133417 33554432000 4194304 4196468 140735232177968 140735232160512 140145732935415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
/proc/26748/statm: 2664772 133417 3142 1 0 2627263 0
[pid=26748/tid=26750] ppid=26745 vsize=10659088 memory=10799 CPUtime=1.18 cores=1,3,5,7
/proc/26748/task/26750/stat : 26750 (java) R 26745 26748 23514 0 -1 4202560 6158 0 0 0 112 6 0 0 20 0 15 0 38877739 10914906112 133417 33554432000 4194304 4196468 140735232177968 140145737171960 140145340897049 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26751] ppid=26745 vsize=10659088 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/26748/task/26751/stat : 26751 (java) S 26745 26748 23514 0 -1 1077944384 194 0 0 0 21 7 0 0 20 0 15 0 38877740 10914906112 133417 33554432000 4194304 4196468 140735232177968 140145659009680 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26752] ppid=26745 vsize=10659088 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/26748/task/26752/stat : 26752 (java) S 26745 26748 23514 0 -1 1077944384 188 0 0 0 20 7 0 0 20 0 15 0 38877740 10914906112 133417 33554432000 4194304 4196468 140735232177968 140145657956880 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26753] ppid=26745 vsize=10659088 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/26748/task/26753/stat : 26753 (java) S 26745 26748 23514 0 -1 1077944384 187 0 0 0 20 6 0 0 20 0 15 0 38877740 10914906112 133417 33554432000 4194304 4196468 140735232177968 140145656904080 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26754] ppid=26745 vsize=10659088 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/26748/task/26754/stat : 26754 (java) S 26745 26748 23514 0 -1 1077944384 196 0 0 0 20 6 0 0 20 0 15 0 38877740 10914906112 133417 33554432000 4194304 4196468 140735232177968 140145336510736 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26755] ppid=26745 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26755/stat : 26755 (java) S 26745 26748 23514 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 38877741 10914906112 133417 33554432000 4194304 4196468 140735232177968 140144836098928 140145732946562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0

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

/proc/26748/task/26754/stat : 26754 (java) S 26745 26748 23514 0 -1 1077944384 14317 0 0 0 35001 199 0 0 20 0 17 0 38877740 11053481984 2079273 33554432000 4194304 4196468 140735232177968 140145336510736 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26755] ppid=26745 vsize=10794416 memory=7031125463459224206 CPUtime=26.81 cores=1,3,5,7
/proc/26748/task/26755/stat : 26755 (java) R 26745 26748 23514 0 -1 4202560 57563 0 0 0 2678 3 0 0 20 0 17 0 38877741 11053481984 2079273 33554432000 4194304 4196468 140735232177968 140144836097360 140145711305595 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26756] ppid=26745 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26756/stat : 26756 (java) S 26745 26748 23514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 38877742 11053481984 2079273 33554432000 4194304 4196468 140735232177968 140144835044960 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26757] ppid=26745 vsize=10794416 memory=8316060 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26757/stat : 26757 (java) S 26745 26748 23514 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38877742 11053481984 2079273 33554432000 4194304 4196468 140735232177968 140144833992064 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26758] ppid=26745 vsize=10794416 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26758/stat : 26758 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38877744 11053481984 2079273 33554432000 4194304 4196468 140735232177968 140144832940368 140145732954011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26759] ppid=26745 vsize=10794416 memory=8317056 CPUtime=0.82 cores=1,3,5,7
/proc/26748/task/26759/stat : 26759 (java) S 26745 26748 23514 0 -1 1077944384 4621 0 0 0 82 0 0 0 20 0 17 0 38877744 11053481984 2079273 33554432000 4194304 4196468 140735232177968 140144831887776 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26760] ppid=26745 vsize=10794416 memory=8317056 CPUtime=1.03 cores=1,3,5,7
/proc/26748/task/26760/stat : 26760 (java) S 26745 26748 23514 0 -1 1077944384 6248 0 0 0 102 1 0 0 20 0 17 0 38877744 11053481984 2079273 33554432000 4194304 4196468 140735232177968 140144830834688 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26761] ppid=26745 vsize=10794416 memory=9920 CPUtime=0.47 cores=1,3,5,7
/proc/26748/task/26761/stat : 26761 (java) S 26745 26748 23514 0 -1 1077944384 3737 0 0 0 47 0 0 0 20 0 17 0 38877744 11053481984 2079273 33554432000 4194304 4196468 140735232177968 140144829782176 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26762] ppid=26745 vsize=10794416 memory=8317012 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26762/stat : 26762 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38877744 11053481984 2079273 33554432000 4194304 4196468 140735232177968 140144828729568 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26763] ppid=26745 vsize=10794416 memory=8316972 CPUtime=0.3 cores=1,3,5,7
/proc/26748/task/26763/stat : 26763 (java) S 26745 26748 23514 0 -1 1077944384 323 0 0 0 18 12 0 0 20 0 17 0 38877745 11053481984 2079273 33554432000 4194304 4196468 140735232177968 140144827677872 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26777] ppid=26745 vsize=10794416 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26777/stat : 26777 (java) S 26745 26748 23514 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 38912497 11053481984 2079273 33554432000 4194304 4196468 140735232177968 140144824524912 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26778] ppid=26745 vsize=10794416 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26778/stat : 26778 (java) S 26745 26748 23514 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 38912497 11053481984 2079273 33554432000 4194304 4196468 140735232177968 140144823471760 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
Current children cumulated CPU time: 1452.97 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8317092 KiB

[startup+400.001 s]*
/proc/loadavg: 4.97 4.53 3.53 6/219 26779
/proc/meminfo: memFree=13412676/32770624 swapFree=67108860/67108860
[pid=26748] ppid=26745 vsize=10794416 memory=8317248 CPUtime=1465.63 cores=1,3,5,7
/proc/26748/stat : 26748 (java) S 26745 26748 23514 0 -1 1077944320 159074 0 0 0 145799 764 0 0 20 0 17 0 38877739 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140735232160512 140145732935415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
/proc/26748/statm: 2698604 2079312 3212 1 0 2661057 0
[pid=26748/tid=26750] ppid=26745 vsize=10794416 memory=6791534058613427641 CPUtime=14.04 cores=1,3,5,7
/proc/26748/task/26750/stat : 26750 (java) S 26745 26748 23514 0 -1 1077944384 15860 0 0 0 1393 11 0 0 20 0 17 0 38877739 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140145737176096 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26751] ppid=26745 vsize=10794416 memory=4126316290023845779 CPUtime=355.39 cores=1,3,5,7
/proc/26748/task/26751/stat : 26751 (java) R 26745 26748 23514 0 -1 4202560 19210 0 0 0 35361 178 0 0 20 0 17 0 38877740 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140145659009568 140145714532449 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26752] ppid=26745 vsize=10794416 memory=8317072 CPUtime=355.72 cores=1,3,5,7
/proc/26748/task/26752/stat : 26752 (java) R 26745 26748 23514 0 -1 4202560 17546 0 0 0 35398 174 0 0 20 0 17 0 38877740 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140145657957080 140145717633167 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26753] ppid=26745 vsize=10794416 memory=1728 CPUtime=355.73 cores=1,3,5,7
/proc/26748/task/26753/stat : 26753 (java) R 26745 26748 23514 0 -1 4202560 17859 0 0 0 35382 191 0 0 20 0 17 0 38877740 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140145656904280 140145717633157 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26754] ppid=26745 vsize=10794416 memory=1704 CPUtime=355.17 cores=1,3,5,7
/proc/26748/task/26754/stat : 26754 (java) R 26745 26748 23514 0 -1 4202560 14475 0 0 0 35318 199 0 0 20 0 17 0 38877740 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140145336510936 140145717886071 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26755] ppid=26745 vsize=10794416 memory=5520 CPUtime=26.85 cores=1,3,5,7
/proc/26748/task/26755/stat : 26755 (java) S 26745 26748 23514 0 -1 1077944384 57648 0 0 0 2682 3 0 0 20 0 17 0 38877741 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140144836097248 140145732945621 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26756] ppid=26745 vsize=10794416 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26756/stat : 26756 (java) S 26745 26748 23514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 38877742 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140144835044960 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26757] ppid=26745 vsize=10794416 memory=9920 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26757/stat : 26757 (java) S 26745 26748 23514 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38877742 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140144833992064 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26758] ppid=26745 vsize=10794416 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26758/stat : 26758 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38877744 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140144832940368 140145732954011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26759] ppid=26745 vsize=10794416 memory=6791534058613427641 CPUtime=0.82 cores=1,3,5,7
/proc/26748/task/26759/stat : 26759 (java) S 26745 26748 23514 0 -1 1077944384 4621 0 0 0 82 0 0 0 20 0 17 0 38877744 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140144831887728 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26760] ppid=26745 vsize=10794416 memory=644 CPUtime=1.03 cores=1,3,5,7
/proc/26748/task/26760/stat : 26760 (java) S 26745 26748 23514 0 -1 1077944384 6248 0 0 0 102 1 0 0 20 0 17 0 38877744 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140144830834928 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26761] ppid=26745 vsize=10794416 memory=1792 CPUtime=0.47 cores=1,3,5,7
/proc/26748/task/26761/stat : 26761 (java) S 26745 26748 23514 0 -1 1077944384 3737 0 0 0 47 0 0 0 20 0 17 0 38877744 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140144829782128 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26762] ppid=26745 vsize=10794416 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26762/stat : 26762 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38877744 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140144828729568 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26763] ppid=26745 vsize=10794416 memory=956 CPUtime=0.3 cores=1,3,5,7
/proc/26748/task/26763/stat : 26763 (java) S 26745 26748 23514 0 -1 1077944384 357 0 0 0 18 12 0 0 20 0 17 0 38877745 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140144827677872 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26777] ppid=26745 vsize=10794416 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26777/stat : 26777 (java) S 26745 26748 23514 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 38912497 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140144824524256 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26778] ppid=26745 vsize=10794416 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26778/stat : 26778 (java) S 26745 26748 23514 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 38912497 11053481984 2079312 33554432000 4194304 4196468 140735232177968 140144823472032 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
Current children cumulated CPU time: 1465.63 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8317248 KiB

[startup+400.801 s]
/proc/loadavg: 4.97 4.53 3.53 6/219 26779
/proc/meminfo: memFree=13412676/32770624 swapFree=67108860/67108860
[pid=26748] ppid=26745 vsize=10794416 memory=8317252 CPUtime=1468.76 cores=1,3,5,7
/proc/26748/stat : 26748 (java) S 26745 26748 23514 0 -1 1077944320 164574 0 0 0 146111 765 0 0 20 0 17 0 38877739 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140735232160512 140145732935415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
/proc/26748/statm: 2698604 2079313 3212 1 0 2661057 0
[pid=26748/tid=26750] ppid=26745 vsize=10794416 memory=8317248 CPUtime=14.04 cores=1,3,5,7
/proc/26748/task/26750/stat : 26750 (java) S 26745 26748 23514 0 -1 1077944384 15860 0 0 0 1393 11 0 0 20 0 17 0 38877739 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140145737176096 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26751] ppid=26745 vsize=10794416 memory=8317248 CPUtime=356.17 cores=1,3,5,7
/proc/26748/task/26751/stat : 26751 (java) R 26745 26748 23514 0 -1 4202560 19212 0 0 0 35439 178 0 0 20 0 17 0 38877740 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140145659009680 140145717634160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26752] ppid=26745 vsize=10794416 memory=2240 CPUtime=356.5 cores=1,3,5,7
/proc/26748/task/26752/stat : 26752 (java) R 26745 26748 23514 0 -1 4202560 17695 0 0 0 35476 174 0 0 20 0 17 0 38877740 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140145657956880 140145717931760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26753] ppid=26745 vsize=10794416 memory=6791534058613427641 CPUtime=356.51 cores=1,3,5,7
/proc/26748/task/26753/stat : 26753 (java) R 26745 26748 23514 0 -1 4202560 17867 0 0 0 35460 191 0 0 20 0 17 0 38877740 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140145656904280 140145714488656 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26754] ppid=26745 vsize=10794416 memory=8364 CPUtime=355.95 cores=1,3,5,7
/proc/26748/task/26754/stat : 26754 (java) R 26745 26748 23514 0 -1 4202560 14484 0 0 0 35396 199 0 0 20 0 17 0 38877740 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140145336510624 140145717932094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26755] ppid=26745 vsize=10794416 memory=792 CPUtime=26.85 cores=1,3,5,7
/proc/26748/task/26755/stat : 26755 (java) S 26745 26748 23514 0 -1 1077944384 62980 0 0 0 2682 3 0 0 20 0 17 0 38877741 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144836097472 140145732945621 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26756] ppid=26745 vsize=10794416 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26756/stat : 26756 (java) S 26745 26748 23514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 38877742 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144835044960 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26757] ppid=26745 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26757/stat : 26757 (java) S 26745 26748 23514 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38877742 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144833992064 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26758] ppid=26745 vsize=10794416 memory=5380 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26758/stat : 26758 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38877744 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144832940368 140145732954011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26759] ppid=26745 vsize=10794416 memory=729048 CPUtime=0.82 cores=1,3,5,7
/proc/26748/task/26759/stat : 26759 (java) S 26745 26748 23514 0 -1 1077944384 4621 0 0 0 82 0 0 0 20 0 17 0 38877744 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144831887728 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26760] ppid=26745 vsize=10794416 memory=1408 CPUtime=1.03 cores=1,3,5,7
/proc/26748/task/26760/stat : 26760 (java) S 26745 26748 23514 0 -1 1077944384 6248 0 0 0 102 1 0 0 20 0 17 0 38877744 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144830834928 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26761] ppid=26745 vsize=10794416 memory=3200 CPUtime=0.47 cores=1,3,5,7
/proc/26748/task/26761/stat : 26761 (java) S 26745 26748 23514 0 -1 1077944384 3737 0 0 0 47 0 0 0 20 0 17 0 38877744 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144829782128 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26762] ppid=26745 vsize=10794416 memory=8317248 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26762/stat : 26762 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38877744 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144828729568 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26763] ppid=26745 vsize=10794416 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/26748/task/26763/stat : 26763 (java) S 26745 26748 23514 0 -1 1077944384 357 0 0 0 18 12 0 0 20 0 17 0 38877745 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144827677872 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26777] ppid=26745 vsize=10794416 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26777/stat : 26777 (java) S 26745 26748 23514 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 38912497 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144824524256 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26778] ppid=26745 vsize=10794416 memory=916 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26778/stat : 26778 (java) S 26745 26748 23514 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 38912497 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144823472032 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
Current children cumulated CPU time: 1468.76 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8317252 KiB

[startup+401.601 s]
/proc/loadavg: 4.97 4.54 3.54 6/219 26779
/proc/meminfo: memFree=13412676/32770624 swapFree=67108860/67108860
[pid=26748] ppid=26745 vsize=10794416 memory=8317252 CPUtime=1471.95 cores=1,3,5,7
/proc/26748/stat : 26748 (java) S 26745 26748 23514 0 -1 1077944320 164574 0 0 0 146430 765 0 0 20 0 17 0 38877739 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140735232160512 140145732935415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
/proc/26748/statm: 2698604 2079313 3212 1 0 2661057 0
[pid=26748/tid=26750] ppid=26745 vsize=10794416 memory=7892 CPUtime=14.04 cores=1,3,5,7
/proc/26748/task/26750/stat : 26750 (java) S 26745 26748 23514 0 -1 1077944384 15860 0 0 0 1393 11 0 0 20 0 17 0 38877739 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140145737176096 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26751] ppid=26745 vsize=10794416 memory=844 CPUtime=356.97 cores=1,3,5,7
/proc/26748/task/26751/stat : 26751 (java) R 26745 26748 23514 0 -1 4202560 19212 0 0 0 35519 178 0 0 20 0 17 0 38877740 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140145659009680 140145714545030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26752] ppid=26745 vsize=10794416 memory=8317252 CPUtime=357.3 cores=1,3,5,7
/proc/26748/task/26752/stat : 26752 (java) R 26745 26748 23514 0 -1 4202560 17695 0 0 0 35556 174 0 0 20 0 17 0 38877740 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140145657956880 140145717932023 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26753] ppid=26745 vsize=10794416 memory=1576 CPUtime=357.29 cores=1,3,5,7
/proc/26748/task/26753/stat : 26753 (java) R 26745 26748 23514 0 -1 4202560 17867 0 0 0 35538 191 0 0 20 0 17 0 38877740 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140145656904280 140145717393006 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26754] ppid=26745 vsize=10794416 memory=928 CPUtime=356.75 cores=1,3,5,7
/proc/26748/task/26754/stat : 26754 (java) R 26745 26748 23514 0 -1 4202560 14484 0 0 0 35476 199 0 0 20 0 17 0 38877740 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140145336510624 140145717931760 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26755] ppid=26745 vsize=10794416 memory=4136 CPUtime=26.85 cores=1,3,5,7
/proc/26748/task/26755/stat : 26755 (java) S 26745 26748 23514 0 -1 1077944384 62980 0 0 0 2682 3 0 0 20 0 17 0 38877741 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144836097472 140145732945621 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26756] ppid=26745 vsize=10794416 memory=13932 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26756/stat : 26756 (java) S 26745 26748 23514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 38877742 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144835044960 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26757] ppid=26745 vsize=10794416 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26757/stat : 26757 (java) S 26745 26748 23514 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38877742 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144833992064 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26758] ppid=26745 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26758/stat : 26758 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38877744 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144832940368 140145732954011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26759] ppid=26745 vsize=10794416 memory=644 CPUtime=0.82 cores=1,3,5,7
/proc/26748/task/26759/stat : 26759 (java) S 26745 26748 23514 0 -1 1077944384 4621 0 0 0 82 0 0 0 20 0 17 0 38877744 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144831887728 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26760] ppid=26745 vsize=10794416 memory=1792 CPUtime=1.03 cores=1,3,5,7
/proc/26748/task/26760/stat : 26760 (java) S 26745 26748 23514 0 -1 1077944384 6248 0 0 0 102 1 0 0 20 0 17 0 38877744 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144830834928 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26761] ppid=26745 vsize=10794416 memory=1236 CPUtime=0.47 cores=1,3,5,7
/proc/26748/task/26761/stat : 26761 (java) S 26745 26748 23514 0 -1 1077944384 3737 0 0 0 47 0 0 0 20 0 17 0 38877744 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144829782128 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26762] ppid=26745 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26762/stat : 26762 (java) S 26745 26748 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38877744 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144828729568 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26763] ppid=26745 vsize=10794416 memory=928 CPUtime=0.3 cores=1,3,5,7
/proc/26748/task/26763/stat : 26763 (java) S 26745 26748 23514 0 -1 1077944384 357 0 0 0 18 12 0 0 20 0 17 0 38877745 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144827677872 140145732946562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26777] ppid=26745 vsize=10794416 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26777/stat : 26777 (java) S 26745 26748 23514 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 38912497 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144824524256 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
[pid=26748/tid=26778] ppid=26745 vsize=10794416 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/26748/task/26778/stat : 26778 (java) S 26745 26748 23514 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 38912497 11053481984 2079313 33554432000 4194304 4196468 140735232177968 140144823472032 140145732945621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33062912 140735232185457 140735232185609 140735232185609 140735232188367 0
Current children cumulated CPU time: 1471.95 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8317252 KiB

[startup+402.001 s]*
/proc/loadavg: 4.97 4.54 3.54 3/204 26779
/proc/meminfo: memFree=18686940/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): 402.015
CPU time (s): 1473.35
CPU user time (s): 1465.66
CPU system time (s): 7.69666
CPU usage (%): 366.493
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8317252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1465.66
system time used= 7.69666
maximum resident set size= 8317396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166821
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19207
involuntary context switches= 13093


# summary of solver processes directly reported to runsolver:
#   pid: 26748
#   total CPU time (s): 1473.35
#   total CPU user time (s): 1465.66
#   total CPU system time (s): 7.69666

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.53349 second user time and 3.9064 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-22 00:45:45
IDJOB=4289975
IDBENCH=141219
IDSOLVER=2742
FILE ID=node150/4289975-1532213145
RUNJOBID= node150-1532207966-25849
PBS_JOBID= 21018925
Free space on /tmp= 57252 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-250-1_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289975-1532213145/watcher-4289975-1532213145 -o /tmp/evaluation-result-4289975-1532213145/solver-4289975-1532213145 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25849 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289975-1532213145.xml

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

MD5SUM BENCH= 23e20eff05b11a5b5f7472de7de36ab3
RANDOM SEED=1914128927

node150.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.76
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.76
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.76
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.76
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:        21689812 kB
MemAvailable:   31175260 kB
Buffers:          221160 kB
Cached:          9477232 kB
SwapCached:            0 kB
Active:          1786096 kB
Inactive:        8730176 kB
Active(anon):     820568 kB
Inactive(anon):    16868 kB
Active(file):     965528 kB
Inactive(file):  8713308 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2380 kB
Writeback:             0 kB
AnonPages:        815164 kB
Mapped:            46680 kB
Shmem:             17032 kB
Slab:             262116 kB
SReclaimable:     235072 kB
SUnreclaim:        27044 kB
KernelStack:        3856 kB
PageTables:         6908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1415084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    718848 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= 57248 MiB
End job on node150 at 2018-07-22 00:52:27