Trace number 4289930

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? 1632.48 440.228

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-3-2_c18.xml
MD5SUMcf06b96073d81f03e6b89e8a6528df72
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables333
Number of constraints356
Number of domains3
Minimum domain size20
Maximum domain size111
Distribution of domain sizes[{"size":20,"count":111},{"size":43,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":111},{"degree":4,"count":111},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":132},{"arity":111,"count":113},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":21},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1521.46/410.78	Jul 22, 2018 5:08:17 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1521.46/410.78	INFO: Runtime exception
1521.46/410.78	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1521.46/410.78		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:358)
1521.46/410.78		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:1037)
1521.46/410.78		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:379)
1521.46/410.78		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:188)
1521.46/410.78		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1521.46/410.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1521.46/410.78		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:459)
1521.46/410.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:431)
1521.46/410.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1521.46/410.78		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1521.46/410.78		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1521.46/410.78		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1521.46/410.78		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1521.46/410.78		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1521.46/410.78		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1521.46/410.78		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1521.46/410.78	Caused by: java.lang.reflect.InvocationTargetException
1521.46/410.78		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1521.46/410.78		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1521.46/410.78		at java.lang.reflect.Method.invoke(Method.java:498)
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1521.46/410.78		... 18 more
1521.46/410.78	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1521.46/410.78		... 22 more
1521.46/410.78	Caused by: java.lang.reflect.InvocationTargetException
1521.46/410.78		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1521.46/410.78		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1521.46/410.78		at java.lang.reflect.Method.invoke(Method.java:498)
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1521.46/410.78		... 23 more
1521.46/410.78	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1521.46/410.78		... 27 more
1521.46/410.78	Caused by: java.lang.reflect.InvocationTargetException
1521.46/410.78		at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
1521.46/410.78		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1521.46/410.78		at java.lang.reflect.Method.invoke(Method.java:498)
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1521.46/410.78		... 27 more
1521.46/410.78	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:159)
1521.46/410.78		at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
1521.46/410.78		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1521.46/410.78		at java.lang.reflect.Method.invoke(Method.java:498)
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1521.46/410.78		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1521.46/410.78		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1521.46/410.78		at java.lang.reflect.Method.invoke(Method.java:498)
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1521.46/410.78		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1521.46/410.78		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1521.46/410.78		at java.lang.reflect.Method.invoke(Method.java:498)
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1521.46/410.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1521.46/410.78		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:358)
1521.46/410.78		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:1037)
1521.46/410.78		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:379)
1521.46/410.78		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:188)
1521.46/410.78		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1521.46/410.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1521.46/410.78		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:459)
1521.46/410.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:431)
1521.46/410.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1521.46/410.78		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1521.46/410.78		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1521.46/410.78		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1521.46/410.78		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1521.46/410.78		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1521.46/410.78		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1521.46/410.78	
1632.36/440.18	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1632.36/440.18	c This is free software under the dual EPL/GNU LGPL licenses.
1632.36/440.18	c See www.sat4j.org for details.
1632.36/440.18	c That software uses the Rhino library from the Mozilla project.
1632.36/440.18	c version 2.3.6-SNAPSHOT
1632.36/440.18	c java.runtime.name	Java(TM) SE Runtime Environment
1632.36/440.18	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1632.36/440.18	c java.vm.version	25.131-b11
1632.36/440.18	c java.vm.vendor	Oracle Corporation
1632.36/440.18	c sun.arch.data.model	64
1632.36/440.18	c java.version		1.8.0_131
1632.36/440.18	c os.name		Linux
1632.36/440.18	c os.version		3.10.0-514.16.1.el7.x86_64
1632.36/440.18	c os.arch		amd64
1632.36/440.18	c Free memory 		499604488
1632.36/440.18	c Max memory 		7247757312
1632.36/440.18	c Total memory 		504889344
1632.36/440.18	c Number of processors 	4
1632.36/440.18	c c --- Begin Solver configuration ---
1632.36/440.18	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1632.36/440.18	c Learn all clauses as in MiniSAT
1632.36/440.18	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1632.36/440.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1632.36/440.18	c No reason simplification
1632.36/440.18	c Glucose 2.1 dynamic restart strategy
1632.36/440.18	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
1632.36/440.18	c timeout=2147483s
1632.36/440.18	c DB Simplification allowed=false
1632.36/440.18	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1632.36/440.18	c --- End Solver configuration ---
1632.36/440.18	c starts		: 0
1632.36/440.18	c conflicts		: 0
1632.36/440.18	c decisions		: 0
1632.36/440.18	c propagations		: 0
1632.36/440.18	c inspects		: 0
1632.36/440.18	c shortcuts		: 0
1632.36/440.18	c learnt literals	: 0
1632.36/440.18	c learnt binary clauses	: 0
1632.36/440.18	c learnt ternary clauses	: 0
1632.36/440.18	c learnt constraints	: 0
1632.36/440.18	c ignored constraints	: 0
1632.36/440.18	c root simplifications	: 0
1632.36/440.18	c removed literals (reason simplification)	: 0
1632.36/440.18	c reason swapping (by a shorter reason)	: 0
1632.36/440.18	c Calls to reduceDB	: 0
1632.36/440.18	c Number of update (reduction) of LBD	: 0
1632.36/440.18	c Imported unit clauses	: 0
1632.36/440.18	c number of reductions to clauses (during analyze)	: 0
1632.36/440.18	c number of learned constraints concerned by reduction	: 0
1632.36/440.18	c number of learning phase by resolution	: 0
1632.36/440.18	c number of learning phase by cutting planes	: 0
1632.36/440.18	c number of rounding to 1 operations	: 0
1632.36/440.18	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1632.36/440.18	c number of reductions of the coefficients by power 2 	: 0
1632.36/440.18	c number of right shift for reduction by power 2 	: 0
1632.36/440.18	c number of reductions of the coefficients by GCD over coefficients 	: 0
1632.36/440.18	c number of ending skipping 	: 0
1632.36/440.18	c number of internal skipping 	: 0
1632.36/440.18	c number of derivation steps 	: 0
1632.36/440.18	c number of skipped derivation steps 	: 0
1632.36/440.18	c number of remaining unassigned 	: 0
1632.36/440.18	c number of remaining assigned 	: 0
1632.36/440.18	c speed (assignments/second)	: 0.0
1632.36/440.18	c non guided choices	: 0
1632.36/440.18	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 (4719 MiB free)
  memory of node 1: 16384 MiB (8971 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289930-1532271686/watcher-4289930-1532271686 -o /tmp/evaluation-result-4289930-1532271686/solver-4289930-1532271686 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532260671-3379 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289930-1532271686.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
solver pid=5060, runsolver pid=5057
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 4.55 4.07 3.02 3/222 5075
/proc/meminfo: memFree=13999960/32770624 swapFree=67108860/67108860
[pid=5060] ppid=5057 vsize=10659012 memory=30696 CPUtime=0.12 cores=1,3,5,7
/proc/5060/stat : 5060 (java) S 5057 5060 3347 0 -1 1077944320 6736 0 0 0 11 1 0 0 20 0 15 0 44731794 10914828288 7674 33554432000 4194304 4196468 140722281334736 140722281317280 140656080760567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
/proc/5060/statm: 2664753 7674 2821 1 0 2627263 0
[pid=5060/tid=5062] ppid=5057 vsize=10659012 memory=-8970426611306165440 CPUtime=0.09 cores=1,3,5,7
/proc/5060/task/5062/stat : 5062 (java) R 5057 5060 3347 0 -1 4202560 4585 0 0 0 8 1 0 0 20 0 15 0 44731795 10914828288 7674 33554432000 4194304 4196468 140722281334736 140656084989376 140656064841054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5063] ppid=5057 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5063/stat : 5063 (java) S 5057 5060 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731796 10914828288 7674 33554432000 4194304 4196468 140722281334736 140656022764176 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5064] ppid=5057 vsize=10659012 memory=140151319504512 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5064/stat : 5064 (java) S 5057 5060 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731796 10914828288 7674 33554432000 4194304 4196468 140722281334736 140656021711376 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5065] ppid=5057 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5065/stat : 5065 (java) S 5057 5060 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731796 10914828288 7674 33554432000 4194304 4196468 140722281334736 140656020658576 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5066] ppid=5057 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5066/stat : 5066 (java) S 5057 5060 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44731796 10914828288 7674 33554432000 4194304 4196468 140722281334736 140656019605776 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5067] ppid=5057 vsize=10659012 memory=140151319504512 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5067/stat : 5067 (java) S 5057 5060 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44731797 10914828288 7674 33554432000 4194304 4196468 140722281334736 140655573011312 140656080771714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5068] ppid=5057 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5068/stat : 5068 (java) S 5057 5060 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44731797 10914828288 7674 33554432000 4194304 4196468 140722281334736 140655571957280 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5069] ppid=5057 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5069/stat : 5069 (java) S 5057 5060 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44731798 10914828288 7674 33554432000 4194304 4196468 140722281334736 140655570904432 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5070] ppid=5057 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5070/stat : 5070 (java) S 5057 5060 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731800 10914828288 7674 33554432000 4194304 4196468 140722281334736 140655569852752 140656080779163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5071] ppid=5057 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5071/stat : 5071 (java) S 5057 5060 3347 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 15 0 44731800 10914828288 7674 33554432000 4194304 4196468 140722281334736 140655568800112 140656080771714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5072] ppid=5057 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5072/stat : 5072 (java) S 5057 5060 3347 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 44731800 10914828288 7674 33554432000 4194304 4196468 140722281334736 140655567747312 140656080771714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5073] ppid=5057 vsize=10659012 memory=140151319504512 CPUtime=0.02 cores=1,3,5,7
/proc/5060/task/5073/stat : 5073 (java) S 5057 5060 3347 0 -1 1077944384 342 0 0 0 2 0 0 0 20 0 15 0 44731800 10914828288 7674 33554432000 4194304 4196468 140722281334736 140655566694512 140656080771714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5074] ppid=5057 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5074/stat : 5074 (java) S 5057 5060 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731800 10914828288 7674 33554432000 4194304 4196468 140722281334736 140655565641952 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5075] ppid=5057 vsize=10659012 memory=140151319504512 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5075/stat : 5075 (java) S 5057 5060 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731800 10914828288 7674 33554432000 4194304 4196468 140722281334736 140655564590256 140656080771714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30696 KiB

[startup+0.211066 s]*
/proc/loadavg: 4.55 4.07 3.02 5/222 5075
/proc/meminfo: memFree=13990236/32770624 swapFree=67108860/67108860
[pid=5060] ppid=5057 vsize=10659012 memory=42152 CPUtime=0.33 cores=1,3,5,7
/proc/5060/stat : 5060 (java) S 5057 5060 3347 0 -1 1077944320 8109 0 0 0 31 2 0 0 20 0 15 0 44731794 10914828288 10538 33554432000 4194304 4196468 140722281334736 140722281317280 140656080760567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
/proc/5060/statm: 2664753 10538 3006 1 0 2627263 0
[pid=5060/tid=5062] ppid=5057 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5060/task/5062/stat : 5062 (java) R 5057 5060 3347 0 -1 4202560 5048 0 0 0 19 1 0 0 20 0 15 0 44731795 10914828288 10538 33554432000 4194304 4196468 140722281334736 140656084989920 140656064841054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5063] ppid=5057 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5063/stat : 5063 (java) S 5057 5060 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731796 10914828288 10538 33554432000 4194304 4196468 140722281334736 140656022764176 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5064] ppid=5057 vsize=10659012 memory=140151319529307 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5064/stat : 5064 (java) S 5057 5060 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731796 10914828288 10538 33554432000 4194304 4196468 140722281334736 140656021711376 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5065] ppid=5057 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5065/stat : 5065 (java) S 5057 5060 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731796 10914828288 10538 33554432000 4194304 4196468 140722281334736 140656020658576 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5066] ppid=5057 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5066/stat : 5066 (java) S 5057 5060 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44731796 10914828288 10538 33554432000 4194304 4196468 140722281334736 140656019605776 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5067] ppid=5057 vsize=10659012 memory=140151319504512 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5067/stat : 5067 (java) S 5057 5060 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44731797 10914828288 10538 33554432000 4194304 4196468 140722281334736 140655573011312 140656080771714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5068] ppid=5057 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5068/stat : 5068 (java) S 5057 5060 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44731797 10914828288 10538 33554432000 4194304 4196468 140722281334736 140655571957280 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5069] ppid=5057 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5069/stat : 5069 (java) S 5057 5060 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44731798 10914828288 10538 33554432000 4194304 4196468 140722281334736 140655570904432 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5070] ppid=5057 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5070/stat : 5070 (java) S 5057 5060 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731800 10914828288 10538 33554432000 4194304 4196468 140722281334736 140655569852752 140656080779163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5071] ppid=5057 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5060/task/5071/stat : 5071 (java) S 5057 5060 3347 0 -1 1077944384 799 0 0 0 2 0 0 0 20 0 15 0 44731800 10914828288 10538 33554432000 4194304 4196468 140722281334736 140655568800112 140656080771714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5072] ppid=5057 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5060/task/5072/stat : 5072 (java) S 5057 5060 3347 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 15 0 44731800 10914828288 10538 33554432000 4194304 4196468 140722281334736 140655567747312 140656080771714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5073] ppid=5057 vsize=10659012 memory=140151319504512 CPUtime=0.07 cores=1,3,5,7
/proc/5060/task/5073/stat : 5073 (java) S 5057 5060 3347 0 -1 1077944384 694 0 0 0 7 0 0 0 20 0 15 0 44731800 10914828288 10538 33554432000 4194304 4196468 140722281334736 140655566694512 140656080771714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5074] ppid=5057 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5074/stat : 5074 (java) S 5057 5060 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731800 10914828288 10538 33554432000 4194304 4196468 140722281334736 140655565641952 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5075] ppid=5057 vsize=10659012 memory=140151319504512 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5075/stat : 5075 (java) S 5057 5060 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731800 10914828288 10538 33554432000 4194304 4196468 140722281334736 140655564590256 140656080771714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42152 KiB

[startup+0.310598 s]*
/proc/loadavg: 4.55 4.07 3.02 5/222 5075
/proc/meminfo: memFree=13977148/32770624 swapFree=67108860/67108860
[pid=5060] ppid=5057 vsize=10659088 memory=53284 CPUtime=0.61 cores=1,3,5,7
/proc/5060/stat : 5060 (java) S 5057 5060 3347 0 -1 1077944320 9905 0 0 0 58 3 0 0 20 0 15 0 44731794 10914906112 13321 33554432000 4194304 4196468 140722281334736 140722281317280 140656080760567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
/proc/5060/statm: 2664772 13321 3071 1 0 2627263 0
[pid=5060/tid=5062] ppid=5057 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/5060/task/5062/stat : 5062 (java) R 5057 5060 3347 0 -1 4202560 5599 0 0 0 28 1 0 0 20 0 15 0 44731795 10914906112 13321 33554432000 4194304 4196468 140722281334736 140656084996000 140655699554661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5063] ppid=5057 vsize=10659088 memory=290763875203416087 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5063/stat : 5063 (java) S 5057 5060 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731796 10914906112 13321 33554432000 4194304 4196468 140722281334736 140656022764176 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5064] ppid=5057 vsize=10659088 memory=15398281226036888 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5064/stat : 5064 (java) S 5057 5060 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731796 10914906112 13321 33554432000 4194304 4196468 140722281334736 140656021711376 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5065] ppid=5057 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5065/stat : 5065 (java) S 5057 5060 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731796 10914906112 13321 33554432000 4194304 4196468 140722281334736 140656020658576 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5066] ppid=5057 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5066/stat : 5066 (java) S 5057 5060 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44731796 10914906112 13321 33554432000 4194304 4196468 140722281334736 140656019605776 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5067] ppid=5057 vsize=10659088 memory=140151319504512 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5067/stat : 5067 (java) S 5057 5060 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44731797 10914906112 13321 33554432000 4194304 4196468 140722281334736 140655573011312 140656080771714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5068] ppid=5057 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5068/stat : 5068 (java) S 5057 5060 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44731797 10914906112 13321 33554432000 4194304 4196468 140722281334736 140655571957280 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5069] ppid=5057 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5069/stat : 5069 (java) S 5057 5060 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44731798 10914906112 13321 33554432000 4194304 4196468 140722281334736 140655570904432 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5070] ppid=5057 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5070/stat : 5070 (java) S 5057 5060 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731800 10914906112 13321 33554432000 4194304 4196468 140722281334736 140655569852752 140656080779163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5071] ppid=5057 vsize=10659088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5060/task/5071/stat : 5071 (java) R 5057 5060 3347 0 -1 4202560 1360 0 0 0 8 0 0 0 20 0 15 0 44731800 10914906112 13321 33554432000 4194304 4196468 140722281334736 140655568781128 140656061946472 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5072] ppid=5057 vsize=10659088 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5060/task/5072/stat : 5072 (java) R 5057 5060 3347 0 -1 4202560 597 0 0 0 8 0 0 0 20 0 15 0 44731800 10914906112 13321 33554432000 4194304 4196468 140722281334736 140655567728328 140656062283819 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5073] ppid=5057 vsize=10659088 memory=140151319504512 CPUtime=0.12 cores=1,3,5,7
/proc/5060/task/5073/stat : 5073 (java) R 5057 5060 3347 0 -1 1077944384 980 0 0 0 12 0 0 0 20 0 15 0 44731800 10914906112 13321 33554432000 4194304 4196468 140722281334736 140655566694512 140656080771714 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5074] ppid=5057 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5074/stat : 5074 (java) S 5057 5060 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731800 10914906112 13321 33554432000 4194304 4196468 140722281334736 140655565641952 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5075] ppid=5057 vsize=10659088 memory=140151319504512 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5075/stat : 5075 (java) S 5057 5060 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731800 10914906112 13321 33554432000 4194304 4196468 140722281334736 140655564590256 140656080771714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53284 KiB

[startup+0.700874 s]
/proc/loadavg: 4.55 4.07 3.02 4/222 5075
/proc/meminfo: memFree=13935884/32770624 swapFree=67108860/67108860
[pid=5060] ppid=5057 vsize=10659088 memory=194232 CPUtime=1.94 cores=1,3,5,7
/proc/5060/stat : 5060 (java) S 5057 5060 3347 0 -1 1077944320 12657 0 0 0 186 8 0 0 20 0 15 0 44731794 10914906112 48558 33554432000 4194304 4196468 140722281334736 140722281317280 140656080760567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
/proc/5060/statm: 2664772 48558 3135 1 0 2627263 0
[pid=5060/tid=5062] ppid=5057 vsize=10659088 memory=1844 CPUtime=0.66 cores=1,3,5,7
/proc/5060/task/5062/stat : 5062 (java) R 5057 5060 3347 0 -1 4202560 6024 0 0 0 63 3 0 0 20 0 15 0 44731795 10914906112 48558 33554432000 4194304 4196468 140722281334736 140656084997248 140655699460557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5063] ppid=5057 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5063/stat : 5063 (java) S 5057 5060 3347 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 44731796 10914906112 48558 33554432000 4194304 4196468 140722281334736 140656022764176 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5064] ppid=5057 vsize=10659088 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5064/stat : 5064 (java) S 5057 5060 3347 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 44731796 10914906112 48558 33554432000 4194304 4196468 140722281334736 140656021711376 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5065] ppid=5057 vsize=10659088 memory=12984 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5065/stat : 5065 (java) S 5057 5060 3347 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 44731796 10914906112 48558 33554432000 4194304 4196468 140722281334736 140656020658576 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5066] ppid=5057 vsize=10659088 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5066/stat : 5066 (java) S 5057 5060 3347 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 44731796 10914906112 48558 33554432000 4194304 4196468 140722281334736 140656019605776 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5067] ppid=5057 vsize=10659088 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5067/stat : 5067 (java) S 5057 5060 3347 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44731797 10914906112 48558 33554432000 4194304 4196468 140722281334736 140655573011312 140656080771714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5068] ppid=5057 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5068/stat : 5068 (java) S 5057 5060 3347 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 44731797 10914906112 48558 33554432000 4194304 4196468 140722281334736 140655571957280 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5069] ppid=5057 vsize=10659088 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5069/stat : 5069 (java) S 5057 5060 3347 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 44731798 10914906112 48558 33554432000 4194304 4196468 140722281334736 140655570904432 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5070] ppid=5057 vsize=10659088 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5070/stat : 5070 (java) S 5057 5060 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731800 10914906112 48558 33554432000 4194304 4196468 140722281334736 140655569852752 140656080779163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5071] ppid=5057 vsize=10659088 memory=7739276948478455658 CPUtime=0.43 cores=1,3,5,7
/proc/5060/task/5071/stat : 5071 (java) R 5057 5060 3347 0 -1 1077944384 1743 0 0 0 43 0 0 0 20 0 15 0 44731800 10914906112 48558 33554432000 4194304 4196468 140722281334736 140655568800240 140656080770773 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5072] ppid=5057 vsize=10659088 memory=7368003688827211856 CPUtime=0.42 cores=1,3,5,7
/proc/5060/task/5072/stat : 5072 (java) R 5057 5060 3347 0 -1 4202560 1692 0 0 0 42 0 0 0 20 0 15 0 44731800 10914906112 48558 33554432000 4194304 4196468 140722281334736 140655567737104 140656064246459 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5073] ppid=5057 vsize=10659088 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/5060/task/5073/stat : 5073 (java) R 5057 5060 3347 0 -1 4202560 1693 0 0 0 34 0 0 0 20 0 15 0 44731800 10914906112 48558 33554432000 4194304 4196468 140722281334736 140655566692304 140656064127964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5074] ppid=5057 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5074/stat : 5074 (java) S 5057 5060 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731800 10914906112 48558 33554432000 4194304 4196468 140722281334736 140655565641952 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5075] ppid=5057 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5075/stat : 5075 (java) S 5057 5060 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731800 10914906112 48558 33554432000 4194304 4196468 140722281334736 140655564590256 140656080771714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 194232 KiB

[startup+1.50082 s]
/proc/loadavg: 4.55 4.07 3.02 5/222 5075
/proc/meminfo: memFree=13769760/32770624 swapFree=67108860/67108860
[pid=5060] ppid=5057 vsize=10659088 memory=523428 CPUtime=4.48 cores=1,3,5,7
/proc/5060/stat : 5060 (java) S 5057 5060 3347 0 -1 1077944320 15429 0 0 0 416 32 0 0 20 0 15 0 44731794 10914906112 130857 33554432000 4194304 4196468 140722281334736 140722281317280 140656080760567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
/proc/5060/statm: 2664772 130857 3152 1 0 2627263 0
[pid=5060/tid=5062] ppid=5057 vsize=10659088 memory=8112282956445269571 CPUtime=1.2 cores=1,3,5,7
/proc/5060/task/5062/stat : 5062 (java) R 5057 5060 3347 0 -1 4202560 6096 0 0 0 114 6 0 0 20 0 15 0 44731795 10914906112 130857 33554432000 4194304 4196468 140722281334736 140656084996928 140655704003122 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5063] ppid=5057 vsize=10659088 memory=-8754540793456063680 CPUtime=0.24 cores=1,3,5,7
/proc/5060/task/5063/stat : 5063 (java) S 5057 5060 3347 0 -1 1077944384 172 0 0 0 18 6 0 0 20 0 15 0 44731796 10914906112 130857 33554432000 4194304 4196468 140722281334736 140656022764176 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5064] ppid=5057 vsize=10659088 memory=-2843869621055772062 CPUtime=0.25 cores=1,3,5,7
/proc/5060/task/5064/stat : 5064 (java) S 5057 5060 3347 0 -1 1077944384 172 0 0 0 19 6 0 0 20 0 15 0 44731796 10914906112 130857 33554432000 4194304 4196468 140722281334736 140656021711376 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5065] ppid=5057 vsize=10659088 memory=5450919713671312938 CPUtime=0.22 cores=1,3,5,7
/proc/5060/task/5065/stat : 5065 (java) S 5057 5060 3347 0 -1 1077944384 167 0 0 0 17 5 0 0 20 0 15 0 44731796 10914906112 130857 33554432000 4194304 4196468 140722281334736 140656020658576 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5066] ppid=5057 vsize=10659088 memory=7005738693937936738 CPUtime=0.23 cores=1,3,5,7
/proc/5060/task/5066/stat : 5066 (java) S 5057 5060 3347 0 -1 1077944384 208 0 0 0 18 5 0 0 20 0 15 0 44731796 10914906112 130857 33554432000 4194304 4196468 140722281334736 140656019605776 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5067] ppid=5057 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5067/stat : 5067 (java) S 5057 5060 3347 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 44731797 10914906112 130857 33554432000 4194304 4196468 140722281334736 140655573011312 140656080771714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0

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

/proc/5060/task/5066/stat : 5066 (java) R 5057 5060 3347 0 -1 4202560 31566 0 0 0 39156 211 0 0 20 0 17 0 44731796 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140656019605896 140656073388775 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5067] ppid=5057 vsize=10859952 memory=1844 CPUtime=17.74 cores=1,3,5,7
/proc/5060/task/5067/stat : 5067 (java) S 5057 5060 3347 0 -1 1077944384 84864 0 0 0 1769 5 0 0 20 0 17 0 44731797 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655573009856 140656080770773 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5068] ppid=5057 vsize=10859952 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5068/stat : 5068 (java) S 5057 5060 3347 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 44731797 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655571957344 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5069] ppid=5057 vsize=10859952 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5069/stat : 5069 (java) S 5057 5060 3347 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 44731798 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655570904448 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5070] ppid=5057 vsize=10859952 memory=8413972 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5070/stat : 5070 (java) S 5057 5060 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655569852752 140656080779163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5071] ppid=5057 vsize=10859952 memory=8414836 CPUtime=1.79 cores=1,3,5,7
/proc/5060/task/5071/stat : 5071 (java) S 5057 5060 3347 0 -1 1077944384 10500 0 0 0 177 2 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655568799872 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5072] ppid=5057 vsize=10859952 memory=12984 CPUtime=1.19 cores=1,3,5,7
/proc/5060/task/5072/stat : 5072 (java) S 5057 5060 3347 0 -1 1077944384 4945 0 0 0 119 0 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655567747360 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5073] ppid=5057 vsize=10859952 memory=5664 CPUtime=0.42 cores=1,3,5,7
/proc/5060/task/5073/stat : 5073 (java) S 5057 5060 3347 0 -1 1077944384 2335 0 0 0 41 1 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655566689888 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5074] ppid=5057 vsize=10859952 memory=1586 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5074/stat : 5074 (java) S 5057 5060 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655565641952 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5075] ppid=5057 vsize=10859952 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/5060/task/5075/stat : 5075 (java) S 5057 5060 3347 0 -1 1077944384 927 0 0 0 13 9 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655564590256 140656080771714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5083] ppid=5057 vsize=10859952 memory=445 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5083/stat : 5083 (java) S 5057 5060 3347 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 44772873 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655561436976 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5084] ppid=5057 vsize=10859952 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5084/stat : 5084 (java) S 5057 5060 3347 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 44772873 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655560384944 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
Current children cumulated CPU time: 1614.85 s
Current children cumulated vsize: 10859952 KiB
Current children cumulated memory: 8414836 KiB

[startup+438.401 s]
/proc/loadavg: 4.97 4.69 3.70 6/222 5085
/proc/meminfo: memFree=4758808/32770624 swapFree=67108860/67108860
[pid=5060] ppid=5057 vsize=10859952 memory=8414836 CPUtime=1627.23 cores=1,3,5,7
/proc/5060/stat : 5060 (java) S 5057 5060 3347 0 -1 1077944320 277083 0 0 0 161892 831 0 0 20 0 17 0 44731794 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140722281317280 140656080760567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
/proc/5060/statm: 2714988 2103709 3224 1 0 2677441 0
[pid=5060/tid=5062] ppid=5057 vsize=10859952 memory=1296 CPUtime=14.95 cores=1,3,5,7
/proc/5060/task/5062/stat : 5062 (java) S 5057 5060 3347 0 -1 1077944384 15330 0 0 0 1483 12 0 0 20 0 17 0 44731795 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140656085001248 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5063] ppid=5057 vsize=10859952 memory=2324 CPUtime=397.39 cores=1,3,5,7
/proc/5060/task/5063/stat : 5063 (java) R 5057 5060 3347 0 -1 4202560 46116 0 0 0 39528 211 0 0 20 0 17 0 44731796 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140656022764296 140656073388775 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5064] ppid=5057 vsize=10859952 memory=1844 CPUtime=398.29 cores=1,3,5,7
/proc/5060/task/5064/stat : 5064 (java) R 5057 5060 3347 0 -1 4202560 48508 0 0 0 39644 185 0 0 20 0 17 0 44731796 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140656021711576 140656062313808 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5065] ppid=5057 vsize=10859952 memory=796 CPUtime=398.39 cores=1,3,5,7
/proc/5060/task/5065/stat : 5065 (java) R 5057 5060 3347 0 -1 4202560 30493 0 0 0 39645 194 0 0 20 0 17 0 44731796 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140656020658384 140656073388775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5066] ppid=5057 vsize=10859952 memory=1700 CPUtime=396.75 cores=1,3,5,7
/proc/5060/task/5066/stat : 5066 (java) R 5057 5060 3347 0 -1 4202560 31566 0 0 0 39463 212 0 0 20 0 17 0 44731796 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140656019605584 140656073388775 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5067] ppid=5057 vsize=10859952 memory=12984 CPUtime=17.74 cores=1,3,5,7
/proc/5060/task/5067/stat : 5067 (java) S 5057 5060 3347 0 -1 1077944384 84864 0 0 0 1769 5 0 0 20 0 17 0 44731797 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655573009856 140656080770773 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5068] ppid=5057 vsize=10859952 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5068/stat : 5068 (java) S 5057 5060 3347 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 44731797 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655571957344 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5069] ppid=5057 vsize=10859952 memory=1956 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5069/stat : 5069 (java) S 5057 5060 3347 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 44731798 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655570904448 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5070] ppid=5057 vsize=10859952 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5070/stat : 5070 (java) S 5057 5060 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655569852752 140656080779163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5071] ppid=5057 vsize=10859952 memory=8384 CPUtime=1.79 cores=1,3,5,7
/proc/5060/task/5071/stat : 5071 (java) S 5057 5060 3347 0 -1 1077944384 10500 0 0 0 177 2 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655568799872 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5072] ppid=5057 vsize=10859952 memory=5664 CPUtime=1.19 cores=1,3,5,7
/proc/5060/task/5072/stat : 5072 (java) S 5057 5060 3347 0 -1 1077944384 4945 0 0 0 119 0 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655567747360 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5073] ppid=5057 vsize=10859952 memory=4620 CPUtime=0.42 cores=1,3,5,7
/proc/5060/task/5073/stat : 5073 (java) S 5057 5060 3347 0 -1 1077944384 2335 0 0 0 41 1 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655566689888 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5074] ppid=5057 vsize=10859952 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5074/stat : 5074 (java) S 5057 5060 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655565641952 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5075] ppid=5057 vsize=10859952 memory=1232 CPUtime=0.22 cores=1,3,5,7
/proc/5060/task/5075/stat : 5075 (java) S 5057 5060 3347 0 -1 1077944384 927 0 0 0 13 9 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655564590256 140656080771714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5083] ppid=5057 vsize=10859952 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5083/stat : 5083 (java) S 5057 5060 3347 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 44772873 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655561436976 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5084] ppid=5057 vsize=10859952 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5084/stat : 5084 (java) S 5057 5060 3347 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 44772873 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655560384944 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
Current children cumulated CPU time: 1627.23 s
Current children cumulated vsize: 10859952 KiB
Current children cumulated memory: 8414836 KiB

[startup+439.201 s]
/proc/loadavg: 4.97 4.69 3.70 6/222 5085
/proc/meminfo: memFree=4758808/32770624 swapFree=67108860/67108860
[pid=5060] ppid=5057 vsize=10859952 memory=8414836 CPUtime=1630.32 cores=1,3,5,7
/proc/5060/stat : 5060 (java) S 5057 5060 3347 0 -1 1077944320 277083 0 0 0 162201 831 0 0 20 0 17 0 44731794 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140722281317280 140656080760567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
/proc/5060/statm: 2714988 2103709 3224 1 0 2677441 0
[pid=5060/tid=5062] ppid=5057 vsize=10859952 memory=1956 CPUtime=14.95 cores=1,3,5,7
/proc/5060/task/5062/stat : 5062 (java) S 5057 5060 3347 0 -1 1077944384 15330 0 0 0 1483 12 0 0 20 0 17 0 44731795 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140656085001248 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5063] ppid=5057 vsize=10859952 memory=8112282956445269571 CPUtime=398.14 cores=1,3,5,7
/proc/5060/task/5063/stat : 5063 (java) R 5057 5060 3347 0 -1 4202560 46116 0 0 0 39603 211 0 0 20 0 17 0 44731796 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140656022764296 140656073388775 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5064] ppid=5057 vsize=10859952 memory=0 CPUtime=399.09 cores=1,3,5,7
/proc/5060/task/5064/stat : 5064 (java) R 5057 5060 3347 0 -1 4202560 48508 0 0 0 39724 185 0 0 20 0 17 0 44731796 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140656021711576 140656065218200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5065] ppid=5057 vsize=10859952 memory=0 CPUtime=399.15 cores=1,3,5,7
/proc/5060/task/5065/stat : 5065 (java) R 5057 5060 3347 0 -1 4202560 30493 0 0 0 39721 194 0 0 20 0 17 0 44731796 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140656020658384 140656073388775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5066] ppid=5057 vsize=10859952 memory=0 CPUtime=397.52 cores=1,3,5,7
/proc/5060/task/5066/stat : 5066 (java) R 5057 5060 3347 0 -1 4202560 31566 0 0 0 39540 212 0 0 20 0 17 0 44731796 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140656019605584 140656073388775 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5067] ppid=5057 vsize=10859952 memory=2324 CPUtime=17.74 cores=1,3,5,7
/proc/5060/task/5067/stat : 5067 (java) S 5057 5060 3347 0 -1 1077944384 84864 0 0 0 1769 5 0 0 20 0 17 0 44731797 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655573009856 140656080770773 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5068] ppid=5057 vsize=10859952 memory=1844 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5068/stat : 5068 (java) S 5057 5060 3347 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 44731797 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655571957344 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5069] ppid=5057 vsize=10859952 memory=796 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5069/stat : 5069 (java) S 5057 5060 3347 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 44731798 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655570904448 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5070] ppid=5057 vsize=10859952 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5070/stat : 5070 (java) S 5057 5060 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655569852752 140656080779163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5071] ppid=5057 vsize=10859952 memory=12984 CPUtime=1.79 cores=1,3,5,7
/proc/5060/task/5071/stat : 5071 (java) S 5057 5060 3347 0 -1 1077944384 10500 0 0 0 177 2 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655568799872 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5072] ppid=5057 vsize=10859952 memory=5664 CPUtime=1.19 cores=1,3,5,7
/proc/5060/task/5072/stat : 5072 (java) S 5057 5060 3347 0 -1 1077944384 4945 0 0 0 119 0 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655567747360 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5073] ppid=5057 vsize=10859952 memory=4620 CPUtime=0.42 cores=1,3,5,7
/proc/5060/task/5073/stat : 5073 (java) S 5057 5060 3347 0 -1 1077944384 2335 0 0 0 41 1 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655566689888 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5074] ppid=5057 vsize=10859952 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5074/stat : 5074 (java) S 5057 5060 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655565641952 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5075] ppid=5057 vsize=10859952 memory=2336 CPUtime=0.22 cores=1,3,5,7
/proc/5060/task/5075/stat : 5075 (java) S 5057 5060 3347 0 -1 1077944384 927 0 0 0 13 9 0 0 20 0 17 0 44731800 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655564590256 140656080771714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5083] ppid=5057 vsize=10859952 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5083/stat : 5083 (java) S 5057 5060 3347 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 44772873 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655561436976 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5084] ppid=5057 vsize=10859952 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5084/stat : 5084 (java) S 5057 5060 3347 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 44772873 11120590848 2103709 33554432000 4194304 4196468 140722281334736 140655560384944 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
Current children cumulated CPU time: 1630.32 s
Current children cumulated vsize: 10859952 KiB
Current children cumulated memory: 8414836 KiB

[startup+440.001 s]*
/proc/loadavg: 4.97 4.69 3.70 3/222 5085
/proc/meminfo: memFree=4758808/32770624 swapFree=67108860/67108860
[pid=5060] ppid=5057 vsize=10859952 memory=8414844 CPUtime=1632.26 cores=1,3,5,7
/proc/5060/stat : 5060 (java) S 5057 5060 3347 0 -1 1077944320 277338 0 0 0 162394 832 0 0 20 0 17 0 44731794 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140722281317280 140656080760567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
/proc/5060/statm: 2714988 2103711 3224 1 0 2677441 0
[pid=5060/tid=5062] ppid=5057 vsize=10859952 memory=8112282956445269571 CPUtime=14.95 cores=1,3,5,7
/proc/5060/task/5062/stat : 5062 (java) S 5057 5060 3347 0 -1 1077944384 15330 0 0 0 1483 12 0 0 20 0 17 0 44731795 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140656085001248 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5063] ppid=5057 vsize=10859952 memory=4126316290023845779 CPUtime=398.51 cores=1,3,5,7
/proc/5060/task/5063/stat : 5063 (java) S 5057 5060 3347 0 -1 1077944384 46116 0 0 0 39640 211 0 0 20 0 17 0 44731796 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140656022764176 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5064] ppid=5057 vsize=10859952 memory=16432 CPUtime=399.48 cores=1,3,5,7
/proc/5060/task/5064/stat : 5064 (java) S 5057 5060 3347 0 -1 1077944384 48508 0 0 0 39763 185 0 0 20 0 17 0 44731796 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140656021711376 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5065] ppid=5057 vsize=10859952 memory=4048 CPUtime=399.53 cores=1,3,5,7
/proc/5060/task/5065/stat : 5065 (java) S 5057 5060 3347 0 -1 1077944384 30493 0 0 0 39759 194 0 0 20 0 17 0 44731796 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140656020658576 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5066] ppid=5057 vsize=10859952 memory=1236 CPUtime=397.9 cores=1,3,5,7
/proc/5060/task/5066/stat : 5066 (java) S 5057 5060 3347 0 -1 1077944384 31566 0 0 0 39577 213 0 0 20 0 17 0 44731796 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140656019605776 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5067] ppid=5057 vsize=10859952 memory=8112282956445269571 CPUtime=18.15 cores=1,3,5,7
/proc/5060/task/5067/stat : 5067 (java) R 5057 5060 3347 0 -1 4202560 85119 0 0 0 1810 5 0 0 20 0 17 0 44731797 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140655573009744 140656065757120 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5068] ppid=5057 vsize=10859952 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5068/stat : 5068 (java) S 5057 5060 3347 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 44731797 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140655571957344 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5069] ppid=5057 vsize=10859952 memory=644 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5069/stat : 5069 (java) S 5057 5060 3347 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 44731798 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140655570904448 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5070] ppid=5057 vsize=10859952 memory=956 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5070/stat : 5070 (java) S 5057 5060 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44731800 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140655569852752 140656080779163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5071] ppid=5057 vsize=10859952 memory=2336 CPUtime=1.79 cores=1,3,5,7
/proc/5060/task/5071/stat : 5071 (java) S 5057 5060 3347 0 -1 1077944384 10500 0 0 0 177 2 0 0 20 0 17 0 44731800 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140655568799872 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5072] ppid=5057 vsize=10859952 memory=4036 CPUtime=1.19 cores=1,3,5,7
/proc/5060/task/5072/stat : 5072 (java) S 5057 5060 3347 0 -1 1077944384 4945 0 0 0 119 0 0 0 20 0 17 0 44731800 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140655567747360 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5073] ppid=5057 vsize=10859952 memory=15228 CPUtime=0.42 cores=1,3,5,7
/proc/5060/task/5073/stat : 5073 (java) S 5057 5060 3347 0 -1 1077944384 2335 0 0 0 41 1 0 0 20 0 17 0 44731800 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140655566689888 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5074] ppid=5057 vsize=10859952 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5074/stat : 5074 (java) S 5057 5060 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44731800 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140655565641952 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5075] ppid=5057 vsize=10859952 memory=8414836 CPUtime=0.22 cores=1,3,5,7
/proc/5060/task/5075/stat : 5075 (java) S 5057 5060 3347 0 -1 1077944384 927 0 0 0 13 9 0 0 20 0 17 0 44731800 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140655564590256 140656080771714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5083] ppid=5057 vsize=10859952 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5083/stat : 5083 (java) S 5057 5060 3347 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 44772873 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140655561436976 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
[pid=5060/tid=5084] ppid=5057 vsize=10859952 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/5060/task/5084/stat : 5084 (java) S 5057 5060 3347 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 44772873 11120590848 2103711 33554432000 4194304 4196468 140722281334736 140655560384944 140656080770773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6504448 140722281342065 140722281342217 140722281342217 140722281344975 0
Current children cumulated CPU time: 1632.26 s
Current children cumulated vsize: 10859952 KiB
Current children cumulated memory: 8414844 KiB

[startup+440.215 s]*
/proc/loadavg: 4.97 4.69 3.70 4/207 5085
/proc/meminfo: memFree=12745188/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): 440.228
CPU time (s): 1632.48
CPU user time (s): 1624.12
CPU system time (s): 8.36216
CPU usage (%): 370.826
Max. virtual memory (cumulated for all children) (KiB): 10859952
Max. memory (cumulated for all children) (KiB): 8414844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1624.12
system time used= 8.36216
maximum resident set size= 8415208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277448
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35419
involuntary context switches= 19493


# summary of solver processes directly reported to runsolver:
#   pid: 5060
#   total CPU time (s): 1632.48
#   total CPU user time (s): 1624.12
#   total CPU system time (s): 8.36216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.77992 second user time and 4.54973 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 17:01:26
IDJOB=4289930
IDBENCH=141641
IDSOLVER=2742
FILE ID=node133/4289930-1532271686
RUNJOBID= node133-1532260671-3379
PBS_JOBID= 21018968
Free space on /tmp= 52644 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-3-2_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289930-1532271686/watcher-4289930-1532271686 -o /tmp/evaluation-result-4289930-1532271686/solver-4289930-1532271686 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532260671-3379 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289930-1532271686.xml

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

MD5SUM BENCH= cf06b96073d81f03e6b89e8a6528df72
RANDOM SEED=82857519

node133.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.24
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.24
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.24
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.24
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:        14019352 kB
MemAvailable:   28768036 kB
Buffers:          202436 kB
Cached:         14624184 kB
SwapCached:            0 kB
Active:          4391980 kB
Inactive:       13654036 kB
Active(anon):    3210120 kB
Inactive(anon):    29520 kB
Active(file):    1181860 kB
Inactive(file): 13624516 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2796 kB
Writeback:             0 kB
AnonPages:       3226872 kB
Mapped:            47800 kB
Shmem:             17056 kB
Slab:             398128 kB
SReclaimable:     370768 kB
SUnreclaim:        27360 kB
KernelStack:        3952 kB
PageTables:        11868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4646728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3098624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52640 MiB
End job on node133 at 2018-07-22 17:08:47