Trace number 4289941

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) 2400.14 2212.92

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2s-3-2_c18.xml
MD5SUMeb0166358d89b93f3f6f4c711e092c29
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark296
Best CPU time to get the best result obtained on this benchmark2520.08
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":20,"count":111},{"size":43,"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

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

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

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

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

solver pid=3880, runsolver pid=3877

[startup+0.100117 s]*
/proc/loadavg: 5.04 4.68 3.68 5/216 3895
/proc/meminfo: memFree=13031216/32770624 swapFree=67108860/67108860
[pid=3880] ppid=3877 vsize=10659012 memory=31008 CPUtime=0.12 cores=1,3,5,7
/proc/3880/stat : 3880 (java) S 3877 3880 1778 0 -1 1077944320 6803 0 0 0 10 2 0 0 20 0 15 0 44755429 10914828288 7752 33554432000 4194304 4196468 140735736145440 140735736127984 140643843444471 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
/proc/3880/statm: 2664753 7752 2816 1 0 2627263 0
[pid=3880/tid=3882] ppid=3877 vsize=10659012 memory=-8393973551289169088 CPUtime=0.09 cores=1,3,5,7
/proc/3880/task/3882/stat : 3882 (java) R 3877 3880 1778 0 -1 4202560 4663 0 0 0 8 1 0 0 20 0 15 0 44755430 10914828288 7752 33554432000 4194304 4196468 140735736145440 140643847666368 140643827524958 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3883] ppid=3877 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3883/stat : 3883 (java) S 3877 3880 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44755431 10914828288 7752 33554432000 4194304 4196468 140735736145440 140643450723472 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3884] ppid=3877 vsize=10659012 memory=140453865612928 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3884/stat : 3884 (java) S 3877 3880 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44755431 10914828288 7752 33554432000 4194304 4196468 140735736145440 140643449670672 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3885] ppid=3877 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3885/stat : 3885 (java) S 3877 3880 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44755431 10914828288 7752 33554432000 4194304 4196468 140735736145440 140643448617872 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3886] ppid=3877 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3886/stat : 3886 (java) S 3877 3880 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44755431 10914828288 7752 33554432000 4194304 4196468 140735736145440 140643447565072 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3887] ppid=3877 vsize=10659012 memory=140453865612928 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3887/stat : 3887 (java) S 3877 3880 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44755432 10914828288 7752 33554432000 4194304 4196468 140735736145440 140643148487024 140643843455618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3888] ppid=3877 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3888/stat : 3888 (java) S 3877 3880 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44755432 10914828288 7752 33554432000 4194304 4196468 140735736145440 140643147432992 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3889] ppid=3877 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3889/stat : 3889 (java) S 3877 3880 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44755433 10914828288 7752 33554432000 4194304 4196468 140735736145440 140643146380144 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3890] ppid=3877 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3890/stat : 3890 (java) S 3877 3880 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44755435 10914828288 7752 33554432000 4194304 4196468 140735736145440 140643145328464 140643843463067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3891] ppid=3877 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3891/stat : 3891 (java) S 3877 3880 1778 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 15 0 44755435 10914828288 7752 33554432000 4194304 4196468 140735736145440 140643144276848 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3892] ppid=3877 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3892/stat : 3892 (java) S 3877 3880 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44755435 10914828288 7752 33554432000 4194304 4196468 140735736145440 140643143224048 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3893] ppid=3877 vsize=10659012 memory=140453865612928 CPUtime=0.02 cores=1,3,5,7
/proc/3880/task/3893/stat : 3893 (java) S 3877 3880 1778 0 -1 1077944384 331 0 0 0 2 0 0 0 20 0 15 0 44755435 10914828288 7752 33554432000 4194304 4196468 140735736145440 140643142171248 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3894] ppid=3877 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3894/stat : 3894 (java) S 3877 3880 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44755435 10914828288 7752 33554432000 4194304 4196468 140735736145440 140643141118688 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3895] ppid=3877 vsize=10659012 memory=140453865612928 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3895/stat : 3895 (java) S 3877 3880 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44755436 10914828288 7752 33554432000 4194304 4196468 140735736145440 140643140065968 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31008 KiB

[startup+0.210704 s]*
/proc/loadavg: 4.88 4.65 3.67 3/216 3895
/proc/meminfo: memFree=13022548/32770624 swapFree=67108860/67108860
[pid=3880] ppid=3877 vsize=10659012 memory=41708 CPUtime=0.33 cores=1,3,5,7
/proc/3880/stat : 3880 (java) S 3877 3880 1778 0 -1 1077944320 8060 0 0 0 30 3 0 0 20 0 15 0 44755429 10914828288 10427 33554432000 4194304 4196468 140735736145440 140735736127984 140643843444471 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
/proc/3880/statm: 2664753 10427 3004 1 0 2627263 0
[pid=3880/tid=3882] ppid=3877 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3880/task/3882/stat : 3882 (java) R 3877 3880 1778 0 -1 4202560 5045 0 0 0 18 2 0 0 20 0 15 0 44755430 10914828288 10427 33554432000 4194304 4196468 140735736145440 140643847680752 140643827488101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3883] ppid=3877 vsize=10659012 memory=345 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3883/stat : 3883 (java) S 3877 3880 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44755431 10914828288 10427 33554432000 4194304 4196468 140735736145440 140643450723472 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3884] ppid=3877 vsize=10659012 memory=140453865791642 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3884/stat : 3884 (java) S 3877 3880 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44755431 10914828288 10427 33554432000 4194304 4196468 140735736145440 140643449670672 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3885] ppid=3877 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3885/stat : 3885 (java) S 3877 3880 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44755431 10914828288 10427 33554432000 4194304 4196468 140735736145440 140643448617872 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3886] ppid=3877 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3886/stat : 3886 (java) S 3877 3880 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44755431 10914828288 10427 33554432000 4194304 4196468 140735736145440 140643447565072 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3887] ppid=3877 vsize=10659012 memory=140453865612928 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3887/stat : 3887 (java) S 3877 3880 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44755432 10914828288 10427 33554432000 4194304 4196468 140735736145440 140643148487024 140643843455618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3888] ppid=3877 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3888/stat : 3888 (java) S 3877 3880 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44755432 10914828288 10427 33554432000 4194304 4196468 140735736145440 140643147432992 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3889] ppid=3877 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3889/stat : 3889 (java) S 3877 3880 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44755433 10914828288 10427 33554432000 4194304 4196468 140735736145440 140643146380144 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3890] ppid=3877 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3890/stat : 3890 (java) S 3877 3880 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44755435 10914828288 10427 33554432000 4194304 4196468 140735736145440 140643145328464 140643843463067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3891] ppid=3877 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3880/task/3891/stat : 3891 (java) S 3877 3880 1778 0 -1 1077944384 765 0 0 0 2 0 0 0 20 0 15 0 44755435 10914828288 10427 33554432000 4194304 4196468 140735736145440 140643144276848 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3892] ppid=3877 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3880/task/3892/stat : 3892 (java) S 3877 3880 1778 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 15 0 44755435 10914828288 10427 33554432000 4194304 4196468 140735736145440 140643143224048 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3893] ppid=3877 vsize=10659012 memory=140453865612928 CPUtime=0.07 cores=1,3,5,7
/proc/3880/task/3893/stat : 3893 (java) R 3877 3880 1778 0 -1 4202560 647 0 0 0 7 0 0 0 20 0 15 0 44755435 10914828288 10427 33554432000 4194304 4196468 140735736145440 140643142167616 140643828176848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3894] ppid=3877 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3894/stat : 3894 (java) S 3877 3880 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44755435 10914828288 10427 33554432000 4194304 4196468 140735736145440 140643141118688 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3895] ppid=3877 vsize=10659012 memory=140453865612928 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3895/stat : 3895 (java) S 3877 3880 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44755436 10914828288 10427 33554432000 4194304 4196468 140735736145440 140643140065968 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41708 KiB

[startup+0.313724 s]*
/proc/loadavg: 4.88 4.65 3.67 4/216 3895
/proc/meminfo: memFree=13007296/32770624 swapFree=67108860/67108860
[pid=3880] ppid=3877 vsize=10659012 memory=54840 CPUtime=0.6 cores=1,3,5,7
/proc/3880/stat : 3880 (java) S 3877 3880 1778 0 -1 1077944320 9765 0 0 0 57 3 0 0 20 0 15 0 44755429 10914828288 13710 33554432000 4194304 4196468 140735736145440 140735736127984 140643843444471 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
/proc/3880/statm: 2664753 13710 3041 1 0 2627263 0
[pid=3880/tid=3882] ppid=3877 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/3880/task/3882/stat : 3882 (java) R 3877 3880 1778 0 -1 4202560 5394 0 0 0 28 2 0 0 20 0 15 0 44755430 10914828288 13710 33554432000 4194304 4196468 140735736145440 140643847680136 140643843466397 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3883] ppid=3877 vsize=10659012 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3883/stat : 3883 (java) S 3877 3880 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44755431 10914828288 13710 33554432000 4194304 4196468 140735736145440 140643450723472 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3884] ppid=3877 vsize=10659012 memory=140453865791551 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3884/stat : 3884 (java) S 3877 3880 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44755431 10914828288 13710 33554432000 4194304 4196468 140735736145440 140643449670672 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3885] ppid=3877 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3885/stat : 3885 (java) S 3877 3880 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44755431 10914828288 13710 33554432000 4194304 4196468 140735736145440 140643448617872 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3886] ppid=3877 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3886/stat : 3886 (java) S 3877 3880 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44755431 10914828288 13710 33554432000 4194304 4196468 140735736145440 140643447565072 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3887] ppid=3877 vsize=10659012 memory=140453865612928 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3887/stat : 3887 (java) S 3877 3880 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44755432 10914828288 13710 33554432000 4194304 4196468 140735736145440 140643148487024 140643843455618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3888] ppid=3877 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3888/stat : 3888 (java) S 3877 3880 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44755432 10914828288 13710 33554432000 4194304 4196468 140735736145440 140643147432992 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3889] ppid=3877 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3889/stat : 3889 (java) S 3877 3880 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44755433 10914828288 13710 33554432000 4194304 4196468 140735736145440 140643146380144 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3890] ppid=3877 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3890/stat : 3890 (java) S 3877 3880 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44755435 10914828288 13710 33554432000 4194304 4196468 140735736145440 140643145328464 140643843463067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3891] ppid=3877 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3880/task/3891/stat : 3891 (java) R 3877 3880 1778 0 -1 4202560 1143 0 0 0 7 0 0 0 20 0 15 0 44755435 10914828288 13710 33554432000 4194304 4196468 140735736145440 140643144257864 140643827838059 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3892] ppid=3877 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3880/task/3892/stat : 3892 (java) R 3877 3880 1778 0 -1 4202560 835 0 0 0 7 0 0 0 20 0 15 0 44755435 10914828288 13710 33554432000 4194304 4196468 140735736145440 140643143205064 140643822633969 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3893] ppid=3877 vsize=10659012 memory=140453865612928 CPUtime=0.13 cores=1,3,5,7
/proc/3880/task/3893/stat : 3893 (java) R 3877 3880 1778 0 -1 1077944384 1033 0 0 0 13 0 0 0 20 0 15 0 44755435 10914828288 13710 33554432000 4194304 4196468 140735736145440 140643142171248 140643843455618 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3894] ppid=3877 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3894/stat : 3894 (java) S 3877 3880 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44755435 10914828288 13710 33554432000 4194304 4196468 140735736145440 140643141118688 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3895] ppid=3877 vsize=10659012 memory=140453865612928 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3895/stat : 3895 (java) S 3877 3880 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44755436 10914828288 13710 33554432000 4194304 4196468 140735736145440 140643140065968 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54840 KiB

[startup+0.700764 s]
/proc/loadavg: 4.88 4.65 3.67 5/216 3895
/proc/meminfo: memFree=12955356/32770624 swapFree=67108860/67108860
[pid=3880] ppid=3877 vsize=10659088 memory=156692 CPUtime=1.88 cores=1,3,5,7
/proc/3880/stat : 3880 (java) S 3877 3880 1778 0 -1 1077944320 11855 0 0 0 183 5 0 0 20 0 15 0 44755429 10914906112 39173 33554432000 4194304 4196468 140735736145440 140735736127984 140643843444471 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
/proc/3880/statm: 2664772 39173 3107 1 0 2627263 0
[pid=3880/tid=3882] ppid=3877 vsize=10659088 memory=16436 CPUtime=0.68 cores=1,3,5,7
/proc/3880/task/3882/stat : 3882 (java) R 3877 3880 1778 0 -1 4202560 5860 0 0 0 64 4 0 0 20 0 15 0 44755430 10914906112 39173 33554432000 4194304 4196468 140735736145440 140643847677808 140643483985859 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3883] ppid=3877 vsize=10659088 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3883/stat : 3883 (java) S 3877 3880 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44755431 10914906112 39173 33554432000 4194304 4196468 140735736145440 140643450723472 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3884] ppid=3877 vsize=10659088 memory=640 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3884/stat : 3884 (java) S 3877 3880 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44755431 10914906112 39173 33554432000 4194304 4196468 140735736145440 140643449670672 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3885] ppid=3877 vsize=10659088 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3885/stat : 3885 (java) S 3877 3880 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44755431 10914906112 39173 33554432000 4194304 4196468 140735736145440 140643448617872 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3886] ppid=3877 vsize=10659088 memory=960 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3886/stat : 3886 (java) S 3877 3880 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44755431 10914906112 39173 33554432000 4194304 4196468 140735736145440 140643447565072 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3887] ppid=3877 vsize=10659088 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3887/stat : 3887 (java) S 3877 3880 1778 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44755432 10914906112 39173 33554432000 4194304 4196468 140735736145440 140643148487024 140643843455618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3888] ppid=3877 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3888/stat : 3888 (java) S 3877 3880 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44755432 10914906112 39173 33554432000 4194304 4196468 140735736145440 140643147432992 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3889] ppid=3877 vsize=10659088 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3889/stat : 3889 (java) S 3877 3880 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44755433 10914906112 39173 33554432000 4194304 4196468 140735736145440 140643146380144 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3890] ppid=3877 vsize=10659088 memory=7157735280297596770 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3890/stat : 3890 (java) S 3877 3880 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44755435 10914906112 39173 33554432000 4194304 4196468 140735736145440 140643145328464 140643843463067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3891] ppid=3877 vsize=10659088 memory=7668621184521169506 CPUtime=0.45 cores=1,3,5,7
/proc/3880/task/3891/stat : 3891 (java) R 3877 3880 1778 0 -1 4202560 1839 0 0 0 45 0 0 0 20 0 15 0 44755435 10914906112 39173 33554432000 4194304 4196468 140735736145440 140643144266704 140643826855264 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3892] ppid=3877 vsize=10659088 memory=7738986707423028325 CPUtime=0.44 cores=1,3,5,7
/proc/3880/task/3892/stat : 3892 (java) R 3877 3880 1778 0 -1 4202560 1448 0 0 0 44 0 0 0 20 0 15 0 44755435 10914906112 39173 33554432000 4194304 4196468 140735736145440 140643143208992 140643826831252 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3893] ppid=3877 vsize=10659088 memory=7666348541231060838 CPUtime=0.28 cores=1,3,5,7
/proc/3880/task/3893/stat : 3893 (java) S 3877 3880 1778 0 -1 1077944384 1337 0 0 0 28 0 0 0 20 0 15 0 44755435 10914906112 39173 33554432000 4194304 4196468 140735736145440 140643142171248 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3894] ppid=3877 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3894/stat : 3894 (java) S 3877 3880 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44755435 10914906112 39173 33554432000 4194304 4196468 140735736145440 140643141118688 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3895] ppid=3877 vsize=10659088 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3895/stat : 3895 (java) S 3877 3880 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44755436 10914906112 39173 33554432000 4194304 4196468 140735736145440 140643140065968 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 156692 KiB

[startup+1.50173 s]
/proc/loadavg: 4.88 4.65 3.67 5/216 3895
/proc/meminfo: memFree=12863156/32770624 swapFree=67108860/67108860
[pid=3880] ppid=3877 vsize=10659088 memory=620708 CPUtime=4.46 cores=1,3,5,7
/proc/3880/stat : 3880 (java) S 3877 3880 1778 0 -1 1077944320 15261 0 0 0 425 21 0 0 20 0 15 0 44755429 10914906112 155177 33554432000 4194304 4196468 140735736145440 140735736127984 140643843444471 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
/proc/3880/statm: 2664772 155177 3151 1 0 2627263 0
[pid=3880/tid=3882] ppid=3877 vsize=10659088 memory=352328 CPUtime=1.35 cores=1,3,5,7
/proc/3880/task/3882/stat : 3882 (java) S 3877 3880 1778 0 -1 1077944384 6175 0 0 0 126 9 0 0 20 0 15 0 44755430 10914906112 155177 33554432000 4194304 4196468 140735736145440 140643847681504 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3883] ppid=3877 vsize=10659088 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/3880/task/3883/stat : 3883 (java) R 3877 3880 1778 0 -1 4202560 144 0 0 0 6 2 0 0 20 0 15 0 44755431 10914906112 155177 33554432000 4194304 4196468 140735736145440 140643450723472 140643828466592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3884] ppid=3877 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3880/task/3884/stat : 3884 (java) R 3877 3880 1778 0 -1 4202560 180 0 0 0 6 1 0 0 20 0 15 0 44755431 10914906112 155177 33554432000 4194304 4196468 140735736145440 140643449670872 140643825070764 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3885] ppid=3877 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3880/task/3885/stat : 3885 (java) R 3877 3880 1778 0 -1 4202560 123 0 0 0 5 2 0 0 20 0 15 0 44755431 10914906112 155177 33554432000 4194304 4196468 140735736145440 140643448617872 140643828472670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3886] ppid=3877 vsize=10659088 memory=6943526294502006880 CPUtime=0.1 cores=1,3,5,7
/proc/3880/task/3886/stat : 3886 (java) R 3877 3880 1778 0 -1 4202560 131 0 0 0 7 3 0 0 20 0 15 0 44755431 10914906112 155177 33554432000 4194304 4196468 140735736145440 140643447565272 140643828471334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3887] ppid=3877 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3887/stat : 3887 (java) S 3877 3880 1778 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 44755432 10914906112 155177 33554432000 4194304 4196468 140735736145440 140643148485536 140643843454677 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0

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

[pid=3880/tid=3889] ppid=3877 vsize=10727700 memory=8402244 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3889/stat : 3889 (java) S 3877 3880 1778 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 44755433 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643146380160 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3890] ppid=3877 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3890/stat : 3890 (java) S 3877 3880 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44755435 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643145328464 140643843463067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3891] ppid=3877 vsize=10727700 memory=8112282956445269571 CPUtime=4 cores=1,3,5,7
/proc/3880/task/3891/stat : 3891 (java) S 3877 3880 1778 0 -1 1077944384 11528 0 0 0 398 2 0 0 20 0 16 0 44755435 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643144276848 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3892] ppid=3877 vsize=10727700 memory=3228 CPUtime=3.73 cores=1,3,5,7
/proc/3880/task/3892/stat : 3892 (java) S 3877 3880 1778 0 -1 1077944384 14000 0 0 0 371 2 0 0 20 0 16 0 44755435 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643143224048 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3893] ppid=3877 vsize=10727700 memory=8402244 CPUtime=0.84 cores=1,3,5,7
/proc/3880/task/3893/stat : 3893 (java) S 3877 3880 1778 0 -1 1077944384 7287 0 0 0 82 2 0 0 20 0 16 0 44755435 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643142171248 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3894] ppid=3877 vsize=10727700 memory=8402244 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3894/stat : 3894 (java) S 3877 3880 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44755435 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643141118688 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3895] ppid=3877 vsize=10727700 memory=8402244 CPUtime=1.66 cores=1,3,5,7
/proc/3880/task/3895/stat : 3895 (java) S 3877 3880 1778 0 -1 1077944384 4286 0 0 0 67 99 0 0 20 0 16 0 44755436 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643140065968 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3897] ppid=3877 vsize=10727700 memory=301741382048153914 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3897/stat : 3897 (java) S 3877 3880 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44761859 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643136914352 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
Current children cumulated CPU time: 2329.65 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8402244 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 2.22 3/217 4041
/proc/meminfo: memFree=12731060/32770624 swapFree=67108860/67108860
[pid=3880] ppid=3877 vsize=10727700 memory=8402244 CPUtime=2389.69 cores=1,3,5,7
/proc/3880/stat : 3880 (java) S 3877 3880 1778 0 -1 1077944320 2317096 0 0 0 238340 629 0 0 20 0 16 0 44755429 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140735736127984 140643843444471 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
/proc/3880/statm: 2681925 2100561 3203 1 0 2644416 0
[pid=3880/tid=3882] ppid=3877 vsize=10727700 memory=157178623172207 CPUtime=2132.79 cores=1,3,5,7
/proc/3880/task/3882/stat : 3882 (java) R 3877 3880 1778 0 -1 4202560 83526 0 0 0 213200 79 0 0 20 0 16 0 44755430 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643847683456 140643481546820 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3883] ppid=3877 vsize=10727700 memory=8402244 CPUtime=58.99 cores=1,3,5,7
/proc/3880/task/3883/stat : 3883 (java) S 3877 3880 1778 0 -1 1077944384 460185 0 0 0 5800 99 0 0 20 0 16 0 44755431 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643450723472 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3884] ppid=3877 vsize=10727700 memory=8402244 CPUtime=59.43 cores=1,3,5,7
/proc/3880/task/3884/stat : 3884 (java) S 3877 3880 1778 0 -1 1077944384 626551 0 0 0 5830 113 0 0 20 0 16 0 44755431 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643449670672 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3885] ppid=3877 vsize=10727700 memory=8402244 CPUtime=59.32 cores=1,3,5,7
/proc/3880/task/3885/stat : 3885 (java) S 3877 3880 1778 0 -1 1077944384 568435 0 0 0 5818 114 0 0 20 0 16 0 44755431 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643448617872 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3886] ppid=3877 vsize=10727700 memory=8402244 CPUtime=59.26 cores=1,3,5,7
/proc/3880/task/3886/stat : 3886 (java) S 3877 3880 1778 0 -1 1077944384 485104 0 0 0 5822 104 0 0 20 0 16 0 44755431 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643447565072 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3887] ppid=3877 vsize=10727700 memory=8402244 CPUtime=9.55 cores=1,3,5,7
/proc/3880/task/3887/stat : 3887 (java) S 3877 3880 1778 0 -1 1077944384 54577 0 0 0 945 10 0 0 20 0 16 0 44755432 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643148487024 140643843455618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3888] ppid=3877 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3888/stat : 3888 (java) S 3877 3880 1778 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 44755432 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643147433056 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3889] ppid=3877 vsize=10727700 memory=8402244 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3889/stat : 3889 (java) S 3877 3880 1778 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 44755433 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643146380160 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3890] ppid=3877 vsize=10727700 memory=8402244 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3890/stat : 3890 (java) S 3877 3880 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44755435 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643145328464 140643843463067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3891] ppid=3877 vsize=10727700 memory=167 CPUtime=4 cores=1,3,5,7
/proc/3880/task/3891/stat : 3891 (java) S 3877 3880 1778 0 -1 1077944384 11556 0 0 0 398 2 0 0 20 0 16 0 44755435 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643144276848 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3892] ppid=3877 vsize=10727700 memory=0 CPUtime=3.73 cores=1,3,5,7
/proc/3880/task/3892/stat : 3892 (java) S 3877 3880 1778 0 -1 1077944384 14021 0 0 0 371 2 0 0 20 0 16 0 44755435 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643143224048 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3893] ppid=3877 vsize=10727700 memory=11964 CPUtime=0.84 cores=1,3,5,7
/proc/3880/task/3893/stat : 3893 (java) S 3877 3880 1778 0 -1 1077944384 7296 0 0 0 82 2 0 0 20 0 16 0 44755435 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643142171248 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3894] ppid=3877 vsize=10727700 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3894/stat : 3894 (java) S 3877 3880 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44755435 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643141118688 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3895] ppid=3877 vsize=10727700 memory=8402244 CPUtime=1.7 cores=1,3,5,7
/proc/3880/task/3895/stat : 3895 (java) S 3877 3880 1778 0 -1 1077944384 4398 0 0 0 69 101 0 0 20 0 16 0 44755436 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643140065968 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3897] ppid=3877 vsize=10727700 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3897/stat : 3897 (java) S 3877 3880 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44761859 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643136914352 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
Current children cumulated CPU time: 2389.69 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8402244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2212.6 s]
/proc/loadavg: 2.00 2.02 2.21 3/217 4041
/proc/meminfo: memFree=12702452/32770624 swapFree=67108860/67108860
[pid=3880] ppid=3877 vsize=10727700 memory=8402244 CPUtime=2400.01 cores=1,3,5,7
/proc/3880/stat : 3880 (java) S 3877 3880 1778 0 -1 1077944320 2317319 0 0 0 239371 630 0 0 20 0 16 0 44755429 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140735736127984 140643843444471 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
/proc/3880/statm: 2681925 2100561 3203 1 0 2644416 0
[pid=3880/tid=3882] ppid=3877 vsize=10727700 memory=15140 CPUtime=2143.08 cores=1,3,5,7
/proc/3880/task/3882/stat : 3882 (java) R 3877 3880 1778 0 -1 4202560 83682 0 0 0 214229 79 0 0 20 0 16 0 44755430 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643847683456 140643484567708 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3883] ppid=3877 vsize=10727700 memory=1296 CPUtime=58.99 cores=1,3,5,7
/proc/3880/task/3883/stat : 3883 (java) S 3877 3880 1778 0 -1 1077944384 460185 0 0 0 5800 99 0 0 20 0 16 0 44755431 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643450723472 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3884] ppid=3877 vsize=10727700 memory=2412 CPUtime=59.43 cores=1,3,5,7
/proc/3880/task/3884/stat : 3884 (java) S 3877 3880 1778 0 -1 1077944384 626551 0 0 0 5830 113 0 0 20 0 16 0 44755431 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643449670672 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3885] ppid=3877 vsize=10727700 memory=1836 CPUtime=59.32 cores=1,3,5,7
/proc/3880/task/3885/stat : 3885 (java) S 3877 3880 1778 0 -1 1077944384 568435 0 0 0 5818 114 0 0 20 0 16 0 44755431 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643448617872 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3886] ppid=3877 vsize=10727700 memory=792 CPUtime=59.26 cores=1,3,5,7
/proc/3880/task/3886/stat : 3886 (java) S 3877 3880 1778 0 -1 1077944384 485104 0 0 0 5822 104 0 0 20 0 16 0 44755431 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643447565072 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3887] ppid=3877 vsize=10727700 memory=1960 CPUtime=9.55 cores=1,3,5,7
/proc/3880/task/3887/stat : 3887 (java) S 3877 3880 1778 0 -1 1077944384 54586 0 0 0 945 10 0 0 20 0 16 0 44755432 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643148487024 140643843455618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3888] ppid=3877 vsize=10727700 memory=5380 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3888/stat : 3888 (java) S 3877 3880 1778 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 44755432 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643147433056 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3889] ppid=3877 vsize=10727700 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3889/stat : 3889 (java) S 3877 3880 1778 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 44755433 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643146380160 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3890] ppid=3877 vsize=10727700 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3890/stat : 3890 (java) S 3877 3880 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44755435 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643145328464 140643843463067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3891] ppid=3877 vsize=10727700 memory=11964 CPUtime=4 cores=1,3,5,7
/proc/3880/task/3891/stat : 3891 (java) S 3877 3880 1778 0 -1 1077944384 11567 0 0 0 398 2 0 0 20 0 16 0 44755435 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643144276848 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3892] ppid=3877 vsize=10727700 memory=1708 CPUtime=3.73 cores=1,3,5,7
/proc/3880/task/3892/stat : 3892 (java) S 3877 3880 1778 0 -1 1077944384 14027 0 0 0 371 2 0 0 20 0 16 0 44755435 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643143224048 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3893] ppid=3877 vsize=10727700 memory=8384 CPUtime=0.84 cores=1,3,5,7
/proc/3880/task/3893/stat : 3893 (java) S 3877 3880 1778 0 -1 1077944384 7299 0 0 0 82 2 0 0 20 0 16 0 44755435 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643142171248 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3894] ppid=3877 vsize=10727700 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3894/stat : 3894 (java) S 3877 3880 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44755435 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643141118688 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3895] ppid=3877 vsize=10727700 memory=1444 CPUtime=1.71 cores=1,3,5,7
/proc/3880/task/3895/stat : 3895 (java) S 3877 3880 1778 0 -1 1077944384 4436 0 0 0 69 102 0 0 20 0 16 0 44755436 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643140065968 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3897] ppid=3877 vsize=10727700 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3897/stat : 3897 (java) S 3877 3880 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44761859 10985164800 2100561 33554432000 4194304 4196468 140735736145440 140643136914352 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8402244 KiB

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

[startup+2212.92 s]
# the end of solver process 3880 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2393.75 s, system=6.39536 s

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

[startup+2212.8 s]
/proc/loadavg: 2.00 2.02 2.21 3/217 4041
/proc/meminfo: memFree=12702452/32770624 swapFree=67108860/67108860
[pid=3880] ppid=3877 vsize=10927392 memory=8402584 CPUtime=2400.02 cores=1,3,5,7
/proc/3880/stat : 3880 (java) S 3877 3880 1778 0 -1 1077944320 2318510 0 0 0 239372 630 0 0 20 0 17 0 44755429 11189649408 2100646 33554432000 4194304 4196468 140735736145440 140735736127984 140643843444471 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
/proc/3880/statm: 2731848 2100646 3205 1 0 2694339 0
[pid=3880/tid=3882] ppid=3877 vsize=10927392 memory=1580 CPUtime=2143.09 cores=1,3,5,7
/proc/3880/task/3882/stat : 3882 (java) S 3877 3880 1778 0 -1 1077944384 83872 0 0 0 214230 79 0 0 20 0 17 0 44755430 11189649408 2100646 33554432000 4194304 4196468 140735736145440 140643847687344 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3883] ppid=3877 vsize=10927392 memory=8402244 CPUtime=58.99 cores=1,3,5,7
/proc/3880/task/3883/stat : 3883 (java) S 3877 3880 1778 0 -1 1077944384 460185 0 0 0 5800 99 0 0 20 0 17 0 44755431 11189649408 2100646 33554432000 4194304 4196468 140735736145440 140643450723472 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3884] ppid=3877 vsize=10927392 memory=4048 CPUtime=59.43 cores=1,3,5,7
/proc/3880/task/3884/stat : 3884 (java) S 3877 3880 1778 0 -1 1077944384 626551 0 0 0 5830 113 0 0 20 0 17 0 44755431 11189649408 2100646 33554432000 4194304 4196468 140735736145440 140643449670672 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3885] ppid=3877 vsize=10927392 memory=15872 CPUtime=59.32 cores=1,3,5,7
/proc/3880/task/3885/stat : 3885 (java) S 3877 3880 1778 0 -1 1077944384 568435 0 0 0 5818 114 0 0 20 0 17 0 44755431 11189649408 2100646 33554432000 4194304 4196468 140735736145440 140643448617872 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3886] ppid=3877 vsize=10927392 memory=9988 CPUtime=59.26 cores=1,3,5,7
/proc/3880/task/3886/stat : 3886 (java) S 3877 3880 1778 0 -1 1077944384 485104 0 0 0 5822 104 0 0 20 0 17 0 44755431 11189649408 2100646 33554432000 4194304 4196468 140735736145440 140643447565072 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3887] ppid=3877 vsize=10927392 memory=16436 CPUtime=9.55 cores=1,3,5,7
/proc/3880/task/3887/stat : 3887 (java) S 3877 3880 1778 0 -1 1077944384 54627 0 0 0 945 10 0 0 20 0 17 0 44755432 11189649408 2100646 33554432000 4194304 4196468 140735736145440 140643148487024 140643843455618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3888] ppid=3877 vsize=10927392 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3888/stat : 3888 (java) S 3877 3880 1778 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 44755432 11189649408 2100646 33554432000 4194304 4196468 140735736145440 140643147433056 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3889] ppid=3877 vsize=10927392 memory=15140 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3889/stat : 3889 (java) S 3877 3880 1778 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 44755433 11189649408 2100646 33554432000 4194304 4196468 140735736145440 140643146380160 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3890] ppid=3877 vsize=10927392 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3890/stat : 3890 (java) S 3877 3880 1778 0 -1 1077944384 277 0 0 0 0 0 0 0 20 0 17 0 44755435 11189649408 2100646 33554432000 4194304 4196468 140735736145440 140643145328464 140643843463067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3891] ppid=3877 vsize=10927392 memory=2412 CPUtime=4 cores=1,3,5,7
/proc/3880/task/3891/stat : 3891 (java) S 3877 3880 1778 0 -1 1077944384 11567 0 0 0 398 2 0 0 20 0 17 0 44755435 11189649408 2100646 33554432000 4194304 4196468 140735736145440 140643144276848 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3892] ppid=3877 vsize=10927392 memory=1836 CPUtime=3.73 cores=1,3,5,7
/proc/3880/task/3892/stat : 3892 (java) S 3877 3880 1778 0 -1 1077944384 14027 0 0 0 371 2 0 0 20 0 17 0 44755435 11189649408 2100646 33554432000 4194304 4196468 140735736145440 140643143224048 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3893] ppid=3877 vsize=10927392 memory=8402244 CPUtime=0.84 cores=1,3,5,7
/proc/3880/task/3893/stat : 3893 (java) S 3877 3880 1778 0 -1 1077944384 7581 0 0 0 82 2 0 0 20 0 17 0 44755435 11189649408 2100646 33554432000 4194304 4196468 140735736145440 140643142171248 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3894] ppid=3877 vsize=10927392 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3880/task/3894/stat : 3894 (java) S 3877 3880 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44755435 11189649408 2100646 33554432000 4194304 4196468 140735736145440 140643141118688 140643843454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
[pid=3880/tid=3895] ppid=3877 vsize=10927392 memory=7524215823823825000 CPUtime=1.71 cores=1,3,5,7
/proc/3880/task/3895/stat : 3895 (java) S 3877 3880 1778 0 -1 1077944384 4436 0 0 0 69 102 0 0 20 0 17 0 44755436 11189649408 2100646 33554432000 4194304 4196468 140735736145440 140643140065968 140643843455618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140735736153201 140735736153353 140735736153353 140735736156111 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 8402584 KiB

[startup+2212.9 s]*
/proc/loadavg: 2.00 2.02 2.21 3/203 4044
/proc/meminfo: memFree=17369804/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): 2212.92
CPU time (s): 2400.14
CPU user time (s): 2393.75
CPU system time (s): 6.39536
CPU usage (%): 108.46
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 8402584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.75
system time used= 6.39536
maximum resident set size= 8402832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2319088
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57910
involuntary context switches= 2908


# summary of solver processes directly reported to runsolver:
#   pid: 3880
#   total CPU time (s): 2400.14
#   total CPU user time (s): 2393.75
#   total CPU system time (s): 6.39536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0315 second user time and 23.9112 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 17:05:23
IDJOB=4289941
IDBENCH=141645
IDSOLVER=2742
FILE ID=node104/4289941-1532271923
RUNJOBID= node104-1532259870-1810
PBS_JOBID= 21018962
Free space on /tmp= 57240 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2s-3-2_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289941-1532271923/watcher-4289941-1532271923 -o /tmp/evaluation-result-4289941-1532271923/solver-4289941-1532271923 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532259870-1810 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289941-1532271923.xml

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

MD5SUM BENCH= eb0166358d89b93f3f6f4c711e092c29
RANDOM SEED=1616522756

node104.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.11
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.11
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.11
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.11
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:        13050480 kB
MemAvailable:   23521796 kB
Buffers:          240580 kB
Cached:         10438772 kB
SwapCached:            0 kB
Active:         10227276 kB
Inactive:        8911032 kB
Active(anon):    8461208 kB
Inactive(anon):    17088 kB
Active(file):    1766068 kB
Inactive(file):  8893944 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3548 kB
Writeback:             0 kB
AnonPages:       8529384 kB
Mapped:            47636 kB
Shmem:             17036 kB
Slab:             267664 kB
SReclaimable:     239764 kB
SUnreclaim:        27900 kB
KernelStack:        3856 kB
PageTables:        21876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8649680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7391232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57240 MiB
End job on node104 at 2018-07-22 17:42:16