Trace number 4263351

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1630.27 445.51801

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-100-05.xml
MD5SUM49715548d1d786de52e060044cf6008a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark528.938
Satisfiable
(Un)Satisfiability was proved
Number of variables5
Number of constraints10
Number of domains1
Minimum domain size10000
Maximum domain size10000
Distribution of domain sizes[{"size":10000,"count":5}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":5}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":10}]
Number of extensional constraints0
Number of intensional constraints10
Distribution of constraint types[{"type":"intension","count":10}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263351-1502613876/watcher-4263351-1502613876 -o /tmp/evaluation-result-4263351-1502613876/solver-4263351-1502613876 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263351-1502613876.xml 

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

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=23974, runsolver pid=23971

[startup+0.10008 s]*
/proc/loadavg: 5.29 6.25 5.46 4/208 23983
/proc/meminfo: memFree=29522140/32770624 swapFree=67105588/67108860
[pid=23974] ppid=23971 vsize=10484492 memory=22288 CPUtime=0.05 cores=0,2,4,6
/proc/23974/stat : 23974 (java) S 23971 23974 12560 0 -1 1077944320 5038 0 0 0 5 0 0 0 20 0 14 0 63583048 10736119808 5572 18446744073709551615 4194304 4196468 140729995358880 140729995341424 140549799939831 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
/proc/23974/statm: 2621123 5572 2584 1 0 2610620 0
[pid=23974/tid=23976] ppid=23971 vsize=10484492 memory=7077796292425249400 CPUtime=0.04 cores=0,2,4,6
/proc/23974/task/23976/stat : 23976 (java) R 23971 23974 12560 0 -1 4202560 3151 0 0 0 4 0 0 0 20 0 14 0 63583054 10736119808 5572 18446744073709551615 4194304 4196468 140729995358880 140549804177216 140549784020318 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23977] ppid=23971 vsize=10484492 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23977/stat : 23977 (java) S 23971 23974 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 63583054 10736119808 5572 18446744073709551615 4194304 4196468 140729995358880 140549730359696 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23978] ppid=23971 vsize=10484492 memory=139767054251648 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23978/stat : 23978 (java) S 23971 23974 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 63583054 10736119808 5572 18446744073709551615 4194304 4196468 140729995358880 140549729306896 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23979] ppid=23971 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23979/stat : 23979 (java) S 23971 23974 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 63583054 10736119808 5572 18446744073709551615 4194304 4196468 140729995358880 140549728254608 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23980] ppid=23971 vsize=10484492 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23980/stat : 23980 (java) S 23971 23974 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 63583054 10736119808 5572 18446744073709551615 4194304 4196468 140729995358880 140549727201808 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23981] ppid=23971 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23981/stat : 23981 (java) S 23971 23974 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 63583056 10736119808 5572 18446744073709551615 4194304 4196468 140729995358880 140548840753776 140549799950978 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23982] ppid=23971 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23982/stat : 23982 (java) S 23971 23974 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 63583056 10736119808 5572 18446744073709551615 4194304 4196468 140729995358880 140548839699744 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23983] ppid=23971 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23983/stat : 23983 (java) S 23971 23974 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 63583056 10736119808 5572 18446744073709551615 4194304 4196468 140729995358880 140548838647408 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23984] ppid=23971 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23984/stat : 23984 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 63583059 10736119808 5572 18446744073709551615 4194304 4196468 140729995358880 140548837595728 140549799958427 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23985] ppid=23971 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23985/stat : 23985 (java) S 23971 23974 12560 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 14 0 63583059 10736119808 5572 18446744073709551615 4194304 4196468 140729995358880 140548836542576 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23986] ppid=23971 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23986/stat : 23986 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 63583059 10736119808 5572 18446744073709551615 4194304 4196468 140729995358880 140548835489776 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23987] ppid=23971 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23987/stat : 23987 (java) S 23971 23974 12560 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 14 0 63583059 10736119808 5572 18446744073709551615 4194304 4196468 140729995358880 140548834437488 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23988] ppid=23971 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23988/stat : 23988 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 63583059 10736119808 5572 18446744073709551615 4194304 4196468 140729995358880 140548833384928 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22288 KiB

[startup+0.210569 s]*
/proc/loadavg: 5.29 6.25 5.46 7/214 23989
/proc/meminfo: memFree=29511324/32770624 swapFree=67105588/67108860
[pid=23974] ppid=23971 vsize=10551156 memory=31216 CPUtime=0.15 cores=0,2,4,6
/proc/23974/stat : 23974 (java) S 23971 23974 12560 0 -1 1077944320 7936 0 0 0 13 2 0 0 20 0 15 0 63583048 10804383744 7804 18446744073709551615 4194304 4196468 140729995358880 140729995341424 140549799939831 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
/proc/23974/statm: 2637789 7804 2782 1 0 2627261 0
[pid=23974/tid=23976] ppid=23971 vsize=10551156 memory=8316850467074736180 CPUtime=0.1 cores=0,2,4,6
/proc/23974/task/23976/stat : 23976 (java) R 23971 23974 12560 0 -1 4202560 5797 0 0 0 9 1 0 0 20 0 15 0 63583054 10804383744 7804 18446744073709551615 4194304 4196468 140729995358880 140549804176096 140549784020318 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23977] ppid=23971 vsize=10551156 memory=9220 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23977/stat : 23977 (java) S 23971 23974 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63583054 10804383744 7804 18446744073709551615 4194304 4196468 140729995358880 140549730359696 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23978] ppid=23971 vsize=10551156 memory=288370143205963392 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23978/stat : 23978 (java) S 23971 23974 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63583054 10804383744 7804 18446744073709551615 4194304 4196468 140729995358880 140549729306896 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23979] ppid=23971 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23979/stat : 23979 (java) S 23971 23974 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63583054 10804383744 7804 18446744073709551615 4194304 4196468 140729995358880 140549728254608 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23980] ppid=23971 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23980/stat : 23980 (java) S 23971 23974 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63583054 10804383744 7804 18446744073709551615 4194304 4196468 140729995358880 140549727201808 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23981] ppid=23971 vsize=10551156 memory=139767054251648 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23981/stat : 23981 (java) S 23971 23974 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63583056 10804383744 7804 18446744073709551615 4194304 4196468 140729995358880 140548840753776 140549799950978 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23982] ppid=23971 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23982/stat : 23982 (java) S 23971 23974 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63583056 10804383744 7804 18446744073709551615 4194304 4196468 140729995358880 140548839699744 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23983] ppid=23971 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23983/stat : 23983 (java) S 23971 23974 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63583056 10804383744 7804 18446744073709551615 4194304 4196468 140729995358880 140548838647408 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23984] ppid=23971 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23984/stat : 23984 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63583059 10804383744 7804 18446744073709551615 4194304 4196468 140729995358880 140548837595728 140549799958427 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23985] ppid=23971 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23985/stat : 23985 (java) S 23971 23974 12560 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 63583059 10804383744 7804 18446744073709551615 4194304 4196468 140729995358880 140548836542576 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23986] ppid=23971 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23986/stat : 23986 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63583059 10804383744 7804 18446744073709551615 4194304 4196468 140729995358880 140548835489776 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23987] ppid=23971 vsize=10551156 memory=139767054251648 CPUtime=0.02 cores=0,2,4,6
/proc/23974/task/23987/stat : 23987 (java) S 23971 23974 12560 0 -1 1077944384 337 0 0 0 2 0 0 0 20 0 15 0 63583059 10804383744 7804 18446744073709551615 4194304 4196468 140729995358880 140548834437488 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23988] ppid=23971 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23988/stat : 23988 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63583059 10804383744 7804 18446744073709551615 4194304 4196468 140729995358880 140548833384928 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23989] ppid=23971 vsize=10551156 memory=139767054251648 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23989/stat : 23989 (java) S 23971 23974 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63583064 10804383744 7804 18446744073709551615 4194304 4196468 140729995358880 140548832332720 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31216 KiB

[startup+0.310651 s]*
/proc/loadavg: 5.29 6.25 5.46 3/214 23989
/proc/meminfo: memFree=29506756/32770624 swapFree=67105588/67108860
[pid=23974] ppid=23971 vsize=10551156 memory=37684 CPUtime=0.28 cores=0,2,4,6
/proc/23974/stat : 23974 (java) S 23971 23974 12560 0 -1 1077944320 9335 0 0 0 26 2 0 0 20 0 15 0 63583048 10804383744 9421 18446744073709551615 4194304 4196468 140729995358880 140729995341424 140549799939831 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
/proc/23974/statm: 2637789 9421 2897 1 0 2627261 0
[pid=23974/tid=23976] ppid=23971 vsize=10551156 memory=8316850467074736180 CPUtime=0.21 cores=0,2,4,6
/proc/23974/task/23976/stat : 23976 (java) R 23971 23974 12560 0 -1 4202560 6957 0 0 0 19 2 0 0 20 0 15 0 63583054 10804383744 9421 18446744073709551615 4194304 4196468 140729995358880 140549804172032 140549784020318 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23977] ppid=23971 vsize=10551156 memory=9220 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23977/stat : 23977 (java) S 23971 23974 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63583054 10804383744 9421 18446744073709551615 4194304 4196468 140729995358880 140549730359696 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23978] ppid=23971 vsize=10551156 memory=320860047379327360 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23978/stat : 23978 (java) S 23971 23974 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63583054 10804383744 9421 18446744073709551615 4194304 4196468 140729995358880 140549729306896 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23979] ppid=23971 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23979/stat : 23979 (java) S 23971 23974 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63583054 10804383744 9421 18446744073709551615 4194304 4196468 140729995358880 140549728254608 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23980] ppid=23971 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23980/stat : 23980 (java) S 23971 23974 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63583054 10804383744 9421 18446744073709551615 4194304 4196468 140729995358880 140549727201808 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23981] ppid=23971 vsize=10551156 memory=3471342163375089328 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23981/stat : 23981 (java) S 23971 23974 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63583056 10804383744 9421 18446744073709551615 4194304 4196468 140729995358880 140548840753776 140549799950978 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23982] ppid=23971 vsize=10551156 memory=3978658942453901410 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23982/stat : 23982 (java) S 23971 23974 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63583056 10804383744 9421 18446744073709551615 4194304 4196468 140729995358880 140548839699744 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23983] ppid=23971 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23983/stat : 23983 (java) S 23971 23974 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63583056 10804383744 9421 18446744073709551615 4194304 4196468 140729995358880 140548838647408 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23984] ppid=23971 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23984/stat : 23984 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63583059 10804383744 9421 18446744073709551615 4194304 4196468 140729995358880 140548837595728 140549799958427 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23985] ppid=23971 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23974/task/23985/stat : 23985 (java) S 23971 23974 12560 0 -1 1077944384 538 0 0 0 1 0 0 0 20 0 15 0 63583059 10804383744 9421 18446744073709551615 4194304 4196468 140729995358880 140548836542576 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23986] ppid=23971 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/23974/task/23986/stat : 23986 (java) S 23971 23974 12560 0 -1 1077944384 90 0 0 0 1 0 0 0 20 0 15 0 63583059 10804383744 9421 18446744073709551615 4194304 4196468 140729995358880 140548835489776 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23987] ppid=23971 vsize=10551156 memory=139767054251648 CPUtime=0.04 cores=0,2,4,6
/proc/23974/task/23987/stat : 23987 (java) S 23971 23974 12560 0 -1 1077944384 383 0 0 0 4 0 0 0 20 0 15 0 63583059 10804383744 9421 18446744073709551615 4194304 4196468 140729995358880 140548834437488 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23988] ppid=23971 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23988/stat : 23988 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63583059 10804383744 9421 18446744073709551615 4194304 4196468 140729995358880 140548833384928 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23989] ppid=23971 vsize=10551156 memory=139767054251648 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23989/stat : 23989 (java) S 23971 23974 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63583064 10804383744 9421 18446744073709551615 4194304 4196468 140729995358880 140548832332720 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37684 KiB

[startup+0.701586 s]
/proc/loadavg: 5.29 6.25 5.46 4/214 23989
/proc/meminfo: memFree=29482928/32770624 swapFree=67105588/67108860
[pid=23974] ppid=23971 vsize=10551232 memory=129828 CPUtime=1.2 cores=0,2,4,6
/proc/23974/stat : 23974 (java) S 23971 23974 12560 0 -1 1077944320 11918 0 0 0 116 4 0 0 20 0 15 0 63583048 10804461568 32457 18446744073709551615 4194304 4196468 140729995358880 140729995341424 140549799939831 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
/proc/23974/statm: 2637808 32457 3054 1 0 2627261 0
[pid=23974/tid=23976] ppid=23971 vsize=10551232 memory=5808 CPUtime=0.58 cores=0,2,4,6
/proc/23974/task/23976/stat : 23976 (java) R 23971 23974 12560 0 -1 4202560 7428 0 0 0 55 3 0 0 20 0 15 0 63583054 10804461568 32457 18446744073709551615 4194304 4196468 140729995358880 140549804171952 140549401247954 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23977] ppid=23971 vsize=10551232 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23977/stat : 23977 (java) S 23971 23974 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63583054 10804461568 32457 18446744073709551615 4194304 4196468 140729995358880 140549730359696 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23978] ppid=23971 vsize=10551232 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23978/stat : 23978 (java) S 23971 23974 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63583054 10804461568 32457 18446744073709551615 4194304 4196468 140729995358880 140549729306896 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23979] ppid=23971 vsize=10551232 memory=22376 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23979/stat : 23979 (java) S 23971 23974 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63583054 10804461568 32457 18446744073709551615 4194304 4196468 140729995358880 140549728254608 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23980] ppid=23971 vsize=10551232 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23980/stat : 23980 (java) S 23971 23974 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63583054 10804461568 32457 18446744073709551615 4194304 4196468 140729995358880 140549727201808 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23981] ppid=23971 vsize=10551232 memory=644 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23981/stat : 23981 (java) S 23971 23974 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63583056 10804461568 32457 18446744073709551615 4194304 4196468 140729995358880 140548840753776 140549799950978 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23982] ppid=23971 vsize=10551232 memory=1744 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23982/stat : 23982 (java) S 23971 23974 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63583056 10804461568 32457 18446744073709551615 4194304 4196468 140729995358880 140548839699744 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23983] ppid=23971 vsize=10551232 memory=956 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23983/stat : 23983 (java) S 23971 23974 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63583056 10804461568 32457 18446744073709551615 4194304 4196468 140729995358880 140548838647408 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23984] ppid=23971 vsize=10551232 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23984/stat : 23984 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63583059 10804461568 32457 18446744073709551615 4194304 4196468 140729995358880 140548837595728 140549799958427 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23985] ppid=23971 vsize=10551232 memory=2240 CPUtime=0.24 cores=0,2,4,6
/proc/23974/task/23985/stat : 23985 (java) R 23971 23974 12560 0 -1 4202560 1402 0 0 0 24 0 0 0 20 0 15 0 63583059 10804461568 32457 18446744073709551615 4194304 4196468 140729995358880 140548836529120 140549784603529 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23986] ppid=23971 vsize=10551232 memory=4088 CPUtime=0.22 cores=0,2,4,6
/proc/23974/task/23986/stat : 23986 (java) R 23971 23974 12560 0 -1 4202560 969 0 0 0 22 0 0 0 20 0 15 0 63583059 10804461568 32457 18446744073709551615 4194304 4196468 140729995358880 140548835475656 140549781466966 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23987] ppid=23971 vsize=10551232 memory=1620 CPUtime=0.13 cores=0,2,4,6
/proc/23974/task/23987/stat : 23987 (java) S 23971 23974 12560 0 -1 1077944384 751 0 0 0 13 0 0 0 20 0 15 0 63583059 10804461568 32457 18446744073709551615 4194304 4196468 140729995358880 140548834437488 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23988] ppid=23971 vsize=10551232 memory=920 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23988/stat : 23988 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63583059 10804461568 32457 18446744073709551615 4194304 4196468 140729995358880 140548833384928 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23989] ppid=23971 vsize=10551232 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23989/stat : 23989 (java) S 23971 23974 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63583064 10804461568 32457 18446744073709551615 4194304 4196468 140729995358880 140548832332720 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 129828 KiB

[startup+1.50082 s]
/proc/loadavg: 5.29 6.25 5.46 3/214 23989
/proc/meminfo: memFree=29296256/32770624 swapFree=67105588/67108860
[pid=23974] ppid=23971 vsize=10551232 memory=403484 CPUtime=2.68 cores=0,2,4,6
/proc/23974/stat : 23974 (java) S 23971 23974 12560 0 -1 1077944320 12753 0 0 0 239 29 0 0 20 0 15 0 63583048 10804461568 100871 18446744073709551615 4194304 4196468 140729995358880 140729995341424 140549799939831 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
/proc/23974/statm: 2637808 100871 3079 1 0 2627261 0
[pid=23974/tid=23976] ppid=23971 vsize=10551232 memory=1292 CPUtime=1.17 cores=0,2,4,6
/proc/23974/task/23976/stat : 23976 (java) R 23971 23974 12560 0 -1 4202560 7511 0 0 0 112 5 0 0 20 0 15 0 63583054 10804461568 100871 18446744073709551615 4194304 4196468 140729995358880 140549804173488 140549401293832 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23977] ppid=23971 vsize=10551232 memory=354288 CPUtime=0.2 cores=0,2,4,6
/proc/23974/task/23977/stat : 23977 (java) S 23971 23974 12560 0 -1 1077944384 153 0 0 0 15 5 0 0 20 0 15 0 63583054 10804461568 100871 18446744073709551615 4194304 4196468 140729995358880 140549730359696 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23978] ppid=23971 vsize=10551232 memory=58 CPUtime=0.2 cores=0,2,4,6
/proc/23974/task/23978/stat : 23978 (java) S 23971 23974 12560 0 -1 1077944384 158 0 0 0 15 5 0 0 20 0 15 0 63583054 10804461568 100871 18446744073709551615 4194304 4196468 140729995358880 140549729306896 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23979] ppid=23971 vsize=10551232 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/23974/task/23979/stat : 23979 (java) S 23971 23974 12560 0 -1 1077944384 193 0 0 0 15 6 0 0 20 0 15 0 63583054 10804461568 100871 18446744073709551615 4194304 4196468 140729995358880 140549728254608 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23980] ppid=23971 vsize=10551232 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/23974/task/23980/stat : 23980 (java) S 23971 23974 12560 0 -1 1077944384 156 0 0 0 15 5 0 0 20 0 15 0 63583054 10804461568 100871 18446744073709551615 4194304 4196468 140729995358880 140549727201808 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23981] ppid=23971 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23981/stat : 23981 (java) S 23971 23974 12560 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 63583056 10804461568 100871 18446744073709551615 4194304 4196468 140729995358880 140548840753776 140549799950978 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23982] ppid=23971 vsize=10551232 memory=6154538792250073449 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23982/stat : 23982 (java) S 23971 23974 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 63583056 10804461568 100871 18446744073709551615 4194304 4196468 140729995358880 140548839699744 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0

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

/proc/23974/task/23980/stat : 23980 (java) R 23971 23974 12560 0 -1 4202560 24678 0 0 0 39170 206 0 0 20 0 17 0 63583054 10940940288 2049382 18446744073709551615 4194304 4196468 140729995358880 140549727202008 140549784890958 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23981] ppid=23971 vsize=10684512 memory=-8774313645642428999 CPUtime=27.84 cores=0,2,4,6
/proc/23974/task/23981/stat : 23981 (java) S 23971 23974 12560 0 -1 1077944384 71186 0 0 0 2781 3 0 0 20 0 17 0 63583056 10940940288 2049382 18446744073709551615 4194304 4196468 140729995358880 140548840752096 140549799950037 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23982] ppid=23971 vsize=10684512 memory=36328 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23982/stat : 23982 (java) S 23971 23974 12560 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 63583056 10940940288 2049382 18446744073709551615 4194304 4196468 140729995358880 140548839699808 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23983] ppid=23971 vsize=10684512 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23983/stat : 23983 (java) S 23971 23974 12560 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 63583056 10940940288 2049382 18446744073709551615 4194304 4196468 140729995358880 140548838647424 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23984] ppid=23971 vsize=10684512 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23984/stat : 23984 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63583059 10940940288 2049382 18446744073709551615 4194304 4196468 140729995358880 140548837595728 140549799958427 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23985] ppid=23971 vsize=10684512 memory=1688 CPUtime=0.26 cores=0,2,4,6
/proc/23974/task/23985/stat : 23985 (java) S 23971 23974 12560 0 -1 1077944384 1575 0 0 0 26 0 0 0 20 0 17 0 63583059 10940940288 2049382 18446744073709551615 4194304 4196468 140729995358880 140548836542576 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23986] ppid=23971 vsize=10684512 memory=5808 CPUtime=0.25 cores=0,2,4,6
/proc/23974/task/23986/stat : 23986 (java) S 23971 23974 12560 0 -1 1077944384 1449 0 0 0 25 0 0 0 20 0 17 0 63583059 10940940288 2049382 18446744073709551615 4194304 4196468 140729995358880 140548835489776 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23987] ppid=23971 vsize=10684512 memory=4612 CPUtime=0.15 cores=0,2,4,6
/proc/23974/task/23987/stat : 23987 (java) S 23971 23974 12560 0 -1 1077944384 1082 0 0 0 15 0 0 0 20 0 17 0 63583059 10940940288 2049382 18446744073709551615 4194304 4196468 140729995358880 140548834436384 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23988] ppid=23971 vsize=10684512 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23988/stat : 23988 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63583059 10940940288 2049382 18446744073709551615 4194304 4196468 140729995358880 140548833384928 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23989] ppid=23971 vsize=10684512 memory=2016 CPUtime=0.36 cores=0,2,4,6
/proc/23974/task/23989/stat : 23989 (java) S 23971 23974 12560 0 -1 1077944384 605 0 0 0 19 17 0 0 20 0 17 0 63583064 10940940288 2049382 18446744073709551615 4194304 4196468 140729995358880 140548832332720 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=24002] ppid=23971 vsize=10684512 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/23974/task/24002/stat : 24002 (java) S 23971 23974 12560 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 17 0 63620818 10940940288 2049382 18446744073709551615 4194304 4196468 140729995358880 140548831268816 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=24003] ppid=23971 vsize=10684512 memory=8600 CPUtime=0 cores=0,2,4,6
/proc/23974/task/24003/stat : 24003 (java) S 23971 23974 12560 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 63620818 10940940288 2049382 18446744073709551615 4194304 4196468 140729995358880 140548830224688 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
Current children cumulated CPU time: 1621.31 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8197528 KiB

[startup+444.802 s]
/proc/loadavg: 4.71 5.05 5.15 6/212 24005
/proc/meminfo: memFree=19236392/32770624 swapFree=67105588/67108860
[pid=23974] ppid=23971 vsize=10684512 memory=8197532 CPUtime=1627.67 cores=0,2,4,6
/proc/23974/stat : 23974 (java) S 23971 23974 12560 0 -1 1077944320 255195 0 0 0 161980 787 0 0 20 0 17 0 63583048 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140729995341424 140549799939831 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
/proc/23974/statm: 2671128 2049383 3142 1 0 2660543 0
[pid=23974/tid=23976] ppid=23971 vsize=10684512 memory=2384 CPUtime=16.69 cores=0,2,4,6
/proc/23974/task/23976/stat : 23976 (java) S 23971 23974 12560 0 -1 1077944384 16900 0 0 0 1654 15 0 0 20 0 17 0 63583054 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140549804180512 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23977] ppid=23971 vsize=10684512 memory=1688 CPUtime=396.06 cores=0,2,4,6
/proc/23974/task/23977/stat : 23977 (java) R 23971 23974 12560 0 -1 4202560 55877 0 0 0 39430 176 0 0 20 0 17 0 63583054 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140549730359896 140549784397434 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23978] ppid=23971 vsize=10684512 memory=5808 CPUtime=394.72 cores=0,2,4,6
/proc/23974/task/23978/stat : 23978 (java) R 23971 23974 12560 0 -1 4202560 31640 0 0 0 39285 187 0 0 20 0 17 0 63583054 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140549729307096 140549781549464 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23979] ppid=23971 vsize=10684512 memory=8197524 CPUtime=395.89 cores=0,2,4,6
/proc/23974/task/23979/stat : 23979 (java) R 23971 23974 12560 0 -1 4202560 48136 0 0 0 39396 193 0 0 20 0 17 0 63583054 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140549728254808 140549784638590 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23980] ppid=23971 vsize=10684512 memory=8197524 CPUtime=395.35 cores=0,2,4,6
/proc/23974/task/23980/stat : 23980 (java) R 23971 23974 12560 0 -1 4202560 24918 0 0 0 39329 206 0 0 20 0 17 0 63583054 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140549727201696 140549784638641 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23981] ppid=23971 vsize=10684512 memory=8197524 CPUtime=27.85 cores=0,2,4,6
/proc/23974/task/23981/stat : 23981 (java) S 23971 23974 12560 0 -1 1077944384 71186 0 0 0 2782 3 0 0 20 0 17 0 63583056 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548840752320 140549799950037 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23982] ppid=23971 vsize=10684512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23982/stat : 23982 (java) S 23971 23974 12560 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 63583056 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548839699808 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23983] ppid=23971 vsize=10684512 memory=6082202987142148183 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23983/stat : 23983 (java) S 23971 23974 12560 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 63583056 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548838647424 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23984] ppid=23971 vsize=10684512 memory=7525634194444609113 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23984/stat : 23984 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63583059 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548837595728 140549799958427 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23985] ppid=23971 vsize=10684512 memory=5808 CPUtime=0.26 cores=0,2,4,6
/proc/23974/task/23985/stat : 23985 (java) S 23971 23974 12560 0 -1 1077944384 1575 0 0 0 26 0 0 0 20 0 17 0 63583059 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548836542576 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23986] ppid=23971 vsize=10684512 memory=4612 CPUtime=0.25 cores=0,2,4,6
/proc/23974/task/23986/stat : 23986 (java) S 23971 23974 12560 0 -1 1077944384 1449 0 0 0 25 0 0 0 20 0 17 0 63583059 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548835489776 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23987] ppid=23971 vsize=10684512 memory=1004 CPUtime=0.15 cores=0,2,4,6
/proc/23974/task/23987/stat : 23987 (java) S 23971 23974 12560 0 -1 1077944384 1082 0 0 0 15 0 0 0 20 0 17 0 63583059 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548834436384 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23988] ppid=23971 vsize=10684512 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23988/stat : 23988 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63583059 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548833384928 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23989] ppid=23971 vsize=10684512 memory=-8774313645642428999 CPUtime=0.36 cores=0,2,4,6
/proc/23974/task/23989/stat : 23989 (java) S 23971 23974 12560 0 -1 1077944384 605 0 0 0 19 17 0 0 20 0 17 0 63583064 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548832332720 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=24002] ppid=23971 vsize=10684512 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/23974/task/24002/stat : 24002 (java) S 23971 23974 12560 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 17 0 63620818 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548831268816 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=24003] ppid=23971 vsize=10684512 memory=644 CPUtime=0 cores=0,2,4,6
/proc/23974/task/24003/stat : 24003 (java) S 23971 23974 12560 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 63620818 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548830224688 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
Current children cumulated CPU time: 1627.67 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8197532 KiB

[startup+445.211 s]
/proc/loadavg: 4.71 5.05 5.15 6/212 24005
/proc/meminfo: memFree=19236392/32770624 swapFree=67105588/67108860
[pid=23974] ppid=23971 vsize=10684512 memory=8197532 CPUtime=1629.3 cores=0,2,4,6
/proc/23974/stat : 23974 (java) S 23971 23974 12560 0 -1 1077944320 255195 0 0 0 162143 787 0 0 20 0 17 0 63583048 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140729995341424 140549799939831 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
/proc/23974/statm: 2671128 2049383 3142 1 0 2660543 0
[pid=23974/tid=23976] ppid=23971 vsize=10684512 memory=15584 CPUtime=16.69 cores=0,2,4,6
/proc/23974/task/23976/stat : 23976 (java) S 23971 23974 12560 0 -1 1077944384 16900 0 0 0 1654 15 0 0 20 0 17 0 63583054 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140549804180512 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23977] ppid=23971 vsize=10684512 memory=-8774313645642428999 CPUtime=396.47 cores=0,2,4,6
/proc/23974/task/23977/stat : 23977 (java) R 23971 23974 12560 0 -1 4202560 55877 0 0 0 39471 176 0 0 20 0 17 0 63583054 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140549730359896 140549784936235 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23978] ppid=23971 vsize=10684512 memory=4144 CPUtime=395.11 cores=0,2,4,6
/proc/23974/task/23978/stat : 23978 (java) R 23971 23974 12560 0 -1 4202560 31640 0 0 0 39324 187 0 0 20 0 17 0 63583054 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140549729307096 140549784936212 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23979] ppid=23971 vsize=10684512 memory=36328 CPUtime=396.3 cores=0,2,4,6
/proc/23974/task/23979/stat : 23979 (java) R 23971 23974 12560 0 -1 4202560 48136 0 0 0 39437 193 0 0 20 0 17 0 63583054 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140549728254808 140549784936340 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23980] ppid=23971 vsize=10684512 memory=8197524 CPUtime=395.76 cores=0,2,4,6
/proc/23974/task/23980/stat : 23980 (java) R 23971 23974 12560 0 -1 4202560 24918 0 0 0 39370 206 0 0 20 0 17 0 63583054 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140549727201696 140549784936384 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23981] ppid=23971 vsize=10684512 memory=4872558044660077418 CPUtime=27.85 cores=0,2,4,6
/proc/23974/task/23981/stat : 23981 (java) S 23971 23974 12560 0 -1 1077944384 71186 0 0 0 2782 3 0 0 20 0 17 0 63583056 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548840752320 140549799950037 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23982] ppid=23971 vsize=10684512 memory=8600 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23982/stat : 23982 (java) S 23971 23974 12560 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 63583056 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548839699808 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23983] ppid=23971 vsize=10684512 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23983/stat : 23983 (java) S 23971 23974 12560 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 63583056 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548838647424 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23984] ppid=23971 vsize=10684512 memory=14260 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23984/stat : 23984 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63583059 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548837595728 140549799958427 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23985] ppid=23971 vsize=10684512 memory=796 CPUtime=0.26 cores=0,2,4,6
/proc/23974/task/23985/stat : 23985 (java) S 23971 23974 12560 0 -1 1077944384 1575 0 0 0 26 0 0 0 20 0 17 0 63583059 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548836542624 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23986] ppid=23971 vsize=10684512 memory=1228 CPUtime=0.25 cores=0,2,4,6
/proc/23974/task/23986/stat : 23986 (java) S 23971 23974 12560 0 -1 1077944384 1449 0 0 0 25 0 0 0 20 0 17 0 63583059 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548835489536 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23987] ppid=23971 vsize=10684512 memory=1412 CPUtime=0.15 cores=0,2,4,6
/proc/23974/task/23987/stat : 23987 (java) S 23971 23974 12560 0 -1 1077944384 1082 0 0 0 15 0 0 0 20 0 17 0 63583059 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548834436384 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23988] ppid=23971 vsize=10684512 memory=15584 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23988/stat : 23988 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63583059 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548833384928 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23989] ppid=23971 vsize=10684512 memory=22376 CPUtime=0.36 cores=0,2,4,6
/proc/23974/task/23989/stat : 23989 (java) S 23971 23974 12560 0 -1 1077944384 605 0 0 0 19 17 0 0 20 0 17 0 63583064 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548832332720 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=24002] ppid=23971 vsize=10684512 memory=8197532 CPUtime=0 cores=0,2,4,6
/proc/23974/task/24002/stat : 24002 (java) S 23971 23974 12560 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 17 0 63620818 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548831268816 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=24003] ppid=23971 vsize=10684512 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/23974/task/24003/stat : 24003 (java) S 23971 23974 12560 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 63620818 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548830224688 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
Current children cumulated CPU time: 1629.3 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8197532 KiB

[startup+445.401 s]
/proc/loadavg: 4.71 5.05 5.15 6/212 24005
/proc/meminfo: memFree=19236392/32770624 swapFree=67105588/67108860
[pid=23974] ppid=23971 vsize=10684512 memory=8197532 CPUtime=1630.05 cores=0,2,4,6
/proc/23974/stat : 23974 (java) S 23971 23974 12560 0 -1 1077944320 255195 0 0 0 162218 787 0 0 20 0 17 0 63583048 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140729995341424 140549799939831 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
/proc/23974/statm: 2671128 2049383 3142 1 0 2660543 0
[pid=23974/tid=23976] ppid=23971 vsize=10684512 memory=157063 CPUtime=16.69 cores=0,2,4,6
/proc/23974/task/23976/stat : 23976 (java) S 23971 23974 12560 0 -1 1077944384 16900 0 0 0 1654 15 0 0 20 0 17 0 63583054 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140549804180512 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23977] ppid=23971 vsize=10684512 memory=1669 CPUtime=396.66 cores=0,2,4,6
/proc/23974/task/23977/stat : 23977 (java) R 23971 23974 12560 0 -1 4202560 55877 0 0 0 39490 176 0 0 20 0 17 0 63583054 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140549730359504 140549792568039 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23978] ppid=23971 vsize=10684512 memory=1610 CPUtime=395.3 cores=0,2,4,6
/proc/23974/task/23978/stat : 23978 (java) R 23971 23974 12560 0 -1 4202560 31640 0 0 0 39343 187 0 0 20 0 17 0 63583054 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140549729307016 140549792568039 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23979] ppid=23971 vsize=10684512 memory=336 CPUtime=396.49 cores=0,2,4,6
/proc/23974/task/23979/stat : 23979 (java) R 23971 23974 12560 0 -1 4202560 48136 0 0 0 39456 193 0 0 20 0 17 0 63583054 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140549728254808 140549781549440 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23980] ppid=23971 vsize=10684512 memory=106 CPUtime=395.95 cores=0,2,4,6
/proc/23974/task/23980/stat : 23980 (java) R 23971 23974 12560 0 -1 4202560 24918 0 0 0 39389 206 0 0 20 0 17 0 63583054 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140549727201696 140549792568039 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23981] ppid=23971 vsize=10684512 memory=-8774313645642428999 CPUtime=27.85 cores=0,2,4,6
/proc/23974/task/23981/stat : 23981 (java) S 23971 23974 12560 0 -1 1077944384 71186 0 0 0 2782 3 0 0 20 0 17 0 63583056 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548840752320 140549799950037 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23982] ppid=23971 vsize=10684512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23982/stat : 23982 (java) S 23971 23974 12560 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 63583056 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548839699808 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23983] ppid=23971 vsize=10684512 memory=37 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23983/stat : 23983 (java) S 23971 23974 12560 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 63583056 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548838647424 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23984] ppid=23971 vsize=10684512 memory=1 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23984/stat : 23984 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63583059 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548837595728 140549799958427 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23985] ppid=23971 vsize=10684512 memory=4107 CPUtime=0.26 cores=0,2,4,6
/proc/23974/task/23985/stat : 23985 (java) S 23971 23974 12560 0 -1 1077944384 1575 0 0 0 26 0 0 0 20 0 17 0 63583059 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548836542624 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23986] ppid=23971 vsize=10684512 memory=32 CPUtime=0.25 cores=0,2,4,6
/proc/23974/task/23986/stat : 23986 (java) S 23971 23974 12560 0 -1 1077944384 1449 0 0 0 25 0 0 0 20 0 17 0 63583059 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548835489536 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23987] ppid=23971 vsize=10684512 memory=8197532 CPUtime=0.15 cores=0,2,4,6
/proc/23974/task/23987/stat : 23987 (java) S 23971 23974 12560 0 -1 1077944384 1082 0 0 0 15 0 0 0 20 0 17 0 63583059 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548834436384 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23988] ppid=23971 vsize=10684512 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/23974/task/23988/stat : 23988 (java) S 23971 23974 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63583059 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548833384928 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=23989] ppid=23971 vsize=10684512 memory=15254835616287083 CPUtime=0.36 cores=0,2,4,6
/proc/23974/task/23989/stat : 23989 (java) S 23971 23974 12560 0 -1 1077944384 605 0 0 0 19 17 0 0 20 0 17 0 63583064 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548832332720 140549799950978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=24002] ppid=23971 vsize=10684512 memory=920 CPUtime=0 cores=0,2,4,6
/proc/23974/task/24002/stat : 24002 (java) S 23971 23974 12560 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 17 0 63620818 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548831268816 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
[pid=23974/tid=24003] ppid=23971 vsize=10684512 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/23974/task/24003/stat : 24003 (java) S 23971 23974 12560 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 63620818 10940940288 2049383 18446744073709551615 4194304 4196468 140729995358880 140548830224688 140549799950037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21606400 140729995362704 140729995362857 140729995362857 140729995366351 0
Current children cumulated CPU time: 1630.05 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8197532 KiB

[startup+445.501 s]*
/proc/loadavg: 4.71 5.05 5.15 3/197 24005
/proc/meminfo: memFree=25142604/32770624 swapFree=67105588/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): 445.518
CPU time (s): 1630.27
CPU user time (s): 1622.35
CPU system time (s): 7.92073
CPU usage (%): 365.927
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8197532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1622.35
system time used= 7.92073
maximum resident set size= 8197644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255304
page faults= 0
swaps= 0
block input operations= 0
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22936
involuntary context switches= 19261


# summary of solver processes directly reported to runsolver:
#   pid: 23974
#   total CPU time (s): 1630.27
#   total CPU user time (s): 1622.35
#   total CPU system time (s): 7.92073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.53499 second user time and 4.50023 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 10:30:35
IDJOB=4263351
IDBENCH=120665
IDSOLVER=2651
FILE ID=node126/4263351-1502613876
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Knights/Knights-m1-s1/Knights-100-05.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263351-1502613876/watcher-4263351-1502613876 -o /tmp/evaluation-result-4263351-1502613876/solver-4263351-1502613876 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263351-1502613876.xml

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

MD5SUM BENCH= 49715548d1d786de52e060044cf6008a
RANDOM SEED=645304072

node126.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.81
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.81
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.81
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.81
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:        29532668 kB
MemAvailable:   29761120 kB
Buffers:          257220 kB
Cached:           241324 kB
SwapCached:          524 kB
Active:          2621360 kB
Inactive:         134776 kB
Active(anon):    2205324 kB
Inactive(anon):    85576 kB
Active(file):     416036 kB
Inactive(file):    49200 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1736 kB
Writeback:             0 kB
AnonPages:       2264596 kB
Mapped:            58700 kB
Shmem:             33440 kB
Slab:             184096 kB
SReclaimable:     158104 kB
SUnreclaim:        25992 kB
KernelStack:        3776 kB
PageTables:        10500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3584236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2162688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 10:38:00