Trace number 4302183

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 252.199 131.744

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2s-4-0_c18.xml
MD5SUMb10759bd497fea2437fd7a4bc018387a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark203
Best CPU time to get the best result obtained on this benchmark252.26
Satisfiable
(Un)Satisfiability was proved
Number of variables22422
Number of constraints24975
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":10,"count":111},{"size":37,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree222
Distribution of variable degrees[{"degree":2,"count":20424},{"degree":3,"count":1443},{"degree":4,"count":222},{"degree":5,"count":222},{"degree":222,"count":111}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24753},{"arity":88,"count":111},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24642
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24642},{"type":"sum","count":222}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

149.57/51.70	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
149.57/51.70	c This is free software under the dual EPL/GNU LGPL licenses.
149.57/51.70	c See www.sat4j.org for details.
149.57/51.70	c That software uses the Rhino library from the Mozilla project.
149.57/51.70	c version 2.3.6-SNAPSHOT
149.57/51.70	c java.runtime.name	Java(TM) SE Runtime Environment
149.57/51.70	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
149.57/51.70	c java.vm.version	25.131-b11
149.57/51.70	c java.vm.vendor	Oracle Corporation
149.57/51.70	c sun.arch.data.model	64
149.57/51.70	c java.version		1.8.0_131
149.57/51.70	c os.name		Linux
149.57/51.70	c os.version		3.10.0-514.16.1.el7.x86_64
149.57/51.70	c os.arch		amd64
149.57/51.70	c Free memory 		499604488
149.57/51.70	c Max memory 		7247757312
149.57/51.70	c Total memory 		504889344
149.57/51.70	c Number of processors 	4
149.57/51.70	c c --- Begin Solver configuration ---
149.57/51.70	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
149.57/51.70	c Learn all clauses as in MiniSAT
149.57/51.70	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
149.57/51.70	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
149.57/51.70	c No reason simplification
149.57/51.70	c Glucose 2.1 dynamic restart strategy
149.57/51.70	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
149.57/51.70	c timeout=2147483s
149.57/51.70	c DB Simplification allowed=false
149.57/51.70	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
149.57/51.70	c --- End Solver configuration ---
149.57/51.70	c constraints type 
149.57/51.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 44844
149.57/51.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3012096
149.57/51.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32409003
149.57/51.70	c org.sat4j.minisat.constraints.cnf.UnitClause => 49950
149.57/51.70	c 35515893 constraints processed.
252.05/131.60	c starts		: 152
252.05/131.60	c conflicts		: 23844
252.05/131.60	c decisions		: 8364890
252.05/131.60	c propagations		: 112164362
252.05/131.60	c inspects		: 146729126
252.05/131.60	c shortcuts		: 0
252.05/131.60	c learnt literals	: 413
252.05/131.60	c learnt binary clauses	: 274
252.05/131.60	c learnt ternary clauses	: 1835
252.05/131.60	c learnt constraints	: 23431
252.05/131.60	c ignored constraints	: 0
252.05/131.60	c root simplifications	: 0
252.05/131.60	c removed literals (reason simplification)	: 0
252.05/131.60	c reason swapping (by a shorter reason)	: 0
252.05/131.60	c Calls to reduceDB	: 3
252.05/131.60	c Number of update (reduction) of LBD	: 7745
252.05/131.60	c Imported unit clauses	: 0
252.05/131.60	c number of reductions to clauses (during analyze)	: 0
252.05/131.60	c number of learned constraints concerned by reduction	: 0
252.05/131.60	c number of learning phase by resolution	: 0
252.05/131.60	c number of learning phase by cutting planes	: 0
252.05/131.60	c number of rounding to 1 operations	: 0
252.05/131.60	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.05/131.60	c number of reductions of the coefficients by power 2 	: 0
252.05/131.60	c number of right shift for reduction by power 2 	: 0
252.05/131.60	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.05/131.60	c number of ending skipping 	: 0
252.05/131.60	c number of internal skipping 	: 0
252.05/131.60	c number of derivation steps 	: 0
252.05/131.60	c number of skipped derivation steps 	: 0
252.05/131.60	c number of remaining unassigned 	: 0
252.05/131.60	c number of remaining assigned 	: 0
252.05/131.60	c speed (assignments/second)	: 1571611.7922347237
252.05/131.60	c non guided choices	: 8050940
252.05/131.61	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 274
252.05/131.61	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 12230
252.05/131.61	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 (12160 MiB free)
  memory of node 1: 16384 MiB (13077 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302183-1532888086/watcher-4302183-1532888086 -o /tmp/evaluation-result-4302183-1532888086/solver-4302183-1532888086 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302183-1532888086.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=21548, runsolver pid=21545

[startup+0.100919 s]*
/proc/loadavg: 6.49 4.12 3.00 3/216 21563
/proc/meminfo: memFree=25827604/32770624 swapFree=67108860/67108860
[pid=21548] ppid=21545 vsize=10659012 memory=30960 CPUtime=0.13 cores=0,2,4,6
/proc/21548/stat : 21548 (java) S 21545 21548 13514 0 -1 1077944320 6813 0 0 0 11 2 0 0 20 0 15 0 106371732 10914828288 7740 33554432000 4194304 4196468 140737336986576 140737336969120 140254140333815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
/proc/21548/statm: 2664753 7740 2847 1 0 2627263 0
[pid=21548/tid=21550] ppid=21545 vsize=10659012 memory=-8773748148830113658 CPUtime=0.09 cores=0,2,4,6
/proc/21548/task/21550/stat : 21550 (java) R 21545 21548 13514 0 -1 4202560 4643 0 0 0 8 1 0 0 20 0 15 0 106371733 10914828288 7740 33554432000 4194304 4196468 140737336986576 140254144538480 140254140345750 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21551] ppid=21545 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21551/stat : 21551 (java) S 21545 21548 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371734 10914828288 7740 33554432000 4194304 4196468 140737336986576 140253747403408 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21552] ppid=21545 vsize=10659012 memory=140193768838784 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21552/stat : 21552 (java) S 21545 21548 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106371734 10914828288 7740 33554432000 4194304 4196468 140737336986576 140253746350608 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21553] ppid=21545 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21553/stat : 21553 (java) S 21545 21548 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371734 10914828288 7740 33554432000 4194304 4196468 140737336986576 140253745297808 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21554] ppid=21545 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21554/stat : 21554 (java) S 21545 21548 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371734 10914828288 7740 33554432000 4194304 4196468 140737336986576 140253744245008 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21555] ppid=21545 vsize=10659012 memory=140193768838784 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21555/stat : 21555 (java) S 21545 21548 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106371735 10914828288 7740 33554432000 4194304 4196468 140737336986576 140253715897200 140254140344962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21556] ppid=21545 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21556/stat : 21556 (java) S 21545 21548 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106371735 10914828288 7740 33554432000 4194304 4196468 140737336986576 140253714843168 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21557] ppid=21545 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21557/stat : 21557 (java) S 21545 21548 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106371736 10914828288 7740 33554432000 4194304 4196468 140737336986576 140253713790320 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21558] ppid=21545 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21558/stat : 21558 (java) S 21545 21548 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371738 10914828288 7740 33554432000 4194304 4196468 140737336986576 140253712738640 140254140352411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21559] ppid=21545 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21559/stat : 21559 (java) S 21545 21548 13514 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 106371738 10914828288 7740 33554432000 4194304 4196468 140737336986576 140253711686000 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21560] ppid=21545 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21560/stat : 21560 (java) S 21545 21548 13514 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 15 0 106371738 10914828288 7740 33554432000 4194304 4196468 140737336986576 140253710633200 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21561] ppid=21545 vsize=10659012 memory=140193768838784 CPUtime=0.02 cores=0,2,4,6
/proc/21548/task/21561/stat : 21561 (java) R 21545 21548 13514 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 106371738 10914828288 7740 33554432000 4194304 4196468 140737336986576 140253709580400 140254140355162 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21562] ppid=21545 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21562/stat : 21562 (java) S 21545 21548 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371738 10914828288 7740 33554432000 4194304 4196468 140737336986576 140253708527840 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21563] ppid=21545 vsize=10659012 memory=140193768838784 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21563/stat : 21563 (java) S 21545 21548 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371738 10914828288 7740 33554432000 4194304 4196468 140737336986576 140253707476144 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30960 KiB

[startup+0.210646 s]*
/proc/loadavg: 6.49 4.12 3.00 3/216 21563
/proc/meminfo: memFree=25816004/32770624 swapFree=67108860/67108860
[pid=21548] ppid=21545 vsize=10659012 memory=42288 CPUtime=0.33 cores=0,2,4,6
/proc/21548/stat : 21548 (java) S 21545 21548 13514 0 -1 1077944320 8135 0 0 0 31 2 0 0 20 0 15 0 106371732 10914828288 10572 33554432000 4194304 4196468 140737336986576 140737336969120 140254140333815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
/proc/21548/statm: 2664753 10572 3007 1 0 2627263 0
[pid=21548/tid=21550] ppid=21545 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/21548/task/21550/stat : 21550 (java) R 21545 21548 13514 0 -1 4202560 5067 0 0 0 18 1 0 0 20 0 15 0 106371733 10914828288 10572 33554432000 4194304 4196468 140737336986576 140254144570432 140254124377445 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21551] ppid=21545 vsize=10659012 memory=339 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21551/stat : 21551 (java) S 21545 21548 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371734 10914828288 10572 33554432000 4194304 4196468 140737336986576 140253747403408 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21552] ppid=21545 vsize=10659012 memory=288370569920550528 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21552/stat : 21552 (java) S 21545 21548 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106371734 10914828288 10572 33554432000 4194304 4196468 140737336986576 140253746350608 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21553] ppid=21545 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21553/stat : 21553 (java) S 21545 21548 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371734 10914828288 10572 33554432000 4194304 4196468 140737336986576 140253745297808 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21554] ppid=21545 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21554/stat : 21554 (java) S 21545 21548 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371734 10914828288 10572 33554432000 4194304 4196468 140737336986576 140253744245008 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21555] ppid=21545 vsize=10659012 memory=140193768838784 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21555/stat : 21555 (java) S 21545 21548 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106371735 10914828288 10572 33554432000 4194304 4196468 140737336986576 140253715897200 140254140344962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21556] ppid=21545 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21556/stat : 21556 (java) S 21545 21548 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106371735 10914828288 10572 33554432000 4194304 4196468 140737336986576 140253714843168 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21557] ppid=21545 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21557/stat : 21557 (java) S 21545 21548 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106371736 10914828288 10572 33554432000 4194304 4196468 140737336986576 140253713790320 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21558] ppid=21545 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21558/stat : 21558 (java) S 21545 21548 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371738 10914828288 10572 33554432000 4194304 4196468 140737336986576 140253712738640 140254140352411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21559] ppid=21545 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21548/task/21559/stat : 21559 (java) S 21545 21548 13514 0 -1 1077944384 672 0 0 0 2 0 0 0 20 0 15 0 106371738 10914828288 10572 33554432000 4194304 4196468 140737336986576 140253711686000 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21560] ppid=21545 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21548/task/21560/stat : 21560 (java) S 21545 21548 13514 0 -1 1077944384 334 0 0 0 2 0 0 0 20 0 15 0 106371738 10914828288 10572 33554432000 4194304 4196468 140737336986576 140253710633200 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21561] ppid=21545 vsize=10659012 memory=140193768838784 CPUtime=0.07 cores=0,2,4,6
/proc/21548/task/21561/stat : 21561 (java) R 21545 21548 13514 0 -1 4202560 699 0 0 0 7 0 0 0 20 0 15 0 106371738 10914828288 10572 33554432000 4194304 4196468 140737336986576 140253709580400 140254140345750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21562] ppid=21545 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21562/stat : 21562 (java) S 21545 21548 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371738 10914828288 10572 33554432000 4194304 4196468 140737336986576 140253708527840 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21563] ppid=21545 vsize=10659012 memory=140193768838784 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21563/stat : 21563 (java) S 21545 21548 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371738 10914828288 10572 33554432000 4194304 4196468 140737336986576 140253707476144 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42288 KiB

[startup+0.313201 s]*
/proc/loadavg: 6.49 4.12 3.00 5/216 21563
/proc/meminfo: memFree=25803352/32770624 swapFree=67108860/67108860
[pid=21548] ppid=21545 vsize=10659012 memory=54872 CPUtime=0.6 cores=0,2,4,6
/proc/21548/stat : 21548 (java) S 21545 21548 13514 0 -1 1077944320 9814 0 0 0 58 2 0 0 20 0 15 0 106371732 10914828288 13718 33554432000 4194304 4196468 140737336986576 140737336969120 140254140333815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
/proc/21548/statm: 2664753 13718 3042 1 0 2627263 0
[pid=21548/tid=21550] ppid=21545 vsize=10659012 memory=7022364594140610616 CPUtime=0.31 cores=0,2,4,6
/proc/21548/task/21550/stat : 21550 (java) R 21545 21548 13514 0 -1 4202560 5415 0 0 0 29 2 0 0 20 0 15 0 106371733 10914828288 13718 33554432000 4194304 4196468 140737336986576 140254144571792 140254140355741 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21551] ppid=21545 vsize=10659012 memory=4294977826 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21551/stat : 21551 (java) S 21545 21548 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371734 10914828288 13718 33554432000 4194304 4196468 140737336986576 140253747403408 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21552] ppid=21545 vsize=10659012 memory=288370569920550528 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21552/stat : 21552 (java) S 21545 21548 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106371734 10914828288 13718 33554432000 4194304 4196468 140737336986576 140253746350608 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21553] ppid=21545 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21553/stat : 21553 (java) S 21545 21548 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371734 10914828288 13718 33554432000 4194304 4196468 140737336986576 140253745297808 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21554] ppid=21545 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21554/stat : 21554 (java) S 21545 21548 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371734 10914828288 13718 33554432000 4194304 4196468 140737336986576 140253744245008 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21555] ppid=21545 vsize=10659012 memory=140193768838784 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21555/stat : 21555 (java) S 21545 21548 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106371735 10914828288 13718 33554432000 4194304 4196468 140737336986576 140253715897200 140254140344962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21556] ppid=21545 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21556/stat : 21556 (java) S 21545 21548 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106371735 10914828288 13718 33554432000 4194304 4196468 140737336986576 140253714843168 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21557] ppid=21545 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21557/stat : 21557 (java) S 21545 21548 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106371736 10914828288 13718 33554432000 4194304 4196468 140737336986576 140253713790320 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21558] ppid=21545 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21558/stat : 21558 (java) S 21545 21548 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371738 10914828288 13718 33554432000 4194304 4196468 140737336986576 140253712738640 140254140352411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21559] ppid=21545 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21548/task/21559/stat : 21559 (java) R 21545 21548 13514 0 -1 4202560 1216 0 0 0 7 0 0 0 20 0 15 0 106371738 10914828288 13718 33554432000 4194304 4196468 140737336986576 140253711667016 140254121035303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21560] ppid=21545 vsize=10659012 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21548/task/21560/stat : 21560 (java) R 21545 21548 13514 0 -1 4202560 779 0 0 0 8 0 0 0 20 0 15 0 106371738 10914828288 13718 33554432000 4194304 4196468 140737336986576 140253710614216 140254119551043 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21561] ppid=21545 vsize=10659012 memory=140193768838784 CPUtime=0.13 cores=0,2,4,6
/proc/21548/task/21561/stat : 21561 (java) R 21545 21548 13514 0 -1 1077944384 1040 0 0 0 13 0 0 0 20 0 15 0 106371738 10914828288 13718 33554432000 4194304 4196468 140737336986576 140253709580400 140254140344962 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21562] ppid=21545 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21562/stat : 21562 (java) S 21545 21548 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371738 10914828288 13718 33554432000 4194304 4196468 140737336986576 140253708527840 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21563] ppid=21545 vsize=10659012 memory=140193768838784 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21563/stat : 21563 (java) S 21545 21548 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371738 10914828288 13718 33554432000 4194304 4196468 140737336986576 140253707476144 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54872 KiB

[startup+0.700726 s]
/proc/loadavg: 6.29 4.11 3.00 5/216 21563
/proc/meminfo: memFree=25742912/32770624 swapFree=67108860/67108860
[pid=21548] ppid=21545 vsize=10659088 memory=153756 CPUtime=1.88 cores=0,2,4,6
/proc/21548/stat : 21548 (java) S 21545 21548 13514 0 -1 1077944320 12725 0 0 0 182 6 0 0 20 0 15 0 106371732 10914906112 38439 33554432000 4194304 4196468 140737336986576 140737336969120 140254140333815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
/proc/21548/statm: 2664772 38439 3108 1 0 2627263 0
[pid=21548/tid=21550] ppid=21545 vsize=10659088 memory=232771658213266 CPUtime=0.68 cores=0,2,4,6
/proc/21548/task/21550/stat : 21550 (java) R 21545 21548 13514 0 -1 4202560 5918 0 0 0 64 4 0 0 20 0 15 0 106371733 10914906112 38439 33554432000 4194304 4196468 140737336986576 140254144570672 140253781337268 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21551] ppid=21545 vsize=10659088 memory=605488 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21551/stat : 21551 (java) S 21545 21548 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371734 10914906112 38439 33554432000 4194304 4196468 140737336986576 140253747403408 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21552] ppid=21545 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21552/stat : 21552 (java) S 21545 21548 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106371734 10914906112 38439 33554432000 4194304 4196468 140737336986576 140253746350608 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21553] ppid=21545 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21553/stat : 21553 (java) S 21545 21548 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371734 10914906112 38439 33554432000 4194304 4196468 140737336986576 140253745297808 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21554] ppid=21545 vsize=10659088 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21554/stat : 21554 (java) S 21545 21548 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371734 10914906112 38439 33554432000 4194304 4196468 140737336986576 140253744245008 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21555] ppid=21545 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21555/stat : 21555 (java) S 21545 21548 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106371735 10914906112 38439 33554432000 4194304 4196468 140737336986576 140253715897200 140254140344962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21556] ppid=21545 vsize=10659088 memory=-3535359994705171299 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21556/stat : 21556 (java) S 21545 21548 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106371735 10914906112 38439 33554432000 4194304 4196468 140737336986576 140253714843168 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21557] ppid=21545 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21557/stat : 21557 (java) S 21545 21548 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106371736 10914906112 38439 33554432000 4194304 4196468 140737336986576 140253713790320 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21558] ppid=21545 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21558/stat : 21558 (java) S 21545 21548 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371738 10914906112 38439 33554432000 4194304 4196468 140737336986576 140253712738640 140254140352411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21559] ppid=21545 vsize=10659088 memory=6656426216303648864 CPUtime=0.44 cores=0,2,4,6
/proc/21548/task/21559/stat : 21559 (java) R 21545 21548 13514 0 -1 4202560 1945 0 0 0 44 0 0 0 20 0 15 0 106371738 10914906112 38439 33554432000 4194304 4196468 140737336986576 140253711673104 140254124730856 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21560] ppid=21545 vsize=10659088 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/21548/task/21560/stat : 21560 (java) R 21545 21548 13514 0 -1 4202560 1819 0 0 0 44 0 0 0 20 0 15 0 106371738 10914906112 38439 33554432000 4194304 4196468 140737336986576 140253710625152 140254121877928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21561] ppid=21545 vsize=10659088 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/21548/task/21561/stat : 21561 (java) S 21545 21548 13514 0 -1 1077944384 1673 0 0 0 29 0 0 0 20 0 15 0 106371738 10914906112 38439 33554432000 4194304 4196468 140737336986576 140253709580400 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21562] ppid=21545 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21562/stat : 21562 (java) S 21545 21548 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371738 10914906112 38439 33554432000 4194304 4196468 140737336986576 140253708527840 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21563] ppid=21545 vsize=10659088 memory=12708 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21563/stat : 21563 (java) S 21545 21548 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371738 10914906112 38439 33554432000 4194304 4196468 140737336986576 140253707476144 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 153756 KiB

[startup+1.50076 s]
/proc/loadavg: 6.29 4.11 3.00 5/216 21563
/proc/meminfo: memFree=25655724/32770624 swapFree=67108860/67108860
[pid=21548] ppid=21545 vsize=10661852 memory=470412 CPUtime=4.44 cores=0,2,4,6
/proc/21548/stat : 21548 (java) S 21545 21548 13514 0 -1 1077944320 23217 0 0 0 426 18 0 0 20 0 15 0 106371732 10917736448 117603 33554432000 4194304 4196468 140737336986576 140737336969120 140254140333815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
/proc/21548/statm: 2665463 117603 3144 1 0 2627954 0
[pid=21548/tid=21550] ppid=21545 vsize=10661852 memory=10757 CPUtime=1.37 cores=0,2,4,6
/proc/21548/task/21550/stat : 21550 (java) R 21545 21548 13514 0 -1 4202560 6118 0 0 0 130 7 0 0 20 0 15 0 106371733 10917736448 117603 33554432000 4194304 4196468 140737336986576 140254144570432 140253782493887 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21551] ppid=21545 vsize=10661852 memory=6791534058613427641 CPUtime=0.05 cores=0,2,4,6
/proc/21548/task/21551/stat : 21551 (java) S 21545 21548 13514 0 -1 1077944384 198 0 0 0 4 1 0 0 20 0 15 0 106371734 10917736448 117603 33554432000 4194304 4196468 140737336986576 140253747403408 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21552] ppid=21545 vsize=10661852 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/21548/task/21552/stat : 21552 (java) S 21545 21548 13514 0 -1 1077944384 195 0 0 0 4 1 0 0 20 0 15 0 106371734 10917736448 117603 33554432000 4194304 4196468 140737336986576 140253746350608 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21553] ppid=21545 vsize=10661852 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/21548/task/21553/stat : 21553 (java) S 21545 21548 13514 0 -1 1077944384 67 0 0 0 5 1 0 0 20 0 15 0 106371734 10917736448 117603 33554432000 4194304 4196468 140737336986576 140253745297808 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21554] ppid=21545 vsize=10661852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/21548/task/21554/stat : 21554 (java) S 21545 21548 13514 0 -1 1077944384 32 0 0 0 3 0 0 0 20 0 15 0 106371734 10917736448 117603 33554432000 4194304 4196468 140737336986576 140253744245008 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21555] ppid=21545 vsize=10661852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21555/stat : 21555 (java) S 21545 21548 13514 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 106371735 10917736448 118115 33554432000 4194304 4196468 140737336986576 140253715897200 140254140344962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0

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

[pid=21548/tid=21556] ppid=21545 vsize=10661136 memory=8291192 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21556/stat : 21556 (java) S 21545 21548 13514 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 106371735 10917003264 2073311 33554432000 4194304 4196468 140737336986576 140253714843232 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21557] ppid=21545 vsize=10661136 memory=7789392 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21557/stat : 21557 (java) S 21545 21548 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106371736 10917003264 2073311 33554432000 4194304 4196468 140737336986576 140253713790336 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21558] ppid=21545 vsize=10661136 memory=7789392 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21558/stat : 21558 (java) S 21545 21548 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371738 10917003264 2073311 33554432000 4194304 4196468 140737336986576 140253712738640 140254140352411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21559] ppid=21545 vsize=10661136 memory=0 CPUtime=3.3 cores=0,2,4,6
/proc/21548/task/21559/stat : 21559 (java) S 21545 21548 13514 0 -1 1077944384 8174 0 0 0 328 2 0 0 20 0 15 0 106371738 10917003264 2073311 33554432000 4194304 4196468 140737336986576 140253711686048 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21560] ppid=21545 vsize=10661136 memory=0 CPUtime=3.29 cores=0,2,4,6
/proc/21548/task/21560/stat : 21560 (java) S 21545 21548 13514 0 -1 1077944384 7083 0 0 0 328 1 0 0 20 0 15 0 106371738 10917003264 2073311 33554432000 4194304 4196468 140737336986576 140253710632960 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21561] ppid=21545 vsize=10661136 memory=7990136 CPUtime=0.65 cores=0,2,4,6
/proc/21548/task/21561/stat : 21561 (java) S 21545 21548 13514 0 -1 1077944384 4307 0 0 0 64 1 0 0 20 0 15 0 106371738 10917003264 2073311 33554432000 4194304 4196468 140737336986576 140253709580448 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21562] ppid=21545 vsize=10661136 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21562/stat : 21562 (java) S 21545 21548 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371738 10917003264 2073311 33554432000 4194304 4196468 140737336986576 140253708527840 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21563] ppid=21545 vsize=10661136 memory=30296 CPUtime=0.01 cores=0,2,4,6
/proc/21548/task/21563/stat : 21563 (java) S 21545 21548 13514 0 -1 1077944384 203 0 0 0 1 0 0 0 20 0 15 0 106371738 10917003264 2073311 33554432000 4194304 4196468 140737336986576 140253707476144 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
Current children cumulated CPU time: 148.67 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8293244 KiB

[startup+102.301 s]
/proc/loadavg: 3.95 4.08 3.11 3/217 21566
/proc/meminfo: memFree=11839640/32770624 swapFree=67108860/67108860
[pid=21548] ppid=21545 vsize=10727700 memory=8421084 CPUtime=222.87 cores=0,2,4,6
/proc/21548/stat : 21548 (java) S 21545 21548 13514 0 -1 1077944320 1416737 0 0 0 21806 481 0 0 20 0 16 0 106371732 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140737336969120 140254140333815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
/proc/21548/statm: 2681925 2105271 3202 1 0 2644416 0
[pid=21548/tid=21550] ppid=21545 vsize=10727700 memory=140192027532495 CPUtime=55.28 cores=0,2,4,6
/proc/21548/task/21550/stat : 21550 (java) R 21545 21548 13514 0 -1 4202560 36928 0 0 0 5487 41 0 0 20 0 16 0 106371733 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140254144570680 140253778227268 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21551] ppid=21545 vsize=10727700 memory=924 CPUtime=37.3 cores=0,2,4,6
/proc/21548/task/21551/stat : 21551 (java) S 21545 21548 13514 0 -1 1077944384 334110 0 0 0 3616 114 0 0 20 0 16 0 106371734 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253747403408 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21552] ppid=21545 vsize=10727700 memory=232788838502312 CPUtime=37.31 cores=0,2,4,6
/proc/21548/task/21552/stat : 21552 (java) S 21545 21548 13514 0 -1 1077944384 362821 0 0 0 3624 107 0 0 20 0 16 0 106371734 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253746350608 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21553] ppid=21545 vsize=10727700 memory=8421084 CPUtime=37.17 cores=0,2,4,6
/proc/21548/task/21553/stat : 21553 (java) S 21545 21548 13514 0 -1 1077944384 188553 0 0 0 3619 98 0 0 20 0 16 0 106371734 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253745297808 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21554] ppid=21545 vsize=10727700 memory=1240 CPUtime=37.32 cores=0,2,4,6
/proc/21548/task/21554/stat : 21554 (java) S 21545 21548 13514 0 -1 1077944384 438789 0 0 0 3626 106 0 0 20 0 16 0 106371734 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253744245008 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21555] ppid=21545 vsize=10727700 memory=8421084 CPUtime=9.21 cores=0,2,4,6
/proc/21548/task/21555/stat : 21555 (java) S 21545 21548 13514 0 -1 1077944384 25291 0 0 0 917 4 0 0 20 0 16 0 106371735 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253715897200 140254140344962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21556] ppid=21545 vsize=10727700 memory=8421084 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21556/stat : 21556 (java) S 21545 21548 13514 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 106371735 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253714843232 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21557] ppid=21545 vsize=10727700 memory=4881 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21557/stat : 21557 (java) S 21545 21548 13514 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 106371736 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253713790336 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21558] ppid=21545 vsize=10727700 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21558/stat : 21558 (java) S 21545 21548 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106371738 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253712738640 140254140352411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21559] ppid=21545 vsize=10727700 memory=8421084 CPUtime=4.29 cores=0,2,4,6
/proc/21548/task/21559/stat : 21559 (java) S 21545 21548 13514 0 -1 1077944384 12778 0 0 0 427 2 0 0 20 0 16 0 106371738 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253711686000 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21560] ppid=21545 vsize=10727700 memory=8421084 CPUtime=4.04 cores=0,2,4,6
/proc/21548/task/21560/stat : 21560 (java) S 21545 21548 13514 0 -1 1077944384 10814 0 0 0 403 1 0 0 20 0 16 0 106371738 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253710633200 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21561] ppid=21545 vsize=10727700 memory=12708 CPUtime=0.78 cores=0,2,4,6
/proc/21548/task/21561/stat : 21561 (java) S 21545 21548 13514 0 -1 1077944384 4996 0 0 0 77 1 0 0 20 0 16 0 106371738 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253709580400 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21562] ppid=21545 vsize=10727700 memory=7789392 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21562/stat : 21562 (java) S 21545 21548 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106371738 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253708527840 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21563] ppid=21545 vsize=10727700 memory=7789392 CPUtime=0.05 cores=0,2,4,6
/proc/21548/task/21563/stat : 21563 (java) S 21545 21548 13514 0 -1 1077944384 252 0 0 0 2 3 0 0 20 0 16 0 106371738 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253707476144 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21565] ppid=21545 vsize=10727700 memory=7785260 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21565/stat : 21565 (java) S 21545 21548 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106377756 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253704324528 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
Current children cumulated CPU time: 222.87 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8421084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+131.401 s]
/proc/loadavg: 3.26 3.90 3.08 3/217 21726
/proc/meminfo: memFree=19998464/32770624 swapFree=67108860/67108860
[pid=21548] ppid=21545 vsize=10727700 memory=8421084 CPUtime=252.02 cores=0,2,4,6
/proc/21548/stat : 21548 (java) S 21545 21548 13514 0 -1 1077944320 1542943 0 0 0 24713 489 0 0 20 0 16 0 106371732 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140737336969120 140254140333815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
/proc/21548/statm: 2681925 2105271 3202 1 0 2644416 0
[pid=21548/tid=21550] ppid=21545 vsize=10727700 memory=6943526294502006880 CPUtime=84.38 cores=0,2,4,6
/proc/21548/task/21550/stat : 21550 (java) R 21545 21548 13514 0 -1 4202560 162926 0 0 0 8390 48 0 0 20 0 16 0 106371733 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140254144572312 140253780058435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21551] ppid=21545 vsize=10727700 memory=6944652177228980320 CPUtime=37.3 cores=0,2,4,6
/proc/21548/task/21551/stat : 21551 (java) S 21545 21548 13514 0 -1 1077944384 334110 0 0 0 3616 114 0 0 20 0 16 0 106371734 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253747403408 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21552] ppid=21545 vsize=10727700 memory=5859296739916271696 CPUtime=37.31 cores=0,2,4,6
/proc/21548/task/21552/stat : 21552 (java) S 21545 21548 13514 0 -1 1077944384 362821 0 0 0 3624 107 0 0 20 0 16 0 106371734 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253746350608 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21553] ppid=21545 vsize=10727700 memory=7649399367118696754 CPUtime=37.17 cores=0,2,4,6
/proc/21548/task/21553/stat : 21553 (java) S 21545 21548 13514 0 -1 1077944384 188553 0 0 0 3619 98 0 0 20 0 16 0 106371734 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253745297808 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21554] ppid=21545 vsize=10727700 memory=7667772413401655648 CPUtime=37.32 cores=0,2,4,6
/proc/21548/task/21554/stat : 21554 (java) S 21545 21548 13514 0 -1 1077944384 438789 0 0 0 3626 106 0 0 20 0 16 0 106371734 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253744245008 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21555] ppid=21545 vsize=10727700 memory=844 CPUtime=9.21 cores=0,2,4,6
/proc/21548/task/21555/stat : 21555 (java) S 21545 21548 13514 0 -1 1077944384 25301 0 0 0 917 4 0 0 20 0 16 0 106371735 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253715897200 140254140344962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21556] ppid=21545 vsize=10727700 memory=3360 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21556/stat : 21556 (java) S 21545 21548 13514 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 106371735 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253714843232 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21557] ppid=21545 vsize=10727700 memory=2724 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21557/stat : 21557 (java) S 21545 21548 13514 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 106371736 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253713790336 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21558] ppid=21545 vsize=10727700 memory=1256 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21558/stat : 21558 (java) S 21545 21548 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106371738 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253712738640 140254140352411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21559] ppid=21545 vsize=10727700 memory=10368 CPUtime=4.32 cores=0,2,4,6
/proc/21548/task/21559/stat : 21559 (java) S 21545 21548 13514 0 -1 1077944384 12819 0 0 0 430 2 0 0 20 0 16 0 106371738 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253711686000 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21560] ppid=21545 vsize=10727700 memory=1700 CPUtime=4.05 cores=0,2,4,6
/proc/21548/task/21560/stat : 21560 (java) S 21545 21548 13514 0 -1 1077944384 10817 0 0 0 404 1 0 0 20 0 16 0 106371738 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253710633200 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21561] ppid=21545 vsize=10727700 memory=8421084 CPUtime=0.78 cores=0,2,4,6
/proc/21548/task/21561/stat : 21561 (java) S 21545 21548 13514 0 -1 1077944384 5116 0 0 0 77 1 0 0 20 0 16 0 106371738 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253709580400 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21562] ppid=21545 vsize=10727700 memory=8421084 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21562/stat : 21562 (java) S 21545 21548 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106371738 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253708527840 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21563] ppid=21545 vsize=10727700 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/21548/task/21563/stat : 21563 (java) S 21545 21548 13514 0 -1 1077944384 286 0 0 0 3 4 0 0 20 0 16 0 106371738 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253707476144 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21565] ppid=21545 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21565/stat : 21565 (java) S 21545 21548 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106377756 10985164800 2105271 33554432000 4194304 4196468 140737336986576 140253704324528 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8421084 KiB

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

[startup+131.744 s]
# the end of solver process 21548 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.173 s, system=5.02582 s

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

[startup+131.601 s]
/proc/loadavg: 3.26 3.90 3.08 3/217 21726
/proc/meminfo: memFree=19998464/32770624 swapFree=67108860/67108860
[pid=21548] ppid=21545 vsize=10927392 memory=8421420 CPUtime=252.05 cores=0,2,4,6
/proc/21548/stat : 21548 (java) S 21545 21548 13514 0 -1 1077944320 1544148 0 0 0 24716 489 0 0 20 0 17 0 106371732 11189649408 2105355 33554432000 4194304 4196468 140737336986576 140737336969120 140254140333815 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
/proc/21548/statm: 2731848 2105355 3204 1 0 2694339 0
[pid=21548/tid=21550] ppid=21545 vsize=10927392 memory=1408 CPUtime=84.41 cores=0,2,4,6
/proc/21548/task/21550/stat : 21550 (java) S 21545 21548 13514 0 -1 1077944384 163084 0 0 0 8393 48 0 0 20 0 17 0 106371733 11189649408 2105355 33554432000 4194304 4196468 140737336986576 140254144576688 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21551] ppid=21545 vsize=10927392 memory=2424 CPUtime=37.3 cores=0,2,4,6
/proc/21548/task/21551/stat : 21551 (java) S 21545 21548 13514 0 -1 1077944384 334110 0 0 0 3616 114 0 0 20 0 17 0 106371734 11189649408 2105355 33554432000 4194304 4196468 140737336986576 140253747403408 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21552] ppid=21545 vsize=10927392 memory=255456 CPUtime=37.31 cores=0,2,4,6
/proc/21548/task/21552/stat : 21552 (java) S 21545 21548 13514 0 -1 1077944384 362821 0 0 0 3624 107 0 0 20 0 17 0 106371734 11189649408 2105355 33554432000 4194304 4196468 140737336986576 140253746350608 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21553] ppid=21545 vsize=10927392 memory=8421084 CPUtime=37.17 cores=0,2,4,6
/proc/21548/task/21553/stat : 21553 (java) S 21545 21548 13514 0 -1 1077944384 188553 0 0 0 3619 98 0 0 20 0 17 0 106371734 11189649408 2105355 33554432000 4194304 4196468 140737336986576 140253745297808 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21554] ppid=21545 vsize=10927392 memory=4140 CPUtime=37.32 cores=0,2,4,6
/proc/21548/task/21554/stat : 21554 (java) S 21545 21548 13514 0 -1 1077944384 438789 0 0 0 3626 106 0 0 20 0 17 0 106371734 11189649408 2105355 33554432000 4194304 4196468 140737336986576 140253744245008 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21555] ppid=21545 vsize=10927392 memory=30296 CPUtime=9.21 cores=0,2,4,6
/proc/21548/task/21555/stat : 21555 (java) S 21545 21548 13514 0 -1 1077944384 25348 0 0 0 917 4 0 0 20 0 17 0 106371735 11189649408 2105355 33554432000 4194304 4196468 140737336986576 140253715897200 140254140344962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21556] ppid=21545 vsize=10927392 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21556/stat : 21556 (java) S 21545 21548 13514 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 106371735 11189649408 2105355 33554432000 4194304 4196468 140737336986576 140253714843232 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21557] ppid=21545 vsize=10927392 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21557/stat : 21557 (java) S 21545 21548 13514 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 106371736 11189649408 2105355 33554432000 4194304 4196468 140737336986576 140253713790336 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21558] ppid=21545 vsize=10927392 memory=1520 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21558/stat : 21558 (java) S 21545 21548 13514 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 17 0 106371738 11189649408 2105355 33554432000 4194304 4196468 140737336986576 140253712738640 140254140352411 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21559] ppid=21545 vsize=10927392 memory=844 CPUtime=4.32 cores=0,2,4,6
/proc/21548/task/21559/stat : 21559 (java) S 21545 21548 13514 0 -1 1077944384 12821 0 0 0 430 2 0 0 20 0 17 0 106371738 11189649408 2105355 33554432000 4194304 4196468 140737336986576 140253711686000 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21560] ppid=21545 vsize=10927392 memory=3360 CPUtime=4.05 cores=0,2,4,6
/proc/21548/task/21560/stat : 21560 (java) S 21545 21548 13514 0 -1 1077944384 10819 0 0 0 404 1 0 0 20 0 17 0 106371738 11189649408 2105355 33554432000 4194304 4196468 140737336986576 140253710633200 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21561] ppid=21545 vsize=10927392 memory=2724 CPUtime=0.78 cores=0,2,4,6
/proc/21548/task/21561/stat : 21561 (java) S 21545 21548 13514 0 -1 1077944384 5436 0 0 0 77 1 0 0 20 0 17 0 106371738 11189649408 2105355 33554432000 4194304 4196468 140737336986576 140253709580400 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21562] ppid=21545 vsize=10927392 memory=1256 CPUtime=0 cores=0,2,4,6
/proc/21548/task/21562/stat : 21562 (java) S 21545 21548 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106371738 11189649408 2105355 33554432000 4194304 4196468 140737336986576 140253708527840 140254140344021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
[pid=21548/tid=21563] ppid=21545 vsize=10927392 memory=10368 CPUtime=0.07 cores=0,2,4,6
/proc/21548/task/21563/stat : 21563 (java) S 21545 21548 13514 0 -1 1077944384 286 0 0 0 3 4 0 0 20 0 17 0 106371738 11189649408 2105355 33554432000 4194304 4196468 140737336986576 140253707476144 140254140344962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25219072 140737336988790 140737336988942 140737336988942 140737336991695 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 8421420 KiB

[startup+131.701 s]*
/proc/loadavg: 3.26 3.90 3.08 3/203 21729
/proc/meminfo: memFree=22348340/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): 131.744
CPU time (s): 252.199
CPU user time (s): 247.173
CPU system time (s): 5.02582
CPU usage (%): 191.431
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 8421420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.173
system time used= 5.02582
maximum resident set size= 8421584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1545405
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13417
involuntary context switches= 2792


# summary of solver processes directly reported to runsolver:
#   pid: 21548
#   total CPU time (s): 252.199
#   total CPU user time (s): 247.173
#   total CPU system time (s): 5.02582

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.888488 second user time and 1.29465 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 20:14:46
IDJOB=4302183
IDBENCH=141648
IDSOLVER=2773
FILE ID=node136/4302183-1532888086
RUNJOBID= node136-1532879536-13546
PBS_JOBID= 21022516
Free space on /tmp= 60224 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2s-4-0_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302183-1532888086/watcher-4302183-1532888086 -o /tmp/evaluation-result-4302183-1532888086/solver-4302183-1532888086 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302183-1532888086.xml

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

MD5SUM BENCH= b10759bd497fea2437fd7a4bc018387a
RANDOM SEED=2056251617

node136.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.50
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.50
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.50
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.50
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:        25843908 kB
MemAvailable:   29151124 kB
Buffers:          214788 kB
Cached:          3362704 kB
SwapCached:            0 kB
Active:          4493756 kB
Inactive:        1953768 kB
Active(anon):    2821152 kB
Inactive(anon):    76480 kB
Active(file):    1672604 kB
Inactive(file):  1877288 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3308 kB
Writeback:             0 kB
AnonPages:       2879432 kB
Mapped:            46808 kB
Shmem:             25228 kB
Slab:             174464 kB
SReclaimable:     146316 kB
SUnreclaim:        28148 kB
KernelStack:        3824 kB
PageTables:        11324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3671668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2762752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60224 MiB
End job on node136 at 2018-07-29 20:16:58