Trace number 4302180

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.254 112.712

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2s-2-0_c18.xml
MD5SUM2d28e83d5554f0b825ec3e8d27492158
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark346
Best CPU time to get the best result obtained on this benchmark252.143
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":25,"count":111},{"size":40,"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

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

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

running on 4 cores: 1,3,5,7

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=21473, runsolver pid=21470

[startup+0.100092 s]*
/proc/loadavg: 6.71 4.12 2.99 6/216 21488
/proc/meminfo: memFree=20188852/32770624 swapFree=67108860/67108860
[pid=21473] ppid=21470 vsize=10659012 memory=30096 CPUtime=0.13 cores=1,3,5,7
/proc/21473/stat : 21473 (java) S 21470 21473 13514 0 -1 1077944320 6605 0 0 0 12 1 0 0 20 0 15 0 106371085 10914828288 7524 33554432000 4194304 4196468 140727128207568 140727128190112 139833204055799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
/proc/21473/statm: 2664753 7524 2847 1 0 2627263 0
[pid=21473/tid=21475] ppid=21470 vsize=10659012 memory=-8773748148829981827 CPUtime=0.09 cores=1,3,5,7
/proc/21473/task/21475/stat : 21475 (java) R 21470 21473 13514 0 -1 4202560 4449 0 0 0 8 1 0 0 20 0 15 0 106371085 10914828288 7524 33554432000 4194304 4196468 140727128207568 139833208278384 139833188136286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21476] ppid=21470 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21476/stat : 21476 (java) S 21470 21473 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371086 10914828288 7524 33554432000 4194304 4196468 140727128207568 139832810531856 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21477] ppid=21470 vsize=10659012 memory=140365166098048 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21477/stat : 21477 (java) S 21470 21473 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371086 10914828288 7524 33554432000 4194304 4196468 140727128207568 139832809479312 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21478] ppid=21470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21478/stat : 21478 (java) S 21470 21473 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371086 10914828288 7524 33554432000 4194304 4196468 140727128207568 139832808426256 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21479] ppid=21470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21479/stat : 21479 (java) S 21470 21473 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106371086 10914828288 7524 33554432000 4194304 4196468 140727128207568 139832807373712 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21480] ppid=21470 vsize=10659012 memory=140365166098048 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21480/stat : 21480 (java) S 21470 21473 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106371088 10914828288 7524 33554432000 4194304 4196468 140727128207568 139832322885872 139833204066946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21481] ppid=21470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21481/stat : 21481 (java) S 21470 21473 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106371088 10914828288 7524 33554432000 4194304 4196468 140727128207568 139832321832096 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21482] ppid=21470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21482/stat : 21482 (java) S 21470 21473 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106371088 10914828288 7524 33554432000 4194304 4196468 140727128207568 139832320778992 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21483] ppid=21470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21483/stat : 21483 (java) S 21470 21473 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371090 10914828288 7524 33554432000 4194304 4196468 140727128207568 139832319727568 139833204074395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21484] ppid=21470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21484/stat : 21484 (java) S 21470 21473 13514 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 106371090 10914828288 7524 33554432000 4194304 4196468 140727128207568 139832318675696 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21485] ppid=21470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21485/stat : 21485 (java) S 21470 21473 13514 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 106371090 10914828288 7524 33554432000 4194304 4196468 140727128207568 139832317623152 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21486] ppid=21470 vsize=10659012 memory=140365166098048 CPUtime=0.02 cores=1,3,5,7
/proc/21473/task/21486/stat : 21486 (java) S 21470 21473 13514 0 -1 1077944384 347 0 0 0 2 0 0 0 20 0 15 0 106371090 10914828288 7524 33554432000 4194304 4196468 140727128207568 139832316570096 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21487] ppid=21470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21487/stat : 21487 (java) S 21470 21473 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371091 10914828288 7524 33554432000 4194304 4196468 140727128207568 139832315517792 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21488] ppid=21470 vsize=10659012 memory=140365166098048 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21488/stat : 21488 (java) S 21470 21473 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371091 10914828288 7524 33554432000 4194304 4196468 140727128207568 139832314464816 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30096 KiB

[startup+0.210695 s]*
/proc/loadavg: 6.71 4.12 2.99 6/216 21488
/proc/meminfo: memFree=20177544/32770624 swapFree=67108860/67108860
[pid=21473] ppid=21470 vsize=10659012 memory=41820 CPUtime=0.33 cores=1,3,5,7
/proc/21473/stat : 21473 (java) S 21470 21473 13514 0 -1 1077944320 8111 0 0 0 31 2 0 0 20 0 15 0 106371085 10914828288 10455 33554432000 4194304 4196468 140727128207568 140727128190112 139833204055799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
/proc/21473/statm: 2664753 10455 3003 1 0 2627263 0
[pid=21473/tid=21475] ppid=21470 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/21473/task/21475/stat : 21475 (java) R 21470 21473 13514 0 -1 4202560 5036 0 0 0 19 1 0 0 20 0 15 0 106371085 10914828288 10455 33554432000 4194304 4196468 140727128207568 139833208283168 139833189425678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21476] ppid=21470 vsize=10659012 memory=339 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21476/stat : 21476 (java) S 21470 21473 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371086 10914828288 10455 33554432000 4194304 4196468 140727128207568 139832810531856 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21477] ppid=21470 vsize=10659012 memory=288370741317809792 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21477/stat : 21477 (java) S 21470 21473 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371086 10914828288 10455 33554432000 4194304 4196468 140727128207568 139832809479312 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21478] ppid=21470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21478/stat : 21478 (java) S 21470 21473 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371086 10914828288 10455 33554432000 4194304 4196468 140727128207568 139832808426256 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21479] ppid=21470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21479/stat : 21479 (java) S 21470 21473 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106371086 10914828288 10455 33554432000 4194304 4196468 140727128207568 139832807373712 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21480] ppid=21470 vsize=10659012 memory=140365166098048 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21480/stat : 21480 (java) S 21470 21473 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106371088 10914828288 10455 33554432000 4194304 4196468 140727128207568 139832322885872 139833204066946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21481] ppid=21470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21481/stat : 21481 (java) S 21470 21473 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106371088 10914828288 10455 33554432000 4194304 4196468 140727128207568 139832321832096 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21482] ppid=21470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21482/stat : 21482 (java) S 21470 21473 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106371088 10914828288 10455 33554432000 4194304 4196468 140727128207568 139832320778992 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21483] ppid=21470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21483/stat : 21483 (java) S 21470 21473 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371090 10914828288 10455 33554432000 4194304 4196468 140727128207568 139832319727568 139833204074395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21484] ppid=21470 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21473/task/21484/stat : 21484 (java) S 21470 21473 13514 0 -1 1077944384 694 0 0 0 2 0 0 0 20 0 15 0 106371090 10914828288 10455 33554432000 4194304 4196468 140727128207568 139832318675696 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21485] ppid=21470 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/21473/task/21485/stat : 21485 (java) S 21470 21473 13514 0 -1 1077944384 306 0 0 0 2 0 0 0 20 0 15 0 106371090 10914828288 10455 33554432000 4194304 4196468 140727128207568 139832317623152 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21486] ppid=21470 vsize=10659012 memory=140365166098048 CPUtime=0.07 cores=1,3,5,7
/proc/21473/task/21486/stat : 21486 (java) R 21470 21473 13514 0 -1 4202560 712 0 0 0 7 0 0 0 20 0 15 0 106371090 10914828288 10455 33554432000 4194304 4196468 140727128207568 139832316570096 139833188136286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21487] ppid=21470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21487/stat : 21487 (java) S 21470 21473 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371091 10914828288 10455 33554432000 4194304 4196468 140727128207568 139832315517792 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21488] ppid=21470 vsize=10659012 memory=140365166098048 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21488/stat : 21488 (java) S 21470 21473 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371091 10914828288 10455 33554432000 4194304 4196468 140727128207568 139832314464816 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41820 KiB

[startup+0.311571 s]*
/proc/loadavg: 6.71 4.12 2.99 8/216 21488
/proc/meminfo: memFree=20164332/32770624 swapFree=67108860/67108860
[pid=21473] ppid=21470 vsize=10659012 memory=54956 CPUtime=0.61 cores=1,3,5,7
/proc/21473/stat : 21473 (java) S 21470 21473 13514 0 -1 1077944320 9783 0 0 0 58 3 0 0 20 0 15 0 106371085 10914828288 13739 33554432000 4194304 4196468 140727128207568 140727128190112 139833204055799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
/proc/21473/statm: 2664753 13739 3041 1 0 2627263 0
[pid=21473/tid=21475] ppid=21470 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/21473/task/21475/stat : 21475 (java) R 21470 21473 13514 0 -1 4202560 5360 0 0 0 29 1 0 0 20 0 15 0 106371085 10914828288 13739 33554432000 4194304 4196468 140727128207568 139833208291920 139832812371543 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21476] ppid=21470 vsize=10659012 memory=4294977826 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21476/stat : 21476 (java) S 21470 21473 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371086 10914828288 13739 33554432000 4194304 4196468 140727128207568 139832810531856 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21477] ppid=21470 vsize=10659012 memory=288370741317809792 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21477/stat : 21477 (java) S 21470 21473 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371086 10914828288 13739 33554432000 4194304 4196468 140727128207568 139832809479312 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21478] ppid=21470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21478/stat : 21478 (java) S 21470 21473 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371086 10914828288 13739 33554432000 4194304 4196468 140727128207568 139832808426256 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21479] ppid=21470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21479/stat : 21479 (java) S 21470 21473 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106371086 10914828288 13739 33554432000 4194304 4196468 140727128207568 139832807373712 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21480] ppid=21470 vsize=10659012 memory=140365166098048 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21480/stat : 21480 (java) S 21470 21473 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106371088 10914828288 13739 33554432000 4194304 4196468 140727128207568 139832322885872 139833204066946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21481] ppid=21470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21481/stat : 21481 (java) S 21470 21473 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106371088 10914828288 13739 33554432000 4194304 4196468 140727128207568 139832321832096 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21482] ppid=21470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21482/stat : 21482 (java) S 21470 21473 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106371088 10914828288 13739 33554432000 4194304 4196468 140727128207568 139832320778992 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21483] ppid=21470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21483/stat : 21483 (java) S 21470 21473 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371090 10914828288 13739 33554432000 4194304 4196468 140727128207568 139832319727568 139833204074395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21484] ppid=21470 vsize=10659012 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21473/task/21484/stat : 21484 (java) R 21470 21473 13514 0 -1 4202560 1274 0 0 0 8 0 0 0 20 0 15 0 106371090 10914828288 13739 33554432000 4194304 4196468 140727128207568 139832318656712 139833197152393 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21485] ppid=21470 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21473/task/21485/stat : 21485 (java) R 21470 21473 13514 0 -1 4202560 686 0 0 0 7 0 0 0 20 0 15 0 106371090 10914828288 13739 33554432000 4194304 4196468 140727128207568 139832317604168 139833190079562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21486] ppid=21470 vsize=10659012 memory=140365166098048 CPUtime=0.12 cores=1,3,5,7
/proc/21473/task/21486/stat : 21486 (java) S 21470 21473 13514 0 -1 1077944384 1096 0 0 0 12 0 0 0 20 0 15 0 106371090 10914828288 13739 33554432000 4194304 4196468 140727128207568 139832316570096 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21487] ppid=21470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21487/stat : 21487 (java) S 21470 21473 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371091 10914828288 13739 33554432000 4194304 4196468 140727128207568 139832315517792 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21488] ppid=21470 vsize=10659012 memory=140365166098048 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21488/stat : 21488 (java) S 21470 21473 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371091 10914828288 13739 33554432000 4194304 4196468 140727128207568 139832314464816 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54956 KiB

[startup+0.700766 s]
/proc/loadavg: 6.71 4.12 2.99 7/216 21488
/proc/meminfo: memFree=20104572/32770624 swapFree=67108860/67108860
[pid=21473] ppid=21470 vsize=10659088 memory=157692 CPUtime=1.89 cores=1,3,5,7
/proc/21473/stat : 21473 (java) S 21470 21473 13514 0 -1 1077944320 12196 0 0 0 184 5 0 0 20 0 15 0 106371085 10914906112 39423 33554432000 4194304 4196468 140727128207568 140727128190112 139833204055799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
/proc/21473/statm: 2664772 39423 3108 1 0 2627263 0
[pid=21473/tid=21475] ppid=21470 vsize=10659088 memory=232620931704647 CPUtime=0.67 cores=1,3,5,7
/proc/21473/task/21475/stat : 21475 (java) R 21470 21473 13514 0 -1 4202560 5866 0 0 0 64 3 0 0 20 0 15 0 106371085 10914906112 39423 33554432000 4194304 4196468 140727128207568 139833208288448 139832812656231 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21476] ppid=21470 vsize=10659088 memory=605488 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21476/stat : 21476 (java) S 21470 21473 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371086 10914906112 39423 33554432000 4194304 4196468 140727128207568 139832810531856 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21477] ppid=21470 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21477/stat : 21477 (java) S 21470 21473 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371086 10914906112 39423 33554432000 4194304 4196468 140727128207568 139832809479312 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21478] ppid=21470 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21478/stat : 21478 (java) S 21470 21473 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371086 10914906112 39423 33554432000 4194304 4196468 140727128207568 139832808426256 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21479] ppid=21470 vsize=10659088 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21479/stat : 21479 (java) S 21470 21473 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106371086 10914906112 39423 33554432000 4194304 4196468 140727128207568 139832807373712 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21480] ppid=21470 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21480/stat : 21480 (java) S 21470 21473 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106371088 10914906112 39423 33554432000 4194304 4196468 140727128207568 139832322885872 139833204066946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21481] ppid=21470 vsize=10659088 memory=-3535359994705171299 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21481/stat : 21481 (java) S 21470 21473 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106371088 10914906112 39423 33554432000 4194304 4196468 140727128207568 139832321832096 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21482] ppid=21470 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21482/stat : 21482 (java) S 21470 21473 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106371088 10914906112 39423 33554432000 4194304 4196468 140727128207568 139832320778992 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21483] ppid=21470 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21483/stat : 21483 (java) S 21470 21473 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371090 10914906112 39423 33554432000 4194304 4196468 140727128207568 139832319727568 139833204074395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21484] ppid=21470 vsize=10659088 memory=6656426216303648864 CPUtime=0.45 cores=1,3,5,7
/proc/21473/task/21484/stat : 21484 (java) R 21470 21473 13514 0 -1 4202560 1907 0 0 0 45 0 0 0 20 0 15 0 106371090 10914906112 39423 33554432000 4194304 4196468 140727128207568 139832318662464 139833187552583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21485] ppid=21470 vsize=10659088 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/21473/task/21485/stat : 21485 (java) R 21470 21473 13514 0 -1 4202560 1514 0 0 0 45 0 0 0 20 0 15 0 106371090 10914906112 39423 33554432000 4194304 4196468 140727128207568 139832317616176 139833183301647 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21486] ppid=21470 vsize=10659088 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/21473/task/21486/stat : 21486 (java) S 21470 21473 13514 0 -1 1077944384 1539 0 0 0 28 0 0 0 20 0 15 0 106371090 10914906112 39423 33554432000 4194304 4196468 140727128207568 139832316570096 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21487] ppid=21470 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21487/stat : 21487 (java) S 21470 21473 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371091 10914906112 39423 33554432000 4194304 4196468 140727128207568 139832315517792 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21488] ppid=21470 vsize=10659088 memory=12708 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21488/stat : 21488 (java) S 21470 21473 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106371091 10914906112 39423 33554432000 4194304 4196468 140727128207568 139832314464816 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 157692 KiB

[startup+1.50157 s]
/proc/loadavg: 6.71 4.12 2.99 8/216 21488
/proc/meminfo: memFree=20019820/32770624 swapFree=67108860/67108860
[pid=21473] ppid=21470 vsize=10659088 memory=615296 CPUtime=4.39 cores=1,3,5,7
/proc/21473/stat : 21473 (java) S 21470 21473 13514 0 -1 1077944320 14759 0 0 0 418 21 0 0 20 0 15 0 106371085 10914906112 153824 33554432000 4194304 4196468 140727128207568 140727128190112 139833204055799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
/proc/21473/statm: 2664772 153824 3151 1 0 2627263 0
[pid=21473/tid=21475] ppid=21470 vsize=10659088 memory=10757 CPUtime=1.36 cores=1,3,5,7
/proc/21473/task/21475/stat : 21475 (java) S 21470 21473 13514 0 -1 1077944384 6138 0 0 0 128 8 0 0 20 0 15 0 106371085 10914906112 153824 33554432000 4194304 4196468 140727128207568 139833208292928 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21476] ppid=21470 vsize=10659088 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/21473/task/21476/stat : 21476 (java) R 21470 21473 13514 0 -1 4202560 143 0 0 0 7 2 0 0 20 0 15 0 106371086 10914906112 153824 33554432000 4194304 4196468 140727128207568 139832810531856 139833185681744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21477] ppid=21470 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/21473/task/21477/stat : 21477 (java) R 21470 21473 13514 0 -1 4202560 97 0 0 0 4 2 0 0 20 0 15 0 106371086 10914906112 153824 33554432000 4194304 4196468 140727128207568 139832809479312 139833188504014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21478] ppid=21470 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/21473/task/21478/stat : 21478 (java) R 21470 21473 13514 0 -1 4202560 138 0 0 0 4 1 0 0 20 0 15 0 106371086 10914906112 153824 33554432000 4194304 4196468 140727128207568 139832808426144 139833185609040 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21479] ppid=21470 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21473/task/21479/stat : 21479 (java) R 21470 21473 13514 0 -1 4202560 153 0 0 0 5 2 0 0 20 0 15 0 106371086 10914906112 153824 33554432000 4194304 4196468 140727128207568 139832807373712 139833189077920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21480] ppid=21470 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21480/stat : 21480 (java) S 21470 21473 13514 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 106371088 10914906112 153824 33554432000 4194304 4196468 140727128207568 139832322884384 139833204066005 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0

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

[pid=21473/tid=21481] ppid=21470 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21481/stat : 21481 (java) S 21470 21473 13514 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 106371088 10917003264 1901414 33554432000 4194304 4196468 140727128207568 139832321832160 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21482] ppid=21470 vsize=10661136 memory=302 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21482/stat : 21482 (java) S 21470 21473 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106371088 10917003264 1901414 33554432000 4194304 4196468 140727128207568 139832320779008 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21483] ppid=21470 vsize=10661136 memory=7044408 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21483/stat : 21483 (java) S 21470 21473 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371090 10917003264 1901414 33554432000 4194304 4196468 140727128207568 139832319727568 139833204074395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21484] ppid=21470 vsize=10661136 memory=30296 CPUtime=3.02 cores=1,3,5,7
/proc/21473/task/21484/stat : 21484 (java) S 21470 21473 13514 0 -1 1077944384 7089 0 0 0 301 1 0 0 20 0 15 0 106371090 10917003264 1901414 33554432000 4194304 4196468 140727128207568 139832318675696 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21485] ppid=21470 vsize=10661136 memory=0 CPUtime=2.88 cores=1,3,5,7
/proc/21473/task/21485/stat : 21485 (java) S 21470 21473 13514 0 -1 1077944384 4552 0 0 0 288 0 0 0 20 0 15 0 106371090 10917003264 1901414 33554432000 4194304 4196468 140727128207568 139832317623152 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21486] ppid=21470 vsize=10661136 memory=7811044310603950144 CPUtime=0.66 cores=1,3,5,7
/proc/21473/task/21486/stat : 21486 (java) S 21470 21473 13514 0 -1 1077944384 2842 0 0 0 65 1 0 0 20 0 15 0 106371090 10917003264 1901414 33554432000 4194304 4196468 140727128207568 139832316570096 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21487] ppid=21470 vsize=10661136 memory=3224 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21487/stat : 21487 (java) S 21470 21473 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106371091 10917003264 1901414 33554432000 4194304 4196468 140727128207568 139832315517792 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21488] ppid=21470 vsize=10661136 memory=740 CPUtime=0.02 cores=1,3,5,7
/proc/21473/task/21488/stat : 21488 (java) S 21470 21473 13514 0 -1 1077944384 834 0 0 0 1 1 0 0 20 0 15 0 106371091 10917003264 1901414 33554432000 4194304 4196468 140727128207568 139832314464816 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
Current children cumulated CPU time: 150.73 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 7605656 KiB

[startup+102.301 s]
/proc/loadavg: 4.12 4.11 3.12 3/217 21566
/proc/meminfo: memFree=11839640/32770624 swapFree=67108860/67108860
[pid=21473] ppid=21470 vsize=10727700 memory=8395068 CPUtime=241.82 cores=1,3,5,7
/proc/21473/stat : 21473 (java) S 21470 21473 13514 0 -1 1077944320 1611733 0 0 0 23724 458 0 0 20 0 16 0 106371085 10985164800 2098767 33554432000 4194304 4196468 140727128207568 140727128190112 139833204055799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
/proc/21473/statm: 2681925 2098767 3203 1 0 2644416 0
[pid=21473/tid=21475] ppid=21470 vsize=10727700 memory=8395068 CPUtime=47.12 cores=1,3,5,7
/proc/21473/task/21475/stat : 21475 (java) R 21470 21473 13514 0 -1 4202560 19333 0 0 0 4673 39 0 0 20 0 16 0 106371085 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139833208291696 139832810876996 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21476] ppid=21470 vsize=10727700 memory=4388 CPUtime=43.88 cores=1,3,5,7
/proc/21473/task/21476/stat : 21476 (java) S 21470 21473 13514 0 -1 1077944384 443576 0 0 0 4276 112 0 0 20 0 16 0 106371086 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832810531856 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21477] ppid=21470 vsize=10727700 memory=1315 CPUtime=43.71 cores=1,3,5,7
/proc/21473/task/21477/stat : 21477 (java) S 21470 21473 13514 0 -1 1077944384 472339 0 0 0 4270 101 0 0 20 0 16 0 106371086 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832809479312 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21478] ppid=21470 vsize=10727700 memory=56 CPUtime=43.89 cores=1,3,5,7
/proc/21473/task/21478/stat : 21478 (java) S 21470 21473 13514 0 -1 1077944384 345519 0 0 0 4292 97 0 0 20 0 16 0 106371086 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832808426256 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21479] ppid=21470 vsize=10727700 memory=8395068 CPUtime=43.84 cores=1,3,5,7
/proc/21473/task/21479/stat : 21479 (java) S 21470 21473 13514 0 -1 1077944384 277999 0 0 0 4288 96 0 0 20 0 16 0 106371086 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832807373712 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21480] ppid=21470 vsize=10727700 memory=8395068 CPUtime=10.57 cores=1,3,5,7
/proc/21473/task/21480/stat : 21480 (java) S 21470 21473 13514 0 -1 1077944384 30445 0 0 0 1054 3 0 0 20 0 16 0 106371088 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832322885872 139833204066946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21481] ppid=21470 vsize=10727700 memory=30296 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21481/stat : 21481 (java) S 21470 21473 13514 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 106371088 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832321832160 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21482] ppid=21470 vsize=10727700 memory=14572 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21482/stat : 21482 (java) S 21470 21473 13514 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 106371088 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832320779008 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21483] ppid=21470 vsize=10727700 memory=12708 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21483/stat : 21483 (java) S 21470 21473 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106371090 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832319727568 139833204074395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21484] ppid=21470 vsize=10727700 memory=4140 CPUtime=3.99 cores=1,3,5,7
/proc/21473/task/21484/stat : 21484 (java) S 21470 21473 13514 0 -1 1077944384 9420 0 0 0 398 1 0 0 20 0 16 0 106371090 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832318675696 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21485] ppid=21470 vsize=10727700 memory=30296 CPUtime=3.88 cores=1,3,5,7
/proc/21473/task/21485/stat : 21485 (java) S 21470 21473 13514 0 -1 1077944384 7286 0 0 0 387 1 0 0 20 0 16 0 106371090 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832317623152 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21486] ppid=21470 vsize=10727700 memory=8395032 CPUtime=0.79 cores=1,3,5,7
/proc/21473/task/21486/stat : 21486 (java) S 21470 21473 13514 0 -1 1077944384 3531 0 0 0 77 2 0 0 20 0 16 0 106371090 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832316570096 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21487] ppid=21470 vsize=10727700 memory=8395004 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21487/stat : 21487 (java) S 21470 21473 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106371091 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832315517792 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21488] ppid=21470 vsize=10727700 memory=56 CPUtime=0.05 cores=1,3,5,7
/proc/21473/task/21488/stat : 21488 (java) S 21470 21473 13514 0 -1 1077944384 875 0 0 0 2 3 0 0 20 0 16 0 106371091 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832314464816 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21566] ppid=21470 vsize=10727700 memory=302077626514932001 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21566/stat : 21566 (java) S 21470 21473 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106377983 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832311313456 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
Current children cumulated CPU time: 241.82 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8395068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+112.401 s]
/proc/loadavg: 3.79 4.04 3.11 3/217 21566
/proc/meminfo: memFree=11839640/32770624 swapFree=67108860/67108860
[pid=21473] ppid=21470 vsize=10727700 memory=8395068 CPUtime=252.06 cores=1,3,5,7
/proc/21473/stat : 21473 (java) S 21470 21473 13514 0 -1 1077944320 1614160 0 0 0 24747 459 0 0 20 0 16 0 106371085 10985164800 2098767 33554432000 4194304 4196468 140727128207568 140727128190112 139833204055799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
/proc/21473/statm: 2681925 2098767 3203 1 0 2644416 0
[pid=21473/tid=21475] ppid=21470 vsize=10727700 memory=16908 CPUtime=57.22 cores=1,3,5,7
/proc/21473/task/21475/stat : 21475 (java) R 21470 21473 13514 0 -1 4202560 21523 0 0 0 5683 39 0 0 20 0 16 0 106371085 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139833208292664 139832810876992 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21476] ppid=21470 vsize=10727700 memory=2324 CPUtime=43.88 cores=1,3,5,7
/proc/21473/task/21476/stat : 21476 (java) S 21470 21473 13514 0 -1 1077944384 443576 0 0 0 4276 112 0 0 20 0 16 0 106371086 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832810531856 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21477] ppid=21470 vsize=10727700 memory=1584 CPUtime=43.71 cores=1,3,5,7
/proc/21473/task/21477/stat : 21477 (java) S 21470 21473 13514 0 -1 1077944384 472339 0 0 0 4270 101 0 0 20 0 16 0 106371086 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832809479312 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21478] ppid=21470 vsize=10727700 memory=496 CPUtime=43.89 cores=1,3,5,7
/proc/21473/task/21478/stat : 21478 (java) S 21470 21473 13514 0 -1 1077944384 345519 0 0 0 4292 97 0 0 20 0 16 0 106371086 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832808426256 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21479] ppid=21470 vsize=10727700 memory=928 CPUtime=43.84 cores=1,3,5,7
/proc/21473/task/21479/stat : 21479 (java) S 21470 21473 13514 0 -1 1077944384 277999 0 0 0 4288 96 0 0 20 0 16 0 106371086 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832807373712 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21480] ppid=21470 vsize=10727700 memory=1172 CPUtime=10.57 cores=1,3,5,7
/proc/21473/task/21480/stat : 21480 (java) S 21470 21473 13514 0 -1 1077944384 30454 0 0 0 1054 3 0 0 20 0 16 0 106371088 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832322885872 139833204066946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21481] ppid=21470 vsize=10727700 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21481/stat : 21481 (java) S 21470 21473 13514 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 106371088 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832321832160 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21482] ppid=21470 vsize=10727700 memory=8395068 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21482/stat : 21482 (java) S 21470 21473 13514 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 106371088 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832320779008 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21483] ppid=21470 vsize=10727700 memory=804 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21483/stat : 21483 (java) S 21470 21473 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106371090 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832319727568 139833204074395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21484] ppid=21470 vsize=10727700 memory=1696 CPUtime=4.06 cores=1,3,5,7
/proc/21473/task/21484/stat : 21484 (java) S 21470 21473 13514 0 -1 1077944384 9585 0 0 0 405 1 0 0 20 0 16 0 106371090 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832318675696 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21485] ppid=21470 vsize=10727700 memory=916 CPUtime=3.94 cores=1,3,5,7
/proc/21473/task/21485/stat : 21485 (java) S 21470 21473 13514 0 -1 1077944384 7294 0 0 0 393 1 0 0 20 0 16 0 106371090 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832317623152 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21486] ppid=21470 vsize=10727700 memory=3852 CPUtime=0.8 cores=1,3,5,7
/proc/21473/task/21486/stat : 21486 (java) S 21470 21473 13514 0 -1 1077944384 3546 0 0 0 78 2 0 0 20 0 16 0 106371090 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832316570096 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21487] ppid=21470 vsize=10727700 memory=2592 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21487/stat : 21487 (java) S 21470 21473 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106371091 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832315517792 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21488] ppid=21470 vsize=10727700 memory=8395068 CPUtime=0.07 cores=1,3,5,7
/proc/21473/task/21488/stat : 21488 (java) S 21470 21473 13514 0 -1 1077944384 915 0 0 0 3 4 0 0 20 0 16 0 106371091 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832314464816 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21566] ppid=21470 vsize=10727700 memory=8395068 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21566/stat : 21566 (java) S 21470 21473 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106377983 10985164800 2098767 33554432000 4194304 4196468 140727128207568 139832311313456 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8395068 KiB

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

[startup+112.712 s]
# the end of solver process 21473 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.561 s, system=4.69353 s

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

[startup+112.601 s]
/proc/loadavg: 3.79 4.04 3.11 3/217 21566
/proc/meminfo: memFree=11839640/32770624 swapFree=67108860/67108860
[pid=21473] ppid=21470 vsize=10927392 memory=8395372 CPUtime=252.13 cores=1,3,5,7
/proc/21473/stat : 21473 (java) S 21470 21473 13514 0 -1 1077944320 1615334 0 0 0 24754 459 0 0 20 0 17 0 106371085 11189649408 2098843 33554432000 4194304 4196468 140727128207568 140727128190112 139833204055799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
/proc/21473/statm: 2731848 2098843 3206 1 0 2694339 0
[pid=21473/tid=21475] ppid=21470 vsize=10927392 memory=1584 CPUtime=57.29 cores=1,3,5,7
/proc/21473/task/21475/stat : 21475 (java) S 21470 21473 13514 0 -1 1077944384 21630 0 0 0 5690 39 0 0 20 0 17 0 106371085 11189649408 2098843 33554432000 4194304 4196468 140727128207568 139833208298672 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21476] ppid=21470 vsize=10927392 memory=496 CPUtime=43.88 cores=1,3,5,7
/proc/21473/task/21476/stat : 21476 (java) S 21470 21473 13514 0 -1 1077944384 443576 0 0 0 4276 112 0 0 20 0 17 0 106371086 11189649408 2098843 33554432000 4194304 4196468 140727128207568 139832810531856 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21477] ppid=21470 vsize=10927392 memory=928 CPUtime=43.71 cores=1,3,5,7
/proc/21473/task/21477/stat : 21477 (java) S 21470 21473 13514 0 -1 1077944384 472339 0 0 0 4270 101 0 0 20 0 17 0 106371086 11189649408 2098843 33554432000 4194304 4196468 140727128207568 139832809479312 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21478] ppid=21470 vsize=10927392 memory=1172 CPUtime=43.89 cores=1,3,5,7
/proc/21473/task/21478/stat : 21478 (java) S 21470 21473 13514 0 -1 1077944384 345519 0 0 0 4292 97 0 0 20 0 17 0 106371086 11189649408 2098843 33554432000 4194304 4196468 140727128207568 139832808426256 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21479] ppid=21470 vsize=10927392 memory=1968 CPUtime=43.84 cores=1,3,5,7
/proc/21473/task/21479/stat : 21479 (java) S 21470 21473 13514 0 -1 1077944384 277999 0 0 0 4288 96 0 0 20 0 17 0 106371086 11189649408 2098843 33554432000 4194304 4196468 140727128207568 139832807373712 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21480] ppid=21470 vsize=10927392 memory=1572 CPUtime=10.57 cores=1,3,5,7
/proc/21473/task/21480/stat : 21480 (java) S 21470 21473 13514 0 -1 1077944384 30490 0 0 0 1054 3 0 0 20 0 17 0 106371088 11189649408 2098843 33554432000 4194304 4196468 140727128207568 139832322885872 139833204066946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21481] ppid=21470 vsize=10927392 memory=924 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21481/stat : 21481 (java) S 21470 21473 13514 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 106371088 11189649408 2098843 33554432000 4194304 4196468 140727128207568 139832321832160 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21482] ppid=21470 vsize=10927392 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21482/stat : 21482 (java) S 21470 21473 13514 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 106371088 11189649408 2098843 33554432000 4194304 4196468 140727128207568 139832320779008 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21483] ppid=21470 vsize=10927392 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21483/stat : 21483 (java) S 21470 21473 13514 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 17 0 106371090 11189649408 2098843 33554432000 4194304 4196468 140727128207568 139832319727568 139833204074395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21484] ppid=21470 vsize=10927392 memory=288230617509003574 CPUtime=4.06 cores=1,3,5,7
/proc/21473/task/21484/stat : 21484 (java) S 21470 21473 13514 0 -1 1077944384 9585 0 0 0 405 1 0 0 20 0 17 0 106371090 11189649408 2098843 33554432000 4194304 4196468 140727128207568 139832318675696 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21485] ppid=21470 vsize=10927392 memory=13847486485760432 CPUtime=3.94 cores=1,3,5,7
/proc/21473/task/21485/stat : 21485 (java) S 21470 21473 13514 0 -1 1077944384 7295 0 0 0 393 1 0 0 20 0 17 0 106371090 11189649408 2098843 33554432000 4194304 4196468 140727128207568 139832317623152 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21486] ppid=21470 vsize=10927392 memory=1696 CPUtime=0.8 cores=1,3,5,7
/proc/21473/task/21486/stat : 21486 (java) S 21470 21473 13514 0 -1 1077944384 3970 0 0 0 78 2 0 0 20 0 17 0 106371090 11189649408 2098843 33554432000 4194304 4196468 140727128207568 139832316570096 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21487] ppid=21470 vsize=10927392 memory=916 CPUtime=0 cores=1,3,5,7
/proc/21473/task/21487/stat : 21487 (java) S 21470 21473 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106371091 11189649408 2098843 33554432000 4194304 4196468 140727128207568 139832315517792 139833204066005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
[pid=21473/tid=21488] ppid=21470 vsize=10927392 memory=3852 CPUtime=0.07 cores=1,3,5,7
/proc/21473/task/21488/stat : 21488 (java) S 21470 21473 13514 0 -1 1077944384 915 0 0 0 3 4 0 0 20 0 17 0 106371091 11189649408 2098843 33554432000 4194304 4196468 140727128207568 139832314464816 139833204066946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22507520 140727128216694 140727128216846 140727128216846 140727128219599 0
Current children cumulated CPU time: 252.13 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 8395372 KiB

[startup+112.702 s]*
/proc/loadavg: 3.79 4.04 3.11 3/203 21569
/proc/meminfo: memFree=20150088/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): 112.712
CPU time (s): 252.254
CPU user time (s): 247.561
CPU system time (s): 4.69353
CPU usage (%): 223.804
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 8395372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.561
system time used= 4.69353
maximum resident set size= 8395640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1616479
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11746
involuntary context switches= 4745


# summary of solver processes directly reported to runsolver:
#   pid: 21473
#   total CPU time (s): 252.254
#   total CPU user time (s): 247.561
#   total CPU system time (s): 4.69353

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.771591 second user time and 1.1809 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 20:14:39
IDJOB=4302180
IDBENCH=141647
IDSOLVER=2773
FILE ID=node136/4302180-1532888079
RUNJOBID= node136-1532879536-13547
PBS_JOBID= 21022516
Free space on /tmp= 60224 MiB

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

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

MD5SUM BENCH= 2d28e83d5554f0b825ec3e8d27492158
RANDOM SEED=1133471656

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:        20208120 kB
MemAvailable:   23514880 kB
Buffers:          214784 kB
Cached:          3362204 kB
SwapCached:            0 kB
Active:         10116232 kB
Inactive:        1953964 kB
Active(anon):    8444260 kB
Inactive(anon):    76480 kB
Active(file):    1671972 kB
Inactive(file):  1877484 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3588 kB
Writeback:             0 kB
AnonPages:       8499848 kB
Mapped:            46596 kB
Shmem:             25228 kB
Slab:             174724 kB
SReclaimable:     146276 kB
SUnreclaim:        28448 kB
KernelStack:        3552 kB
PageTables:        21680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8653180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8206336 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= 60220 MiB
End job on node136 at 2018-07-29 20:16:32