Trace number 4263253

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.1201 2511.8501

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-12.xml
MD5SUM130c0e53e5c1e074e18659561dd41fce
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 variables144
Number of constraints66
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":144}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":140}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":26}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":66}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263253-1502600112/watcher-4263253-1502600112 -o /tmp/evaluation-result-4263253-1502600112/solver-4263253-1502600112 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263253-1502600112.xml 

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

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

solver pid=14269, runsolver pid=14266

[startup+0.100153 s]*
/proc/loadavg: 2.00 2.16 2.73 2/201 14270
/proc/meminfo: memFree=30975864/32770624 swapFree=67108860/67108860
[pid=14269] ppid=14266 vsize=33976 memory=456 CPUtime=0 cores=0,2,4,6
/proc/14269/stat : 14269 (runsolver) D 14266 14269 7968 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 13893945 34791424 114 18446744073709551615 4194304 4346622 140728255946704 140728255943336 139942250226391 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6446216 6449568 25358336 140728255955044 140728255955493 140728255955493 140728255958986 0
/proc/14269/statm: 8494 114 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209215 s]*
/proc/loadavg: 2.00 2.16 2.73 2/214 14283
/proc/meminfo: memFree=30963816/32770624 swapFree=67108860/67108860
[pid=14269] ppid=14266 vsize=10484492 memory=23660 CPUtime=0.06 cores=0,2,4,6
/proc/14269/stat : 14269 (java) S 14266 14269 7968 0 -1 1077944320 4871 0 0 0 5 1 0 0 20 0 14 0 13893945 10736119808 5915 18446744073709551615 4194304 4196468 140733203826832 140733203809376 139847707741943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 14 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
/proc/14269/statm: 2621123 5915 2574 1 0 2610620 0
[pid=14269/tid=14271] ppid=14266 vsize=10484492 memory=8316850467074736180 CPUtime=0.04 cores=0,2,4,6
/proc/14269/task/14271/stat : 14271 (java) D 14266 14269 7968 0 -1 4202560 2979 0 0 0 4 0 0 0 20 0 14 0 13893960 10736119808 5915 18446744073709551615 4194304 4196468 140733203826832 139847711979424 139847707763965 0 4 1 16800974 18446744071580418449 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14272] ppid=14266 vsize=10484492 memory=11909 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14272/stat : 14272 (java) S 14266 14269 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 13893961 10736119808 5915 18446744073709551615 4194304 4196468 140733203826832 139847638161936 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14273] ppid=14266 vsize=10484492 memory=139942253184769 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14273/stat : 14273 (java) S 14266 14269 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 13893961 10736119808 5915 18446744073709551615 4194304 4196468 140733203826832 139847637109392 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14274] ppid=14266 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14274/stat : 14274 (java) S 14266 14269 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 13893961 10736119808 5915 18446744073709551615 4194304 4196468 140733203826832 139847636056336 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14275] ppid=14266 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14275/stat : 14275 (java) S 14266 14269 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 13893961 10736119808 5915 18446744073709551615 4194304 4196468 140733203826832 139847635003792 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14276] ppid=14266 vsize=10484492 memory=139942253176448 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14276/stat : 14276 (java) S 14266 14269 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 13893962 10736119808 5915 18446744073709551615 4194304 4196468 140733203826832 139846748302064 139847707753090 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14277] ppid=14266 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14277/stat : 14277 (java) S 14266 14269 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 13893963 10736119808 5915 18446744073709551615 4194304 4196468 140733203826832 139846747248288 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14278] ppid=14266 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14278/stat : 14278 (java) S 14266 14269 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 13893963 10736119808 5915 18446744073709551615 4194304 4196468 140733203826832 139846746195184 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14279] ppid=14266 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14279/stat : 14279 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 13893965 10736119808 5915 18446744073709551615 4194304 4196468 140733203826832 139846745143760 139847707760539 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14280] ppid=14266 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14280/stat : 14280 (java) S 14266 14269 7968 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 14 0 13893965 10736119808 5915 18446744073709551615 4194304 4196468 140733203826832 139846744090864 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14281] ppid=14266 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14281/stat : 14281 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 13893965 10736119808 5915 18446744073709551615 4194304 4196468 140733203826832 139846743038320 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14282] ppid=14266 vsize=10484492 memory=139942253176448 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14282/stat : 14282 (java) S 14266 14269 7968 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 14 0 13893965 10736119808 5915 18446744073709551615 4194304 4196468 140733203826832 139846741985264 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14283] ppid=14266 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14283/stat : 14283 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 13893965 10736119808 5915 18446744073709551615 4194304 4196468 140733203826832 139846740932960 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23660 KiB

[startup+0.31023 s]*
/proc/loadavg: 2.00 2.16 2.73 4/215 14284
/proc/meminfo: memFree=30960920/32770624 swapFree=67108860/67108860
[pid=14269] ppid=14266 vsize=10551156 memory=27336 CPUtime=0.11 cores=0,2,4,6
/proc/14269/stat : 14269 (java) S 14266 14269 7968 0 -1 1077944320 5298 0 0 0 10 1 0 0 20 0 15 0 13893945 10804383744 6834 18446744073709551615 4194304 4196468 140733203826832 140733203809376 139847707741943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 14 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
/proc/14269/statm: 2637789 6834 2798 1 0 2627261 0
[pid=14269/tid=14271] ppid=14266 vsize=10551156 memory=-8774313645642428999 CPUtime=0.07 cores=0,2,4,6
/proc/14269/task/14271/stat : 14271 (java) R 14266 14269 7968 0 -1 4202560 3219 0 0 0 7 0 0 0 20 0 15 0 13893960 10804383744 6834 18446744073709551615 4194304 4196468 140733203826832 139847711971696 139847707763869 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14272] ppid=14266 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14272/stat : 14272 (java) S 14266 14269 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13893961 10804383744 6834 18446744073709551615 4194304 4196468 140733203826832 139847638161936 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14273] ppid=14266 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14273/stat : 14273 (java) S 14266 14269 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13893961 10804383744 6834 18446744073709551615 4194304 4196468 140733203826832 139847637109392 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14274] ppid=14266 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14274/stat : 14274 (java) S 14266 14269 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13893961 10804383744 6834 18446744073709551615 4194304 4196468 140733203826832 139847636056336 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14275] ppid=14266 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14275/stat : 14275 (java) S 14266 14269 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13893961 10804383744 6834 18446744073709551615 4194304 4196468 140733203826832 139847635003792 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14276] ppid=14266 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14276/stat : 14276 (java) S 14266 14269 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13893962 10804383744 6834 18446744073709551615 4194304 4196468 140733203826832 139846748302064 139847707753090 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14277] ppid=14266 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14277/stat : 14277 (java) S 14266 14269 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13893963 10804383744 6834 18446744073709551615 4194304 4196468 140733203826832 139846747248288 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14278] ppid=14266 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14278/stat : 14278 (java) S 14266 14269 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13893963 10804383744 6834 18446744073709551615 4194304 4196468 140733203826832 139846746195184 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14279] ppid=14266 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14279/stat : 14279 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13893965 10804383744 6834 18446744073709551615 4194304 4196468 140733203826832 139846745143760 139847707760539 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14280] ppid=14266 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14280/stat : 14280 (java) S 14266 14269 7968 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 13893965 10804383744 6834 18446744073709551615 4194304 4196468 140733203826832 139846744090864 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14281] ppid=14266 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14281/stat : 14281 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13893965 10804383744 6834 18446744073709551615 4194304 4196468 140733203826832 139846743038320 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14282] ppid=14266 vsize=10551156 memory=139942253176448 CPUtime=0.01 cores=0,2,4,6
/proc/14269/task/14282/stat : 14282 (java) R 14266 14269 7968 0 -1 4202560 289 0 0 0 1 0 0 0 20 0 15 0 13893965 10804383744 6834 18446744073709551615 4194304 4196468 140733203826832 139846741985264 139847707763290 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14283] ppid=14266 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14283/stat : 14283 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13893965 10804383744 6834 18446744073709551615 4194304 4196468 140733203826832 139846740932960 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14284] ppid=14266 vsize=10551156 memory=139942253176448 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14284/stat : 14284 (java) S 14266 14269 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13893974 10804383744 6834 18446744073709551615 4194304 4196468 140733203826832 139846739881008 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27336 KiB

[startup+0.701225 s]
/proc/loadavg: 2.00 2.16 2.73 6/215 14284
/proc/meminfo: memFree=30946636/32770624 swapFree=67108860/67108860
[pid=14269] ppid=14266 vsize=10617796 memory=62072 CPUtime=1.02 cores=0,2,4,6
/proc/14269/stat : 14269 (java) S 14266 14269 7968 0 -1 1077944320 12328 0 0 0 98 4 0 0 20 0 16 0 13893945 10872623104 15518 18446744073709551615 4194304 4196468 140733203826832 140733203809376 139847707741943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 14 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
/proc/14269/statm: 2654449 15518 3051 1 0 2643902 0
[pid=14269/tid=14271] ppid=14266 vsize=10617796 memory=111 CPUtime=0.46 cores=0,2,4,6
/proc/14269/task/14271/stat : 14271 (java) R 14266 14269 7968 0 -1 4202560 7412 0 0 0 43 3 0 0 20 0 16 0 13893960 10872623104 15518 18446744073709551615 4194304 4196468 140733203826832 139847711976736 139847685736465 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14272] ppid=14266 vsize=10617796 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14272/stat : 14272 (java) S 14266 14269 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13893961 10872623104 15518 18446744073709551615 4194304 4196468 140733203826832 139847638161936 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14273] ppid=14266 vsize=10617796 memory=2356 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14273/stat : 14273 (java) S 14266 14269 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13893961 10872623104 15518 18446744073709551615 4194304 4196468 140733203826832 139847637109392 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14274] ppid=14266 vsize=10617796 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14274/stat : 14274 (java) S 14266 14269 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13893961 10872623104 15518 18446744073709551615 4194304 4196468 140733203826832 139847636056336 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14275] ppid=14266 vsize=10617796 memory=15822205074278351 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14275/stat : 14275 (java) S 14266 14269 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13893961 10872623104 15518 18446744073709551615 4194304 4196468 140733203826832 139847635003792 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14276] ppid=14266 vsize=10617796 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14276/stat : 14276 (java) S 14266 14269 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 13893962 10872623104 15518 18446744073709551615 4194304 4196468 140733203826832 139846748302064 139847707753090 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14277] ppid=14266 vsize=10617796 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14277/stat : 14277 (java) S 14266 14269 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13893963 10872623104 15518 18446744073709551615 4194304 4196468 140733203826832 139846747248288 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14278] ppid=14266 vsize=10617796 memory=7880 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14278/stat : 14278 (java) S 14266 14269 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13893963 10872623104 15518 18446744073709551615 4194304 4196468 140733203826832 139846746195184 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14279] ppid=14266 vsize=10617796 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14279/stat : 14279 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13893965 10872623104 15518 18446744073709551615 4194304 4196468 140733203826832 139846745143760 139847707760539 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14280] ppid=14266 vsize=10617796 memory=640 CPUtime=0.17 cores=0,2,4,6
/proc/14269/task/14280/stat : 14280 (java) R 14266 14269 7968 0 -1 4202560 1219 0 0 0 17 0 0 0 20 0 16 0 13893965 10872623104 15518 18446744073709551615 4194304 4196468 140733203826832 139846744071800 139847691238727 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14281] ppid=14266 vsize=10617796 memory=1792 CPUtime=0.16 cores=0,2,4,6
/proc/14269/task/14281/stat : 14281 (java) R 14266 14269 7968 0 -1 4202560 848 0 0 0 16 0 0 0 20 0 16 0 13893965 10872623104 15518 18446744073709551615 4194304 4196468 140733203826832 139846743038016 139847691152838 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14282] ppid=14266 vsize=10617796 memory=960 CPUtime=0.2 cores=0,2,4,6
/proc/14269/task/14282/stat : 14282 (java) S 14266 14269 7968 0 -1 1077944384 1456 0 0 0 20 0 0 0 20 0 16 0 13893965 10872623104 15518 18446744073709551615 4194304 4196468 140733203826832 139846741985264 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14283] ppid=14266 vsize=10617796 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14283/stat : 14283 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13893965 10872623104 15518 18446744073709551615 4194304 4196468 140733203826832 139846740932960 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14284] ppid=14266 vsize=10617796 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14284/stat : 14284 (java) S 14266 14269 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13893974 10872623104 15518 18446744073709551615 4194304 4196468 140733203826832 139846739881008 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 62072 KiB

[startup+1.50083 s]
/proc/loadavg: 2.00 2.16 2.73 4/216 14285
/proc/meminfo: memFree=30921888/32770624 swapFree=67108860/67108860
[pid=14269] ppid=14266 vsize=10617796 memory=73172 CPUtime=2.61 cores=0,2,4,6
/proc/14269/stat : 14269 (java) S 14266 14269 7968 0 -1 1077944320 16293 0 0 0 257 4 0 0 20 0 16 0 13893945 10872623104 18293 18446744073709551615 4194304 4196468 140733203826832 140733203809376 139847707741943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 14 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
/proc/14269/statm: 2654449 18293 3068 1 0 2643902 0
[pid=14269/tid=14271] ppid=14266 vsize=10617796 memory=279884228459872 CPUtime=1.26 cores=0,2,4,6
/proc/14269/task/14271/stat : 14271 (java) R 14266 14269 7968 0 -1 4202560 8107 0 0 0 123 3 0 0 20 0 16 0 13893960 10872623104 18293 18446744073709551615 4194304 4196468 140733203826832 139847711967360 139847308913496 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14272] ppid=14266 vsize=10617796 memory=8978309881829228949 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14272/stat : 14272 (java) S 14266 14269 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13893961 10872623104 18293 18446744073709551615 4194304 4196468 140733203826832 139847638161936 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14273] ppid=14266 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14273/stat : 14273 (java) S 14266 14269 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13893961 10872623104 18293 18446744073709551615 4194304 4196468 140733203826832 139847637109392 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14274] ppid=14266 vsize=10617796 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14274/stat : 14274 (java) S 14266 14269 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13893961 10872623104 18293 18446744073709551615 4194304 4196468 140733203826832 139847636056336 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14275] ppid=14266 vsize=10617796 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14275/stat : 14275 (java) S 14266 14269 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13893961 10872623104 18293 18446744073709551615 4194304 4196468 140733203826832 139847635003792 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14276] ppid=14266 vsize=10617796 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14276/stat : 14276 (java) S 14266 14269 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 13893962 10872623104 18293 18446744073709551615 4194304 4196468 140733203826832 139846748302064 139847707753090 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14277] ppid=14266 vsize=10617796 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14277/stat : 14277 (java) S 14266 14269 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13893963 10872623104 18293 18446744073709551615 4194304 4196468 140733203826832 139846747248288 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14278] ppid=14266 vsize=10617796 memory=-2843874001954854302 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14278/stat : 14278 (java) S 14266 14269 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13893963 10872623104 18293 18446744073709551615 4194304 4196468 140733203826832 139846746195184 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14279] ppid=14266 vsize=10617796 memory=-8412661042843906680 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14279/stat : 14279 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13893965 10872623104 18293 18446744073709551615 4194304 4196468 140733203826832 139846745143760 139847707760539 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14280] ppid=14266 vsize=10617796 memory=-7819220407477041019 CPUtime=0.59 cores=0,2,4,6
/proc/14269/task/14280/stat : 14280 (java) S 14266 14269 7968 0 -1 1077944384 3731 0 0 0 59 0 0 0 20 0 16 0 13893965 10872623104 18293 18446744073709551615 4194304 4196468 140733203826832 139846744090864 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14281] ppid=14266 vsize=10617796 memory=8226496019563638427 CPUtime=0.51 cores=0,2,4,6
/proc/14269/task/14281/stat : 14281 (java) S 14266 14269 7968 0 -1 1077944384 1423 0 0 0 51 0 0 0 20 0 16 0 13893965 10872623104 18293 18446744073709551615 4194304 4196468 140733203826832 139846743038320 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14282] ppid=14266 vsize=10617796 memory=4124 CPUtime=0.23 cores=0,2,4,6
/proc/14269/task/14282/stat : 14282 (java) S 14266 14269 7968 0 -1 1077944384 1624 0 0 0 23 0 0 0 20 0 16 0 13893965 10872623104 18293 18446744073709551615 4194304 4196468 140733203826832 139846741985264 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14283] ppid=14266 vsize=10617796 memory=11676 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14283/stat : 14283 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13893965 10872623104 18293 18446744073709551615 4194304 4196468 140733203826832 139846740932960 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14284] ppid=14266 vsize=10617796 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14284/stat : 14284 (java) S 14266 14269 7968 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 16 0 13893974 10872623104 18293 18446744073709551615 4194304 4196468 140733203826832 139846739881008 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14285] ppid=14266 vsize=10617796 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14285/stat : 14285 (java) S 14266 14269 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13894007 10872623104 18293 18446744073709551615 4194304 4196468 140733203826832 139846738826800 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 73172 KiB

[startup+3.11007 s]
/proc/loadavg: 2.00 2.16 2.73 3/216 14285
/proc/meminfo: memFree=30903708/32770624 swapFree=67108860/67108860
[pid=14269] ppid=14266 vsize=10617796 memory=87588 CPUtime=4.35 cores=0,2,4,6
/proc/14269/stat : 14269 (java) S 14266 14269 7968 0 -1 1077944320 16844 0 0 0 431 4 0 0 20 0 16 0 13893945 10872623104 21897 18446744073709551615 4194304 4196468 140733203826832 140733203809376 139847707741943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 14 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
/proc/14269/statm: 2654449 21897 3069 1 0 2643902 0
[pid=14269/tid=14271] ppid=14266 vsize=10617796 memory=5792311253684874340 CPUtime=2.86 cores=0,2,4,6
/proc/14269/task/14271/stat : 14271 (java) R 14266 14269 7968 0 -1 4202560 8128 0 0 0 283 3 0 0 20 0 16 0 13893960 10872623104 21897 18446744073709551615 4194304 4196468 140733203826832 139847711978616 139847308889167 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0

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

/proc/14269/task/14274/stat : 14274 (java) S 14266 14269 7968 0 -1 1077944384 7417 0 0 0 167 21 0 0 20 0 16 0 13893961 10872623104 108556 18446744073709551615 4194304 4196468 140733203826832 139847636056336 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14275] ppid=14266 vsize=10617796 memory=437816 CPUtime=1.85 cores=0,2,4,6
/proc/14269/task/14275/stat : 14275 (java) S 14266 14269 7968 0 -1 1077944384 6614 0 0 0 165 20 0 0 20 0 16 0 13893961 10872623104 108556 18446744073709551615 4194304 4196468 140733203826832 139847635003792 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14276] ppid=14266 vsize=10617796 memory=434224 CPUtime=0.18 cores=0,2,4,6
/proc/14269/task/14276/stat : 14276 (java) S 14266 14269 7968 0 -1 1077944384 18310 0 0 0 13 5 0 0 20 0 16 0 13893962 10872623104 108556 18446744073709551615 4194304 4196468 140733203826832 139846748302064 139847707753090 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14277] ppid=14266 vsize=10617796 memory=434224 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14277/stat : 14277 (java) S 14266 14269 7968 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 13893963 10872623104 108556 18446744073709551615 4194304 4196468 140733203826832 139846747248288 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14278] ppid=14266 vsize=10617796 memory=434224 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14278/stat : 14278 (java) S 14266 14269 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 13893963 10872623104 108556 18446744073709551615 4194304 4196468 140733203826832 139846746195184 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14279] ppid=14266 vsize=10617796 memory=434224 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14279/stat : 14279 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13893965 10872623104 108556 18446744073709551615 4194304 4196468 140733203826832 139846745143760 139847707760539 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14280] ppid=14266 vsize=10617796 memory=434224 CPUtime=0.8 cores=0,2,4,6
/proc/14269/task/14280/stat : 14280 (java) S 14266 14269 7968 0 -1 1077944384 5413 0 0 0 79 1 0 0 20 0 16 0 13893965 10872623104 108556 18446744073709551615 4194304 4196468 140733203826832 139846744090864 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14281] ppid=14266 vsize=10617796 memory=434224 CPUtime=0.66 cores=0,2,4,6
/proc/14269/task/14281/stat : 14281 (java) S 14266 14269 7968 0 -1 1077944384 3713 0 0 0 65 1 0 0 20 0 16 0 13893965 10872623104 108556 18446744073709551615 4194304 4196468 140733203826832 139846743038320 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14282] ppid=14266 vsize=10617796 memory=455944 CPUtime=0.26 cores=0,2,4,6
/proc/14269/task/14282/stat : 14282 (java) S 14266 14269 7968 0 -1 1077944384 3318 0 0 0 25 1 0 0 20 0 16 0 13893965 10872623104 108556 18446744073709551615 4194304 4196468 140733203826832 139846741985264 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14283] ppid=14266 vsize=10617796 memory=434224 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14283/stat : 14283 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13893965 10872623104 108556 18446744073709551615 4194304 4196468 140733203826832 139846740932960 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14284] ppid=14266 vsize=10617796 memory=16444 CPUtime=1.47 cores=0,2,4,6
/proc/14269/task/14284/stat : 14284 (java) S 14266 14269 7968 0 -1 1077944384 1737 0 0 0 69 78 0 0 20 0 16 0 13893974 10872623104 108556 18446744073709551615 4194304 4196468 140733203826832 139846739881008 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14285] ppid=14266 vsize=10617796 memory=434224 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14285/stat : 14285 (java) S 14266 14269 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13894007 10872623104 108556 18446744073709551615 4194304 4196468 140733203826832 139846738826800 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
Current children cumulated CPU time: 2450.57 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 434224 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 1.99 2.04 3/213 14612
/proc/meminfo: memFree=30541492/32770624 swapFree=67108860/67108860
[pid=14269] ppid=14266 vsize=10617796 memory=427044 CPUtime=2510.72 cores=0,2,4,6
/proc/14269/stat : 14269 (java) S 14266 14269 7968 0 -1 1077944320 84507 0 0 0 250914 158 0 0 20 0 16 0 13893945 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 140733203809376 139847707741943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 14 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
/proc/14269/statm: 2654449 106761 3128 1 0 2643902 0
[pid=14269/tid=14271] ppid=14266 vsize=10617796 memory=427044 CPUtime=2499.58 cores=0,2,4,6
/proc/14269/task/14271/stat : 14271 (java) R 14266 14269 7968 0 -1 4202560 20903 0 0 0 249951 7 0 0 20 0 16 0 13893960 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139847711980992 139847308914115 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14272] ppid=14266 vsize=10617796 memory=427044 CPUtime=1.91 cores=0,2,4,6
/proc/14269/task/14272/stat : 14272 (java) S 14266 14269 7968 0 -1 1077944384 7913 0 0 0 170 21 0 0 20 0 16 0 13893961 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139847638161936 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14273] ppid=14266 vsize=10617796 memory=427044 CPUtime=1.91 cores=0,2,4,6
/proc/14269/task/14273/stat : 14273 (java) S 14266 14269 7968 0 -1 1077944384 7155 0 0 0 171 20 0 0 20 0 16 0 13893961 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139847637109392 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14274] ppid=14266 vsize=10617796 memory=427044 CPUtime=1.92 cores=0,2,4,6
/proc/14269/task/14274/stat : 14274 (java) S 14266 14269 7968 0 -1 1077944384 7451 0 0 0 171 21 0 0 20 0 16 0 13893961 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139847636056336 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14275] ppid=14266 vsize=10617796 memory=427044 CPUtime=1.89 cores=0,2,4,6
/proc/14269/task/14275/stat : 14275 (java) S 14266 14269 7968 0 -1 1077944384 6858 0 0 0 169 20 0 0 20 0 16 0 13893961 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139847635003792 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14276] ppid=14266 vsize=10617796 memory=4124 CPUtime=0.19 cores=0,2,4,6
/proc/14269/task/14276/stat : 14276 (java) S 14266 14269 7968 0 -1 1077944384 18474 0 0 0 13 6 0 0 20 0 16 0 13893962 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846748302064 139847707753090 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14277] ppid=14266 vsize=10617796 memory=427044 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14277/stat : 14277 (java) S 14266 14269 7968 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 13893963 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846747248288 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14278] ppid=14266 vsize=10617796 memory=427044 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14278/stat : 14278 (java) S 14266 14269 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 13893963 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846746195184 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14279] ppid=14266 vsize=10617796 memory=427044 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14279/stat : 14279 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13893965 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846745143760 139847707760539 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14280] ppid=14266 vsize=10617796 memory=11788 CPUtime=0.8 cores=0,2,4,6
/proc/14269/task/14280/stat : 14280 (java) S 14266 14269 7968 0 -1 1077944384 5504 0 0 0 79 1 0 0 20 0 16 0 13893965 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846744090864 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14281] ppid=14266 vsize=10617796 memory=2424 CPUtime=0.66 cores=0,2,4,6
/proc/14269/task/14281/stat : 14281 (java) S 14266 14269 7968 0 -1 1077944384 3714 0 0 0 65 1 0 0 20 0 16 0 13893965 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846743038320 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14282] ppid=14266 vsize=10617796 memory=427044 CPUtime=0.26 cores=0,2,4,6
/proc/14269/task/14282/stat : 14282 (java) S 14266 14269 7968 0 -1 1077944384 3318 0 0 0 25 1 0 0 20 0 16 0 13893965 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846741985264 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14283] ppid=14266 vsize=10617796 memory=427044 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14283/stat : 14283 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13893965 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846740932960 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14284] ppid=14266 vsize=10617796 memory=427044 CPUtime=1.5 cores=0,2,4,6
/proc/14269/task/14284/stat : 14284 (java) S 14266 14269 7968 0 -1 1077944384 1766 0 0 0 70 80 0 0 20 0 16 0 13893974 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846739881008 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14285] ppid=14266 vsize=10617796 memory=427044 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14285/stat : 14285 (java) S 14266 14269 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13894007 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846738826800 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
Current children cumulated CPU time: 2510.72 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 427044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511.6 s]
/proc/loadavg: 1.93 1.97 2.03 3/213 14613
/proc/meminfo: memFree=30541344/32770624 swapFree=67108860/67108860
[pid=14269] ppid=14266 vsize=10617796 memory=427044 CPUtime=2520.05 cores=0,2,4,6
/proc/14269/stat : 14269 (java) S 14266 14269 7968 0 -1 1077944320 84553 0 0 0 251847 158 0 0 20 0 16 0 13893945 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 140733203809376 139847707741943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 14 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
/proc/14269/statm: 2654449 106761 3128 1 0 2643902 0
[pid=14269/tid=14271] ppid=14266 vsize=10617796 memory=-8774313645642428999 CPUtime=2508.86 cores=0,2,4,6
/proc/14269/task/14271/stat : 14271 (java) R 14266 14269 7968 0 -1 4202560 20906 0 0 0 250879 7 0 0 20 0 16 0 13893960 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139847711980992 139847308914115 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14272] ppid=14266 vsize=10617796 memory=840 CPUtime=1.92 cores=0,2,4,6
/proc/14269/task/14272/stat : 14272 (java) S 14266 14269 7968 0 -1 1077944384 7918 0 0 0 171 21 0 0 20 0 16 0 13893961 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139847638161936 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14273] ppid=14266 vsize=10617796 memory=3880 CPUtime=1.92 cores=0,2,4,6
/proc/14269/task/14273/stat : 14273 (java) S 14266 14269 7968 0 -1 1077944384 7175 0 0 0 172 20 0 0 20 0 16 0 13893961 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139847637109392 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14274] ppid=14266 vsize=10617796 memory=3868 CPUtime=1.93 cores=0,2,4,6
/proc/14269/task/14274/stat : 14274 (java) S 14266 14269 7968 0 -1 1077944384 7458 0 0 0 172 21 0 0 20 0 16 0 13893961 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139847636056336 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14275] ppid=14266 vsize=10617796 memory=3904 CPUtime=1.9 cores=0,2,4,6
/proc/14269/task/14275/stat : 14275 (java) S 14266 14269 7968 0 -1 1077944384 6863 0 0 0 170 20 0 0 20 0 16 0 13893961 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139847635003792 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14276] ppid=14266 vsize=10617796 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/14269/task/14276/stat : 14276 (java) S 14266 14269 7968 0 -1 1077944384 18480 0 0 0 13 6 0 0 20 0 16 0 13893962 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846748302064 139847707753090 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14277] ppid=14266 vsize=10617796 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14277/stat : 14277 (java) S 14266 14269 7968 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 13893963 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846747248288 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14278] ppid=14266 vsize=10617796 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14278/stat : 14278 (java) S 14266 14269 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 13893963 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846746195184 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14279] ppid=14266 vsize=10617796 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14279/stat : 14279 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13893965 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846745143760 139847707760539 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14280] ppid=14266 vsize=10617796 memory=11788 CPUtime=0.8 cores=0,2,4,6
/proc/14269/task/14280/stat : 14280 (java) S 14266 14269 7968 0 -1 1077944384 5504 0 0 0 79 1 0 0 20 0 16 0 13893965 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846744090864 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14281] ppid=14266 vsize=10617796 memory=1588 CPUtime=0.66 cores=0,2,4,6
/proc/14269/task/14281/stat : 14281 (java) S 14266 14269 7968 0 -1 1077944384 3714 0 0 0 65 1 0 0 20 0 16 0 13893965 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846743038320 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14282] ppid=14266 vsize=10617796 memory=928 CPUtime=0.26 cores=0,2,4,6
/proc/14269/task/14282/stat : 14282 (java) S 14266 14269 7968 0 -1 1077944384 3318 0 0 0 25 1 0 0 20 0 16 0 13893965 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846741985264 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14283] ppid=14266 vsize=10617796 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14283/stat : 14283 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13893965 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846740932960 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14284] ppid=14266 vsize=10617796 memory=840 CPUtime=1.51 cores=0,2,4,6
/proc/14269/task/14284/stat : 14284 (java) S 14266 14269 7968 0 -1 1077944384 1766 0 0 0 71 80 0 0 20 0 16 0 13893974 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846739881008 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14285] ppid=14266 vsize=10617796 memory=3880 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14285/stat : 14285 (java) S 14266 14269 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13894007 10872623104 106761 18446744073709551615 4194304 4196468 140733203826832 139846738826800 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 427044 KiB

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

[startup+2511.85 s]
# the end of solver process 14269 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.53 s, system=1.59411 s

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

[startup+2511.8 s]
/proc/loadavg: 1.93 1.97 2.03 3/213 14613
/proc/meminfo: memFree=30541344/32770624 swapFree=67108860/67108860
[pid=14269] ppid=14266 vsize=10817488 memory=427288 CPUtime=2520.06 cores=0,2,4,6
/proc/14269/stat : 14269 (java) S 14266 14269 7968 0 -1 1077944320 84954 0 0 0 251848 158 0 0 20 0 17 0 13893945 11077107712 106822 18446744073709551615 4194304 4196468 140733203826832 140733203809376 139847707741943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 14 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
/proc/14269/statm: 2704372 106822 3131 1 0 2693825 0
[pid=14269/tid=14271] ppid=14266 vsize=10817488 memory=-8774313645642428999 CPUtime=2508.87 cores=0,2,4,6
/proc/14269/task/14271/stat : 14271 (java) S 14266 14269 7968 0 -1 1077944384 20924 0 0 0 250880 7 0 0 20 0 17 0 13893960 11077107712 106822 18446744073709551615 4194304 4196468 140733203826832 139847711984816 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14272] ppid=14266 vsize=10817488 memory=2760 CPUtime=1.92 cores=0,2,4,6
/proc/14269/task/14272/stat : 14272 (java) S 14266 14269 7968 0 -1 1077944384 7918 0 0 0 171 21 0 0 20 0 17 0 13893961 11077107712 106822 18446744073709551615 4194304 4196468 140733203826832 139847638161936 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14273] ppid=14266 vsize=10817488 memory=1152 CPUtime=1.92 cores=0,2,4,6
/proc/14269/task/14273/stat : 14273 (java) S 14266 14269 7968 0 -1 1077944384 7175 0 0 0 172 20 0 0 20 0 17 0 13893961 11077107712 106822 18446744073709551615 4194304 4196468 140733203826832 139847637109392 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14274] ppid=14266 vsize=10817488 memory=3212 CPUtime=1.93 cores=0,2,4,6
/proc/14269/task/14274/stat : 14274 (java) S 14266 14269 7968 0 -1 1077944384 7458 0 0 0 172 21 0 0 20 0 17 0 13893961 11077107712 106822 18446744073709551615 4194304 4196468 140733203826832 139847636056336 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14275] ppid=14266 vsize=10817488 memory=427044 CPUtime=1.9 cores=0,2,4,6
/proc/14269/task/14275/stat : 14275 (java) S 14266 14269 7968 0 -1 1077944384 6863 0 0 0 170 20 0 0 20 0 17 0 13893961 11077107712 106822 18446744073709551615 4194304 4196468 140733203826832 139847635003792 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14276] ppid=14266 vsize=10817488 memory=4064 CPUtime=0.19 cores=0,2,4,6
/proc/14269/task/14276/stat : 14276 (java) S 14266 14269 7968 0 -1 1077944384 18480 0 0 0 13 6 0 0 20 0 17 0 13893962 11077107712 106822 18446744073709551615 4194304 4196468 140733203826832 139846748302064 139847707753090 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14277] ppid=14266 vsize=10817488 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14277/stat : 14277 (java) S 14266 14269 7968 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 13893963 11077107712 106822 18446744073709551615 4194304 4196468 140733203826832 139846747248288 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14278] ppid=14266 vsize=10817488 memory=11788 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14278/stat : 14278 (java) S 14266 14269 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 13893963 11077107712 106822 18446744073709551615 4194304 4196468 140733203826832 139846746195184 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14279] ppid=14266 vsize=10817488 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14279/stat : 14279 (java) S 14266 14269 7968 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 17 0 13893965 11077107712 106822 18446744073709551615 4194304 4196468 140733203826832 139846745143760 139847707760539 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14280] ppid=14266 vsize=10817488 memory=1296 CPUtime=0.8 cores=0,2,4,6
/proc/14269/task/14280/stat : 14280 (java) S 14266 14269 7968 0 -1 1077944384 5504 0 0 0 79 1 0 0 20 0 17 0 13893965 11077107712 106822 18446744073709551615 4194304 4196468 140733203826832 139846744090864 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14281] ppid=14266 vsize=10817488 memory=1732 CPUtime=0.66 cores=0,2,4,6
/proc/14269/task/14281/stat : 14281 (java) S 14266 14269 7968 0 -1 1077944384 3714 0 0 0 65 1 0 0 20 0 17 0 13893965 11077107712 106822 18446744073709551615 4194304 4196468 140733203826832 139846743038320 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14282] ppid=14266 vsize=10817488 memory=1700 CPUtime=0.26 cores=0,2,4,6
/proc/14269/task/14282/stat : 14282 (java) S 14266 14269 7968 0 -1 1077944384 3409 0 0 0 25 1 0 0 20 0 17 0 13893965 11077107712 106822 18446744073709551615 4194304 4196468 140733203826832 139846741985264 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14283] ppid=14266 vsize=10817488 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/14269/task/14283/stat : 14283 (java) S 14266 14269 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13893965 11077107712 106822 18446744073709551615 4194304 4196468 140733203826832 139846740932960 139847707752149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
[pid=14269/tid=14284] ppid=14266 vsize=10817488 memory=-8774313645642428999 CPUtime=1.51 cores=0,2,4,6
/proc/14269/task/14284/stat : 14284 (java) S 14266 14269 7968 0 -1 1077944384 1766 0 0 0 71 80 0 0 20 0 17 0 13893974 11077107712 106822 18446744073709551615 4194304 4196468 140733203826832 139846739881008 139847707753090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7008256 140733203829137 140733203829290 140733203829290 140733203832783 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 427288 KiB

Child status: 143
Real time (s): 2511.85
CPU time (s): 2520.12
CPU user time (s): 2518.53
CPU system time (s): 1.59411
CPU usage (%): 100.329
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 695044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.53
system time used= 1.5941
maximum resident set size= 754104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85868
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57453
involuntary context switches= 3401


# summary of solver processes directly reported to runsolver:
#   pid: 14269
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2518.53
#   total CPU system time (s): 1.59411

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.767 second user time and 22.8302 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 06:41:16
IDJOB=4263253
IDBENCH=115865
IDSOLVER=2651
FILE ID=node128/4263253-1502600112
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-12.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263253-1502600112/watcher-4263253-1502600112 -o /tmp/evaluation-result-4263253-1502600112/solver-4263253-1502600112 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263253-1502600112.xml

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

MD5SUM BENCH= 130c0e53e5c1e074e18659561dd41fce
RANDOM SEED=1725636439

node128.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.94
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.94
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.94
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.94
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:        30975864 kB
MemAvailable:   31495372 kB
Buffers:          115028 kB
Cached:           693276 kB
SwapCached:            0 kB
Active:           759104 kB
Inactive:         625756 kB
Active(anon):     577000 kB
Inactive(anon):    16764 kB
Active(file):     182104 kB
Inactive(file):   608992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1868 kB
Writeback:             0 kB
AnonPages:        580020 kB
Mapped:            44916 kB
Shmem:             17116 kB
Slab:             112596 kB
SReclaimable:      88492 kB
SUnreclaim:        24104 kB
KernelStack:        3792 kB
PageTables:         6956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1104112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    489472 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= 62028 MiB
End job on node128 at 2017-08-13 07:23:08