Trace number 4243944

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
R1: sat4j-CSP 2017-07-05? 1450.7 241.137

General information on the benchmark

NameMagicSquare/MagicSquare-mdd-s1/
MagicSquare-6-mdd.xml
MD5SUM8668c89063be86bb404699d31286727c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.662099
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints15
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":24},{"degree":4,"count":12}]
Minimum constraint arity6
Maximum constraint arity36
Distribution of constraint arities[{"arity":6,"count":14},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":14},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

1381.40/230.73	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1381.40/230.73		at org.sat4j.core.Vec.ensure(Vec.java:176)
1381.40/230.73		at org.sat4j.core.Vec.push(Vec.java:183)
1381.40/230.73		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:250)
1381.40/230.73		at org.sat4j.minisat.constraints.cnf.BinaryClause.register(BinaryClause.java:241)
1381.40/230.73		at org.sat4j.minisat.constraints.cnf.OriginalBinaryClause.brandNewClause(OriginalBinaryClause.java:73)
1381.40/230.73		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:54)
1381.40/230.73		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1381.40/230.73		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1381.40/230.73		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1381.40/230.73		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1381.40/230.73		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1381.40/230.73		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1381.40/230.73		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachabilityOfStartState(LanguageCtrBuilder.java:173)
1381.40/230.73		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:119)
1381.40/230.73		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1381.40/230.73		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1381.40/230.73		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1381.40/230.73		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1381.40/230.73		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1381.40/230.73		at org.sat4j.csp.constraints3.LanguageCtrBuilder.buildCtrRegular(LanguageCtrBuilder.java:66)
1381.40/230.73		at org.sat4j.csp.constraints3.LanguageCtrBuilder.access$400(LanguageCtrBuilder.java:41)
1381.40/230.73		at org.sat4j.csp.constraints3.LanguageCtrBuilder$MddToRegularHelper.buildCtr(LanguageCtrBuilder.java:234)
1381.40/230.73		at org.sat4j.csp.constraints3.LanguageCtrBuilder$MddToRegularHelper.access$200(LanguageCtrBuilder.java:217)
1381.40/230.73		at org.sat4j.csp.constraints3.LanguageCtrBuilder.buildCtrMDD(LanguageCtrBuilder.java:214)
1381.40/230.73		at org.sat4j.reader.XMLCSP3Reader.buildCtrMDD(XMLCSP3Reader.java:647)
1381.40/230.73		at org.xcsp.parser.loaders.CtrLoaderInteger.mdd(CtrLoaderInteger.java:423)
1381.40/230.73		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:136)
1381.40/230.73		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1381.40/230.73		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1381.40/230.73		at org.xcsp.parser.XCallbacks$$Lambda$60/357863579.accept(Unknown Source)
1381.40/230.73		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1381.40/230.73		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1381.44/230.93	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1381.44/230.93	c This is free software under the dual EPL/GNU LGPL licenses.
1381.44/230.93	c See www.sat4j.org for details.
1381.44/230.93	c That software uses the Rhino library from the Mozilla project.
1381.44/230.93	c version CUSTOM.v20170705
1381.44/230.93	c java.runtime.name	Java(TM) SE Runtime Environment
1381.44/230.93	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1381.44/230.93	c java.vm.version	25.131-b11
1381.44/230.93	c java.vm.vendor	Oracle Corporation
1381.44/230.93	c sun.arch.data.model	64
1381.44/230.93	c java.version		1.8.0_131
1381.44/230.93	c os.name		Linux
1381.44/230.93	c os.version		3.10.0-514.16.1.el7.x86_64
1381.44/230.93	c os.arch		amd64
1381.44/230.93	c Free memory 		499604488
1381.44/230.93	c Max memory 		7247757312
1381.44/230.93	c Total memory 		504889344
1381.44/230.93	c Number of processors 	8
1381.44/230.93	c c --- Begin Solver configuration ---
1381.44/230.93	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1381.44/230.93	c Learn all clauses as in MiniSAT
1381.44/230.93	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1381.44/230.93	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1381.44/230.93	c No reason simplification
1381.44/230.93	c Glucose 2.1 dynamic restart strategy
1381.44/230.93	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1381.44/230.93	c timeout=2147483s
1381.44/230.93	c DB Simplification allowed=false
1381.44/230.93	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1381.44/230.93	c --- End Solver configuration ---
1381.44/230.93	c starts		: 0
1381.44/230.93	c conflicts		: 0
1381.44/230.93	c decisions		: 0
1381.44/230.93	c propagations		: 0
1381.44/230.93	c inspects		: 0
1381.44/230.93	c shortcuts		: 0
1450.55/241.09	c learnt literals	: 0
1450.55/241.09	c learnt binary clauses	: 0
1450.55/241.09	c learnt ternary clauses	: 0
1450.55/241.09	c learnt constraints	: 0
1450.55/241.09	c ignored constraints	: 0
1450.55/241.09	c root simplifications	: 0
1450.55/241.09	c removed literals (reason simplification)	: 0
1450.55/241.09	c reason swapping (by a shorter reason)	: 0
1450.55/241.09	c Calls to reduceDB	: 0
1450.55/241.09	c Number of update (reduction) of LBD	: 0
1450.55/241.09	c Imported unit clauses	: 0
1450.55/241.09	c number of reductions to clauses (during analyze)	: 0
1450.55/241.09	c number of learned constraints concerned by reduction	: 0
1450.55/241.09	c number of learning phase by resolution	: 0
1450.55/241.09	c number of learning phase by cutting planes	: 0
1450.55/241.09	c number of rounding to 1 operations	: 0
1450.55/241.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1450.55/241.09	c number of reductions of the coefficients by power 2 	: 0
1450.55/241.09	c number of right shift for reduction by power 2 	: 0
1450.55/241.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
1450.55/241.09	c speed (assignments/second)	: 0.0
1450.55/241.09	c non guided choices	0
1450.55/241.09	c learnt constraints type 
1450.55/241.09	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243944-1500678002/watcher-4243944-1500678002 -o /tmp/evaluation-result-4243944-1500678002/solver-4243944-1500678002 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500678002-15360 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243944-1500678002.xml 

pid=15396
running on 8 cores: 1,3,5,7,9,11,13,15

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.04 1.05 1.30 3/252 15399
/proc/meminfo: memFree=32081992/32770624 swapFree=5840/47236
[pid=15399] ppid=15396 vsize=8352828 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/stat : 15399 (java) S 15396 15399 9815 0 -1 1077944320 2234 0 0 0 0 0 0 0 20 0 5 0 3069844 8553295872 2461 33554432000 4194304 4196468 140729470416688 140729470399232 140246104895223 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
/proc/15399/statm: 2088207 2461 1197 1 0 2077118 0
[pid=15399/tid=15402] ppid=15396 vsize=8354884 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15402/stat : 15402 (java) R 15396 15399 9815 0 -1 4202560 937 0 0 0 0 0 0 0 20 0 7 0 3069844 8555401216 2461 33554432000 4194304 4196468 140729470416688 140246109136592 140246097132350 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15403] ppid=15396 vsize=8355912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15403/stat : 15403 (java) S 15396 15399 9815 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 8 0 3069845 8556453888 2461 33554432000 4194304 4196468 140729470416688 140246057515616 140246104905429 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15404] ppid=15396 vsize=8356940 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15404/stat : 15404 (java) S 15396 15399 9815 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 8 0 3069845 8557506560 2461 33554432000 4194304 4196468 140729470416688 140246056463072 140246104905429 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15405] ppid=15396 vsize=8357968 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15405/stat : 15405 (java) S 15396 15399 9815 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 9 0 3069845 8558559232 2527 33554432000 4194304 4196468 140729470416688 140246055410528 140246104905429 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15406] ppid=15396 vsize=8554576 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15406/stat : 15406 (java) R 15396 15399 9815 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 3069845 8759885824 2527 33554432000 4194304 4196468 140729470416688 140246054357984 140246104905429 0 4 0 16784584 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15407] ppid=15396 vsize=8882256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15407/stat : 15407 (java) D 15396 15399 9815 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3069845 9095430144 2527 33554432000 4194304 4196468 140729470416688 140246053304632 140246097612375 0 4 0 16784584 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15408] ppid=15396 vsize=8882256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15408/stat : 15408 (java) D 15396 15399 9815 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3069845 9095430144 2527 33554432000 4194304 4196468 140729470416688 140246052252088 140246097123043 0 4 0 16784584 18446744071582151416 0 0 -1 9 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15409] ppid=15396 vsize=8816720 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15409/stat : 15409 (java) D 15396 15399 9815 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 10 0 3069845 9028321280 2527 33554432000 4194304 4196468 140729470416688 140246051199640 140246084919088 0 4 0 16784584 18446744071582151416 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15410] ppid=15396 vsize=8816720 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15410/stat : 15410 (java) D 15396 15399 9815 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 10 0 3069845 9028321280 2527 33554432000 4194304 4196468 140729470416688 140245704825624 140246084919088 0 4 0 16784584 18446744071582151416 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0

[startup+0.100126 s]
/proc/loadavg: 1.04 1.05 1.30 3/252 15399
/proc/meminfo: memFree=32081992/32770624 swapFree=5840/47236
[pid=15399] ppid=15396 vsize=10900456 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/15399/stat : 15399 (java) S 15396 15399 9815 0 -1 1077944320 5002 0 0 0 9 1 0 0 20 0 20 0 3069844 11162066944 6118 33554432000 4194304 4196468 140729470416688 140729470399232 140246104895223 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
/proc/15399/statm: 2725114 6118 2636 1 0 2713552 0
[pid=15399/tid=15402] ppid=15396 vsize=10900456 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15402/stat : 15402 (java) R 15396 15399 9815 0 -1 4202560 3088 0 0 0 7 1 0 0 20 0 20 0 3069844 11162066944 6118 33554432000 4194304 4196468 140729470416688 140246109133232 140246097573237 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15403] ppid=15396 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15403/stat : 15403 (java) S 15396 15399 9815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3069845 11162066944 6118 33554432000 4194304 4196468 140729470416688 140246057515280 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15404] ppid=15396 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15404/stat : 15404 (java) S 15396 15399 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3069845 11162066944 6118 33554432000 4194304 4196468 140729470416688 140246056462736 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15405] ppid=15396 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15405/stat : 15405 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3069845 11162066944 6118 33554432000 4194304 4196468 140729470416688 140246055410192 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15406] ppid=15396 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15406/stat : 15406 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3069845 11162066944 6118 33554432000 4194304 4196468 140729470416688 140246054357648 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15407] ppid=15396 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15407/stat : 15407 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3069845 11162066944 6118 33554432000 4194304 4196468 140729470416688 140246053305104 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15408] ppid=15396 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15408/stat : 15408 (java) S 15396 15399 9815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3069845 11162066944 6118 33554432000 4194304 4196468 140729470416688 140246052252560 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15409] ppid=15396 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15409/stat : 15409 (java) S 15396 15399 9815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3069845 11162066944 6118 33554432000 4194304 4196468 140729470416688 140246051200016 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15410] ppid=15396 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15410/stat : 15410 (java) S 15396 15399 9815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3069845 11162066944 6118 33554432000 4194304 4196468 140729470416688 140245704826000 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900456

[startup+0.200849 s]
/proc/loadavg: 1.04 1.05 1.30 3/252 15399
/proc/meminfo: memFree=32081992/32770624 swapFree=5840/47236
[pid=15399] ppid=15396 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15399/stat : 15399 (java) S 15396 15399 9815 0 -1 1077944320 7159 0 0 0 24 2 0 0 20 0 20 0 3069844 11162169344 8424 33554432000 4194304 4196468 140729470416688 140729470399232 140246104895223 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
/proc/15399/statm: 2725139 8424 2865 1 0 2713552 0
[pid=15399/tid=15402] ppid=15396 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15402/stat : 15402 (java) R 15396 15399 9815 0 -1 4202560 4815 0 0 0 16 1 0 0 20 0 20 0 3069844 11162169344 8424 33554432000 4194304 4196468 140729470416688 140246109125168 140246088975710 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15403] ppid=15396 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15403/stat : 15403 (java) S 15396 15399 9815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3069845 11162169344 8424 33554432000 4194304 4196468 140729470416688 140246057515280 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15404] ppid=15396 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15404/stat : 15404 (java) S 15396 15399 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3069845 11162169344 8424 33554432000 4194304 4196468 140729470416688 140246056462736 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15405] ppid=15396 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15405/stat : 15405 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3069845 11162169344 8424 33554432000 4194304 4196468 140729470416688 140246055410192 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15406] ppid=15396 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15406/stat : 15406 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3069845 11162169344 8424 33554432000 4194304 4196468 140729470416688 140246054357648 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15407] ppid=15396 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15407/stat : 15407 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3069845 11162169344 8424 33554432000 4194304 4196468 140729470416688 140246053305104 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15408] ppid=15396 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15408/stat : 15408 (java) S 15396 15399 9815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3069845 11162169344 8424 33554432000 4194304 4196468 140729470416688 140246052252560 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15409] ppid=15396 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15409/stat : 15409 (java) S 15396 15399 9815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3069845 11162169344 8424 33554432000 4194304 4196468 140729470416688 140246051200016 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15410] ppid=15396 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15410/stat : 15410 (java) S 15396 15399 9815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3069845 11162169344 8424 33554432000 4194304 4196468 140729470416688 140245704826000 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300599 s]
/proc/loadavg: 1.04 1.05 1.30 3/252 15399
/proc/meminfo: memFree=32081992/32770624 swapFree=5840/47236
[pid=15399] ppid=15396 vsize=10900556 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/15399/stat : 15399 (java) S 15396 15399 9815 0 -1 1077944320 8220 0 0 0 40 3 0 0 20 0 20 0 3069844 11162169344 10347 33554432000 4194304 4196468 140729470416688 140729470399232 140246104895223 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
/proc/15399/statm: 2725139 10347 2945 1 0 2713552 0
[pid=15399/tid=15402] ppid=15396 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15402/stat : 15402 (java) R 15396 15399 9815 0 -1 4202560 5446 0 0 0 25 2 0 0 20 0 20 0 3069844 11162169344 10347 33554432000 4194304 4196468 140729470416688 140246109125600 140246085111487 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15403] ppid=15396 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15403/stat : 15403 (java) S 15396 15399 9815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3069845 11162169344 10347 33554432000 4194304 4196468 140729470416688 140246057515280 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15404] ppid=15396 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15404/stat : 15404 (java) S 15396 15399 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3069845 11162169344 10347 33554432000 4194304 4196468 140729470416688 140246056462736 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15405] ppid=15396 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15405/stat : 15405 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3069845 11162169344 10347 33554432000 4194304 4196468 140729470416688 140246055410192 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15406] ppid=15396 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15406/stat : 15406 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3069845 11162169344 10413 33554432000 4194304 4196468 140729470416688 140246054357648 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15407] ppid=15396 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15407/stat : 15407 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3069845 11162169344 10413 33554432000 4194304 4196468 140729470416688 140246053305104 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15408] ppid=15396 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15408/stat : 15408 (java) S 15396 15399 9815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3069845 11162169344 10413 33554432000 4194304 4196468 140729470416688 140246052252560 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15409] ppid=15396 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15409/stat : 15409 (java) S 15396 15399 9815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3069845 11162169344 10478 33554432000 4194304 4196468 140729470416688 140246051200016 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15410] ppid=15396 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15410/stat : 15410 (java) S 15396 15399 9815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3069845 11162169344 10478 33554432000 4194304 4196468 140729470416688 140245704826000 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700646 s]
/proc/loadavg: 1.04 1.05 1.30 3/252 15399
/proc/meminfo: memFree=32081992/32770624 swapFree=5840/47236
[pid=15399] ppid=15396 vsize=10900632 CPUtime=2.01 cores=1,3,5,7,9,11,13,15
/proc/15399/stat : 15399 (java) S 15396 15399 9815 0 -1 1077944320 14379 0 0 0 195 6 0 0 20 0 20 0 3069844 11162247168 28894 33554432000 4194304 4196468 140729470416688 140729470399232 140246104895223 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
/proc/15399/statm: 2725158 28894 3084 1 0 2713552 0
[pid=15399/tid=15402] ppid=15396 vsize=10900632 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15402/stat : 15402 (java) R 15396 15399 9815 0 -1 4202560 5850 0 0 0 64 3 0 0 20 0 20 0 3069844 11162247168 28894 33554432000 4194304 4196468 140729470416688 140246109131176 140245731519504 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15403] ppid=15396 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15403/stat : 15403 (java) S 15396 15399 9815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3069845 11162247168 28894 33554432000 4194304 4196468 140729470416688 140246057515280 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15404] ppid=15396 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15404/stat : 15404 (java) S 15396 15399 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3069845 11162247168 28894 33554432000 4194304 4196468 140729470416688 140246056462736 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15405] ppid=15396 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15405/stat : 15405 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3069845 11162247168 28894 33554432000 4194304 4196468 140729470416688 140246055410192 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15406] ppid=15396 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15406/stat : 15406 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3069845 11162247168 28894 33554432000 4194304 4196468 140729470416688 140246054357648 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15407] ppid=15396 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15407/stat : 15407 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3069845 11162247168 28894 33554432000 4194304 4196468 140729470416688 140246053305104 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15408] ppid=15396 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15408/stat : 15408 (java) S 15396 15399 9815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3069845 11162247168 28894 33554432000 4194304 4196468 140729470416688 140246052252560 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15409] ppid=15396 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15409/stat : 15409 (java) S 15396 15399 9815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3069845 11162247168 28894 33554432000 4194304 4196468 140729470416688 140246051200016 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15410] ppid=15396 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15410/stat : 15410 (java) S 15396 15399 9815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3069845 11162247168 28894 33554432000 4194304 4196468 140729470416688 140245704826000 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 10900632

[startup+1.50079 s]
/proc/loadavg: 1.04 1.05 1.30 11/280 15465
/proc/meminfo: memFree=31830396/32770624 swapFree=5840/47612
[pid=15399] ppid=15396 vsize=10900632 CPUtime=4.96 cores=1,3,5,7,9,11,13,15
/proc/15399/stat : 15399 (java) S 15396 15399 9815 0 -1 1077944320 17204 0 0 0 442 54 0 0 20 0 20 0 3069844 11162247168 107120 33554432000 4194304 4196468 140729470416688 140729470399232 140246104895223 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
/proc/15399/statm: 2725158 107120 3113 1 0 2713552 0
[pid=15399/tid=15402] ppid=15396 vsize=10900632 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15402/stat : 15402 (java) R 15396 15399 9815 0 -1 4202560 5991 0 0 0 124 5 0 0 20 0 20 0 3069844 11162247168 107120 33554432000 4194304 4196468 140729470416688 140246109131136 140245734954513 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15403] ppid=15396 vsize=10900632 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15403/stat : 15403 (java) S 15396 15399 9815 0 -1 1077944384 130 0 0 0 9 5 0 0 20 0 20 0 3069845 11162247168 107120 33554432000 4194304 4196468 140729470416688 140246057515280 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15404] ppid=15396 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15404/stat : 15404 (java) S 15396 15399 9815 0 -1 1077944384 90 0 0 0 8 5 0 0 20 0 20 0 3069845 11162247168 107120 33554432000 4194304 4196468 140729470416688 140246056462736 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15405] ppid=15396 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15405/stat : 15405 (java) S 15396 15399 9815 0 -1 1077944384 102 0 0 0 9 6 0 0 20 0 20 0 3069845 11162247168 107120 33554432000 4194304 4196468 140729470416688 140246055410192 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15406] ppid=15396 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15406/stat : 15406 (java) S 15396 15399 9815 0 -1 1077944384 94 0 0 0 10 5 0 0 20 0 20 0 3069845 11162247168 107120 33554432000 4194304 4196468 140729470416688 140246054357648 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15407] ppid=15396 vsize=10900632 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15407/stat : 15407 (java) S 15396 15399 9815 0 -1 1077944384 74 0 0 0 11 5 0 0 20 0 20 0 3069845 11162247168 107120 33554432000 4194304 4196468 140729470416688 140246053305104 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15408] ppid=15396 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15408/stat : 15408 (java) S 15396 15399 9815 0 -1 1077944384 109 0 0 0 10 5 0 0 20 0 20 0 3069845 11162247168 107120 33554432000 4194304 4196468 140729470416688 140246052252560 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15409] ppid=15396 vsize=10900632 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15409/stat : 15409 (java) S 15396 15399 9815 0 -1 1077944384 99 0 0 0 9 5 0 0 20 0 20 0 3069845 11162247168 107120 33554432000 4194304 4196468 140729470416688 140246051200016 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15410] ppid=15396 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15410/stat : 15410 (java) S 15396 15399 9815 0 -1 1077944384 109 0 0 0 10 5 0 0 20 0 20 0 3069845 11162247168 107120 33554432000 4194304 4196468 140729470416688 140245704826000 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15412] ppid=15396 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15412/stat : 15412 (java) S 15396 15399 9815 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 3069847 11162247168 107120 33554432000 4194304 4196468 140729470416688 140245446158320 140246104906370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15413] ppid=15396 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15413/stat : 15413 (java) S 15396 15399 9815 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 3069848 11162247168 107120 33554432000 4194304 4196468 140729470416688 140245445104544 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15414] ppid=15396 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15414/stat : 15414 (java) S 15396 15399 9815 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3069848 11162247168 107120 33554432000 4194304 4196468 140729470416688 140245444051952 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15422] ppid=15396 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15422/stat : 15422 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3069852 11162247168 107120 33554432000 4194304 4196468 140729470416688 140245443000528 140246104913819 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15423] ppid=15396 vsize=10900632 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15423/stat : 15423 (java) S 15396 15399 9815 0 -1 1077944384 1879 0 0 0 61 0 0 0 20 0 20 0 3069852 11162247168 107120 33554432000 4194304 4196468 140729470416688 140245441948144 140246104906370 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15424] ppid=15396 vsize=10900632 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15424/stat : 15424 (java) S 15396 15399 9815 0 -1 1077944384 2588 0 0 0 90 0 0 0 20 0 20 0 3069852 11162247168 107120 33554432000 4194304 4196468 140729470416688 140245440895600 140246104906370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15425] ppid=15396 vsize=10900632 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15425/stat : 15425 (java) S 15396 15399 9815 0 -1 1077944384 3036 0 0 0 54 0 0 0 20 0 20 0 3069852 11162247168 107120 33554432000 4194304 4196468 140729470416688 140245439843056 140246104906370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15426] ppid=15396 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15426/stat : 15426 (java) S 15396 15399 9815 0 -1 1077944384 1452 0 0 0 31 0 0 0 20 0 20 0 3069852 11162247168 107120 33554432000 4194304 4196468 140729470416688 140245438790512 140246104906370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15427] ppid=15396 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15427/stat : 15427 (java) S 15396 15399 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3069852 11162247168 107120 33554432000 4194304 4196468 140729470416688 140245437737184 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15428] ppid=15396 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15428/stat : 15428 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3069853 11162247168 107120 33554432000 4194304 4196468 140729470416688 140245436684720 140246104906370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
Current children cumulated CPU time (s) 4.96

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

/proc/15399/task/15426/stat : 15426 (java) S 15396 15399 9815 0 -1 1077944384 2142 0 0 0 32 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245438790560 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15427] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15427/stat : 15427 (java) S 15396 15399 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245437737184 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15428] ppid=15396 vsize=11033760 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15428/stat : 15428 (java) S 15396 15399 9815 0 -1 1077944384 850 0 0 0 5 4 0 0 20 0 21 0 3069853 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245436684720 140246104906370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15554] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15554/stat : 15554 (java) S 15396 15399 9815 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 3092917 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245435628704 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
Current children cumulated CPU time (s) 1439.99
Current children cumulated vsize (KiB) 11033760

[startup+240.001 s]
/proc/loadavg: 12.17 6.15 3.23 10/284 15555
/proc/meminfo: memFree=15318716/32770624 swapFree=5840/50172
[pid=15399] ppid=15396 vsize=11033760 CPUtime=1449.55 cores=1,3,5,7,9,11,13,15
/proc/15399/stat : 15399 (java) S 15396 15399 9815 0 -1 1077944320 193053 0 0 0 143230 1725 0 0 20 0 21 0 3069844 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140729470399232 140246104895223 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
/proc/15399/statm: 2758440 2089619 3135 1 0 2746834 0
[pid=15399/tid=15402] ppid=15396 vsize=11033760 CPUtime=14.06 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15402/stat : 15402 (java) S 15396 15399 9815 0 -1 1077944384 13536 0 0 0 1396 10 0 0 20 0 21 0 3069844 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246109135904 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15403] ppid=15396 vsize=11033760 CPUtime=173.04 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15403/stat : 15403 (java) S 15396 15399 9815 0 -1 1077944384 24326 0 0 0 17092 212 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246057515280 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15404] ppid=15396 vsize=11033760 CPUtime=172.57 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15404/stat : 15404 (java) S 15396 15399 9815 0 -1 1077944384 17177 0 0 0 17045 212 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246056462736 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15405] ppid=15396 vsize=11033760 CPUtime=172.89 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15405/stat : 15405 (java) S 15396 15399 9815 0 -1 1077944384 13229 0 0 0 17064 225 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246055410192 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15406] ppid=15396 vsize=11033760 CPUtime=173.11 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15406/stat : 15406 (java) S 15396 15399 9815 0 -1 1077944384 15019 0 0 0 17101 210 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246054357648 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15407] ppid=15396 vsize=11033760 CPUtime=173.18 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15407/stat : 15407 (java) S 15396 15399 9815 0 -1 1077944384 16432 0 0 0 17105 213 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246053305104 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15408] ppid=15396 vsize=11033760 CPUtime=172.39 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15408/stat : 15408 (java) S 15396 15399 9815 0 -1 1077944384 14727 0 0 0 17023 216 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246052252560 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15409] ppid=15396 vsize=11033760 CPUtime=173.12 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15409/stat : 15409 (java) S 15396 15399 9815 0 -1 1077944384 14840 0 0 0 17118 194 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246051200016 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15410] ppid=15396 vsize=11033760 CPUtime=173.25 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15410/stat : 15410 (java) S 15396 15399 9815 0 -1 1077944384 14778 0 0 0 17106 219 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245704826000 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15412] ppid=15396 vsize=11033760 CPUtime=49.31 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15412/stat : 15412 (java) R 15396 15399 9815 0 -1 4202560 36919 0 0 0 4929 2 0 0 20 0 21 0 3069847 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245446156752 140246089891620 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15413] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15413/stat : 15413 (java) S 15396 15399 9815 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 21 0 3069848 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245445104608 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15414] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15414/stat : 15414 (java) S 15396 15399 9815 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3069848 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245444051952 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15422] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15422/stat : 15422 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245443000528 140246104913819 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15423] ppid=15396 vsize=11033760 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15423/stat : 15423 (java) S 15396 15399 9815 0 -1 1077944384 1898 0 0 0 61 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245441948192 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15424] ppid=15396 vsize=11033760 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15424/stat : 15424 (java) S 15396 15399 9815 0 -1 1077944384 2620 0 0 0 90 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245440895648 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15425] ppid=15396 vsize=11033760 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15425/stat : 15425 (java) S 15396 15399 9815 0 -1 1077944384 3056 0 0 0 54 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245439842816 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15426] ppid=15396 vsize=11033760 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15426/stat : 15426 (java) S 15396 15399 9815 0 -1 1077944384 2142 0 0 0 32 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245438790560 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15427] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15427/stat : 15427 (java) S 15396 15399 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245437737184 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15428] ppid=15396 vsize=11033760 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15428/stat : 15428 (java) S 15396 15399 9815 0 -1 1077944384 850 0 0 0 5 4 0 0 20 0 21 0 3069853 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245436684720 140246104906370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15554] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15554/stat : 15554 (java) S 15396 15399 9815 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 3092917 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245435628704 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
Current children cumulated CPU time (s) 1449.55
Current children cumulated vsize (KiB) 11033760

[startup+240.801 s]
/proc/loadavg: 12.17 6.15 3.23 10/284 15555
/proc/meminfo: memFree=15318716/32770624 swapFree=5840/50172
[pid=15399] ppid=15396 vsize=11033760 CPUtime=1450.35 cores=1,3,5,7,9,11,13,15
/proc/15399/stat : 15399 (java) S 15396 15399 9815 0 -1 1077944320 193053 0 0 0 143310 1725 0 0 20 0 21 0 3069844 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140729470399232 140246104895223 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
/proc/15399/statm: 2758440 2089619 3135 1 0 2746834 0
[pid=15399/tid=15402] ppid=15396 vsize=11033760 CPUtime=14.06 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15402/stat : 15402 (java) S 15396 15399 9815 0 -1 1077944384 13536 0 0 0 1396 10 0 0 20 0 21 0 3069844 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246109135904 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15403] ppid=15396 vsize=11033760 CPUtime=173.04 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15403/stat : 15403 (java) S 15396 15399 9815 0 -1 1077944384 24326 0 0 0 17092 212 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246057515280 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15404] ppid=15396 vsize=11033760 CPUtime=172.57 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15404/stat : 15404 (java) S 15396 15399 9815 0 -1 1077944384 17177 0 0 0 17045 212 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246056462736 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15405] ppid=15396 vsize=11033760 CPUtime=172.89 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15405/stat : 15405 (java) S 15396 15399 9815 0 -1 1077944384 13229 0 0 0 17064 225 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246055410192 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15406] ppid=15396 vsize=11033760 CPUtime=173.11 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15406/stat : 15406 (java) S 15396 15399 9815 0 -1 1077944384 15019 0 0 0 17101 210 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246054357648 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15407] ppid=15396 vsize=11033760 CPUtime=173.18 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15407/stat : 15407 (java) S 15396 15399 9815 0 -1 1077944384 16432 0 0 0 17105 213 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246053305104 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15408] ppid=15396 vsize=11033760 CPUtime=172.39 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15408/stat : 15408 (java) S 15396 15399 9815 0 -1 1077944384 14727 0 0 0 17023 216 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246052252560 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15409] ppid=15396 vsize=11033760 CPUtime=173.12 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15409/stat : 15409 (java) S 15396 15399 9815 0 -1 1077944384 14840 0 0 0 17118 194 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246051200016 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15410] ppid=15396 vsize=11033760 CPUtime=173.25 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15410/stat : 15410 (java) S 15396 15399 9815 0 -1 1077944384 14778 0 0 0 17106 219 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245704826000 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15412] ppid=15396 vsize=11033760 CPUtime=50.11 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15412/stat : 15412 (java) R 15396 15399 9815 0 -1 4202560 36919 0 0 0 5009 2 0 0 20 0 21 0 3069847 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245446156752 140246089891624 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15413] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15413/stat : 15413 (java) S 15396 15399 9815 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 21 0 3069848 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245445104608 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15414] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15414/stat : 15414 (java) S 15396 15399 9815 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3069848 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245444051952 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15422] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15422/stat : 15422 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245443000528 140246104913819 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15423] ppid=15396 vsize=11033760 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15423/stat : 15423 (java) S 15396 15399 9815 0 -1 1077944384 1898 0 0 0 61 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245441948192 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15424] ppid=15396 vsize=11033760 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15424/stat : 15424 (java) S 15396 15399 9815 0 -1 1077944384 2620 0 0 0 90 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245440895648 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15425] ppid=15396 vsize=11033760 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15425/stat : 15425 (java) S 15396 15399 9815 0 -1 1077944384 3056 0 0 0 54 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245439842816 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15426] ppid=15396 vsize=11033760 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15426/stat : 15426 (java) S 15396 15399 9815 0 -1 1077944384 2142 0 0 0 32 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245438790560 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15427] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15427/stat : 15427 (java) S 15396 15399 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245437737184 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15428] ppid=15396 vsize=11033760 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15428/stat : 15428 (java) S 15396 15399 9815 0 -1 1077944384 850 0 0 0 5 4 0 0 20 0 21 0 3069853 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245436684720 140246104906370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15554] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15554/stat : 15554 (java) S 15396 15399 9815 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 3092917 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245435628704 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
Current children cumulated CPU time (s) 1450.35
Current children cumulated vsize (KiB) 11033760

[startup+241.009 s]
/proc/loadavg: 12.17 6.15 3.23 10/284 15555
/proc/meminfo: memFree=15318716/32770624 swapFree=5840/50172
[pid=15399] ppid=15396 vsize=11033760 CPUtime=1450.55 cores=1,3,5,7,9,11,13,15
/proc/15399/stat : 15399 (java) S 15396 15399 9815 0 -1 1077944320 193053 0 0 0 143330 1725 0 0 20 0 21 0 3069844 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140729470399232 140246104895223 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
/proc/15399/statm: 2758440 2089619 3135 1 0 2746834 0
[pid=15399/tid=15402] ppid=15396 vsize=11033760 CPUtime=14.06 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15402/stat : 15402 (java) S 15396 15399 9815 0 -1 1077944384 13536 0 0 0 1396 10 0 0 20 0 21 0 3069844 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246109135904 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15403] ppid=15396 vsize=11033760 CPUtime=173.04 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15403/stat : 15403 (java) S 15396 15399 9815 0 -1 1077944384 24326 0 0 0 17092 212 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246057515280 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15404] ppid=15396 vsize=11033760 CPUtime=172.57 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15404/stat : 15404 (java) S 15396 15399 9815 0 -1 1077944384 17177 0 0 0 17045 212 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246056462736 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15405] ppid=15396 vsize=11033760 CPUtime=172.89 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15405/stat : 15405 (java) S 15396 15399 9815 0 -1 1077944384 13229 0 0 0 17064 225 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246055410192 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15406] ppid=15396 vsize=11033760 CPUtime=173.11 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15406/stat : 15406 (java) S 15396 15399 9815 0 -1 1077944384 15019 0 0 0 17101 210 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246054357648 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15407] ppid=15396 vsize=11033760 CPUtime=173.18 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15407/stat : 15407 (java) S 15396 15399 9815 0 -1 1077944384 16432 0 0 0 17105 213 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246053305104 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15408] ppid=15396 vsize=11033760 CPUtime=172.39 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15408/stat : 15408 (java) S 15396 15399 9815 0 -1 1077944384 14727 0 0 0 17023 216 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246052252560 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15409] ppid=15396 vsize=11033760 CPUtime=173.12 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15409/stat : 15409 (java) S 15396 15399 9815 0 -1 1077944384 14840 0 0 0 17118 194 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140246051200016 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15410] ppid=15396 vsize=11033760 CPUtime=173.25 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15410/stat : 15410 (java) S 15396 15399 9815 0 -1 1077944384 14778 0 0 0 17106 219 0 0 20 0 21 0 3069845 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245704826000 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15412] ppid=15396 vsize=11033760 CPUtime=50.32 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15412/stat : 15412 (java) R 15396 15399 9815 0 -1 4202560 36919 0 0 0 5030 2 0 0 20 0 21 0 3069847 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245446156752 140246089352856 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15413] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15413/stat : 15413 (java) S 15396 15399 9815 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 21 0 3069848 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245445104608 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15414] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15414/stat : 15414 (java) S 15396 15399 9815 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3069848 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245444051952 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15422] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15422/stat : 15422 (java) S 15396 15399 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245443000528 140246104913819 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15423] ppid=15396 vsize=11033760 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15423/stat : 15423 (java) S 15396 15399 9815 0 -1 1077944384 1898 0 0 0 61 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245441948192 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15424] ppid=15396 vsize=11033760 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15424/stat : 15424 (java) S 15396 15399 9815 0 -1 1077944384 2620 0 0 0 90 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245440895648 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15425] ppid=15396 vsize=11033760 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15425/stat : 15425 (java) S 15396 15399 9815 0 -1 1077944384 3056 0 0 0 54 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245439842816 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15426] ppid=15396 vsize=11033760 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15426/stat : 15426 (java) S 15396 15399 9815 0 -1 1077944384 2142 0 0 0 32 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245438790560 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15427] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15427/stat : 15427 (java) S 15396 15399 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3069852 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245437737184 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15428] ppid=15396 vsize=11033760 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15428/stat : 15428 (java) S 15396 15399 9815 0 -1 1077944384 850 0 0 0 5 4 0 0 20 0 21 0 3069853 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245436684720 140246104906370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
[pid=15399/tid=15554] ppid=15396 vsize=11033760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15554/stat : 15554 (java) S 15396 15399 9815 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 3092917 11298570240 2089619 33554432000 4194304 4196468 140729470416688 140245435628704 140246104905429 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28209152 140729470424235 140729470424388 140729470424388 140729470427087 0
Current children cumulated CPU time (s) 1450.55
Current children cumulated vsize (KiB) 11033760

[startup+241.101 s]
/proc/loadavg: 12.17 6.15 3.23 10/284 15555
/proc/meminfo: memFree=15318716/32770624 swapFree=5840/50172
[pid=15399] ppid=15396 vsize=0 CPUtime=1450.65 cores=1,3,5,7,9,11,13,15
/proc/15399/stat : 15399 (java) Z 15396 15399 9815 0 -1 4227084 193283 0 0 0 143339 1726 0 0 20 0 2 0 3069844 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/15399/statm: 0 0 0 0 0 0 0
[pid=15399/tid=15405] ppid=15396 vsize=0 CPUtime=172.89 cores=1,3,5,7,9,11,13,15
/proc/15399/task/15405/stat : 15405 (java) R 15396 15399 9815 0 -1 4203588 13229 0 0 0 17064 225 0 0 20 0 2 0 3069845 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1450.65
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 241.137
CPU time (s): 1450.7
CPU user time (s): 1433.4
CPU system time (s): 17.2982
CPU usage (%): 601.608
Max. virtual memory (cumulated for all children) (KiB): 11033760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1433.4
system time used= 17.2982
maximum resident set size= 8358976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193283
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27651
involuntary context switches= 128152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.07369 second user time and 2.44239 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 01:00:02
IDJOB=4243944
IDBENCH=133260
IDSOLVER=2623
FILE ID=node104/4243944-1500678002
RUNJOBID= node104-1500678002-15360
PBS_JOBID= 20623310
Free space on /tmp= 62016 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicSquare/MagicSquare-mdd-s1/MagicSquare-6-mdd.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243944-1500678002/watcher-4243944-1500678002 -o /tmp/evaluation-result-4243944-1500678002/solver-4243944-1500678002 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500678002-15360 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243944-1500678002.xml

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

MD5SUM BENCH= 8668c89063be86bb404699d31286727c
RANDOM SEED=1038172339

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
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		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32090096 kB
MemAvailable:   32025328 kB
Buffers:           87764 kB
Cached:           124208 kB
SwapCached:          260 kB
Active:           158204 kB
Inactive:         106996 kB
Active(anon):       5124 kB
Inactive(anon):    59760 kB
Active(file):     153080 kB
Inactive(file):    47236 kB
Unevictable:        5840 kB
Mlocked:            5840 kB
SwapTotal:      67108860 kB
SwapFree:       67105464 kB
Dirty:              3520 kB
Writeback:             0 kB
AnonPages:         94412 kB
Mapped:            32380 kB
Shmem:              8804 kB
Slab:             109232 kB
SReclaimable:      76564 kB
SUnreclaim:        32668 kB
KernelStack:        4464 kB
PageTables:         5556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     321644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61964 MiB
End job on node104 at 2017-07-22 01:04:03