Trace number 4290170

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11SAT 8.39277 6.46331

General information on the benchmark

NameFrb/
frb-35-17-1_c18.xml
MD5SUM938558367576662423373d61b63119a7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.37354
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints346
Number of domains1
Minimum domain size17
Maximum domain size17
Distribution of domain sizes[{"size":17,"count":35}]
Minimum variable degree12
Maximum variable degree28
Distribution of variable degrees[{"degree":12,"count":3},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":4},{"degree":22,"count":3},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":25,"count":3},{"degree":26,"count":1},{"degree":28,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":346}]
Number of extensional constraints346
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":346}]
Optimization problemNO
Type of objective

Solver Data

1.20/0.58	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.20/0.58	c This is free software under the dual EPL/GNU LGPL licenses.
1.20/0.58	c See www.sat4j.org for details.
1.20/0.58	c That software uses the Rhino library from the Mozilla project.
1.20/0.58	c version 2.3.6-SNAPSHOT
1.20/0.58	c java.runtime.name	Java(TM) SE Runtime Environment
1.20/0.58	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.20/0.58	c java.vm.version	25.131-b11
1.20/0.58	c java.vm.vendor	Oracle Corporation
1.20/0.58	c sun.arch.data.model	64
1.20/0.58	c java.version		1.8.0_131
1.20/0.58	c os.name		Linux
1.20/0.58	c os.version		3.10.0-514.16.1.el7.x86_64
1.20/0.58	c os.arch		amd64
1.20/0.58	c Free memory 		499604488
1.20/0.58	c Max memory 		7247757312
1.20/0.58	c Total memory 		504889344
1.20/0.58	c Number of processors 	4
1.20/0.58	c c --- Begin Solver configuration ---
1.20/0.58	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.20/0.58	c Learn all clauses as in MiniSAT
1.20/0.58	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.20/0.58	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.20/0.58	c No reason simplification
1.20/0.58	c Glucose 2.1 dynamic restart strategy
1.20/0.58	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
1.20/0.58	c timeout=2147483s
1.20/0.58	c DB Simplification allowed=false
1.20/0.58	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.20/0.58	c --- End Solver configuration ---
1.20/0.58	c constraints type 
1.20/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
1.20/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24912
1.20/0.58	c 24982 constraints processed.
8.36/6.45	c starts		: 217
8.36/6.45	c conflicts		: 49614
8.36/6.45	c decisions		: 88914
8.36/6.45	c propagations		: 3776001
8.36/6.45	c inspects		: 102243715
8.36/6.45	c shortcuts		: 0
8.36/6.45	c learnt literals	: 3
8.36/6.45	c learnt binary clauses	: 2
8.36/6.45	c learnt ternary clauses	: 3
8.36/6.45	c learnt constraints	: 49611
8.36/6.45	c ignored constraints	: 0
8.36/6.45	c root simplifications	: 0
8.36/6.45	c removed literals (reason simplification)	: 0
8.36/6.45	c reason swapping (by a shorter reason)	: 0
8.36/6.45	c Calls to reduceDB	: 6
8.36/6.45	c Number of update (reduction) of LBD	: 26505
8.36/6.45	c Imported unit clauses	: 0
8.36/6.45	c number of reductions to clauses (during analyze)	: 0
8.36/6.45	c number of learned constraints concerned by reduction	: 0
8.36/6.45	c number of learning phase by resolution	: 0
8.36/6.45	c number of learning phase by cutting planes	: 0
8.36/6.45	c number of rounding to 1 operations	: 0
8.36/6.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
8.36/6.45	c number of reductions of the coefficients by power 2 	: 0
8.36/6.45	c number of right shift for reduction by power 2 	: 0
8.36/6.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
8.36/6.45	c number of ending skipping 	: 0
8.36/6.45	c number of internal skipping 	: 0
8.36/6.45	c number of derivation steps 	: 0
8.36/6.45	c number of skipped derivation steps 	: 0
8.36/6.45	c number of remaining unassigned 	: 0
8.36/6.45	c number of remaining assigned 	: 0
8.36/6.45	c speed (assignments/second)	: 644368.771331058
8.36/6.45	c non guided choices	: 96
8.36/6.45	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 2
8.36/6.45	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 13571
8.36/6.45	s SATISFIABLE
8.36/6.45	v <instantiation type="solution">
8.36/6.45	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] </list>
8.36/6.45	v 	<values> 4 4 6 10 15 3 7 15 2 7 9 1 6 11 0 1 1 14 10 9 15 15 6 5 3 9 6 6 6 7 2 10 12 5 14 </values>
8.36/6.45	v </instantiation>
8.36/6.45	

Verifier Data

OK	

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 (7657 MiB free)
  memory of node 1: 16384 MiB (10524 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290170-1532224434/watcher-4290170-1532224434 -o /tmp/evaluation-result-4290170-1532224434/solver-4290170-1532224434 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27634 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290170-1532224434.xml 

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

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=30361, runsolver pid=30358

[startup+0.100764 s]*
/proc/loadavg: 0.90 0.82 0.98 1/194 30376
/proc/meminfo: memFree=18603156/32770624 swapFree=67108860/67108860
[pid=30361] ppid=30358 vsize=10659012 memory=29584 CPUtime=0.12 cores=0,2,4,6
/proc/30361/stat : 30361 (java) S 30358 30361 25105 0 -1 1077944320 6492 0 0 0 11 1 0 0 20 0 15 0 40006532 10914828288 7396 33554432000 4194304 4196468 140724416476496 140724416459040 140619874717431 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
/proc/30361/statm: 2664753 7396 2842 1 0 2627263 0
[pid=30361/tid=30363] ppid=30358 vsize=10659012 memory=8543466553346073208 CPUtime=0.09 cores=0,2,4,6
/proc/30361/task/30363/stat : 30363 (java) R 30358 30361 25105 0 -1 4202560 4286 0 0 0 8 1 0 0 20 0 15 0 40006532 10914828288 7396 33554432000 4194304 4196468 140724416476496 140619878922096 140619874739357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30364] ppid=30358 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30364/stat : 30364 (java) S 30358 30361 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40006533 10914828288 7396 33554432000 4194304 4196468 140724416476496 140619481975824 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30365] ppid=30358 vsize=10659012 memory=140152963712640 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30365/stat : 30365 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40006533 10914828288 7396 33554432000 4194304 4196468 140724416476496 140619480923280 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30366] ppid=30358 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30366/stat : 30366 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40006533 10914828288 7396 33554432000 4194304 4196468 140724416476496 140619479870224 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30367] ppid=30358 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30367/stat : 30367 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40006533 10914828288 7396 33554432000 4194304 4196468 140724416476496 140619478817680 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30368] ppid=30358 vsize=10659012 memory=140152963712640 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30368/stat : 30368 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40006534 10914828288 7396 33554432000 4194304 4196468 140724416476496 140619179739376 140619874728578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30369] ppid=30358 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30369/stat : 30369 (java) S 30358 30361 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40006535 10914828288 7396 33554432000 4194304 4196468 140724416476496 140619178685600 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30370] ppid=30358 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30370/stat : 30370 (java) S 30358 30361 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40006535 10914828288 7396 33554432000 4194304 4196468 140724416476496 140619177632496 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30371] ppid=30358 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30371/stat : 30371 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40006537 10914828288 7396 33554432000 4194304 4196468 140724416476496 140619176581072 140619874736027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30372] ppid=30358 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30372/stat : 30372 (java) S 30358 30361 25105 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 40006537 10914828288 7396 33554432000 4194304 4196468 140724416476496 140619108313840 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30373] ppid=30358 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30373/stat : 30373 (java) S 30358 30361 25105 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 15 0 40006537 10914828288 7396 33554432000 4194304 4196468 140724416476496 140619107261296 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30374] ppid=30358 vsize=10659012 memory=140152963712640 CPUtime=0.01 cores=0,2,4,6
/proc/30361/task/30374/stat : 30374 (java) R 30358 30361 25105 0 -1 4202560 384 0 0 0 1 0 0 0 20 0 15 0 40006537 10914828288 7396 33554432000 4194304 4196468 140724416476496 140619106208240 140619853374960 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30375] ppid=30358 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30375/stat : 30375 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40006537 10914828288 7396 33554432000 4194304 4196468 140724416476496 140619105155936 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30376] ppid=30358 vsize=10659012 memory=140152963712640 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30376/stat : 30376 (java) S 30358 30361 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40006538 10914828288 7396 33554432000 4194304 4196468 140724416476496 140619104102960 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 29584 KiB

[startup+0.211222 s]*
/proc/loadavg: 0.90 0.82 0.98 3/194 30376
/proc/meminfo: memFree=18592140/32770624 swapFree=67108860/67108860
[pid=30361] ppid=30358 vsize=10659012 memory=41152 CPUtime=0.33 cores=0,2,4,6
/proc/30361/stat : 30361 (java) S 30358 30361 25105 0 -1 1077944320 7828 0 0 0 30 3 0 0 20 0 15 0 40006532 10914828288 10288 33554432000 4194304 4196468 140724416476496 140724416459040 140619874717431 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
/proc/30361/statm: 2664753 10288 3018 1 0 2627263 0
[pid=30361/tid=30363] ppid=30358 vsize=10659012 memory=8318255677412212789 CPUtime=0.19 cores=0,2,4,6
/proc/30361/task/30363/stat : 30363 (java) R 30358 30361 25105 0 -1 4202560 4632 0 0 0 18 1 0 0 20 0 15 0 40006532 10914828288 10288 33554432000 4194304 4196468 140724416476496 140619878953712 140619858761061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30364] ppid=30358 vsize=10659012 memory=329 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30364/stat : 30364 (java) S 30358 30361 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40006533 10914828288 10288 33554432000 4194304 4196468 140724416476496 140619481975824 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30365] ppid=30358 vsize=10659012 memory=140152963918213 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30365/stat : 30365 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40006533 10914828288 10288 33554432000 4194304 4196468 140724416476496 140619480923280 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30366] ppid=30358 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30366/stat : 30366 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40006533 10914828288 10288 33554432000 4194304 4196468 140724416476496 140619479870224 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30367] ppid=30358 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30367/stat : 30367 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40006533 10914828288 10288 33554432000 4194304 4196468 140724416476496 140619478817680 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30368] ppid=30358 vsize=10659012 memory=140152963712640 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30368/stat : 30368 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40006534 10914828288 10288 33554432000 4194304 4196468 140724416476496 140619179739376 140619874728578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30369] ppid=30358 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30369/stat : 30369 (java) S 30358 30361 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40006535 10914828288 10288 33554432000 4194304 4196468 140724416476496 140619178685600 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30370] ppid=30358 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30370/stat : 30370 (java) S 30358 30361 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40006535 10914828288 10288 33554432000 4194304 4196468 140724416476496 140619177632496 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30371] ppid=30358 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30371/stat : 30371 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40006537 10914828288 10288 33554432000 4194304 4196468 140724416476496 140619176581072 140619874736027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30372] ppid=30358 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30361/task/30372/stat : 30372 (java) S 30358 30361 25105 0 -1 1077944384 661 0 0 0 2 0 0 0 20 0 15 0 40006537 10914828288 10288 33554432000 4194304 4196468 140724416476496 140619108313840 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30373] ppid=30358 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30361/task/30373/stat : 30373 (java) S 30358 30361 25105 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 15 0 40006537 10914828288 10288 33554432000 4194304 4196468 140724416476496 140619107261296 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30374] ppid=30358 vsize=10659012 memory=140152963712640 CPUtime=0.07 cores=0,2,4,6
/proc/30361/task/30374/stat : 30374 (java) R 30358 30361 25105 0 -1 4202560 802 0 0 0 7 0 0 0 20 0 15 0 40006537 10914828288 10288 33554432000 4194304 4196468 140724416476496 140619106208240 140619853702173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30375] ppid=30358 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30375/stat : 30375 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40006537 10914828288 10288 33554432000 4194304 4196468 140724416476496 140619105155936 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30376] ppid=30358 vsize=10659012 memory=140152963712640 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30376/stat : 30376 (java) S 30358 30361 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40006538 10914828288 10288 33554432000 4194304 4196468 140724416476496 140619104102960 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41152 KiB

[startup+0.31032 s]*
/proc/loadavg: 0.90 0.82 0.98 3/194 30376
/proc/meminfo: memFree=18584820/32770624 swapFree=67108860/67108860
[pid=30361] ppid=30358 vsize=10659088 memory=46780 CPUtime=0.53 cores=0,2,4,6
/proc/30361/stat : 30361 (java) S 30358 30361 25105 0 -1 1077944320 8783 0 0 0 50 3 0 0 20 0 15 0 40006532 10914906112 11695 33554432000 4194304 4196468 140724416476496 140724416459040 140619874717431 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
/proc/30361/statm: 2664772 11695 3061 1 0 2627263 0
[pid=30361/tid=30363] ppid=30358 vsize=10659088 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/30361/task/30363/stat : 30363 (java) R 30358 30361 25105 0 -1 4202560 5186 0 0 0 28 2 0 0 20 0 15 0 40006532 10914906112 11695 33554432000 4194304 4196468 140724416476496 140619878954768 140619860086228 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30364] ppid=30358 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30364/stat : 30364 (java) S 30358 30361 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40006533 10914906112 11695 33554432000 4194304 4196468 140724416476496 140619481975824 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30365] ppid=30358 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30365/stat : 30365 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40006533 10914906112 11695 33554432000 4194304 4196468 140724416476496 140619480923280 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30366] ppid=30358 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30366/stat : 30366 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40006533 10914906112 11695 33554432000 4194304 4196468 140724416476496 140619479870224 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30367] ppid=30358 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30367/stat : 30367 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40006533 10914906112 11695 33554432000 4194304 4196468 140724416476496 140619478817680 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30368] ppid=30358 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30368/stat : 30368 (java) S 30358 30361 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40006534 10914906112 11695 33554432000 4194304 4196468 140724416476496 140619179739376 140619874728578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30369] ppid=30358 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30369/stat : 30369 (java) S 30358 30361 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40006535 10914906112 11761 33554432000 4194304 4196468 140724416476496 140619178685600 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30370] ppid=30358 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30370/stat : 30370 (java) S 30358 30361 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40006535 10914906112 11761 33554432000 4194304 4196468 140724416476496 140619177632496 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30371] ppid=30358 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30371/stat : 30371 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40006537 10914906112 11761 33554432000 4194304 4196468 140724416476496 140619176581072 140619874736027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30372] ppid=30358 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/30361/task/30372/stat : 30372 (java) R 30358 30361 25105 0 -1 1077944384 800 0 0 0 4 0 0 0 20 0 15 0 40006537 10914906112 11761 33554432000 4194304 4196468 140724416476496 140619108313840 140619874728578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30373] ppid=30358 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/30361/task/30373/stat : 30373 (java) R 30358 30361 25105 0 -1 4202560 469 0 0 0 4 0 0 0 20 0 15 0 40006537 10914906112 11761 33554432000 4194304 4196468 140724416476496 140619107242312 140619855417728 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30374] ppid=30358 vsize=10659088 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/30361/task/30374/stat : 30374 (java) R 30358 30361 25105 0 -1 4202560 970 0 0 0 12 0 0 0 20 0 15 0 40006537 10914906112 11761 33554432000 4194304 4196468 140724416476496 140619106208240 140619858797918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30375] ppid=30358 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30375/stat : 30375 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40006537 10914906112 11761 33554432000 4194304 4196468 140724416476496 140619105155936 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30376] ppid=30358 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30376/stat : 30376 (java) S 30358 30361 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40006538 10914906112 11761 33554432000 4194304 4196468 140724416476496 140619104102960 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46780 KiB

[startup+0.700756 s]
/proc/loadavg: 0.90 0.82 0.98 4/194 30376
/proc/meminfo: memFree=18547468/32770624 swapFree=67108860/67108860
[pid=30361] ppid=30358 vsize=10725652 memory=96688 CPUtime=1.82 cores=0,2,4,6
/proc/30361/stat : 30361 (java) S 30358 30361 25105 0 -1 1077944320 11674 0 0 0 177 5 0 0 20 0 16 0 40006532 10983067648 24172 33554432000 4194304 4196468 140724416476496 140724416459040 140619874717431 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
/proc/30361/statm: 2681413 24172 3107 1 0 2643904 0
[pid=30361/tid=30363] ppid=30358 vsize=10725652 memory=2244 CPUtime=0.67 cores=0,2,4,6
/proc/30361/task/30363/stat : 30363 (java) R 30358 30361 25105 0 -1 4202560 5505 0 0 0 64 3 0 0 20 0 16 0 40006532 10983067648 24172 33554432000 4194304 4196468 140724416476496 140619878954296 140619516381709 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30364] ppid=30358 vsize=10725652 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30364/stat : 30364 (java) S 30358 30361 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40006533 10983067648 24172 33554432000 4194304 4196468 140724416476496 140619481975824 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30365] ppid=30358 vsize=10725652 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30365/stat : 30365 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 40006533 10983067648 24172 33554432000 4194304 4196468 140724416476496 140619480923280 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30366] ppid=30358 vsize=10725652 memory=5408 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30366/stat : 30366 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40006533 10983067648 24172 33554432000 4194304 4196468 140724416476496 140619479870224 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30367] ppid=30358 vsize=10725652 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30367/stat : 30367 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 40006533 10983067648 24172 33554432000 4194304 4196468 140724416476496 140619478817680 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30368] ppid=30358 vsize=10725652 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30368/stat : 30368 (java) S 30358 30361 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 40006534 10983067648 24172 33554432000 4194304 4196468 140724416476496 140619179739376 140619874728578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30369] ppid=30358 vsize=10725652 memory=-1088251628401078322 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30369/stat : 30369 (java) S 30358 30361 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 40006535 10983067648 24172 33554432000 4194304 4196468 140724416476496 140619178685600 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30370] ppid=30358 vsize=10725652 memory=-6942683136438461800 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30370/stat : 30370 (java) S 30358 30361 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 40006535 10983067648 24172 33554432000 4194304 4196468 140724416476496 140619177632496 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30371] ppid=30358 vsize=10725652 memory=-5628408999910123566 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30371/stat : 30371 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40006537 10983067648 24172 33554432000 4194304 4196468 140724416476496 140619176581072 140619874736027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30372] ppid=30358 vsize=10725652 memory=6944656592455359580 CPUtime=0.4 cores=0,2,4,6
/proc/30361/task/30372/stat : 30372 (java) R 30358 30361 25105 0 -1 4202560 1641 0 0 0 40 0 0 0 20 0 16 0 40006537 10983067648 24172 33554432000 4194304 4196468 140724416476496 140619108303952 140619856240346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30373] ppid=30358 vsize=10725652 memory=6944656592387989600 CPUtime=0.39 cores=0,2,4,6
/proc/30361/task/30373/stat : 30373 (java) R 30358 30361 25105 0 -1 4202560 1390 0 0 0 39 0 0 0 20 0 16 0 40006537 10983067648 24172 33554432000 4194304 4196468 140724416476496 140619107252624 140619860731745 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30374] ppid=30358 vsize=10725652 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/30361/task/30374/stat : 30374 (java) S 30358 30361 25105 0 -1 1077944384 1743 0 0 0 33 1 0 0 20 0 16 0 40006537 10983067648 24172 33554432000 4194304 4196468 140724416476496 140619106208240 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30375] ppid=30358 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30375/stat : 30375 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40006537 10983067648 24172 33554432000 4194304 4196468 140724416476496 140619105155936 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30376] ppid=30358 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30376/stat : 30376 (java) S 30358 30361 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40006538 10983067648 24172 33554432000 4194304 4196468 140724416476496 140619104102960 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 96688 KiB

[startup+1.50076 s]
/proc/loadavg: 0.90 0.82 0.98 3/195 30377
/proc/meminfo: memFree=18532188/32770624 swapFree=67108860/67108860
[pid=30361] ppid=30358 vsize=10725652 memory=103368 CPUtime=3 cores=0,2,4,6
/proc/30361/stat : 30361 (java) S 30358 30361 25105 0 -1 1077944320 13672 0 0 0 295 5 0 0 20 0 16 0 40006532 10983067648 25842 33554432000 4194304 4196468 140724416476496 140724416459040 140619874717431 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
/proc/30361/statm: 2681413 25842 3119 1 0 2643904 0
[pid=30361/tid=30363] ppid=30358 vsize=10725652 memory=7649399371413532723 CPUtime=1.47 cores=0,2,4,6
/proc/30361/task/30363/stat : 30363 (java) R 30358 30361 25105 0 -1 4202560 5783 0 0 0 144 3 0 0 20 0 16 0 40006532 10983067648 25842 33554432000 4194304 4196468 140724416476496 140619878954088 140619516356371 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30364] ppid=30358 vsize=10725652 memory=551 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30364/stat : 30364 (java) S 30358 30361 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40006533 10983067648 25842 33554432000 4194304 4196468 140724416476496 140619481975824 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30365] ppid=30358 vsize=10725652 memory=280305672173376 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30365/stat : 30365 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 40006533 10983067648 25842 33554432000 4194304 4196468 140724416476496 140619480923280 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30366] ppid=30358 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30366/stat : 30366 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40006533 10983067648 25842 33554432000 4194304 4196468 140724416476496 140619479870224 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30367] ppid=30358 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30367/stat : 30367 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 40006533 10983067648 25842 33554432000 4194304 4196468 140724416476496 140619478817680 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30368] ppid=30358 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30368/stat : 30368 (java) S 30358 30361 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 40006534 10983067648 25842 33554432000 4194304 4196468 140724416476496 140619179739376 140619874728578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30369] ppid=30358 vsize=10725652 memory=9233 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30369/stat : 30369 (java) S 30358 30361 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 40006535 10983067648 25842 33554432000 4194304 4196468 140724416476496 140619178685600 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30370] ppid=30358 vsize=10725652 memory=-1624781813439352349 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30370/stat : 30370 (java) S 30358 30361 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 40006535 10983067648 25842 33554432000 4194304 4196468 140724416476496 140619177632496 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30371] ppid=30358 vsize=10725652 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30371/stat : 30371 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40006537 10983067648 25842 33554432000 4194304 4196468 140724416476496 140619176581072 140619874736027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30372] ppid=30358 vsize=10725652 memory=6944652177228980320 CPUtime=0.63 cores=0,2,4,6
/proc/30361/task/30372/stat : 30372 (java) S 30358 30361 25105 0 -1 1077944384 2663 0 0 0 63 0 0 0 20 0 16 0 40006537 10983067648 25842 33554432000 4194304 4196468 140724416476496 140619108313840 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30373] ppid=30358 vsize=10725652 memory=6791534058613427641 CPUtime=0.53 cores=0,2,4,6
/proc/30361/task/30373/stat : 30373 (java) S 30358 30361 25105 0 -1 1077944384 2049 0 0 0 53 0 0 0 20 0 16 0 40006537 10983067648 25842 33554432000 4194304 4196468 140724416476496 140619107261296 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30374] ppid=30358 vsize=10725652 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/30361/task/30374/stat : 30374 (java) S 30358 30361 25105 0 -1 1077944384 1774 0 0 0 34 1 0 0 20 0 16 0 40006537 10983067648 25842 33554432000 4194304 4196468 140724416476496 140619106208240 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30375] ppid=30358 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30375/stat : 30375 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40006537 10983067648 25842 33554432000 4194304 4196468 140724416476496 140619105155936 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30376] ppid=30358 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30376/stat : 30376 (java) S 30358 30361 25105 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 40006538 10983067648 25842 33554432000 4194304 4196468 140724416476496 140619104102960 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30377] ppid=30358 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30377/stat : 30377 (java) S 30358 30361 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 40006591 10983067648 25842 33554432000 4194304 4196468 140724416476496 140619103048752 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 103368 KiB

[startup+3.10985 s]
/proc/loadavg: 0.90 0.82 0.98 2/195 30377
/proc/meminfo: memFree=18521084/32770624 swapFree=67108860/67108860
[pid=30361] ppid=30358 vsize=10725652 memory=109744 CPUtime=4.81 cores=0,2,4,6
/proc/30361/stat : 30361 (java) S 30358 30361 25105 0 -1 1077944320 14781 0 0 0 475 6 0 0 20 0 16 0 40006532 10983067648 27436 33554432000 4194304 4196468 140724416476496 140724416459040 140619874717431 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
/proc/30361/statm: 2681413 27436 3119 1 0 2643904 0
[pid=30361/tid=30363] ppid=30358 vsize=10725652 memory=109744 CPUtime=3.07 cores=0,2,4,6
/proc/30361/task/30363/stat : 30363 (java) R 30358 30361 25105 0 -1 4202560 6072 0 0 0 304 3 0 0 20 0 16 0 40006532 10983067648 27436 33554432000 4194304 4196468 140724416476496 140619878953264 140619516422767 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30364] ppid=30358 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30364/stat : 30364 (java) S 30358 30361 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40006533 10983067648 27436 33554432000 4194304 4196468 140724416476496 140619481975824 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30365] ppid=30358 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30365/stat : 30365 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 40006533 10983067648 27436 33554432000 4194304 4196468 140724416476496 140619480923280 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30366] ppid=30358 vsize=10725652 memory=57695307 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30366/stat : 30366 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40006533 10983067648 27436 33554432000 4194304 4196468 140724416476496 140619479870224 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30367] ppid=30358 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30367/stat : 30367 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 40006533 10983067648 27436 33554432000 4194304 4196468 140724416476496 140619478817680 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30368] ppid=30358 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30368/stat : 30368 (java) S 30358 30361 25105 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 40006534 10983067648 27436 33554432000 4194304 4196468 140724416476496 140619179739376 140619874728578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30369] ppid=30358 vsize=10725652 memory=140152836111752 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30369/stat : 30369 (java) S 30358 30361 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 40006535 10983067648 27436 33554432000 4194304 4196468 140724416476496 140619178685600 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30370] ppid=30358 vsize=10725652 memory=7307208491581002091 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30370/stat : 30370 (java) S 30358 30361 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 40006535 10983067648 27436 33554432000 4194304 4196468 140724416476496 140619177632496 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30371] ppid=30358 vsize=10725652 memory=7380385388137112419 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30371/stat : 30371 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40006537 10983067648 27436 33554432000 4194304 4196468 140724416476496 140619176581072 140619874736027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30372] ppid=30358 vsize=10725652 memory=7230638415923866199 CPUtime=0.69 cores=0,2,4,6
/proc/30361/task/30372/stat : 30372 (java) S 30358 30361 25105 0 -1 1077944384 2787 0 0 0 69 0 0 0 20 0 16 0 40006537 10983067648 27436 33554432000 4194304 4196468 140724416476496 140619108313840 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30373] ppid=30358 vsize=10725652 memory=7 CPUtime=0.65 cores=0,2,4,6
/proc/30361/task/30373/stat : 30373 (java) S 30358 30361 25105 0 -1 1077944384 2605 0 0 0 65 0 0 0 20 0 16 0 40006537 10983067648 27436 33554432000 4194304 4196468 140724416476496 140619107261296 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30374] ppid=30358 vsize=10725652 memory=103428 CPUtime=0.36 cores=0,2,4,6
/proc/30361/task/30374/stat : 30374 (java) S 30358 30361 25105 0 -1 1077944384 1859 0 0 0 35 1 0 0 20 0 16 0 40006537 10983067648 27436 33554432000 4194304 4196468 140724416476496 140619106208240 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30375] ppid=30358 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30375/stat : 30375 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40006537 10983067648 27436 33554432000 4194304 4196468 140724416476496 140619105155936 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30376] ppid=30358 vsize=10725652 memory=280305672418592 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30376/stat : 30376 (java) S 30358 30361 25105 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 40006538 10983067648 27436 33554432000 4194304 4196468 140724416476496 140619104102960 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30377] ppid=30358 vsize=10725652 memory=140152836206944 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30377/stat : 30377 (java) S 30358 30361 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 40006591 10983067648 27436 33554432000 4194304 4196468 140724416476496 140619103048752 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
Current children cumulated CPU time: 4.81 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 109744 KiB

[startup+6.30079 s]
/proc/loadavg: 0.99 0.84 0.98 2/195 30377
/proc/meminfo: memFree=18507888/32770624 swapFree=67108860/67108860
[pid=30361] ppid=30358 vsize=10858780 memory=126912 CPUtime=8.36 cores=0,2,4,6
/proc/30361/stat : 30361 (java) S 30358 30361 25105 0 -1 1077944320 19003 0 0 0 830 6 0 0 20 0 16 0 40006532 11119390720 31728 33554432000 4194304 4196468 140724416476496 140724416459040 140619874717431 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
/proc/30361/statm: 2714695 31728 3127 1 0 2677186 0
[pid=30361/tid=30363] ppid=30358 vsize=10858780 memory=1428 CPUtime=6.21 cores=0,2,4,6
/proc/30361/task/30363/stat : 30363 (java) S 30358 30361 25105 0 -1 1077944384 6709 0 0 0 618 3 0 0 20 0 16 0 40006532 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619878958112 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30364] ppid=30358 vsize=10858780 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30364/stat : 30364 (java) S 30358 30361 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40006533 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619481975824 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30365] ppid=30358 vsize=10858780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30365/stat : 30365 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 40006533 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619480923280 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30366] ppid=30358 vsize=10858780 memory=280305672437008 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30366/stat : 30366 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40006533 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619479870224 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30367] ppid=30358 vsize=10858780 memory=56 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30367/stat : 30367 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 40006533 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619478817680 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30368] ppid=30358 vsize=10858780 memory=280305672134692 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30368/stat : 30368 (java) S 30358 30361 25105 0 -1 1077944384 595 0 0 0 0 0 0 0 20 0 16 0 40006534 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619179739376 140619874728578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30369] ppid=30358 vsize=10858780 memory=31 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30369/stat : 30369 (java) S 30358 30361 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 40006535 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619178685600 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30370] ppid=30358 vsize=10858780 memory=140152836087506 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30370/stat : 30370 (java) S 30358 30361 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 40006535 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619177632496 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30371] ppid=30358 vsize=10858780 memory=280305672128736 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30371/stat : 30371 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40006537 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619176581072 140619874736027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30372] ppid=30358 vsize=10858780 memory=0 CPUtime=0.84 cores=0,2,4,6
/proc/30361/task/30372/stat : 30372 (java) S 30358 30361 25105 0 -1 1077944384 3401 0 0 0 84 0 0 0 20 0 16 0 40006537 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619108313840 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30373] ppid=30358 vsize=10858780 memory=14754 CPUtime=0.89 cores=0,2,4,6
/proc/30361/task/30373/stat : 30373 (java) S 30358 30361 25105 0 -1 1077944384 3890 0 0 0 89 0 0 0 20 0 16 0 40006537 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619107261296 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30374] ppid=30358 vsize=10858780 memory=4580 CPUtime=0.37 cores=0,2,4,6
/proc/30361/task/30374/stat : 30374 (java) S 30358 30361 25105 0 -1 1077944384 2473 0 0 0 36 1 0 0 20 0 16 0 40006537 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619106208240 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30375] ppid=30358 vsize=10858780 memory=25599 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30375/stat : 30375 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40006537 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619105155936 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30376] ppid=30358 vsize=10858780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30376/stat : 30376 (java) S 30358 30361 25105 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 16 0 40006538 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619104102960 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
Current children cumulated CPU time: 8.36 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 126912 KiB

[startup+6.46325 s]
# the end of solver process 30361 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.32037 s, system=0.072403 s

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

[startup+6.40089 s]
/proc/loadavg: 0.99 0.84 0.98 2/195 30377
/proc/meminfo: memFree=18507888/32770624 swapFree=67108860/67108860
[pid=30361] ppid=30358 vsize=10858780 memory=126912 CPUtime=8.36 cores=0,2,4,6
/proc/30361/stat : 30361 (java) S 30358 30361 25105 0 -1 1077944320 19003 0 0 0 830 6 0 0 20 0 16 0 40006532 11119390720 31728 33554432000 4194304 4196468 140724416476496 140724416459040 140619874717431 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
/proc/30361/statm: 2714695 31728 3127 1 0 2677186 0
[pid=30361/tid=30363] ppid=30358 vsize=10858780 memory=0 CPUtime=6.21 cores=0,2,4,6
/proc/30361/task/30363/stat : 30363 (java) S 30358 30361 25105 0 -1 1077944384 6709 0 0 0 618 3 0 0 20 0 16 0 40006532 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619878958112 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30364] ppid=30358 vsize=10858780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30364/stat : 30364 (java) S 30358 30361 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40006533 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619481975824 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30365] ppid=30358 vsize=10858780 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30365/stat : 30365 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 40006533 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619480923280 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30366] ppid=30358 vsize=10858780 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30366/stat : 30366 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40006533 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619479870224 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30367] ppid=30358 vsize=10858780 memory=122756 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30367/stat : 30367 (java) S 30358 30361 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 40006533 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619478817680 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30368] ppid=30358 vsize=10858780 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30368/stat : 30368 (java) S 30358 30361 25105 0 -1 1077944384 595 0 0 0 0 0 0 0 20 0 16 0 40006534 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619179739376 140619874728578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30369] ppid=30358 vsize=10858780 memory=120708 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30369/stat : 30369 (java) S 30358 30361 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 40006535 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619178685600 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30370] ppid=30358 vsize=10858780 memory=43789138547 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30370/stat : 30370 (java) S 30358 30361 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 40006535 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619177632496 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30371] ppid=30358 vsize=10858780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30371/stat : 30371 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40006537 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619176581072 140619874736027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30372] ppid=30358 vsize=10858780 memory=0 CPUtime=0.84 cores=0,2,4,6
/proc/30361/task/30372/stat : 30372 (java) S 30358 30361 25105 0 -1 1077944384 3401 0 0 0 84 0 0 0 20 0 16 0 40006537 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619108313840 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30373] ppid=30358 vsize=10858780 memory=3472468449063651276 CPUtime=0.89 cores=0,2,4,6
/proc/30361/task/30373/stat : 30373 (java) S 30358 30361 25105 0 -1 1077944384 3890 0 0 0 89 0 0 0 20 0 16 0 40006537 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619107261296 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30374] ppid=30358 vsize=10858780 memory=7681407940103534239 CPUtime=0.37 cores=0,2,4,6
/proc/30361/task/30374/stat : 30374 (java) S 30358 30361 25105 0 -1 1077944384 2473 0 0 0 36 1 0 0 20 0 16 0 40006537 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619106208240 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30375] ppid=30358 vsize=10858780 memory=-7965959130280075168 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30375/stat : 30375 (java) S 30358 30361 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40006537 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619105155936 140619874727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
[pid=30361/tid=30376] ppid=30358 vsize=10858780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30361/task/30376/stat : 30376 (java) S 30358 30361 25105 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 16 0 40006538 11119390720 31728 33554432000 4194304 4196468 140724416476496 140619104102960 140619874728578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32247808 140724416484465 140724416484617 140724416484617 140724416487375 0
Current children cumulated CPU time: 8.36 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 126912 KiB

Child status: 0
Real time (s): 6.46331
CPU time (s): 8.39277
CPU user time (s): 8.32037
CPU system time (s): 0.072403
CPU usage (%): 129.853
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 126912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.32037
system time used= 0.072403
maximum resident set size= 129444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19610
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1675
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 30361
#   total CPU time (s): 8.39277
#   total CPU user time (s): 8.32037
#   total CPU system time (s): 0.072403

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.065962 second user time and 0.096491 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 03:53:54
IDJOB=4290170
IDBENCH=141582
IDSOLVER=2742
FILE ID=node139/4290170-1532224434
RUNJOBID= node139-1532209881-27634
PBS_JOBID= 21018928
Free space on /tmp= 45928 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Frb/frb-35-17-1_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290170-1532224434/watcher-4290170-1532224434 -o /tmp/evaluation-result-4290170-1532224434/solver-4290170-1532224434 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27634 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290170-1532224434.xml

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

MD5SUM BENCH= 938558367576662423373d61b63119a7
RANDOM SEED=1605554709

node139.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.80
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.80
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.80
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.80
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:        18617564 kB
MemAvailable:   31945652 kB
Buffers:          136320 kB
Cached:         13246616 kB
SwapCached:            0 kB
Active:          1070936 kB
Inactive:       12363328 kB
Active(anon):       6548 kB
Inactive(anon):    64120 kB
Active(file):    1064388 kB
Inactive(file): 12299208 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2400 kB
Writeback:             0 kB
AnonPages:         58104 kB
Mapped:            34860 kB
Shmem:             17036 kB
Slab:             419576 kB
SReclaimable:     392952 kB
SUnreclaim:        26624 kB
KernelStack:        3248 kB
PageTables:         4456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     316912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45924 MiB
End job on node139 at 2018-07-22 03:54:00