Trace number 4263650

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1799 2331.6201

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-28.xml
MD5SUMec4845efd826c884e0cb314c730a074b
Bench CategoryCSP (decision 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 variables1162
Number of constraints490
Number of domains2
Minimum domain size28
Maximum domain size378
Distribution of domain sizes[{"size":28,"count":784},{"size":378,"count":378}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":392},{"degree":4,"count":770}]
Minimum constraint arity1
Maximum constraint arity378
Distribution of constraint arities[{"arity":1,"count":14},{"arity":2,"count":14},{"arity":3,"count":378},{"arity":14,"count":27},{"arity":28,"count":28},{"arity":54,"count":14},{"arity":56,"count":14},{"arity":378,"count":1}]
Number of extensional constraints378
Number of intensional constraints28
Distribution of constraint types[{"type":"extension","count":378},{"type":"intension","count":28},{"type":"allDifferent","count":29},{"type":"count","count":27},{"type":"cardinality","count":28}]
Optimization problemNO
Type of objective

Solver Data

237.42/126.54	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
237.42/126.54	c This is free software under the dual EPL/GNU LGPL licenses.
237.42/126.54	c See www.sat4j.org for details.
237.42/126.54	c That software uses the Rhino library from the Mozilla project.
237.42/126.54	c version CUSTOM.v20170705
237.42/126.54	c java.runtime.name	Java(TM) SE Runtime Environment
237.42/126.54	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
237.42/126.54	c java.vm.version	25.131-b11
237.42/126.54	c java.vm.vendor	Oracle Corporation
237.42/126.54	c sun.arch.data.model	64
237.42/126.54	c java.version		1.8.0_131
237.42/126.54	c os.name		Linux
237.42/126.54	c os.version		3.10.0-514.16.1.el7.x86_64
237.42/126.54	c os.arch		amd64
237.42/126.54	c Free memory 		499604488
237.42/126.54	c Max memory 		7247757312
237.42/126.54	c Total memory 		504889344
237.42/126.54	c Number of processors 	4
237.42/126.54	c c --- Begin Solver configuration ---
237.42/126.54	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
237.42/126.54	c Learn all clauses as in MiniSAT
237.42/126.54	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
237.42/126.54	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
237.42/126.54	c No reason simplification
237.42/126.54	c Glucose 2.1 dynamic restart strategy
237.42/126.54	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
237.42/126.54	c timeout=2147483s
237.42/126.54	c DB Simplification allowed=false
237.42/126.54	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
237.42/126.54	c --- End Solver configuration ---
237.42/126.54	c constraints type 
237.42/126.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 2324
237.42/126.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 91385083
237.42/126.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3891786
237.42/126.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 3218
237.42/126.54	c 95282411 constraints processed.
2520.03/2331.50	c starts		: 15314
2520.03/2331.50	c conflicts		: 4397640
2520.03/2331.50	c decisions		: 95962652
2520.03/2331.50	c propagations		: 5229649219
2520.03/2331.50	c inspects		: 9967393156
2520.03/2331.50	c shortcuts		: 0
2520.03/2331.50	c learnt literals	: 11080
2520.03/2331.50	c learnt binary clauses	: 45316
2520.03/2331.50	c learnt ternary clauses	: 70058
2520.03/2331.50	c learnt constraints	: 4386560
2520.03/2331.50	c ignored constraints	: 0
2520.03/2331.50	c root simplifications	: 0
2520.03/2331.50	c removed literals (reason simplification)	: 0
2520.03/2331.50	c reason swapping (by a shorter reason)	: 0
2520.03/2331.50	c Calls to reduceDB	: 89
2520.03/2331.50	c Number of update (reduction) of LBD	: 3719158
2520.03/2331.50	c Imported unit clauses	: 0
2520.03/2331.50	c number of reductions to clauses (during analyze)	: 0
2520.03/2331.50	c number of learned constraints concerned by reduction	: 0
2520.03/2331.50	c number of learning phase by resolution	: 0
2520.03/2331.50	c number of learning phase by cutting planes	: 0
2520.03/2331.50	c number of rounding to 1 operations	: 0
2520.03/2331.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.03/2331.50	c number of reductions of the coefficients by power 2 	: 0
2520.03/2331.50	c number of right shift for reduction by power 2 	: 0
2520.03/2331.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.03/2331.50	c speed (assignments/second)	: 2373292.280791562
2520.03/2331.50	c non guided choices	23422639
2520.03/2331.56	c learnt constraints type 
2520.03/2331.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 45316
2520.03/2331.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 398880
2520.03/2331.56	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 (15089 MiB free)
  memory of node 1: 16384 MiB (13000 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263650-1502630905/watcher-4263650-1502630905 -o /tmp/evaluation-result-4263650-1502630905/solver-4263650-1502630905 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2077 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263650-1502630905.xml 

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

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


[startup+0.100126 s]*
/proc/loadavg: 5.08 4.49 3.38 4/217 3844
/proc/meminfo: memFree=28746188/32770624 swapFree=67108860/67108860
[pid=3829] ppid=3826 vsize=10555400 memory=29676 CPUtime=0.13 cores=0,2,4,6
/proc/3829/stat : 3829 (java) S 3826 3829 28385 0 -1 1077944320 6543 0 0 0 11 2 0 0 20 0 15 0 96178305 10808729600 7419 33554432000 4194304 4196468 140721535502624 140721535485168 139698900401911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
/proc/3829/statm: 2638850 7419 2787 1 0 2627263 0
[pid=3829/tid=3831] ppid=3826 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/3829/task/3831/stat : 3831 (java) R 3826 3829 28385 0 -1 4202560 4392 0 0 0 8 1 0 0 20 0 15 0 96178306 10808729600 7419 33554432000 4194304 4196468 140721535502624 139698904623040 139698884482398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3832] ppid=3826 vsize=10555400 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3832/stat : 3832 (java) S 3826 3829 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96178307 10808729600 7419 33554432000 4194304 4196468 140721535502624 139698853022224 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3833] ppid=3826 vsize=10555400 memory=139732272494208 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3833/stat : 3833 (java) S 3826 3829 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96178307 10808729600 7419 33554432000 4194304 4196468 140721535502624 139698851969680 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3834] ppid=3826 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3834/stat : 3834 (java) S 3826 3829 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96178307 10808729600 7419 33554432000 4194304 4196468 140721535502624 139698850916624 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3835] ppid=3826 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3835/stat : 3835 (java) S 3826 3829 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96178307 10808729600 7419 33554432000 4194304 4196468 140721535502624 139698849864080 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3836] ppid=3826 vsize=10555400 memory=139732272494208 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3836/stat : 3836 (java) S 3826 3829 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96178308 10808729600 7419 33554432000 4194304 4196468 140721535502624 139698460097264 139698900413058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3837] ppid=3826 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3837/stat : 3837 (java) S 3826 3829 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96178308 10808729600 7419 33554432000 4194304 4196468 140721535502624 139698459043488 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3838] ppid=3826 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3838/stat : 3838 (java) S 3826 3829 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96178309 10808729600 7419 33554432000 4194304 4196468 140721535502624 139698457990384 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3839] ppid=3826 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3839/stat : 3839 (java) S 3826 3829 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96178311 10808729600 7419 33554432000 4194304 4196468 140721535502624 139698456938960 139698900420507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3840] ppid=3826 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3840/stat : 3840 (java) S 3826 3829 28385 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 96178311 10808729600 7419 33554432000 4194304 4196468 140721535502624 139698455886064 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3841] ppid=3826 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3841/stat : 3841 (java) S 3826 3829 28385 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 96178311 10808729600 7419 33554432000 4194304 4196468 140721535502624 139698454833520 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3842] ppid=3826 vsize=10555400 memory=139732272494208 CPUtime=0.02 cores=0,2,4,6
/proc/3829/task/3842/stat : 3842 (java) R 3826 3829 28385 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 96178311 10808729600 7419 33554432000 4194304 4196468 140721535502624 139698453780464 139698880326752 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3843] ppid=3826 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3843/stat : 3843 (java) S 3826 3829 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96178311 10808729600 7419 33554432000 4194304 4196468 140721535502624 139698452728160 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3844] ppid=3826 vsize=10555400 memory=139732272494208 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3844/stat : 3844 (java) S 3826 3829 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96178311 10808729600 7419 33554432000 4194304 4196468 140721535502624 139698451676208 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29676 KiB

[startup+0.210544 s]*
/proc/loadavg: 5.08 4.49 3.38 4/217 3844
/proc/meminfo: memFree=28737108/32770624 swapFree=67108860/67108860
[pid=3829] ppid=3826 vsize=10555400 memory=39304 CPUtime=0.31 cores=0,2,4,6
/proc/3829/stat : 3829 (java) S 3826 3829 28385 0 -1 1077944320 8130 0 0 0 29 2 0 0 20 0 15 0 96178305 10808729600 9826 33554432000 4194304 4196468 140721535502624 140721535485168 139698900401911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
/proc/3829/statm: 2638850 9826 2956 1 0 2627263 0
[pid=3829/tid=3831] ppid=3826 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/3829/task/3831/stat : 3831 (java) R 3826 3829 28385 0 -1 4202560 5255 0 0 0 18 1 0 0 20 0 15 0 96178306 10808729600 9826 33554432000 4194304 4196468 140721535502624 139698904629248 139698884482398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3832] ppid=3826 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3832/stat : 3832 (java) S 3826 3829 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96178307 10808729600 9826 33554432000 4194304 4196468 140721535502624 139698853022224 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3833] ppid=3826 vsize=10555400 memory=4049775417655768736 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3833/stat : 3833 (java) S 3826 3829 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96178307 10808729600 9826 33554432000 4194304 4196468 140721535502624 139698851969680 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3834] ppid=3826 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3834/stat : 3834 (java) S 3826 3829 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96178307 10808729600 9826 33554432000 4194304 4196468 140721535502624 139698850916624 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3835] ppid=3826 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3835/stat : 3835 (java) S 3826 3829 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96178307 10808729600 9826 33554432000 4194304 4196468 140721535502624 139698849864080 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3836] ppid=3826 vsize=10555400 memory=139732272494208 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3836/stat : 3836 (java) S 3826 3829 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96178308 10808729600 9826 33554432000 4194304 4196468 140721535502624 139698460097264 139698900413058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3837] ppid=3826 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3837/stat : 3837 (java) S 3826 3829 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96178308 10808729600 9826 33554432000 4194304 4196468 140721535502624 139698459043488 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3838] ppid=3826 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3838/stat : 3838 (java) S 3826 3829 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96178309 10808729600 9826 33554432000 4194304 4196468 140721535502624 139698457990384 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3839] ppid=3826 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3839/stat : 3839 (java) S 3826 3829 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96178311 10808729600 9826 33554432000 4194304 4196468 140721535502624 139698456938960 139698900420507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3840] ppid=3826 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3829/task/3840/stat : 3840 (java) S 3826 3829 28385 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 15 0 96178311 10808729600 9826 33554432000 4194304 4196468 140721535502624 139698455886064 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3841] ppid=3826 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/3829/task/3841/stat : 3841 (java) S 3826 3829 28385 0 -1 1077944384 328 0 0 0 2 0 0 0 20 0 15 0 96178311 10808729600 9826 33554432000 4194304 4196468 140721535502624 139698454833520 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3842] ppid=3826 vsize=10555400 memory=139732272494208 CPUtime=0.06 cores=0,2,4,6
/proc/3829/task/3842/stat : 3842 (java) S 3826 3829 28385 0 -1 1077944384 770 0 0 0 6 0 0 0 20 0 15 0 96178311 10808729600 9826 33554432000 4194304 4196468 140721535502624 139698453780464 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3843] ppid=3826 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3843/stat : 3843 (java) S 3826 3829 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96178311 10808729600 9826 33554432000 4194304 4196468 140721535502624 139698452728160 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3844] ppid=3826 vsize=10555400 memory=139732272494208 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3844/stat : 3844 (java) S 3826 3829 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96178311 10808729600 9826 33554432000 4194304 4196468 140721535502624 139698451676208 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39304 KiB

[startup+0.310756 s]*
/proc/loadavg: 5.08 4.49 3.38 4/217 3844
/proc/meminfo: memFree=28730036/32770624 swapFree=67108860/67108860
[pid=3829] ppid=3826 vsize=10555476 memory=46452 CPUtime=0.53 cores=0,2,4,6
/proc/3829/stat : 3829 (java) S 3826 3829 28385 0 -1 1077944320 8888 0 0 0 50 3 0 0 20 0 15 0 96178305 10808807424 11613 33554432000 4194304 4196468 140721535502624 140721535485168 139698900401911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
/proc/3829/statm: 2638869 11613 3042 1 0 2627263 0
[pid=3829/tid=3831] ppid=3826 vsize=10555476 memory=53476 CPUtime=0.3 cores=0,2,4,6
/proc/3829/task/3831/stat : 3831 (java) R 3826 3829 28385 0 -1 4202560 5687 0 0 0 28 2 0 0 20 0 15 0 96178306 10808807424 11613 33554432000 4194304 4196468 140721535502624 139698904620320 139698878397363 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3832] ppid=3826 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3832/stat : 3832 (java) S 3826 3829 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96178307 10808807424 11613 33554432000 4194304 4196468 140721535502624 139698853022224 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3833] ppid=3826 vsize=10555476 memory=139732272552224 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3833/stat : 3833 (java) S 3826 3829 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96178307 10808807424 11613 33554432000 4194304 4196468 140721535502624 139698851969680 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3834] ppid=3826 vsize=10555476 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3834/stat : 3834 (java) S 3826 3829 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96178307 10808807424 11613 33554432000 4194304 4196468 140721535502624 139698850916624 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3835] ppid=3826 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3835/stat : 3835 (java) S 3826 3829 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96178307 10808807424 11613 33554432000 4194304 4196468 140721535502624 139698849864080 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3836] ppid=3826 vsize=10555476 memory=139732272559136 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3836/stat : 3836 (java) S 3826 3829 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96178308 10808807424 11613 33554432000 4194304 4196468 140721535502624 139698460097264 139698900413058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3837] ppid=3826 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3837/stat : 3837 (java) S 3826 3829 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96178308 10808807424 11613 33554432000 4194304 4196468 140721535502624 139698459043488 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3838] ppid=3826 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3838/stat : 3838 (java) S 3826 3829 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96178309 10808807424 11613 33554432000 4194304 4196468 140721535502624 139698457990384 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3839] ppid=3826 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3839/stat : 3839 (java) S 3826 3829 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96178311 10808807424 11613 33554432000 4194304 4196468 140721535502624 139698456938960 139698900420507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3840] ppid=3826 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/3829/task/3840/stat : 3840 (java) S 3826 3829 28385 0 -1 1077944384 523 0 0 0 3 0 0 0 20 0 15 0 96178311 10808807424 11613 33554432000 4194304 4196468 140721535502624 139698455886064 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3841] ppid=3826 vsize=10555476 memory=139732130586575 CPUtime=0.05 cores=0,2,4,6
/proc/3829/task/3841/stat : 3841 (java) S 3826 3829 28385 0 -1 1077944384 423 0 0 0 5 0 0 0 20 0 15 0 96178311 10808807424 11613 33554432000 4194304 4196468 140721535502624 139698454833520 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3842] ppid=3826 vsize=10555476 memory=139732272497768 CPUtime=0.13 cores=0,2,4,6
/proc/3829/task/3842/stat : 3842 (java) R 3826 3829 28385 0 -1 4202560 896 0 0 0 13 0 0 0 20 0 15 0 96178311 10808807424 11613 33554432000 4194304 4196468 140721535502624 139698453780464 139698879380815 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3843] ppid=3826 vsize=10555476 memory=139732130586575 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3843/stat : 3843 (java) S 3826 3829 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96178311 10808807424 11613 33554432000 4194304 4196468 140721535502624 139698452728160 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3844] ppid=3826 vsize=10555476 memory=279464403097536 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3844/stat : 3844 (java) S 3826 3829 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96178311 10808807424 11613 33554432000 4194304 4196468 140721535502624 139698451676208 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46452 KiB

[startup+0.70073 s]
/proc/loadavg: 5.08 4.49 3.38 5/217 3844
/proc/meminfo: memFree=28600032/32770624 swapFree=67108860/67108860
[pid=3829] ppid=3826 vsize=10555476 memory=383164 CPUtime=1.63 cores=0,2,4,6
/proc/3829/stat : 3829 (java) S 3826 3829 28385 0 -1 1077944320 11635 0 0 0 147 16 0 0 20 0 15 0 96178305 10808807424 95791 33554432000 4194304 4196468 140721535502624 140721535485168 139698900401911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
/proc/3829/statm: 2638869 95791 3120 1 0 2627263 0
[pid=3829/tid=3831] ppid=3826 vsize=10555476 memory=2372 CPUtime=0.59 cores=0,2,4,6
/proc/3829/task/3831/stat : 3831 (java) R 3826 3829 28385 0 -1 4202560 5932 0 0 0 53 6 0 0 20 0 15 0 96178306 10808807424 95791 33554432000 4194304 4196468 140721535502624 139698904639136 139698886470036 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3832] ppid=3826 vsize=10555476 memory=6872598998417432672 CPUtime=0.06 cores=0,2,4,6
/proc/3829/task/3832/stat : 3832 (java) S 3826 3829 28385 0 -1 1077944384 108 0 0 0 4 2 0 0 20 0 15 0 96178307 10808807424 95791 33554432000 4194304 4196468 140721535502624 139698853022224 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3833] ppid=3826 vsize=10555476 memory=1204 CPUtime=0.07 cores=0,2,4,6
/proc/3829/task/3833/stat : 3833 (java) S 3826 3829 28385 0 -1 1077944384 114 0 0 0 5 2 0 0 20 0 15 0 96178307 10808807424 95791 33554432000 4194304 4196468 140721535502624 139698851969680 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3834] ppid=3826 vsize=10555476 memory=15876 CPUtime=0.06 cores=0,2,4,6
/proc/3829/task/3834/stat : 3834 (java) S 3826 3829 28385 0 -1 1077944384 115 0 0 0 4 2 0 0 20 0 15 0 96178307 10808807424 95791 33554432000 4194304 4196468 140721535502624 139698850916624 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3835] ppid=3826 vsize=10555476 memory=17772 CPUtime=0.07 cores=0,2,4,6
/proc/3829/task/3835/stat : 3835 (java) S 3826 3829 28385 0 -1 1077944384 127 0 0 0 5 2 0 0 20 0 15 0 96178307 10808807424 95791 33554432000 4194304 4196468 140721535502624 139698849864080 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3836] ppid=3826 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3836/stat : 3836 (java) S 3826 3829 28385 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 96178308 10808807424 95791 33554432000 4194304 4196468 140721535502624 139698460097264 139698900413058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3837] ppid=3826 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3837/stat : 3837 (java) S 3826 3829 28385 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96178308 10808807424 95791 33554432000 4194304 4196468 140721535502624 139698459043488 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3838] ppid=3826 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3838/stat : 3838 (java) S 3826 3829 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96178309 10808807424 95791 33554432000 4194304 4196468 140721535502624 139698457990384 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3839] ppid=3826 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3839/stat : 3839 (java) S 3826 3829 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96178311 10808807424 95791 33554432000 4194304 4196468 140721535502624 139698456938960 139698900420507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3840] ppid=3826 vsize=10555476 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/3829/task/3840/stat : 3840 (java) R 3826 3829 28385 0 -1 4202560 1237 0 0 0 23 0 0 0 20 0 15 0 96178311 10808807424 95791 33554432000 4194304 4196468 140721535502624 139698455877344 139698884800287 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3841] ppid=3826 vsize=10555476 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/3829/task/3841/stat : 3841 (java) S 3826 3829 28385 0 -1 1077944384 1252 0 0 0 25 0 0 0 20 0 15 0 96178311 10808807424 95791 33554432000 4194304 4196468 140721535502624 139698454833520 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3842] ppid=3826 vsize=10555476 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/3829/task/3842/stat : 3842 (java) S 3826 3829 28385 0 -1 1077944384 1182 0 0 0 25 0 0 0 20 0 15 0 96178311 10808807424 95791 33554432000 4194304 4196468 140721535502624 139698453780464 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3843] ppid=3826 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3843/stat : 3843 (java) S 3826 3829 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96178311 10808807424 95791 33554432000 4194304 4196468 140721535502624 139698452728160 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3844] ppid=3826 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3844/stat : 3844 (java) S 3826 3829 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96178311 10808807424 95791 33554432000 4194304 4196468 140721535502624 139698451676208 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 383164 KiB

[startup+1.50077 s]
/proc/loadavg: 5.08 4.49 3.38 5/217 3844
/proc/meminfo: memFree=28387176/32770624 swapFree=67108860/67108860
[pid=3829] ppid=3826 vsize=10555476 memory=513060 CPUtime=4.08 cores=0,2,4,6
/proc/3829/stat : 3829 (java) S 3826 3829 28385 0 -1 1077944320 19613 0 0 0 389 19 0 0 20 0 15 0 96178305 10808807424 128265 33554432000 4194304 4196468 140721535502624 140721535485168 139698900401911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
/proc/3829/statm: 2638869 128265 3130 1 0 2627263 0
[pid=3829/tid=3831] ppid=3826 vsize=10555476 memory=3467825809064472639 CPUtime=1.39 cores=0,2,4,6
/proc/3829/task/3831/stat : 3831 (java) R 3826 3829 28385 0 -1 4202560 6058 0 0 0 132 7 0 0 20 0 15 0 96178306 10808807424 128265 33554432000 4194304 4196468 140721535502624 139698904630808 139698529392355 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3832] ppid=3826 vsize=10555476 memory=386336 CPUtime=0.06 cores=0,2,4,6
/proc/3829/task/3832/stat : 3832 (java) S 3826 3829 28385 0 -1 1077944384 108 0 0 0 4 2 0 0 20 0 15 0 96178307 10808807424 128265 33554432000 4194304 4196468 140721535502624 139698853022224 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3833] ppid=3826 vsize=10555476 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/3829/task/3833/stat : 3833 (java) S 3826 3829 28385 0 -1 1077944384 114 0 0 0 5 2 0 0 20 0 15 0 96178307 10808807424 128265 33554432000 4194304 4196468 140721535502624 139698851969680 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3834] ppid=3826 vsize=10555476 memory=1204 CPUtime=0.06 cores=0,2,4,6
/proc/3829/task/3834/stat : 3834 (java) S 3826 3829 28385 0 -1 1077944384 115 0 0 0 4 2 0 0 20 0 15 0 96178307 10808807424 128265 33554432000 4194304 4196468 140721535502624 139698850916624 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3835] ppid=3826 vsize=10555476 memory=15876 CPUtime=0.07 cores=0,2,4,6
/proc/3829/task/3835/stat : 3835 (java) S 3826 3829 28385 0 -1 1077944384 127 0 0 0 5 2 0 0 20 0 15 0 96178307 10808807424 128265 33554432000 4194304 4196468 140721535502624 139698849864080 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3836] ppid=3826 vsize=10555476 memory=17772 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3836/stat : 3836 (java) S 3826 3829 28385 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 96178308 10808807424 128265 33554432000 4194304 4196468 140721535502624 139698460097264 139698900413058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0

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

[pid=3829/tid=3839] ppid=3826 vsize=10687576 memory=8270248 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3839/stat : 3839 (java) S 3826 3829 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698456938960 139698900420507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3840] ppid=3826 vsize=10687576 memory=8270248 CPUtime=3.11 cores=0,2,4,6
/proc/3829/task/3840/stat : 3840 (java) S 3826 3829 28385 0 -1 1077944384 17874 0 0 0 309 2 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698455886064 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3841] ppid=3826 vsize=10687576 memory=27664 CPUtime=2.99 cores=0,2,4,6
/proc/3829/task/3841/stat : 3841 (java) S 3826 3829 28385 0 -1 1077944384 14465 0 0 0 297 2 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698454833520 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3842] ppid=3826 vsize=10687576 memory=4140 CPUtime=0.5 cores=0,2,4,6
/proc/3829/task/3842/stat : 3842 (java) S 3826 3829 28385 0 -1 1077944384 6322 0 0 0 49 1 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698453780464 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3843] ppid=3826 vsize=10687576 memory=27664 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3843/stat : 3843 (java) S 3826 3829 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698452728160 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3844] ppid=3826 vsize=10687576 memory=8270248 CPUtime=1.18 cores=0,2,4,6
/proc/3829/task/3844/stat : 3844 (java) S 3826 3829 28385 0 -1 1077944384 3051 0 0 0 56 62 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698451676208 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3847] ppid=3826 vsize=10687576 memory=8270248 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3847/stat : 3847 (java) S 3826 3829 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96191102 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698450622000 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
Current children cumulated CPU time: 2390.94 s
Current children cumulated vsize: 10687576 KiB
Current children cumulated memory: 8270248 KiB

[startup+2262.3 s]
/proc/loadavg: 2.05 2.09 2.20 3/217 3991
/proc/meminfo: memFree=21873188/32770624 swapFree=67108860/67108860
[pid=3829] ppid=3826 vsize=10687576 memory=8270248 CPUtime=2450.97 cores=0,2,4,6
/proc/3829/stat : 3829 (java) S 3826 3829 28385 0 -1 1077944320 529494 0 0 0 244427 670 0 0 20 0 16 0 96178305 10944077824 2067562 33554432000 4194304 4196468 140721535502624 140721535485168 139698900401911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
/proc/3829/statm: 2671894 2067562 3171 1 0 2660288 0
[pid=3829/tid=3831] ppid=3826 vsize=10687576 memory=1428 CPUtime=2178.58 cores=0,2,4,6
/proc/3829/task/3831/stat : 3831 (java) R 3826 3829 28385 0 -1 4202560 179069 0 0 0 217817 41 0 0 20 0 16 0 96178306 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698904640992 139698531798526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3832] ppid=3826 vsize=10687576 memory=4872558044660077418 CPUtime=60.4 cores=0,2,4,6
/proc/3829/task/3832/stat : 3832 (java) S 3826 3829 28385 0 -1 1077944384 50526 0 0 0 5904 136 0 0 20 0 16 0 96178307 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698853022224 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3833] ppid=3826 vsize=10687576 memory=8270248 CPUtime=60.63 cores=0,2,4,6
/proc/3829/task/3833/stat : 3833 (java) S 3826 3829 28385 0 -1 1077944384 65635 0 0 0 5919 144 0 0 20 0 16 0 96178307 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698851969680 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3834] ppid=3826 vsize=10687576 memory=8270248 CPUtime=60.8 cores=0,2,4,6
/proc/3829/task/3834/stat : 3834 (java) S 3826 3829 28385 0 -1 1077944384 79590 0 0 0 5935 145 0 0 20 0 16 0 96178307 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698850916624 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3835] ppid=3826 vsize=10687576 memory=8270248 CPUtime=60.36 cores=0,2,4,6
/proc/3829/task/3835/stat : 3835 (java) S 3826 3829 28385 0 -1 1077944384 62046 0 0 0 5893 143 0 0 20 0 16 0 96178307 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698849864080 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3836] ppid=3826 vsize=10687576 memory=8270248 CPUtime=22.29 cores=0,2,4,6
/proc/3829/task/3836/stat : 3836 (java) S 3826 3829 28385 0 -1 1077944384 49338 0 0 0 2224 5 0 0 20 0 16 0 96178308 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698460097264 139698900413058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3837] ppid=3826 vsize=10687576 memory=8270248 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3837/stat : 3837 (java) S 3826 3829 28385 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 96178308 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698459043552 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3838] ppid=3826 vsize=10687576 memory=8270248 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3838/stat : 3838 (java) S 3826 3829 28385 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 16 0 96178309 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698457990400 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3839] ppid=3826 vsize=10687576 memory=8270248 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3839/stat : 3839 (java) S 3826 3829 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698456938960 139698900420507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3840] ppid=3826 vsize=10687576 memory=8270248 CPUtime=3.11 cores=0,2,4,6
/proc/3829/task/3840/stat : 3840 (java) S 3826 3829 28385 0 -1 1077944384 17880 0 0 0 309 2 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698455886064 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3841] ppid=3826 vsize=10687576 memory=4140 CPUtime=2.99 cores=0,2,4,6
/proc/3829/task/3841/stat : 3841 (java) S 3826 3829 28385 0 -1 1077944384 14483 0 0 0 297 2 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698454833520 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3842] ppid=3826 vsize=10687576 memory=27664 CPUtime=0.5 cores=0,2,4,6
/proc/3829/task/3842/stat : 3842 (java) S 3826 3829 28385 0 -1 1077944384 6338 0 0 0 49 1 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698453780464 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3843] ppid=3826 vsize=10687576 memory=8270248 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3843/stat : 3843 (java) S 3826 3829 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698452728160 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3844] ppid=3826 vsize=10687576 memory=8270248 CPUtime=1.21 cores=0,2,4,6
/proc/3829/task/3844/stat : 3844 (java) S 3826 3829 28385 0 -1 1077944384 3129 0 0 0 58 63 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698451676208 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3847] ppid=3826 vsize=10687576 memory=27664 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3847/stat : 3847 (java) S 3826 3829 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96191102 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698450622000 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
Current children cumulated CPU time: 2450.97 s
Current children cumulated vsize: 10687576 KiB
Current children cumulated memory: 8270248 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.07 2.19 3/217 3992
/proc/meminfo: memFree=21873208/32770624 swapFree=67108860/67108860
[pid=3829] ppid=3826 vsize=10687576 memory=8270248 CPUtime=2510.99 cores=0,2,4,6
/proc/3829/stat : 3829 (java) S 3826 3829 28385 0 -1 1077944320 532717 0 0 0 250428 671 0 0 20 0 16 0 96178305 10944077824 2067562 33554432000 4194304 4196468 140721535502624 140721535485168 139698900401911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
/proc/3829/statm: 2671894 2067562 3171 1 0 2660288 0
[pid=3829/tid=3831] ppid=3826 vsize=10687576 memory=8270248 CPUtime=2238.58 cores=0,2,4,6
/proc/3829/task/3831/stat : 3831 (java) R 3826 3829 28385 0 -1 4202560 182235 0 0 0 223816 42 0 0 20 0 16 0 96178306 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698904640992 139698526040144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3832] ppid=3826 vsize=10687576 memory=8270248 CPUtime=60.4 cores=0,2,4,6
/proc/3829/task/3832/stat : 3832 (java) S 3826 3829 28385 0 -1 1077944384 50526 0 0 0 5904 136 0 0 20 0 16 0 96178307 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698853022224 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3833] ppid=3826 vsize=10687576 memory=8270248 CPUtime=60.63 cores=0,2,4,6
/proc/3829/task/3833/stat : 3833 (java) S 3826 3829 28385 0 -1 1077944384 65635 0 0 0 5919 144 0 0 20 0 16 0 96178307 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698851969680 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3834] ppid=3826 vsize=10687576 memory=8270248 CPUtime=60.8 cores=0,2,4,6
/proc/3829/task/3834/stat : 3834 (java) S 3826 3829 28385 0 -1 1077944384 79590 0 0 0 5935 145 0 0 20 0 16 0 96178307 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698850916624 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3835] ppid=3826 vsize=10687576 memory=8270248 CPUtime=60.36 cores=0,2,4,6
/proc/3829/task/3835/stat : 3835 (java) S 3826 3829 28385 0 -1 1077944384 62046 0 0 0 5893 143 0 0 20 0 16 0 96178307 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698849864080 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3836] ppid=3826 vsize=10687576 memory=304556123141439514 CPUtime=22.29 cores=0,2,4,6
/proc/3829/task/3836/stat : 3836 (java) S 3826 3829 28385 0 -1 1077944384 49343 0 0 0 2224 5 0 0 20 0 16 0 96178308 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698460097264 139698900413058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3837] ppid=3826 vsize=10687576 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3837/stat : 3837 (java) S 3826 3829 28385 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 96178308 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698459043552 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3838] ppid=3826 vsize=10687576 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3838/stat : 3838 (java) S 3826 3829 28385 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 16 0 96178309 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698457990400 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3839] ppid=3826 vsize=10687576 memory=27664 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3839/stat : 3839 (java) S 3826 3829 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698456938960 139698900420507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3840] ppid=3826 vsize=10687576 memory=279464262695056 CPUtime=3.11 cores=0,2,4,6
/proc/3829/task/3840/stat : 3840 (java) S 3826 3829 28385 0 -1 1077944384 17883 0 0 0 309 2 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698455886064 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3841] ppid=3826 vsize=10687576 memory=7522791939673450848 CPUtime=2.99 cores=0,2,4,6
/proc/3829/task/3841/stat : 3841 (java) S 3826 3829 28385 0 -1 1077944384 14489 0 0 0 297 2 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698454833520 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3842] ppid=3826 vsize=10687576 memory=55 CPUtime=0.5 cores=0,2,4,6
/proc/3829/task/3842/stat : 3842 (java) S 3826 3829 28385 0 -1 1077944384 6342 0 0 0 49 1 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698453780464 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3843] ppid=3826 vsize=10687576 memory=8747226831578988619 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3843/stat : 3843 (java) S 3826 3829 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698452728160 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3844] ppid=3826 vsize=10687576 memory=8270248 CPUtime=1.25 cores=0,2,4,6
/proc/3829/task/3844/stat : 3844 (java) S 3826 3829 28385 0 -1 1077944384 3167 0 0 0 60 65 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698451676208 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3847] ppid=3826 vsize=10687576 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3847/stat : 3847 (java) S 3826 3829 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96191102 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698450622000 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
Current children cumulated CPU time: 2510.99 s
Current children cumulated vsize: 10687576 KiB
Current children cumulated memory: 8270248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2331.3 s]
/proc/loadavg: 2.02 2.07 2.19 3/217 3992
/proc/meminfo: memFree=21873332/32770624 swapFree=67108860/67108860
[pid=3829] ppid=3826 vsize=10687576 memory=8270248 CPUtime=2520.01 cores=0,2,4,6
/proc/3829/stat : 3829 (java) S 3826 3829 28385 0 -1 1077944320 533077 0 0 0 251329 672 0 0 20 0 16 0 96178305 10944077824 2067562 33554432000 4194304 4196468 140721535502624 140721535485168 139698900401911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
/proc/3829/statm: 2671894 2067562 3171 1 0 2660288 0
[pid=3829/tid=3831] ppid=3826 vsize=10687576 memory=8270248 CPUtime=2247.58 cores=0,2,4,6
/proc/3829/task/3831/stat : 3831 (java) R 3826 3829 28385 0 -1 4202560 182595 0 0 0 224716 42 0 0 20 0 16 0 96178306 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698904640992 139698532161049 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3832] ppid=3826 vsize=10687576 memory=8270248 CPUtime=60.4 cores=0,2,4,6
/proc/3829/task/3832/stat : 3832 (java) S 3826 3829 28385 0 -1 1077944384 50526 0 0 0 5904 136 0 0 20 0 16 0 96178307 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698853022224 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3833] ppid=3826 vsize=10687576 memory=8270248 CPUtime=60.63 cores=0,2,4,6
/proc/3829/task/3833/stat : 3833 (java) S 3826 3829 28385 0 -1 1077944384 65635 0 0 0 5919 144 0 0 20 0 16 0 96178307 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698851969680 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3834] ppid=3826 vsize=10687576 memory=8270248 CPUtime=60.8 cores=0,2,4,6
/proc/3829/task/3834/stat : 3834 (java) S 3826 3829 28385 0 -1 1077944384 79590 0 0 0 5935 145 0 0 20 0 16 0 96178307 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698850916624 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3835] ppid=3826 vsize=10687576 memory=8270248 CPUtime=60.36 cores=0,2,4,6
/proc/3829/task/3835/stat : 3835 (java) S 3826 3829 28385 0 -1 1077944384 62046 0 0 0 5893 143 0 0 20 0 16 0 96178307 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698849864080 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3836] ppid=3826 vsize=10687576 memory=8270248 CPUtime=22.29 cores=0,2,4,6
/proc/3829/task/3836/stat : 3836 (java) S 3826 3829 28385 0 -1 1077944384 49343 0 0 0 2224 5 0 0 20 0 16 0 96178308 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698460097264 139698900413058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3837] ppid=3826 vsize=10687576 memory=8270248 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3837/stat : 3837 (java) S 3826 3829 28385 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 96178308 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698459043552 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3838] ppid=3826 vsize=10687576 memory=8270248 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3838/stat : 3838 (java) S 3826 3829 28385 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 16 0 96178309 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698457990400 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3839] ppid=3826 vsize=10687576 memory=8270248 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3839/stat : 3839 (java) S 3826 3829 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698456938960 139698900420507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3840] ppid=3826 vsize=10687576 memory=8270248 CPUtime=3.11 cores=0,2,4,6
/proc/3829/task/3840/stat : 3840 (java) S 3826 3829 28385 0 -1 1077944384 17883 0 0 0 309 2 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698455886064 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3841] ppid=3826 vsize=10687576 memory=8270248 CPUtime=2.99 cores=0,2,4,6
/proc/3829/task/3841/stat : 3841 (java) S 3826 3829 28385 0 -1 1077944384 14489 0 0 0 297 2 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698454833520 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3842] ppid=3826 vsize=10687576 memory=12028 CPUtime=0.5 cores=0,2,4,6
/proc/3829/task/3842/stat : 3842 (java) S 3826 3829 28385 0 -1 1077944384 6342 0 0 0 49 1 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698453780464 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3843] ppid=3826 vsize=10687576 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3843/stat : 3843 (java) S 3826 3829 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698452728160 139698900412117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3844] ppid=3826 vsize=10687576 memory=27664 CPUtime=1.25 cores=0,2,4,6
/proc/3829/task/3844/stat : 3844 (java) S 3826 3829 28385 0 -1 1077944384 3167 0 0 0 60 65 0 0 20 0 16 0 96178311 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698451676208 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
[pid=3829/tid=3847] ppid=3826 vsize=10687576 memory=27664 CPUtime=0 cores=0,2,4,6
/proc/3829/task/3847/stat : 3847 (java) S 3826 3829 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96191102 10944077824 2067562 33554432000 4194304 4196468 140721535502624 139698450622000 139698900413058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14516224 140721535505542 140721535505695 140721535505695 140721535508431 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10687576 KiB
Current children cumulated memory: 8270248 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2331.62 s]
# the end of solver process 3829 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.41 s, system=6.76718 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2331.6 s]*
/proc/loadavg: 2.02 2.07 2.19 3/203 3995
/proc/meminfo: memFree=29107376/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: 143
Real time (s): 2331.62
CPU time (s): 2520.18
CPU user time (s): 2513.41
CPU system time (s): 6.76718
CPU usage (%): 108.087
Max. virtual memory (cumulated for all children) (KiB): 10887268
Max. memory (cumulated for all children) (KiB): 8270560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.41
system time used= 6.76718
maximum resident set size= 8270820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 535198
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56155
involuntary context switches= 4103


# summary of solver processes directly reported to runsolver:
#   pid: 3829
#   total CPU time (s): 2520.18
#   total CPU user time (s): 2513.41
#   total CPU system time (s): 6.76718

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2788 second user time and 21.6876 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 15:14:07
IDJOB=4263650
IDBENCH=133924
IDSOLVER=2651
FILE ID=node106/4263650-1502630905
RUNJOBID= node106-1502624013-2077
PBS_JOBID= 20628302
Free space on /tmp= 61768 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SportsScheduling/SportsScheduling-m1-s1/SportsScheduling-28.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263650-1502630905/watcher-4263650-1502630905 -o /tmp/evaluation-result-4263650-1502630905/solver-4263650-1502630905 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2077 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263650-1502630905.xml

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

MD5SUM BENCH= ec4845efd826c884e0cb314c730a074b
RANDOM SEED=59748723

node106.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.86
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.86
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.86
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.86
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:        28765092 kB
MemAvailable:   29177968 kB
Buffers:          106384 kB
Cached:           594316 kB
SwapCached:            0 kB
Active:          3185344 kB
Inactive:         377848 kB
Active(anon):    2818288 kB
Inactive(anon):    72092 kB
Active(file):     367056 kB
Inactive(file):   305756 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1536 kB
Writeback:             0 kB
AnonPages:       2868716 kB
Mapped:            55140 kB
Shmem:             25228 kB
Slab:             137268 kB
SReclaimable:     111796 kB
SUnreclaim:        25472 kB
KernelStack:        3568 kB
PageTables:        10784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3872800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2758656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61768 MiB
End job on node106 at 2017-08-13 15:52:58