Trace number 4258165

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 2017-07-05? (TO) 252.07201 189.444

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-nug30.xml
MD5SUM7992d423b18f632a54772c1bcf249848
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3175
Best CPU time to get the best result obtained on this benchmark251.867
Satisfiable
(Un)Satisfiability was proved
Number of variables930
Number of constraints436
Number of domains2
Minimum domain size8
Maximum domain size30
Distribution of domain sizes[{"size":8,"count":435},{"size":30,"count":30}]
Minimum variable degree0
Maximum variable degree30
Distribution of variable degrees[{"degree":0,"count":465},{"degree":2,"count":435},{"degree":30,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":435},{"arity":30,"count":1}]
Number of extensional constraints435
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":435},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

108.87/48.17	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
108.87/48.17	c This is free software under the dual EPL/GNU LGPL licenses.
108.87/48.17	c See www.sat4j.org for details.
108.87/48.17	c That software uses the Rhino library from the Mozilla project.
108.87/48.17	c version CUSTOM.v20170705
108.87/48.17	c java.runtime.name	Java(TM) SE Runtime Environment
108.87/48.17	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
108.87/48.17	c java.vm.version	25.131-b11
108.87/48.17	c java.vm.vendor	Oracle Corporation
108.87/48.17	c sun.arch.data.model	64
108.87/48.17	c java.version		1.8.0_131
108.87/48.17	c os.name		Linux
108.87/48.17	c os.version		3.10.0-514.16.1.el7.x86_64
108.87/48.17	c os.arch		amd64
108.87/48.17	c Free memory 		499604488
108.87/48.17	c Max memory 		7247757312
108.87/48.17	c Total memory 		504889344
108.87/48.17	c Number of processors 	4
108.87/48.17	c c --- Begin Solver configuration ---
108.87/48.17	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
108.87/48.17	c Learn all clauses as in MiniSAT
108.87/48.17	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
108.87/48.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
108.87/48.17	c No reason simplification
108.87/48.17	c Glucose 2.1 dynamic restart strategy
108.87/48.17	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
108.87/48.17	c timeout=2147483s
108.87/48.17	c DB Simplification allowed=false
108.87/48.17	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
108.87/48.17	c --- End Solver configuration ---
108.87/48.17	c constraints type 
108.87/48.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 930
108.87/48.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 25747650
108.87/48.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4539660
108.87/48.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 870
108.87/48.17	c 30289110 constraints processed.
252.02/189.40	c starts		: 148
252.02/189.40	c conflicts		: 38673
252.02/189.40	c decisions		: 8028663
252.02/189.40	c propagations		: 514525439
252.02/189.40	c inspects		: 577978669
252.02/189.40	c shortcuts		: 0
252.02/189.40	c learnt literals	: 0
252.02/189.40	c learnt binary clauses	: 371
252.02/189.40	c learnt ternary clauses	: 536
252.02/189.40	c learnt constraints	: 38673
252.02/189.40	c ignored constraints	: 0
252.02/189.40	c root simplifications	: 0
252.02/189.40	c removed literals (reason simplification)	: 0
252.02/189.40	c reason swapping (by a shorter reason)	: 0
252.02/189.40	c Calls to reduceDB	: 5
252.02/189.40	c Number of update (reduction) of LBD	: 21549
252.02/189.40	c Imported unit clauses	: 0
252.02/189.40	c number of reductions to clauses (during analyze)	: 0
252.02/189.40	c number of learned constraints concerned by reduction	: 0
252.02/189.40	c number of learning phase by resolution	: 0
252.02/189.40	c number of learning phase by cutting planes	: 0
252.02/189.40	c number of rounding to 1 operations	: 0
252.02/189.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.02/189.40	c number of reductions of the coefficients by power 2 	: 0
252.02/189.40	c number of right shift for reduction by power 2 	: 0
252.02/189.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.02/189.40	c speed (assignments/second)	: 3646943.9411981516
252.02/189.40	c non guided choices	2287493
252.02/189.41	c learnt constraints type 
252.02/189.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 371
252.02/189.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11355
252.02/189.41	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 (15208 MiB free)
  memory of node 1: 16384 MiB (9284 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258165-1502644066/watcher-4258165-1502644066 -o /tmp/evaluation-result-4258165-1502644066/solver-4258165-1502644066 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258165-1502644066.xml 

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

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

solver pid=7433, runsolver pid=7430

[startup+0.100122 s]*
/proc/loadavg: 3.54 3.65 3.11 3/197 7434
/proc/meminfo: memFree=25081124/32770624 swapFree=67108860/67108860
[pid=7433] ppid=7430 vsize=356952 memory=7604 CPUtime=0 cores=0,2,4,6
/proc/7433/stat : 7433 (java) S 7430 7433 17093 0 -1 1077944320 1737 0 0 0 0 0 0 0 20 0 2 0 66599880 365518848 1901 18446744073709551615 4194304 4196468 140721424112720 140721424095264 140671029702391 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
/proc/7433/statm: 89238 1901 1053 1 0 79208 0
[pid=7433/tid=7435] ppid=7430 vsize=356952 memory=4206751525541407381 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7435/stat : 7435 (java) S 7430 7433 17093 0 -1 1077944384 445 0 0 0 0 0 0 0 20 0 2 0 66599890 365518848 1901 18446744073709551615 4194304 4196468 140721424112720 140671033944480 140671029713538 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 356952 KiB
Current children cumulated memory: 7604 KiB

[startup+0.209845 s]*
/proc/loadavg: 3.54 3.65 3.11 3/211 7448
/proc/meminfo: memFree=25067404/32770624 swapFree=67108860/67108860
[pid=7433] ppid=7430 vsize=10551156 memory=27308 CPUtime=0.09 cores=0,2,4,6
/proc/7433/stat : 7433 (java) S 7430 7433 17093 0 -1 1077944320 5298 0 0 0 8 1 0 0 20 0 15 0 66599880 10804383744 6827 18446744073709551615 4194304 4196468 140721424112720 140721424095264 140671029702391 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
/proc/7433/statm: 2637789 6827 2765 1 0 2627261 0
[pid=7433/tid=7435] ppid=7430 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=0,2,4,6
/proc/7433/task/7435/stat : 7435 (java) R 7430 7433 17093 0 -1 4202560 3248 0 0 0 7 0 0 0 20 0 15 0 66599890 10804383744 6827 18446744073709551615 4194304 4196468 140721424112720 140671033940720 140671011942607 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7436] ppid=7430 vsize=10551156 memory=330 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7436/stat : 7436 (java) S 7430 7433 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66599891 10804383744 6827 18446744073709551615 4194304 4196468 140721424112720 140670986669072 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7437] ppid=7430 vsize=10551156 memory=139799429184126 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7437/stat : 7437 (java) S 7430 7433 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66599891 10804383744 6827 18446744073709551615 4194304 4196468 140721424112720 140670985616528 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7438] ppid=7430 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7438/stat : 7438 (java) S 7430 7433 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66599891 10804383744 6827 18446744073709551615 4194304 4196468 140721424112720 140670984563472 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7439] ppid=7430 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7439/stat : 7439 (java) S 7430 7433 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66599891 10804383744 6827 18446744073709551615 4194304 4196468 140721424112720 140670638152592 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7440] ppid=7430 vsize=10551156 memory=139799429166720 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7440/stat : 7440 (java) S 7430 7433 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66599892 10804383744 6827 18446744073709551615 4194304 4196468 140721424112720 140670593878256 140671029713538 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7441] ppid=7430 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7441/stat : 7441 (java) S 7430 7433 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66599893 10804383744 6827 18446744073709551615 4194304 4196468 140721424112720 140670592824480 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7442] ppid=7430 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7442/stat : 7442 (java) S 7430 7433 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66599893 10804383744 6827 18446744073709551615 4194304 4196468 140721424112720 140670591771376 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7443] ppid=7430 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7443/stat : 7443 (java) S 7430 7433 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66599895 10804383744 6827 18446744073709551615 4194304 4196468 140721424112720 140670590719952 140671029720987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7444] ppid=7430 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7444/stat : 7444 (java) S 7430 7433 17093 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 66599895 10804383744 6827 18446744073709551615 4194304 4196468 140721424112720 140670589668080 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7445] ppid=7430 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7445/stat : 7445 (java) S 7430 7433 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66599895 10804383744 6827 18446744073709551615 4194304 4196468 140721424112720 140670588615536 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7446] ppid=7430 vsize=10551156 memory=139799429166720 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7446/stat : 7446 (java) S 7430 7433 17093 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 15 0 66599895 10804383744 6827 18446744073709551615 4194304 4196468 140721424112720 140670587562480 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7447] ppid=7430 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7447/stat : 7447 (java) S 7430 7433 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66599896 10804383744 6827 18446744073709551615 4194304 4196468 140721424112720 140670586510176 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7448] ppid=7430 vsize=10551156 memory=139799429166720 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7448/stat : 7448 (java) S 7430 7433 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66599899 10804383744 6827 18446744073709551615 4194304 4196468 140721424112720 140670585457200 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27308 KiB

[startup+0.315552 s]*
/proc/loadavg: 3.54 3.65 3.11 3/211 7448
/proc/meminfo: memFree=25053320/32770624 swapFree=67108860/67108860
[pid=7433] ppid=7430 vsize=10551156 memory=37756 CPUtime=0.24 cores=0,2,4,6
/proc/7433/stat : 7433 (java) S 7430 7433 17093 0 -1 1077944320 8202 0 0 0 22 2 0 0 20 0 15 0 66599880 10804383744 9439 18446744073709551615 4194304 4196468 140721424112720 140721424095264 140671029702391 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
/proc/7433/statm: 2637789 9439 2864 1 0 2627261 0
[pid=7433/tid=7435] ppid=7430 vsize=10551156 memory=-7677926825137650786 CPUtime=0.18 cores=0,2,4,6
/proc/7433/task/7435/stat : 7435 (java) R 7430 7433 17093 0 -1 4202560 5892 0 0 0 16 2 0 0 20 0 15 0 66599890 10804383744 9439 18446744073709551615 4194304 4196468 140721424112720 140671033932320 140671013782878 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7436] ppid=7430 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7436/stat : 7436 (java) S 7430 7433 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66599891 10804383744 9439 18446744073709551615 4194304 4196468 140721424112720 140670986669072 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7437] ppid=7430 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7437/stat : 7437 (java) S 7430 7433 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66599891 10804383744 9439 18446744073709551615 4194304 4196468 140721424112720 140670985616528 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7438] ppid=7430 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7438/stat : 7438 (java) S 7430 7433 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66599891 10804383744 9439 18446744073709551615 4194304 4196468 140721424112720 140670984563472 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7439] ppid=7430 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7439/stat : 7439 (java) S 7430 7433 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66599891 10804383744 9439 18446744073709551615 4194304 4196468 140721424112720 140670638152592 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7440] ppid=7430 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7440/stat : 7440 (java) S 7430 7433 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66599892 10804383744 9439 18446744073709551615 4194304 4196468 140721424112720 140670593878256 140671029713538 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7441] ppid=7430 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7441/stat : 7441 (java) S 7430 7433 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66599893 10804383744 9439 18446744073709551615 4194304 4196468 140721424112720 140670592824480 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7442] ppid=7430 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7442/stat : 7442 (java) S 7430 7433 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66599893 10804383744 9439 18446744073709551615 4194304 4196468 140721424112720 140670591771376 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7443] ppid=7430 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7443/stat : 7443 (java) S 7430 7433 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66599895 10804383744 9439 18446744073709551615 4194304 4196468 140721424112720 140670590719952 140671029720987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7444] ppid=7430 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/7433/task/7444/stat : 7444 (java) S 7430 7433 17093 0 -1 1077944384 493 0 0 0 1 0 0 0 20 0 15 0 66599895 10804383744 9439 18446744073709551615 4194304 4196468 140721424112720 140670589668080 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7445] ppid=7430 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7445/stat : 7445 (java) S 7430 7433 17093 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 66599895 10804383744 9439 18446744073709551615 4194304 4196468 140721424112720 140670588615536 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7446] ppid=7430 vsize=10551156 memory=139799429166720 CPUtime=0.04 cores=0,2,4,6
/proc/7433/task/7446/stat : 7446 (java) S 7430 7433 17093 0 -1 1077944384 382 0 0 0 4 0 0 0 20 0 15 0 66599895 10804383744 9439 18446744073709551615 4194304 4196468 140721424112720 140670587562480 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7447] ppid=7430 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7447/stat : 7447 (java) S 7430 7433 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66599896 10804383744 9439 18446744073709551615 4194304 4196468 140721424112720 140670586510176 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7448] ppid=7430 vsize=10551156 memory=139799429166720 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7448/stat : 7448 (java) S 7430 7433 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66599899 10804383744 9439 18446744073709551615 4194304 4196468 140721424112720 140670585457200 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37756 KiB

[startup+0.701391 s]
/proc/loadavg: 3.54 3.65 3.11 5/211 7448
/proc/meminfo: memFree=25043952/32770624 swapFree=67108860/67108860
[pid=7433] ppid=7430 vsize=10551232 memory=92872 CPUtime=1.26 cores=0,2,4,6
/proc/7433/stat : 7433 (java) S 7430 7433 17093 0 -1 1077944320 12750 0 0 0 122 4 0 0 20 0 15 0 66599880 10804461568 23218 18446744073709551615 4194304 4196468 140721424112720 140721424095264 140671029702391 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
/proc/7433/statm: 2637808 23218 3060 1 0 2627261 0
[pid=7433/tid=7435] ppid=7430 vsize=10551232 memory=4 CPUtime=0.54 cores=0,2,4,6
/proc/7433/task/7435/stat : 7435 (java) R 7430 7433 17093 0 -1 4202560 7615 0 0 0 52 2 0 0 20 0 15 0 66599890 10804461568 23218 18446744073709551615 4194304 4196468 140721424112720 140671033914896 140670664824538 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7436] ppid=7430 vsize=10551232 memory=23 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7436/stat : 7436 (java) S 7430 7433 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66599891 10804461568 23218 18446744073709551615 4194304 4196468 140721424112720 140670986669072 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7437] ppid=7430 vsize=10551232 memory=430 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7437/stat : 7437 (java) S 7430 7433 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66599891 10804461568 23218 18446744073709551615 4194304 4196468 140721424112720 140670985616528 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7438] ppid=7430 vsize=10551232 memory=249 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7438/stat : 7438 (java) S 7430 7433 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66599891 10804461568 23218 18446744073709551615 4194304 4196468 140721424112720 140670984563472 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7439] ppid=7430 vsize=10551232 memory=2266 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7439/stat : 7439 (java) S 7430 7433 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66599891 10804461568 23218 18446744073709551615 4194304 4196468 140721424112720 140670638152592 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7440] ppid=7430 vsize=10551232 memory=301 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7440/stat : 7440 (java) S 7430 7433 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 66599892 10804461568 23218 18446744073709551615 4194304 4196468 140721424112720 140670593878256 140671029713538 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7441] ppid=7430 vsize=10551232 memory=855 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7441/stat : 7441 (java) S 7430 7433 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66599893 10804461568 23218 18446744073709551615 4194304 4196468 140721424112720 140670592824480 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7442] ppid=7430 vsize=10551232 memory=56 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7442/stat : 7442 (java) S 7430 7433 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66599893 10804461568 23218 18446744073709551615 4194304 4196468 140721424112720 140670591771376 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7443] ppid=7430 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7443/stat : 7443 (java) S 7430 7433 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66599895 10804461568 23218 18446744073709551615 4194304 4196468 140721424112720 140670590719952 140671029720987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7444] ppid=7430 vsize=10551232 memory=107 CPUtime=0.2 cores=0,2,4,6
/proc/7433/task/7444/stat : 7444 (java) R 7430 7433 17093 0 -1 4202560 1169 0 0 0 20 0 0 0 20 0 15 0 66599895 10804461568 23218 18446744073709551615 4194304 4196468 140721424112720 140670589668208 140671011246865 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7445] ppid=7430 vsize=10551232 memory=8944 CPUtime=0.19 cores=0,2,4,6
/proc/7433/task/7445/stat : 7445 (java) R 7430 7433 17093 0 -1 4202560 1011 0 0 0 19 0 0 0 20 0 15 0 66599895 10804461568 23218 18446744073709551615 4194304 4196468 140721424112720 140670588595816 140671014095091 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7446] ppid=7430 vsize=10551232 memory=15876 CPUtime=0.29 cores=0,2,4,6
/proc/7433/task/7446/stat : 7446 (java) S 7430 7433 17093 0 -1 1077944384 1587 0 0 0 29 0 0 0 20 0 15 0 66599895 10804461568 23218 18446744073709551615 4194304 4196468 140721424112720 140670587562480 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7447] ppid=7430 vsize=10551232 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7447/stat : 7447 (java) S 7430 7433 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66599896 10804461568 23218 18446744073709551615 4194304 4196468 140721424112720 140670586510176 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7448] ppid=7430 vsize=10551232 memory=21108 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7448/stat : 7448 (java) S 7430 7433 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66599899 10804461568 23218 18446744073709551615 4194304 4196468 140721424112720 140670585457200 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 92872 KiB

[startup+1.50075 s]
/proc/loadavg: 3.54 3.65 3.11 5/211 7448
/proc/meminfo: memFree=24878276/32770624 swapFree=67108860/67108860
[pid=7433] ppid=7430 vsize=10551232 memory=268340 CPUtime=3.76 cores=0,2,4,6
/proc/7433/stat : 7433 (java) S 7430 7433 17093 0 -1 1077944320 20427 0 0 0 364 12 0 0 20 0 15 0 66599880 10804461568 67085 18446744073709551615 4194304 4196468 140721424112720 140721424095264 140671029702391 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
/proc/7433/statm: 2637808 67085 3090 1 0 2627261 0
[pid=7433/tid=7435] ppid=7430 vsize=10551232 memory=0 CPUtime=1.25 cores=0,2,4,6
/proc/7433/task/7435/stat : 7435 (java) R 7430 7433 17093 0 -1 4202560 7661 0 0 0 121 4 0 0 20 0 15 0 66599890 10804461568 67085 18446744073709551615 4194304 4196468 140721424112720 140671033928088 140670667942085 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7436] ppid=7430 vsize=10551232 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/7433/task/7436/stat : 7436 (java) S 7430 7433 17093 0 -1 1077944384 36 0 0 0 4 1 0 0 20 0 15 0 66599891 10804461568 67085 18446744073709551615 4194304 4196468 140721424112720 140670986669072 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7437] ppid=7430 vsize=10551232 memory=8243931477049354451 CPUtime=0.03 cores=0,2,4,6
/proc/7433/task/7437/stat : 7437 (java) S 7430 7433 17093 0 -1 1077944384 143 0 0 0 3 0 0 0 20 0 15 0 66599891 10804461568 67085 18446744073709551615 4194304 4196468 140721424112720 140670985616528 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7438] ppid=7430 vsize=10551232 memory=18116 CPUtime=0.05 cores=0,2,4,6
/proc/7433/task/7438/stat : 7438 (java) S 7430 7433 17093 0 -1 1077944384 30 0 0 0 4 1 0 0 20 0 15 0 66599891 10804461568 67085 18446744073709551615 4194304 4196468 140721424112720 140670984563472 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7439] ppid=7430 vsize=10551232 memory=6720696446780543624 CPUtime=0.06 cores=0,2,4,6
/proc/7433/task/7439/stat : 7439 (java) S 7430 7433 17093 0 -1 1077944384 163 0 0 0 5 1 0 0 20 0 15 0 66599891 10804461568 67085 18446744073709551615 4194304 4196468 140721424112720 140670638152592 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7440] ppid=7430 vsize=10551232 memory=8978309881829228901 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7440/stat : 7440 (java) S 7430 7433 17093 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 66599892 10804461568 67085 18446744073709551615 4194304 4196468 140721424112720 140670593878256 140671029713538 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7441] ppid=7430 vsize=10551232 memory=-7668952461542777775 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7441/stat : 7441 (java) S 7430 7433 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66599893 10804461568 67085 18446744073709551615 4194304 4196468 140721424112720 140670592824480 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7442] ppid=7430 vsize=10551232 memory=6153721846704598113 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7442/stat : 7442 (java) S 7430 7433 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 66599893 10804461568 67085 18446744073709551615 4194304 4196468 140721424112720 140670591771376 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7443] ppid=7430 vsize=10551232 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7443/stat : 7443 (java) S 7430 7433 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66599895 10804461568 67085 18446744073709551615 4194304 4196468 140721424112720 140670590719952 140671029720987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7444] ppid=7430 vsize=10551232 memory=37540 CPUtime=0.99 cores=0,2,4,6
/proc/7433/task/7444/stat : 7444 (java) R 7430 7433 17093 0 -1 4202560 4885 0 0 0 98 1 0 0 20 0 15 0 66599895 10804461568 67085 18446744073709551615 4194304 4196468 140721424112720 140670589654136 140671006926544 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7445] ppid=7430 vsize=10551232 memory=1296 CPUtime=0.94 cores=0,2,4,6
/proc/7433/task/7445/stat : 7445 (java) R 7430 7433 17093 0 -1 4202560 3889 0 0 0 93 1 0 0 20 0 15 0 66599895 10804461568 67085 18446744073709551615 4194304 4196468 140721424112720 140670588603120 140671014813619 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7446] ppid=7430 vsize=10551232 memory=33 CPUtime=0.32 cores=0,2,4,6
/proc/7433/task/7446/stat : 7446 (java) S 7430 7433 17093 0 -1 1077944384 2177 0 0 0 32 0 0 0 20 0 15 0 66599895 10804461568 67085 18446744073709551615 4194304 4196468 140721424112720 140670587562480 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7447] ppid=7430 vsize=10551232 memory=7236229500900889451 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7447/stat : 7447 (java) S 7430 7433 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66599896 10804461568 67085 18446744073709551615 4194304 4196468 140721424112720 140670586510176 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7448] ppid=7430 vsize=10551232 memory=5787213852951536729 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7448/stat : 7448 (java) S 7430 7433 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66599899 10804461568 67085 18446744073709551615 4194304 4196468 140721424112720 140670585457200 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
Current children cumulated CPU time: 3.76 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 268340 KiB

[startup+3.1114 s]
/proc/loadavg: 3.54 3.65 3.11 6/211 7449
/proc/meminfo: memFree=24281332/32770624 swapFree=67108860/67108860
[pid=7433] ppid=7430 vsize=10551232 memory=855556 CPUtime=6.47 cores=0,2,4,6
/proc/7433/stat : 7433 (java) S 7430 7433 17093 0 -1 1077944320 22456 0 0 0 603 44 0 0 20 0 15 0 66599880 10804461568 213889 18446744073709551615 4194304 4196468 140721424112720 140721424095264 140671029702391 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
/proc/7433/statm: 2637808 213889 3112 1 0 2627261 0

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

/proc/7433/task/7438/stat : 7438 (java) S 7430 7433 17093 0 -1 1077944384 14517 0 0 0 1862 75 0 0 20 0 16 0 66599891 10872623104 1391055 18446744073709551615 4194304 4196468 140721424112720 140670984563472 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7439] ppid=7430 vsize=10617796 memory=5564080 CPUtime=19.49 cores=0,2,4,6
/proc/7433/task/7439/stat : 7439 (java) S 7430 7433 17093 0 -1 1077944384 19767 0 0 0 1864 85 0 0 20 0 16 0 66599891 10872623104 1391055 18446744073709551615 4194304 4196468 140721424112720 140670638152592 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7440] ppid=7430 vsize=10617796 memory=5564080 CPUtime=8.4 cores=0,2,4,6
/proc/7433/task/7440/stat : 7440 (java) S 7430 7433 17093 0 -1 1077944384 18305 0 0 0 839 1 0 0 20 0 16 0 66599892 10872623104 1391055 18446744073709551615 4194304 4196468 140721424112720 140670593878256 140671029713538 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7441] ppid=7430 vsize=10617796 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7441/stat : 7441 (java) S 7430 7433 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 66599893 10872623104 1391055 18446744073709551615 4194304 4196468 140721424112720 140670592824480 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7442] ppid=7430 vsize=10617796 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7442/stat : 7442 (java) S 7430 7433 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66599893 10872623104 1391055 18446744073709551615 4194304 4196468 140721424112720 140670591771376 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7443] ppid=7430 vsize=10617796 memory=37540 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7443/stat : 7443 (java) S 7430 7433 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66599895 10872623104 1391055 18446744073709551615 4194304 4196468 140721424112720 140670590719952 140671029720987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7444] ppid=7430 vsize=10617796 memory=0 CPUtime=2.05 cores=0,2,4,6
/proc/7433/task/7444/stat : 7444 (java) S 7430 7433 17093 0 -1 1077944384 8634 0 0 0 204 1 0 0 20 0 16 0 66599895 10872623104 1391055 18446744073709551615 4194304 4196468 140721424112720 140670589668080 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7445] ppid=7430 vsize=10617796 memory=9766 CPUtime=2.15 cores=0,2,4,6
/proc/7433/task/7445/stat : 7445 (java) S 7430 7433 17093 0 -1 1077944384 6633 0 0 0 214 1 0 0 20 0 16 0 66599895 10872623104 1391055 18446744073709551615 4194304 4196468 140721424112720 140670588615536 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7446] ppid=7430 vsize=10617796 memory=171771043108044 CPUtime=0.49 cores=0,2,4,6
/proc/7433/task/7446/stat : 7446 (java) S 7430 7433 17093 0 -1 1077944384 5083 0 0 0 48 1 0 0 20 0 16 0 66599895 10872623104 1391055 18446744073709551615 4194304 4196468 140721424112720 140670587562480 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7447] ppid=7430 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7447/stat : 7447 (java) S 7430 7433 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66599896 10872623104 1391055 18446744073709551615 4194304 4196468 140721424112720 140670586510176 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7448] ppid=7430 vsize=10617796 memory=139799306679744 CPUtime=0.05 cores=0,2,4,6
/proc/7433/task/7448/stat : 7448 (java) S 7430 7433 17093 0 -1 1077944384 419 0 0 0 2 3 0 0 20 0 16 0 66599899 10872623104 1391055 18446744073709551615 4194304 4196468 140721424112720 140670585457200 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7528] ppid=7430 vsize=10617796 memory=6944656592455360569 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7528/stat : 7528 (java) S 7430 7433 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66604712 10872623104 1391055 18446744073709551615 4194304 4196468 140721424112720 140670584402992 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
Current children cumulated CPU time: 164.95 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5564220 KiB

[startup+162.301 s]
/proc/loadavg: 2.54 3.34 3.09 3/211 7534
/proc/meminfo: memFree=19147940/32770624 swapFree=67108860/67108860
[pid=7433] ppid=7430 vsize=10617796 memory=5564360 CPUtime=225.08 cores=0,2,4,6
/proc/7433/stat : 7433 (java) S 7430 7433 17093 0 -1 1077944320 134424 0 0 0 22165 343 0 0 20 0 16 0 66599880 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140721424095264 140671029702391 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
/proc/7433/statm: 2654449 1391090 3146 1 0 2643902 0
[pid=7433/tid=7435] ppid=7430 vsize=10617796 memory=5564360 CPUtime=133.96 cores=0,2,4,6
/proc/7433/task/7435/stat : 7435 (java) R 7430 7433 17093 0 -1 4202560 25180 0 0 0 13378 18 0 0 20 0 16 0 66599890 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140671033938528 140670670075673 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7436] ppid=7430 vsize=10617796 memory=5564360 CPUtime=19.48 cores=0,2,4,6
/proc/7433/task/7436/stat : 7436 (java) S 7430 7433 17093 0 -1 1077944384 18169 0 0 0 1877 71 0 0 20 0 16 0 66599891 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670986669072 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7437] ppid=7430 vsize=10617796 memory=5564360 CPUtime=19.41 cores=0,2,4,6
/proc/7433/task/7437/stat : 7437 (java) S 7430 7433 17093 0 -1 1077944384 15220 0 0 0 1860 81 0 0 20 0 16 0 66599891 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670985616528 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7438] ppid=7430 vsize=10617796 memory=5564360 CPUtime=19.37 cores=0,2,4,6
/proc/7433/task/7438/stat : 7438 (java) S 7430 7433 17093 0 -1 1077944384 14517 0 0 0 1862 75 0 0 20 0 16 0 66599891 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670984563472 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7439] ppid=7430 vsize=10617796 memory=5564360 CPUtime=19.49 cores=0,2,4,6
/proc/7433/task/7439/stat : 7439 (java) S 7430 7433 17093 0 -1 1077944384 19767 0 0 0 1864 85 0 0 20 0 16 0 66599891 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670638152592 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7440] ppid=7430 vsize=10617796 memory=5564360 CPUtime=8.4 cores=0,2,4,6
/proc/7433/task/7440/stat : 7440 (java) S 7430 7433 17093 0 -1 1077944384 18346 0 0 0 839 1 0 0 20 0 16 0 66599892 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670593878256 140671029713538 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7441] ppid=7430 vsize=10617796 memory=5564360 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7441/stat : 7441 (java) S 7430 7433 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 66599893 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670592824480 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7442] ppid=7430 vsize=10617796 memory=5564360 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7442/stat : 7442 (java) S 7430 7433 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66599893 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670591771376 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7443] ppid=7430 vsize=10617796 memory=5564360 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7443/stat : 7443 (java) S 7430 7433 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66599895 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670590719952 140671029720987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7444] ppid=7430 vsize=10617796 memory=4028 CPUtime=2.12 cores=0,2,4,6
/proc/7433/task/7444/stat : 7444 (java) S 7430 7433 17093 0 -1 1077944384 8934 0 0 0 211 1 0 0 20 0 16 0 66599895 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670589668080 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7445] ppid=7430 vsize=10617796 memory=37548 CPUtime=2.16 cores=0,2,4,6
/proc/7433/task/7445/stat : 7445 (java) S 7430 7433 17093 0 -1 1077944384 7088 0 0 0 215 1 0 0 20 0 16 0 66599895 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670588615536 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7446] ppid=7430 vsize=10617796 memory=5564360 CPUtime=0.49 cores=0,2,4,6
/proc/7433/task/7446/stat : 7446 (java) S 7430 7433 17093 0 -1 1077944384 5366 0 0 0 48 1 0 0 20 0 16 0 66599895 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670587562480 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7447] ppid=7430 vsize=10617796 memory=5564360 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7447/stat : 7447 (java) S 7430 7433 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66599896 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670586510176 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7448] ppid=7430 vsize=10617796 memory=5564360 CPUtime=0.08 cores=0,2,4,6
/proc/7433/task/7448/stat : 7448 (java) S 7430 7433 17093 0 -1 1077944384 457 0 0 0 4 4 0 0 20 0 16 0 66599899 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670585457200 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7528] ppid=7430 vsize=10617796 memory=5564360 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7528/stat : 7528 (java) S 7430 7433 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66604712 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670584402992 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
Current children cumulated CPU time: 225.08 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5564360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+189.201 s]
/proc/loadavg: 2.22 3.20 3.05 3/210 7613
/proc/meminfo: memFree=22755424/32770624 swapFree=67108860/67108860
[pid=7433] ppid=7430 vsize=10617796 memory=5564360 CPUtime=252.01 cores=0,2,4,6
/proc/7433/stat : 7433 (java) S 7430 7433 17093 0 -1 1077944320 136390 0 0 0 24856 345 0 0 20 0 16 0 66599880 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140721424095264 140671029702391 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
/proc/7433/statm: 2654449 1391090 3146 1 0 2643902 0
[pid=7433/tid=7435] ppid=7430 vsize=10617796 memory=10 CPUtime=160.85 cores=0,2,4,6
/proc/7433/task/7435/stat : 7435 (java) R 7430 7433 17093 0 -1 4202560 26946 0 0 0 16067 18 0 0 20 0 16 0 66599890 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140671033941000 140670670579447 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7436] ppid=7430 vsize=10617796 memory=0 CPUtime=19.48 cores=0,2,4,6
/proc/7433/task/7436/stat : 7436 (java) S 7430 7433 17093 0 -1 1077944384 18169 0 0 0 1877 71 0 0 20 0 16 0 66599891 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670986669072 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7437] ppid=7430 vsize=10617796 memory=7680170660397595203 CPUtime=19.41 cores=0,2,4,6
/proc/7433/task/7437/stat : 7437 (java) S 7430 7433 17093 0 -1 1077944384 15220 0 0 0 1860 81 0 0 20 0 16 0 66599891 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670985616528 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7438] ppid=7430 vsize=10617796 memory=16448 CPUtime=19.37 cores=0,2,4,6
/proc/7433/task/7438/stat : 7438 (java) S 7430 7433 17093 0 -1 1077944384 14517 0 0 0 1862 75 0 0 20 0 16 0 66599891 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670984563472 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7439] ppid=7430 vsize=10617796 memory=4068 CPUtime=19.49 cores=0,2,4,6
/proc/7433/task/7439/stat : 7439 (java) S 7430 7433 17093 0 -1 1077944384 19767 0 0 0 1864 85 0 0 20 0 16 0 66599891 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670638152592 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7440] ppid=7430 vsize=10617796 memory=2752 CPUtime=8.41 cores=0,2,4,6
/proc/7433/task/7440/stat : 7440 (java) S 7430 7433 17093 0 -1 1077944384 18354 0 0 0 839 2 0 0 20 0 16 0 66599892 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670593878256 140671029713538 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7441] ppid=7430 vsize=10617796 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7441/stat : 7441 (java) S 7430 7433 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 66599893 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670592824480 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7442] ppid=7430 vsize=10617796 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7442/stat : 7442 (java) S 7430 7433 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66599893 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670591771376 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7443] ppid=7430 vsize=10617796 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7443/stat : 7443 (java) S 7430 7433 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66599895 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670590719952 140671029720987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7444] ppid=7430 vsize=10617796 memory=1444 CPUtime=2.13 cores=0,2,4,6
/proc/7433/task/7444/stat : 7444 (java) S 7430 7433 17093 0 -1 1077944384 8937 0 0 0 211 2 0 0 20 0 16 0 66599895 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670589668080 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7445] ppid=7430 vsize=10617796 memory=1228 CPUtime=2.16 cores=0,2,4,6
/proc/7433/task/7445/stat : 7445 (java) S 7430 7433 17093 0 -1 1077944384 7091 0 0 0 215 1 0 0 20 0 16 0 66599895 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670588615536 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7446] ppid=7430 vsize=10617796 memory=12200 CPUtime=0.49 cores=0,2,4,6
/proc/7433/task/7446/stat : 7446 (java) S 7430 7433 17093 0 -1 1077944384 5513 0 0 0 48 1 0 0 20 0 16 0 66599895 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670587562480 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7447] ppid=7430 vsize=10617796 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7447/stat : 7447 (java) S 7430 7433 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66599896 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670586510176 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7448] ppid=7430 vsize=10617796 memory=1204 CPUtime=0.1 cores=0,2,4,6
/proc/7433/task/7448/stat : 7448 (java) S 7430 7433 17093 0 -1 1077944384 496 0 0 0 5 5 0 0 20 0 16 0 66599899 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670585457200 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7528] ppid=7430 vsize=10617796 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7528/stat : 7528 (java) S 7430 7433 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66604712 10872623104 1391090 18446744073709551615 4194304 4196468 140721424112720 140670584402992 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5564360 KiB

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

[startup+189.444 s]
# the end of solver process 7433 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.589 s, system=3.48343 s

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

[startup+189.401 s]
/proc/loadavg: 2.22 3.20 3.05 3/210 7613
/proc/meminfo: memFree=22755424/32770624 swapFree=67108860/67108860
[pid=7433] ppid=7430 vsize=10817488 memory=5564660 CPUtime=252.02 cores=0,2,4,6
/proc/7433/stat : 7433 (java) S 7430 7433 17093 0 -1 1077944320 137128 0 0 0 24857 345 0 0 20 0 17 0 66599880 11077107712 1391165 18446744073709551615 4194304 4196468 140721424112720 140721424095264 140671029702391 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
/proc/7433/statm: 2704372 1391165 3149 1 0 2693825 0
[pid=7433/tid=7435] ppid=7430 vsize=10817488 memory=7680170660397595203 CPUtime=160.87 cores=0,2,4,6
/proc/7433/task/7435/stat : 7435 (java) S 7430 7433 17093 0 -1 1077944384 27032 0 0 0 16069 18 0 0 20 0 17 0 66599890 11077107712 1391165 18446744073709551615 4194304 4196468 140721424112720 140671033945264 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7436] ppid=7430 vsize=10817488 memory=4872558044660077418 CPUtime=19.48 cores=0,2,4,6
/proc/7433/task/7436/stat : 7436 (java) S 7430 7433 17093 0 -1 1077944384 18169 0 0 0 1877 71 0 0 20 0 17 0 66599891 11077107712 1391165 18446744073709551615 4194304 4196468 140721424112720 140670986669072 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7437] ppid=7430 vsize=10817488 memory=-2023959437020729679 CPUtime=19.41 cores=0,2,4,6
/proc/7433/task/7437/stat : 7437 (java) S 7430 7433 17093 0 -1 1077944384 15220 0 0 0 1860 81 0 0 20 0 17 0 66599891 11077107712 1391165 18446744073709551615 4194304 4196468 140721424112720 140670985616528 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7438] ppid=7430 vsize=10817488 memory=-7880843606118635149 CPUtime=19.37 cores=0,2,4,6
/proc/7433/task/7438/stat : 7438 (java) S 7430 7433 17093 0 -1 1077944384 14517 0 0 0 1862 75 0 0 20 0 17 0 66599891 11077107712 1391165 18446744073709551615 4194304 4196468 140721424112720 140670984563472 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7439] ppid=7430 vsize=10817488 memory=-6800859132029471843 CPUtime=19.49 cores=0,2,4,6
/proc/7433/task/7439/stat : 7439 (java) S 7430 7433 17093 0 -1 1077944384 19767 0 0 0 1864 85 0 0 20 0 17 0 66599891 11077107712 1391165 18446744073709551615 4194304 4196468 140721424112720 140670638152592 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7440] ppid=7430 vsize=10817488 memory=9126232286719478932 CPUtime=8.41 cores=0,2,4,6
/proc/7433/task/7440/stat : 7440 (java) S 7430 7433 17093 0 -1 1077944384 18382 0 0 0 839 2 0 0 20 0 17 0 66599892 11077107712 1391165 18446744073709551615 4194304 4196468 140721424112720 140670593878256 140671029713538 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7441] ppid=7430 vsize=10817488 memory=-7880843606118635149 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7441/stat : 7441 (java) S 7430 7433 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 66599893 11077107712 1391165 18446744073709551615 4194304 4196468 140721424112720 140670592824480 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7442] ppid=7430 vsize=10817488 memory=-6800859132029471843 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7442/stat : 7442 (java) S 7430 7433 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66599893 11077107712 1391165 18446744073709551615 4194304 4196468 140721424112720 140670591771376 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7443] ppid=7430 vsize=10817488 memory=9126232286719478932 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7443/stat : 7443 (java) S 7430 7433 17093 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 17 0 66599895 11077107712 1391165 18446744073709551615 4194304 4196468 140721424112720 140670590719952 140671029720987 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7444] ppid=7430 vsize=10817488 memory=-6294210764146567020 CPUtime=2.13 cores=0,2,4,6
/proc/7433/task/7444/stat : 7444 (java) S 7430 7433 17093 0 -1 1077944384 8937 0 0 0 211 2 0 0 20 0 17 0 66599895 11077107712 1391165 18446744073709551615 4194304 4196468 140721424112720 140670589668080 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7445] ppid=7430 vsize=10817488 memory=-6223279070015546982 CPUtime=2.16 cores=0,2,4,6
/proc/7433/task/7445/stat : 7445 (java) S 7430 7433 17093 0 -1 1077944384 7091 0 0 0 215 1 0 0 20 0 17 0 66599895 11077107712 1391165 18446744073709551615 4194304 4196468 140721424112720 140670588615536 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7446] ppid=7430 vsize=10817488 memory=55 CPUtime=0.49 cores=0,2,4,6
/proc/7433/task/7446/stat : 7446 (java) S 7430 7433 17093 0 -1 1077944384 5579 0 0 0 48 1 0 0 20 0 17 0 66599895 11077107712 1391165 18446744073709551615 4194304 4196468 140721424112720 140670587562480 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7447] ppid=7430 vsize=10817488 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/7433/task/7447/stat : 7447 (java) S 7430 7433 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66599896 11077107712 1391165 18446744073709551615 4194304 4196468 140721424112720 140670586510176 140671029712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
[pid=7433/tid=7448] ppid=7430 vsize=10817488 memory=288230621803970871 CPUtime=0.1 cores=0,2,4,6
/proc/7433/task/7448/stat : 7448 (java) S 7430 7433 17093 0 -1 1077944384 496 0 0 0 5 5 0 0 20 0 17 0 66599899 11077107712 1391165 18446744073709551615 4194304 4196468 140721424112720 140670585457200 140671029713538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15708160 140721424114069 140721424114222 140721424114222 140721424117711 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 5564660 KiB

Child status: 143
Real time (s): 189.444
CPU time (s): 252.072
CPU user time (s): 248.589
CPU system time (s): 3.48343
CPU usage (%): 133.059
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 5564660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.589
system time used= 3.48343
maximum resident set size= 5564984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137655
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8089
involuntary context switches= 1218


# summary of solver processes directly reported to runsolver:
#   pid: 7433
#   total CPU time (s): 252.072
#   total CPU user time (s): 248.589
#   total CPU system time (s): 3.48343

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.31615 second user time and 1.70159 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 18:53:37
IDJOB=4258165
IDBENCH=123048
IDSOLVER=2643
FILE ID=node127/4258165-1502644066
RUNJOBID= node127-1502642200-6040
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-nug30.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258165-1502644066/watcher-4258165-1502644066 -o /tmp/evaluation-result-4258165-1502644066/solver-4258165-1502644066 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258165-1502644066.xml

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

MD5SUM BENCH= 7992d423b18f632a54772c1bcf249848
RANDOM SEED=1365993127

node127.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.92
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.92
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.92
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.92
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:        25080860 kB
MemAvailable:   25514216 kB
Buffers:          199184 kB
Cached:           530164 kB
SwapCached:            0 kB
Active:          7041568 kB
Inactive:         210576 kB
Active(anon):    6472224 kB
Inactive(anon):    83872 kB
Active(file):     569344 kB
Inactive(file):   126704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1584 kB
Writeback:             4 kB
AnonPages:       6522660 kB
Mapped:            58940 kB
Shmem:             33444 kB
Slab:             131528 kB
SReclaimable:     106288 kB
SUnreclaim:        25240 kB
KernelStack:        3440 kB
PageTables:        17696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8279168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6367232 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= 62028 MiB
End job on node127 at 2017-08-13 18:56:47