Trace number 4302174

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.209 119.815

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302174-1532888048/watcher-4302174-1532888048 -o /tmp/evaluation-result-4302174-1532888048/solver-4302174-1532888048 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302174-1532888048.xml 

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

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


[startup+0.100121 s]*
/proc/loadavg: 3.77 2.74 2.47 3/215 32600
/proc/meminfo: memFree=25605036/32770624 swapFree=67108860/67108860
[pid=32585] ppid=32582 vsize=10659012 memory=30320 CPUtime=0.13 cores=0,2,4,6
/proc/32585/stat : 32585 (java) S 32582 32585 22004 0 -1 1077944320 6643 0 0 0 11 2 0 0 20 0 15 0 106368002 10914828288 7580 33554432000 4194304 4196468 140726309227312 140726309209856 140287089422071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
/proc/32585/statm: 2664753 7580 2823 1 0 2627263 0
[pid=32585/tid=32587] ppid=32582 vsize=10659012 memory=-8773748148830114688 CPUtime=0.09 cores=0,2,4,6
/proc/32585/task/32587/stat : 32587 (java) R 32582 32585 22004 0 -1 4202560 4484 0 0 0 8 1 0 0 20 0 15 0 106368002 10914828288 7580 33554432000 4194304 4196468 140726309227312 140287093647888 140287089434006 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32588] ppid=32582 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32588/stat : 32588 (java) S 32582 32585 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106368003 10914828288 7580 33554432000 4194304 4196468 140726309227312 140286695681040 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32589] ppid=32582 vsize=10659012 memory=139929814496896 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32589/stat : 32589 (java) S 32582 32585 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106368003 10914828288 7580 33554432000 4194304 4196468 140726309227312 140286694628496 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32590] ppid=32582 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32590/stat : 32590 (java) S 32582 32585 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106368003 10914828288 7580 33554432000 4194304 4196468 140726309227312 140286693575440 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32591] ppid=32582 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32591/stat : 32591 (java) S 32582 32585 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106368003 10914828288 7580 33554432000 4194304 4196468 140726309227312 140286692522896 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32592] ppid=32582 vsize=10659012 memory=139929814496896 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32592/stat : 32592 (java) S 32582 32585 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106368005 10914828288 7580 33554432000 4194304 4196468 140726309227312 140286125656304 140287089433218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32593] ppid=32582 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32593/stat : 32593 (java) S 32582 32585 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106368005 10914828288 7580 33554432000 4194304 4196468 140726309227312 140286124602528 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32594] ppid=32582 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32594/stat : 32594 (java) S 32582 32585 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106368005 10914828288 7580 33554432000 4194304 4196468 140726309227312 140286123549424 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32595] ppid=32582 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32595/stat : 32595 (java) S 32582 32585 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106368008 10914828288 7580 33554432000 4194304 4196468 140726309227312 140286122498000 140287089440667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32596] ppid=32582 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32596/stat : 32596 (java) S 32582 32585 22004 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 106368008 10914828288 7580 33554432000 4194304 4196468 140726309227312 140286121446128 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32597] ppid=32582 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32597/stat : 32597 (java) S 32582 32585 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106368008 10914828288 7580 33554432000 4194304 4196468 140726309227312 140286120393584 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32598] ppid=32582 vsize=10659012 memory=139929814496896 CPUtime=0.02 cores=0,2,4,6
/proc/32585/task/32598/stat : 32598 (java) S 32582 32585 22004 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 106368008 10914828288 7580 33554432000 4194304 4196468 140726309227312 140286119340528 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32599] ppid=32582 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32599/stat : 32599 (java) S 32582 32585 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106368008 10914828288 7580 33554432000 4194304 4196468 140726309227312 140286118288224 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32600] ppid=32582 vsize=10659012 memory=139929814496896 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32600/stat : 32600 (java) S 32582 32585 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106368008 10914828288 7580 33554432000 4194304 4196468 140726309227312 140286117235248 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30320 KiB

[startup+0.21055 s]*
/proc/loadavg: 3.77 2.74 2.47 4/215 32600
/proc/meminfo: memFree=25595664/32770624 swapFree=67108860/67108860
[pid=32585] ppid=32582 vsize=10659012 memory=42008 CPUtime=0.33 cores=0,2,4,6
/proc/32585/stat : 32585 (java) S 32582 32585 22004 0 -1 1077944320 8120 0 0 0 31 2 0 0 20 0 15 0 106368002 10914828288 10502 33554432000 4194304 4196468 140726309227312 140726309209856 140287089422071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
/proc/32585/statm: 2664753 10502 3007 1 0 2627263 0
[pid=32585/tid=32587] ppid=32582 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/32585/task/32587/stat : 32587 (java) R 32582 32585 22004 0 -1 4202560 5061 0 0 0 19 1 0 0 20 0 15 0 106368002 10914828288 10502 33554432000 4194304 4196468 140726309227312 140287093658352 140287073465701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32588] ppid=32582 vsize=10659012 memory=365 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32588/stat : 32588 (java) S 32582 32585 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106368003 10914828288 10502 33554432000 4194304 4196468 140726309227312 140286695681040 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32589] ppid=32582 vsize=10659012 memory=139929814675109 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32589/stat : 32589 (java) S 32582 32585 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106368003 10914828288 10502 33554432000 4194304 4196468 140726309227312 140286694628496 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32590] ppid=32582 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32590/stat : 32590 (java) S 32582 32585 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106368003 10914828288 10502 33554432000 4194304 4196468 140726309227312 140286693575440 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32591] ppid=32582 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32591/stat : 32591 (java) S 32582 32585 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106368003 10914828288 10502 33554432000 4194304 4196468 140726309227312 140286692522896 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32592] ppid=32582 vsize=10659012 memory=139929814496896 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32592/stat : 32592 (java) S 32582 32585 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106368005 10914828288 10502 33554432000 4194304 4196468 140726309227312 140286125656304 140287089433218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32593] ppid=32582 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32593/stat : 32593 (java) S 32582 32585 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106368005 10914828288 10502 33554432000 4194304 4196468 140726309227312 140286124602528 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32594] ppid=32582 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32594/stat : 32594 (java) S 32582 32585 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106368005 10914828288 10502 33554432000 4194304 4196468 140726309227312 140286123549424 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32595] ppid=32582 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32595/stat : 32595 (java) S 32582 32585 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106368008 10914828288 10502 33554432000 4194304 4196468 140726309227312 140286122498000 140287089440667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32596] ppid=32582 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32585/task/32596/stat : 32596 (java) S 32582 32585 22004 0 -1 1077944384 685 0 0 0 2 0 0 0 20 0 15 0 106368008 10914828288 10502 33554432000 4194304 4196468 140726309227312 140286121446128 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32597] ppid=32582 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32585/task/32597/stat : 32597 (java) S 32582 32585 22004 0 -1 1077944384 289 0 0 0 2 0 0 0 20 0 15 0 106368008 10914828288 10502 33554432000 4194304 4196468 140726309227312 140286120393584 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32598] ppid=32582 vsize=10659012 memory=139929814496896 CPUtime=0.07 cores=0,2,4,6
/proc/32585/task/32598/stat : 32598 (java) R 32582 32585 22004 0 -1 4202560 719 0 0 0 7 0 0 0 20 0 15 0 106368008 10914828288 10502 33554432000 4194304 4196468 140726309227312 140286119340528 140287089443418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32599] ppid=32582 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32599/stat : 32599 (java) S 32582 32585 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106368008 10914828288 10502 33554432000 4194304 4196468 140726309227312 140286118288224 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32600] ppid=32582 vsize=10659012 memory=139929814496896 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32600/stat : 32600 (java) S 32582 32585 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106368008 10914828288 10502 33554432000 4194304 4196468 140726309227312 140286117235248 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42008 KiB

[startup+0.310549 s]*
/proc/loadavg: 3.77 2.74 2.47 5/215 32600
/proc/meminfo: memFree=25582948/32770624 swapFree=67108860/67108860
[pid=32585] ppid=32582 vsize=10659012 memory=54852 CPUtime=0.59 cores=0,2,4,6
/proc/32585/stat : 32585 (java) S 32582 32585 22004 0 -1 1077944320 9777 0 0 0 56 3 0 0 20 0 15 0 106368002 10914828288 13713 33554432000 4194304 4196468 140726309227312 140726309209856 140287089422071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
/proc/32585/statm: 2664753 13713 3042 1 0 2627263 0
[pid=32585/tid=32587] ppid=32582 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/32585/task/32587/stat : 32587 (java) R 32582 32585 22004 0 -1 4202560 5410 0 0 0 28 2 0 0 20 0 15 0 106368002 10914828288 13713 33554432000 4194304 4196468 140726309227312 140287093658224 140287089443997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32588] ppid=32582 vsize=10659012 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32588/stat : 32588 (java) S 32582 32585 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106368003 10914828288 13713 33554432000 4194304 4196468 140726309227312 140286695681040 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32589] ppid=32582 vsize=10659012 memory=139929815135261 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32589/stat : 32589 (java) S 32582 32585 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106368003 10914828288 13713 33554432000 4194304 4196468 140726309227312 140286694628496 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32590] ppid=32582 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32590/stat : 32590 (java) S 32582 32585 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106368003 10914828288 13713 33554432000 4194304 4196468 140726309227312 140286693575440 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32591] ppid=32582 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32591/stat : 32591 (java) S 32582 32585 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106368003 10914828288 13713 33554432000 4194304 4196468 140726309227312 140286692522896 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32592] ppid=32582 vsize=10659012 memory=139929814496896 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32592/stat : 32592 (java) S 32582 32585 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106368005 10914828288 13713 33554432000 4194304 4196468 140726309227312 140286125656304 140287089433218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32593] ppid=32582 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32593/stat : 32593 (java) S 32582 32585 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106368005 10914828288 13713 33554432000 4194304 4196468 140726309227312 140286124602528 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32594] ppid=32582 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32594/stat : 32594 (java) S 32582 32585 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106368005 10914828288 13713 33554432000 4194304 4196468 140726309227312 140286123549424 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32595] ppid=32582 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32595/stat : 32595 (java) S 32582 32585 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106368008 10914828288 13713 33554432000 4194304 4196468 140726309227312 140286122498000 140287089440667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32596] ppid=32582 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32585/task/32596/stat : 32596 (java) R 32582 32585 22004 0 -1 4202560 1154 0 0 0 7 0 0 0 20 0 15 0 106368008 10914828288 13713 33554432000 4194304 4196468 140726309227312 140286121426600 140287067016817 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32597] ppid=32582 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32585/task/32597/stat : 32597 (java) R 32582 32585 22004 0 -1 4202560 803 0 0 0 7 0 0 0 20 0 15 0 106368008 10914828288 13713 33554432000 4194304 4196468 140726309227312 140286120374600 140287072905388 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32598] ppid=32582 vsize=10659012 memory=139929814496896 CPUtime=0.13 cores=0,2,4,6
/proc/32585/task/32598/stat : 32598 (java) R 32582 32585 22004 0 -1 1077944384 1044 0 0 0 13 0 0 0 20 0 15 0 106368008 10914828288 13713 33554432000 4194304 4196468 140726309227312 140286119340528 140287089433218 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32599] ppid=32582 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32599/stat : 32599 (java) S 32582 32585 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106368008 10914828288 13713 33554432000 4194304 4196468 140726309227312 140286118288224 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32600] ppid=32582 vsize=10659012 memory=139929814496896 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32600/stat : 32600 (java) S 32582 32585 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106368008 10914828288 13713 33554432000 4194304 4196468 140726309227312 140286117235248 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54852 KiB

[startup+0.700723 s]
/proc/loadavg: 3.77 2.74 2.47 8/215 32600
/proc/meminfo: memFree=25521824/32770624 swapFree=67108860/67108860
[pid=32585] ppid=32582 vsize=10659088 memory=153532 CPUtime=1.9 cores=0,2,4,6
/proc/32585/stat : 32585 (java) S 32582 32585 22004 0 -1 1077944320 12118 0 0 0 185 5 0 0 20 0 15 0 106368002 10914906112 38383 33554432000 4194304 4196468 140726309227312 140726309209856 140287089422071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
/proc/32585/statm: 2664772 38383 3108 1 0 2627263 0
[pid=32585/tid=32587] ppid=32582 vsize=10659088 memory=1840 CPUtime=0.67 cores=0,2,4,6
/proc/32585/task/32587/stat : 32587 (java) R 32582 32585 22004 0 -1 4202560 5903 0 0 0 64 3 0 0 20 0 15 0 106368002 10914906112 38383 33554432000 4194304 4196468 140726309227312 140287093656632 140286727301139 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32588] ppid=32582 vsize=10659088 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32588/stat : 32588 (java) S 32582 32585 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106368003 10914906112 38383 33554432000 4194304 4196468 140726309227312 140286695681040 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32589] ppid=32582 vsize=10659088 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32589/stat : 32589 (java) S 32582 32585 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106368003 10914906112 38383 33554432000 4194304 4196468 140726309227312 140286694628496 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32590] ppid=32582 vsize=10659088 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32590/stat : 32590 (java) S 32582 32585 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106368003 10914906112 38383 33554432000 4194304 4196468 140726309227312 140286693575440 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32591] ppid=32582 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32591/stat : 32591 (java) S 32582 32585 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106368003 10914906112 38383 33554432000 4194304 4196468 140726309227312 140286692522896 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32592] ppid=32582 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32592/stat : 32592 (java) S 32582 32585 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106368005 10914906112 38383 33554432000 4194304 4196468 140726309227312 140286125656304 140287089433218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32593] ppid=32582 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32593/stat : 32593 (java) S 32582 32585 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106368005 10914906112 38383 33554432000 4194304 4196468 140726309227312 140286124602528 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32594] ppid=32582 vsize=10659088 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32594/stat : 32594 (java) S 32582 32585 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106368005 10914906112 38383 33554432000 4194304 4196468 140726309227312 140286123549424 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32595] ppid=32582 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32595/stat : 32595 (java) S 32582 32585 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106368008 10914906112 38383 33554432000 4194304 4196468 140726309227312 140286122498000 140287089440667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32596] ppid=32582 vsize=10659088 memory=7590935255203861604 CPUtime=0.45 cores=0,2,4,6
/proc/32585/task/32596/stat : 32596 (java) R 32582 32585 22004 0 -1 4202560 1807 0 0 0 45 0 0 0 20 0 15 0 106368008 10914906112 38383 33554432000 4194304 4196468 140726309227312 140286121434144 140287072918859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32597] ppid=32582 vsize=10659088 memory=5788647689011156329 CPUtime=0.44 cores=0,2,4,6
/proc/32585/task/32597/stat : 32597 (java) R 32582 32585 22004 0 -1 4202560 1617 0 0 0 44 0 0 0 20 0 15 0 106368008 10914906112 38383 33554432000 4194304 4196468 140726309227312 140286120375360 140287068668875 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32598] ppid=32582 vsize=10659088 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/32585/task/32598/stat : 32598 (java) S 32582 32585 22004 0 -1 1077944384 1421 0 0 0 29 0 0 0 20 0 15 0 106368008 10914906112 38383 33554432000 4194304 4196468 140726309227312 140286119340528 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32599] ppid=32582 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32599/stat : 32599 (java) S 32582 32585 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106368008 10914906112 38383 33554432000 4194304 4196468 140726309227312 140286118288224 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32600] ppid=32582 vsize=10659088 memory=33 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32600/stat : 32600 (java) S 32582 32585 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106368008 10914906112 38383 33554432000 4194304 4196468 140726309227312 140286117235248 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 153532 KiB

[startup+1.50956 s]
/proc/loadavg: 3.77 2.74 2.47 7/215 32600
/proc/meminfo: memFree=25417952/32770624 swapFree=67108860/67108860
[pid=32585] ppid=32582 vsize=10659088 memory=629524 CPUtime=4.45 cores=0,2,4,6
/proc/32585/stat : 32585 (java) S 32582 32585 22004 0 -1 1077944320 16802 0 0 0 426 19 0 0 20 0 15 0 106368002 10914906112 157381 33554432000 4194304 4196468 140726309227312 140726309209856 140287089422071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
/proc/32585/statm: 2664772 157381 3149 1 0 2627263 0
[pid=32585/tid=32587] ppid=32582 vsize=10659088 memory=6791534058613427641 CPUtime=1.37 cores=0,2,4,6
/proc/32585/task/32587/stat : 32587 (java) R 32582 32585 22004 0 -1 4202560 6181 0 0 0 129 8 0 0 20 0 15 0 106368002 10914906112 157381 33554432000 4194304 4196468 140726309227312 140287093657704 140286730939165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32588] ppid=32582 vsize=10659088 memory=-6951259422114956437 CPUtime=0.05 cores=0,2,4,6
/proc/32585/task/32588/stat : 32588 (java) S 32582 32585 22004 0 -1 1077944384 132 0 0 0 4 1 0 0 20 0 15 0 106368003 10914906112 157381 33554432000 4194304 4196468 140726309227312 140286695681040 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32589] ppid=32582 vsize=10659088 memory=-6509546260019855295 CPUtime=0.08 cores=0,2,4,6
/proc/32585/task/32589/stat : 32589 (java) S 32582 32585 22004 0 -1 1077944384 203 0 0 0 6 2 0 0 20 0 15 0 106368003 10914906112 157381 33554432000 4194304 4196468 140726309227312 140286694628496 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32590] ppid=32582 vsize=10659088 memory=-7390251449858225344 CPUtime=0.07 cores=0,2,4,6
/proc/32585/task/32590/stat : 32590 (java) S 32582 32585 22004 0 -1 1077944384 94 0 0 0 5 2 0 0 20 0 15 0 106368003 10914906112 157381 33554432000 4194304 4196468 140726309227312 140286693575440 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32591] ppid=32582 vsize=10659088 memory=4134692831991786133 CPUtime=0.08 cores=0,2,4,6
/proc/32585/task/32591/stat : 32591 (java) S 32582 32585 22004 0 -1 1077944384 98 0 0 0 6 2 0 0 20 0 15 0 106368003 10914906112 157381 33554432000 4194304 4196468 140726309227312 140286692522896 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32592] ppid=32582 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32592/stat : 32592 (java) S 32582 32585 22004 0 -1 1077944384 465 0 0 0 0 0 0 0 20 0 15 0 106368005 10914906112 157381 33554432000 4194304 4196468 140726309227312 140286125656304 140287089433218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0

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

[pid=32585/tid=32593] ppid=32582 vsize=10661136 memory=3175 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32593/stat : 32593 (java) S 32582 32585 22004 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 106368005 10917003264 2037745 33554432000 4194304 4196468 140726309227312 140286124602592 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32594] ppid=32582 vsize=10661136 memory=13517 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32594/stat : 32594 (java) S 32582 32585 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 106368005 10917003264 2037745 33554432000 4194304 4196468 140726309227312 140286123549440 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32595] ppid=32582 vsize=10661136 memory=7082256 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32595/stat : 32595 (java) S 32582 32585 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106368008 10917003264 2037745 33554432000 4194304 4196468 140726309227312 140286122498000 140287089440667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32596] ppid=32582 vsize=10661136 memory=2424 CPUtime=3.25 cores=0,2,4,6
/proc/32585/task/32596/stat : 32596 (java) S 32582 32585 22004 0 -1 1077944384 5783 0 0 0 324 1 0 0 20 0 15 0 106368008 10917003264 2037745 33554432000 4194304 4196468 140726309227312 140286121445888 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32597] ppid=32582 vsize=10661136 memory=928 CPUtime=3.34 cores=0,2,4,6
/proc/32585/task/32597/stat : 32597 (java) S 32582 32585 22004 0 -1 1077944384 7455 0 0 0 333 1 0 0 20 0 15 0 106368008 10917003264 2037745 33554432000 4194304 4196468 140726309227312 140286120393632 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32598] ppid=32582 vsize=10661136 memory=2424 CPUtime=0.65 cores=0,2,4,6
/proc/32585/task/32598/stat : 32598 (java) S 32582 32585 22004 0 -1 1077944384 2702 0 0 0 64 1 0 0 20 0 15 0 106368008 10917003264 2037745 33554432000 4194304 4196468 140726309227312 140286119340576 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32599] ppid=32582 vsize=10661136 memory=1840 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32599/stat : 32599 (java) S 32582 32585 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106368008 10917003264 2037745 33554432000 4194304 4196468 140726309227312 140286118288224 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32600] ppid=32582 vsize=10661136 memory=1004 CPUtime=0.02 cores=0,2,4,6
/proc/32585/task/32600/stat : 32600 (java) S 32582 32585 22004 0 -1 1077944384 704 0 0 0 1 1 0 0 20 0 15 0 106368008 10917003264 2037745 33554432000 4194304 4196468 140726309227312 140286117235248 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
Current children cumulated CPU time: 153.61 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8150980 KiB

[startup+102.301 s]
/proc/loadavg: 4.12 3.31 2.71 3/217 32678
/proc/meminfo: memFree=19690220/32770624 swapFree=67108860/67108860
[pid=32585] ppid=32582 vsize=10727700 memory=8407856 CPUtime=234.55 cores=0,2,4,6
/proc/32585/stat : 32585 (java) S 32582 32585 22004 0 -1 1077944320 1321537 0 0 0 23001 454 0 0 20 0 16 0 106368002 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140726309209856 140287089422071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
/proc/32585/statm: 2681925 2101964 3203 1 0 2644416 0
[pid=32585/tid=32587] ppid=32582 vsize=10727700 memory=8407856 CPUtime=50.49 cores=0,2,4,6
/proc/32585/task/32587/stat : 32587 (java) R 32582 32585 22004 0 -1 4202560 25617 0 0 0 5009 40 0 0 20 0 16 0 106368002 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140287093657920 140286726504516 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32588] ppid=32582 vsize=10727700 memory=8407856 CPUtime=41.38 cores=0,2,4,6
/proc/32585/task/32588/stat : 32588 (java) S 32582 32585 22004 0 -1 1077944384 290371 0 0 0 4039 99 0 0 20 0 16 0 106368003 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286695681040 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32589] ppid=32582 vsize=10727700 memory=8407856 CPUtime=41.22 cores=0,2,4,6
/proc/32585/task/32589/stat : 32589 (java) S 32582 32585 22004 0 -1 1077944384 361691 0 0 0 4026 96 0 0 20 0 16 0 106368003 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286694628496 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32590] ppid=32582 vsize=10727700 memory=2257 CPUtime=40.92 cores=0,2,4,6
/proc/32585/task/32590/stat : 32590 (java) S 32582 32585 22004 0 -1 1077944384 273720 0 0 0 3984 108 0 0 20 0 16 0 106368003 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286693575440 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32591] ppid=32582 vsize=10727700 memory=279859399490848 CPUtime=41.29 cores=0,2,4,6
/proc/32585/task/32591/stat : 32591 (java) S 32582 32585 22004 0 -1 1077944384 307203 0 0 0 4032 97 0 0 20 0 16 0 106368003 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286692522896 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32592] ppid=32582 vsize=10727700 memory=164 CPUtime=9.97 cores=0,2,4,6
/proc/32585/task/32592/stat : 32592 (java) S 32582 32585 22004 0 -1 1077944384 33999 0 0 0 994 3 0 0 20 0 16 0 106368005 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286125656304 140287089433218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32593] ppid=32582 vsize=10727700 memory=164 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32593/stat : 32593 (java) S 32582 32585 22004 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 106368005 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286124602592 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32594] ppid=32582 vsize=10727700 memory=279859398591136 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32594/stat : 32594 (java) S 32582 32585 22004 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 106368005 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286123549440 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32595] ppid=32582 vsize=10727700 memory=8407856 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32595/stat : 32595 (java) S 32582 32585 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106368008 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286122498000 140287089440667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32596] ppid=32582 vsize=10727700 memory=1296 CPUtime=4.21 cores=0,2,4,6
/proc/32585/task/32596/stat : 32596 (java) S 32582 32585 22004 0 -1 1077944384 12248 0 0 0 419 2 0 0 20 0 16 0 106368008 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286121446128 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32597] ppid=32582 vsize=10727700 memory=30312 CPUtime=4.14 cores=0,2,4,6
/proc/32585/task/32597/stat : 32597 (java) S 32582 32585 22004 0 -1 1077944384 11198 0 0 0 413 1 0 0 20 0 16 0 106368008 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286120393584 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32598] ppid=32582 vsize=10727700 memory=1296 CPUtime=0.78 cores=0,2,4,6
/proc/32585/task/32598/stat : 32598 (java) S 32582 32585 22004 0 -1 1077944384 3317 0 0 0 77 1 0 0 20 0 16 0 106368008 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286119340528 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32599] ppid=32582 vsize=10727700 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32599/stat : 32599 (java) S 32582 32585 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106368008 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286118288224 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32600] ppid=32582 vsize=10727700 memory=139929699121185 CPUtime=0.05 cores=0,2,4,6
/proc/32585/task/32600/stat : 32600 (java) S 32582 32585 22004 0 -1 1077944384 732 0 0 0 2 3 0 0 20 0 16 0 106368008 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286117235248 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32602] ppid=32582 vsize=10727700 memory=7162782132721440875 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32602/stat : 32602 (java) S 32582 32585 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106374492 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286116181040 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
Current children cumulated CPU time: 234.55 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8407856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+119.501 s]
/proc/loadavg: 3.66 3.25 2.70 3/217 32678
/proc/meminfo: memFree=19689972/32770624 swapFree=67108860/67108860
[pid=32585] ppid=32582 vsize=10727700 memory=8407856 CPUtime=252.07 cores=0,2,4,6
/proc/32585/stat : 32585 (java) S 32582 32585 22004 0 -1 1077944320 1325886 0 0 0 24752 455 0 0 20 0 16 0 106368002 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140726309209856 140287089422071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
/proc/32585/statm: 2681925 2101964 3203 1 0 2644416 0
[pid=32585/tid=32587] ppid=32582 vsize=10727700 memory=8407856 CPUtime=67.69 cores=0,2,4,6
/proc/32585/task/32587/stat : 32587 (java) R 32582 32585 22004 0 -1 4202560 26084 0 0 0 6728 41 0 0 20 0 16 0 106368002 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140287093658888 140286726504516 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32588] ppid=32582 vsize=10727700 memory=8407856 CPUtime=41.38 cores=0,2,4,6
/proc/32585/task/32588/stat : 32588 (java) S 32582 32585 22004 0 -1 1077944384 290371 0 0 0 4039 99 0 0 20 0 16 0 106368003 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286695681040 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32589] ppid=32582 vsize=10727700 memory=8407856 CPUtime=41.22 cores=0,2,4,6
/proc/32585/task/32589/stat : 32589 (java) S 32582 32585 22004 0 -1 1077944384 361691 0 0 0 4026 96 0 0 20 0 16 0 106368003 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286694628496 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32590] ppid=32582 vsize=10727700 memory=8407856 CPUtime=40.92 cores=0,2,4,6
/proc/32585/task/32590/stat : 32590 (java) S 32582 32585 22004 0 -1 1077944384 273720 0 0 0 3984 108 0 0 20 0 16 0 106368003 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286693575440 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32591] ppid=32582 vsize=10727700 memory=8407856 CPUtime=41.29 cores=0,2,4,6
/proc/32585/task/32591/stat : 32591 (java) S 32582 32585 22004 0 -1 1077944384 307203 0 0 0 4032 97 0 0 20 0 16 0 106368003 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286692522896 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32592] ppid=32582 vsize=10727700 memory=8407856 CPUtime=9.98 cores=0,2,4,6
/proc/32585/task/32592/stat : 32592 (java) S 32582 32585 22004 0 -1 1077944384 34009 0 0 0 994 4 0 0 20 0 16 0 106368005 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286125656304 140287089433218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32593] ppid=32582 vsize=10727700 memory=8407856 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32593/stat : 32593 (java) S 32582 32585 22004 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 106368005 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286124602592 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32594] ppid=32582 vsize=10727700 memory=8407856 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32594/stat : 32594 (java) S 32582 32585 22004 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 106368005 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286123549440 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32595] ppid=32582 vsize=10727700 memory=8407856 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32595/stat : 32595 (java) S 32582 32585 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106368008 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286122498000 140287089440667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32596] ppid=32582 vsize=10727700 memory=8407856 CPUtime=4.45 cores=0,2,4,6
/proc/32585/task/32596/stat : 32596 (java) S 32582 32585 22004 0 -1 1077944384 14764 0 0 0 442 3 0 0 20 0 16 0 106368008 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286121446128 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32597] ppid=32582 vsize=10727700 memory=8407856 CPUtime=4.22 cores=0,2,4,6
/proc/32585/task/32597/stat : 32597 (java) S 32582 32585 22004 0 -1 1077944384 12507 0 0 0 421 1 0 0 20 0 16 0 106368008 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286120393584 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32598] ppid=32582 vsize=10727700 memory=8407856 CPUtime=0.78 cores=0,2,4,6
/proc/32585/task/32598/stat : 32598 (java) S 32582 32585 22004 0 -1 1077944384 3320 0 0 0 77 1 0 0 20 0 16 0 106368008 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286119340528 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32599] ppid=32582 vsize=10727700 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32599/stat : 32599 (java) S 32582 32585 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106368008 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286118288224 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32600] ppid=32582 vsize=10727700 memory=2424 CPUtime=0.06 cores=0,2,4,6
/proc/32585/task/32600/stat : 32600 (java) S 32582 32585 22004 0 -1 1077944384 776 0 0 0 3 3 0 0 20 0 16 0 106368008 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286117235248 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32602] ppid=32582 vsize=10727700 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32602/stat : 32602 (java) S 32582 32585 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106374492 10985164800 2101964 33554432000 4194304 4196468 140726309227312 140286116181040 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8407856 KiB

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

[startup+119.815 s]
# the end of solver process 32585 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.552 s, system=4.65736 s

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

[startup+119.605 s]
/proc/loadavg: 3.66 3.25 2.70 3/217 32678
/proc/meminfo: memFree=19689972/32770624 swapFree=67108860/67108860
[pid=32585] ppid=32582 vsize=10927392 memory=8408076 CPUtime=252.09 cores=0,2,4,6
/proc/32585/stat : 32585 (java) S 32582 32585 22004 0 -1 1077944320 1326518 0 0 0 24754 455 0 0 20 0 17 0 106368002 11189649408 2102019 33554432000 4194304 4196468 140726309227312 140726309209856 140287089422071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
/proc/32585/statm: 2731848 2102019 3205 1 0 2694339 0
[pid=32585/tid=32587] ppid=32582 vsize=10927392 memory=1228 CPUtime=67.7 cores=0,2,4,6
/proc/32585/task/32587/stat : 32587 (java) S 32582 32585 22004 0 -1 1077944384 26202 0 0 0 6729 41 0 0 20 0 17 0 106368002 11189649408 2102019 33554432000 4194304 4196468 140726309227312 140287093664944 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32588] ppid=32582 vsize=10927392 memory=1944 CPUtime=41.38 cores=0,2,4,6
/proc/32585/task/32588/stat : 32588 (java) S 32582 32585 22004 0 -1 1077944384 290371 0 0 0 4039 99 0 0 20 0 17 0 106368003 11189649408 2102019 33554432000 4194304 4196468 140726309227312 140286695681040 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32589] ppid=32582 vsize=10927392 memory=1416 CPUtime=41.22 cores=0,2,4,6
/proc/32585/task/32589/stat : 32589 (java) S 32582 32585 22004 0 -1 1077944384 361691 0 0 0 4026 96 0 0 20 0 17 0 106368003 11189649408 2102019 33554432000 4194304 4196468 140726309227312 140286694628496 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32590] ppid=32582 vsize=10927392 memory=4612 CPUtime=40.92 cores=0,2,4,6
/proc/32585/task/32590/stat : 32590 (java) S 32582 32585 22004 0 -1 1077944384 273720 0 0 0 3984 108 0 0 20 0 17 0 106368003 11189649408 2102019 33554432000 4194304 4196468 140726309227312 140286693575440 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32591] ppid=32582 vsize=10927392 memory=8508 CPUtime=41.29 cores=0,2,4,6
/proc/32585/task/32591/stat : 32591 (java) S 32582 32585 22004 0 -1 1077944384 307203 0 0 0 4032 97 0 0 20 0 17 0 106368003 11189649408 2102019 33554432000 4194304 4196468 140726309227312 140286692522896 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32592] ppid=32582 vsize=10927392 memory=4028 CPUtime=9.98 cores=0,2,4,6
/proc/32585/task/32592/stat : 32592 (java) S 32582 32585 22004 0 -1 1077944384 34038 0 0 0 994 4 0 0 20 0 17 0 106368005 11189649408 2102019 33554432000 4194304 4196468 140726309227312 140286125656304 140287089433218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32593] ppid=32582 vsize=10927392 memory=30312 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32593/stat : 32593 (java) S 32582 32585 22004 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 106368005 11189649408 2102019 33554432000 4194304 4196468 140726309227312 140286124602592 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32594] ppid=32582 vsize=10927392 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32594/stat : 32594 (java) S 32582 32585 22004 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 106368005 11189649408 2102019 33554432000 4194304 4196468 140726309227312 140286123549440 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32595] ppid=32582 vsize=10927392 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32595/stat : 32595 (java) S 32582 32585 22004 0 -1 1077944384 159 0 0 0 0 0 0 0 20 0 17 0 106368008 11189649408 2102019 33554432000 4194304 4196468 140726309227312 140286122498000 140287089440667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32596] ppid=32582 vsize=10927392 memory=1840 CPUtime=4.45 cores=0,2,4,6
/proc/32585/task/32596/stat : 32596 (java) S 32582 32585 22004 0 -1 1077944384 14764 0 0 0 442 3 0 0 20 0 17 0 106368008 11189649408 2102019 33554432000 4194304 4196468 140726309227312 140286121446128 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32597] ppid=32582 vsize=10927392 memory=1004 CPUtime=4.22 cores=0,2,4,6
/proc/32585/task/32597/stat : 32597 (java) S 32582 32585 22004 0 -1 1077944384 12507 0 0 0 421 1 0 0 20 0 17 0 106368008 11189649408 2102019 33554432000 4194304 4196468 140726309227312 140286120393584 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32598] ppid=32582 vsize=10927392 memory=12060 CPUtime=0.78 cores=0,2,4,6
/proc/32585/task/32598/stat : 32598 (java) S 32582 32585 22004 0 -1 1077944384 3334 0 0 0 77 1 0 0 20 0 17 0 106368008 11189649408 2102019 33554432000 4194304 4196468 140726309227312 140286119340528 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32599] ppid=32582 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/32585/task/32599/stat : 32599 (java) S 32582 32585 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106368008 11189649408 2102019 33554432000 4194304 4196468 140726309227312 140286118288224 140287089432277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
[pid=32585/tid=32600] ppid=32582 vsize=10927392 memory=8171313563123863633 CPUtime=0.06 cores=0,2,4,6
/proc/32585/task/32600/stat : 32600 (java) S 32582 32585 22004 0 -1 1077944384 776 0 0 0 3 3 0 0 20 0 17 0 106368008 11189649408 2102019 33554432000 4194304 4196468 140726309227312 140286117235248 140287089433218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 38993920 140726309229686 140726309229838 140726309229838 140726309232591 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 8408076 KiB

[startup+119.803 s]*
/proc/loadavg: 3.66 3.25 2.70 3/203 32681
/proc/meminfo: memFree=27959164/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): 119.815
CPU time (s): 252.209
CPU user time (s): 247.552
CPU system time (s): 4.65736
CPU usage (%): 210.499
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 8413020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.552
system time used= 4.65736
maximum resident set size= 8413020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1326916
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11095
involuntary context switches= 3855


# summary of solver processes directly reported to runsolver:
#   pid: 32585
#   total CPU time (s): 252.209
#   total CPU user time (s): 247.552
#   total CPU system time (s): 4.65736

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.832834 second user time and 1.1354 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 20:14:08
IDJOB=4302174
IDBENCH=141645
IDSOLVER=2773
FILE ID=node151/4302174-1532888048
RUNJOBID= node151-1532877021-22035
PBS_JOBID= 21022509
Free space on /tmp= 59308 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-4302174-1532888048/watcher-4302174-1532888048 -o /tmp/evaluation-result-4302174-1532888048/solver-4302174-1532888048 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302174-1532888048.xml

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

MD5SUM BENCH= eb0166358d89b93f3f6f4c711e092c29
RANDOM SEED=857924582

node151.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.87
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.87
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.87
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.87
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:        25826732 kB
MemAvailable:   29482532 kB
Buffers:          213316 kB
Cached:          3716736 kB
SwapCached:            0 kB
Active:          3840752 kB
Inactive:        2627900 kB
Active(anon):    2488776 kB
Inactive(anon):    78188 kB
Active(file):    1351976 kB
Inactive(file):  2549712 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6848 kB
Writeback:             0 kB
AnonPages:       2432088 kB
Mapped:            56180 kB
Shmem:             25224 kB
Slab:             167724 kB
SReclaimable:     139892 kB
SUnreclaim:        27832 kB
KernelStack:        3696 kB
PageTables:         9920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3668608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2328576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59304 MiB
End job on node151 at 2018-07-29 20:16:08