Trace number 4258164

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) 249.47 240.23199

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-nug21.xml
MD5SUMe5033dc7ed55784590c83dd9aaaff95e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1233
Best CPU time to get the best result obtained on this benchmark251.93401
Satisfiable
(Un)Satisfiability was proved
Number of variables462
Number of constraints211
Number of domains2
Minimum domain size8
Maximum domain size21
Distribution of domain sizes[{"size":8,"count":210},{"size":21,"count":21}]
Minimum variable degree0
Maximum variable degree21
Distribution of variable degrees[{"degree":0,"count":231},{"degree":2,"count":210},{"degree":21,"count":21}]
Minimum constraint arity3
Maximum constraint arity21
Distribution of constraint arities[{"arity":3,"count":210},{"arity":21,"count":1}]
Number of extensional constraints210
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":210},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258164-1501645473/watcher-4258164-1501645473 -o /tmp/evaluation-result-4258164-1501645473/solver-4258164-1501645473 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11703 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258164-1501645473.xml 

pid=19454
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.30 2.62 3/200 19457
/proc/meminfo: memFree=30668404/32770624 swapFree=0/250312
[pid=19457] ppid=19454 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/19457/stat : 19457 (runsolver) D 19454 19457 18930 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 64200821 24240128 107 18446744073709551615 4194304 4338465 140729951588896 140729951586536 140315526021847 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 9474048 140729951592582 140729951593029 140729951593029 140729951596490 0
/proc/19457/statm: 5918 107 54 36 0 2156 0

[startup+0.100155 s]
/proc/loadavg: 2.04 2.30 2.62 3/200 19457
/proc/meminfo: memFree=30668404/32770624 swapFree=0/250312
[pid=19457] ppid=19454 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/19457/stat : 19457 (runsolver) D 19454 19457 18930 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 64200821 24240128 107 18446744073709551615 4194304 4338465 140729951588896 140729951586536 140315526021847 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 9474048 140729951592582 140729951593029 140729951593029 140729951596490 0
/proc/19457/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200363 s]
/proc/loadavg: 2.04 2.30 2.62 3/200 19457
/proc/meminfo: memFree=30668404/32770624 swapFree=0/250312
[pid=19457] ppid=19454 vsize=10484492 CPUtime=0.05 cores=0,2,4,6
/proc/19457/stat : 19457 (java) S 19454 19457 18930 0 -1 1077944320 4531 0 0 0 5 0 0 0 20 0 14 0 64200821 10736119808 5575 18446744073709551615 4194304 4196468 140722899909952 140722899892496 140717578387191 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
/proc/19457/statm: 2621123 5575 2570 1 0 2610628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300619 s]
/proc/loadavg: 2.04 2.30 2.62 3/200 19457
/proc/meminfo: memFree=30668404/32770624 swapFree=0/250312
[pid=19457] ppid=19454 vsize=10551156 CPUtime=0.2 cores=0,2,4,6
/proc/19457/stat : 19457 (java) S 19454 19457 18930 0 -1 1077944320 7806 0 0 0 18 2 0 0 20 0 15 0 64200821 10804383744 8545 18446744073709551615 4194304 4196468 140722899909952 140722899892496 140717578387191 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
/proc/19457/statm: 2637789 8545 2855 1 0 2627269 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10551156

[startup+0.700211 s]
/proc/loadavg: 2.04 2.30 2.62 3/200 19457
/proc/meminfo: memFree=30668404/32770624 swapFree=0/250312
[pid=19457] ppid=19454 vsize=10551232 CPUtime=1.31 cores=0,2,4,6
/proc/19457/stat : 19457 (java) S 19454 19457 18930 0 -1 1077944320 12166 0 0 0 127 4 0 0 20 0 15 0 64200821 10804461568 23474 18446744073709551615 4194304 4196468 140722899909952 140722899892496 140717578387191 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
/proc/19457/statm: 2637808 23474 3040 1 0 2627269 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 10551232

[startup+1.50072 s]
/proc/loadavg: 2.04 2.29 2.62 5/215 19472
/proc/meminfo: memFree=30466672/32770624 swapFree=0/250320
[pid=19457] ppid=19454 vsize=10551232 CPUtime=3.79 cores=0,2,4,6
/proc/19457/stat : 19457 (java) S 19454 19457 18930 0 -1 1077944320 19552 0 0 0 371 8 0 0 20 0 15 0 64200821 10804461568 66635 18446744073709551615 4194304 4196468 140722899909952 140722899892496 140717578387191 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
/proc/19457/statm: 2637808 66635 3081 1 0 2627269 0
[pid=19457/tid=19459] ppid=19454 vsize=10551232 CPUtime=1.23 cores=0,2,4,6
/proc/19457/task/19459/stat : 19459 (java) R 19454 19457 18930 0 -1 4202560 7026 0 0 0 120 3 0 0 20 0 15 0 64200831 10804461568 66635 18446744073709551615 4194304 4196468 140722899909952 140717582624872 140717174869315 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19460] ppid=19454 vsize=10551232 CPUtime=0.03 cores=0,2,4,6
/proc/19457/task/19460/stat : 19460 (java) S 19454 19457 18930 0 -1 1077944384 160 0 0 0 3 0 0 0 20 0 15 0 64200832 10804461568 66635 18446744073709551615 4194304 4196468 140722899909952 140717508807696 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19461] ppid=19454 vsize=10551232 CPUtime=0.03 cores=0,2,4,6
/proc/19457/task/19461/stat : 19461 (java) S 19454 19457 18930 0 -1 1077944384 21 0 0 0 3 0 0 0 20 0 15 0 64200832 10804461568 66635 18446744073709551615 4194304 4196468 140722899909952 140717507755152 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19462] ppid=19454 vsize=10551232 CPUtime=0.03 cores=0,2,4,6
/proc/19457/task/19462/stat : 19462 (java) S 19454 19457 18930 0 -1 1077944384 35 0 0 0 3 0 0 0 20 0 15 0 64200832 10804461568 66635 18446744073709551615 4194304 4196468 140722899909952 140717506702096 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19463] ppid=19454 vsize=10551232 CPUtime=0.06 cores=0,2,4,6
/proc/19457/task/19463/stat : 19463 (java) S 19454 19457 18930 0 -1 1077944384 163 0 0 0 5 1 0 0 20 0 15 0 64200832 10804461568 66635 18446744073709551615 4194304 4196468 140722899909952 140717505649552 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19464] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19464/stat : 19464 (java) S 19454 19457 18930 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 64200834 10804461568 66635 18446744073709551615 4194304 4196468 140722899909952 140717074622704 140717578398338 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19465] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19465/stat : 19465 (java) S 19454 19457 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64200834 10804461568 66635 18446744073709551615 4194304 4196468 140722899909952 140717073568928 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19466] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19466/stat : 19466 (java) S 19454 19457 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64200834 10804461568 66635 18446744073709551615 4194304 4196468 140722899909952 140717072515824 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19467] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19467/stat : 19467 (java) S 19454 19457 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64200837 10804461568 66635 18446744073709551615 4194304 4196468 140722899909952 140717071464400 140717578405787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19468] ppid=19454 vsize=10551232 CPUtime=1.03 cores=0,2,4,6
/proc/19457/task/19468/stat : 19468 (java) R 19454 19457 18930 0 -1 4202560 4681 0 0 0 103 0 0 0 20 0 15 0 64200837 10804461568 66635 18446744073709551615 4194304 4196468 140722899909952 140717070405016 140717561912902 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19469] ppid=19454 vsize=10551232 CPUtime=1.02 cores=0,2,4,6
/proc/19457/task/19469/stat : 19469 (java) R 19454 19457 18930 0 -1 4202560 4546 0 0 0 102 0 0 0 20 0 15 0 64200837 10804461568 66635 18446744073709551615 4194304 4196468 140722899909952 140717069347200 140717557625664 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19470] ppid=19454 vsize=10551232 CPUtime=0.27 cores=0,2,4,6
/proc/19457/task/19470/stat : 19470 (java) S 19454 19457 18930 0 -1 1077944384 1480 0 0 0 27 0 0 0 20 0 15 0 64200837 10804461568 66635 18446744073709551615 4194304 4196468 140722899909952 140717068306928 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19471] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19471/stat : 19471 (java) S 19454 19457 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64200837 10804461568 66635 18446744073709551615 4194304 4196468 140722899909952 140717067254624 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19472] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19472/stat : 19472 (java) S 19454 19457 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64200841 10804461568 66635 18446744073709551615 4194304 4196468 140722899909952 140717066201648 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 10551232

[startup+3.10081 s]
/proc/loadavg: 2.04 2.29 2.62 6/215 19472
/proc/meminfo: memFree=30165200/32770624 swapFree=0/250320
[pid=19457] ppid=19454 vsize=10551232 CPUtime=6.69 cores=0,2,4,6
/proc/19457/stat : 19457 (java) S 19454 19457 18930 0 -1 1077944320 24307 0 0 0 631 38 0 0 20 0 15 0 64200821 10804461568 210983 18446744073709551615 4194304 4196468 140722899909952 140722899892496 140717578387191 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
/proc/19457/statm: 2637808 210983 3099 1 0 2627269 0
[pid=19457/tid=19459] ppid=19454 vsize=10551232 CPUtime=2.53 cores=0,2,4,6
/proc/19457/task/19459/stat : 19459 (java) S 19454 19457 18930 0 -1 1077944384 8351 0 0 0 244 9 0 0 20 0 15 0 64200831 10804461568 210983 18446744073709551615 4194304 4196468 140722899909952 140717582620944 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19460] ppid=19454 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/19457/task/19460/stat : 19460 (java) R 19454 19457 18930 0 -1 4202560 748 0 0 0 27 6 0 0 20 0 15 0 64200832 10804461568 210983 18446744073709551615 4194304 4196468 140722899909952 140717508807896 140717563409312 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19461] ppid=19454 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/19457/task/19461/stat : 19461 (java) R 19454 19457 18930 0 -1 4202560 1351 0 0 0 27 6 0 0 20 0 15 0 64200832 10804461568 210983 18446744073709551615 4194304 4196468 140722899909952 140717507755152 140717563410894 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19462] ppid=19454 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/19457/task/19462/stat : 19462 (java) R 19454 19457 18930 0 -1 4202560 651 0 0 0 27 6 0 0 20 0 15 0 64200832 10804461568 210983 18446744073709551615 4194304 4196468 140722899909952 140717506701480 140717563414054 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19463] ppid=19454 vsize=10551232 CPUtime=0.36 cores=0,2,4,6
/proc/19457/task/19463/stat : 19463 (java) R 19454 19457 18930 0 -1 4202560 545 0 0 0 29 7 0 0 20 0 15 0 64200832 10804461568 210983 18446744073709551615 4194304 4196468 140722899909952 140717505649440 140717562835360 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19464] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19464/stat : 19464 (java) S 19454 19457 18930 0 -1 1077944384 268 0 0 0 0 0 0 0 20 0 15 0 64200834 10804461568 210983 18446744073709551615 4194304 4196468 140722899909952 140717074621216 140717578397397 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19465] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19465/stat : 19465 (java) S 19454 19457 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64200834 10804461568 210983 18446744073709551615 4194304 4196468 140722899909952 140717073568928 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19466] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19466/stat : 19466 (java) S 19454 19457 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64200834 10804461568 210983 18446744073709551615 4194304 4196468 140722899909952 140717072515824 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19467] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19467/stat : 19467 (java) S 19454 19457 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64200837 10804461568 210983 18446744073709551615 4194304 4196468 140722899909952 140717071464400 140717578405787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19468] ppid=19454 vsize=10551232 CPUtime=1.22 cores=0,2,4,6
/proc/19457/task/19468/stat : 19468 (java) S 19454 19457 18930 0 -1 1077944384 4716 0 0 0 122 0 0 0 20 0 15 0 64200837 10804461568 210983 18446744073709551615 4194304 4196468 140722899909952 140717070412528 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19469] ppid=19454 vsize=10551232 CPUtime=1.22 cores=0,2,4,6
/proc/19457/task/19469/stat : 19469 (java) S 19454 19457 18930 0 -1 1077944384 4582 0 0 0 122 0 0 0 20 0 15 0 64200837 10804461568 210983 18446744073709551615 4194304 4196468 140722899909952 140717069359984 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19470] ppid=19454 vsize=10551232 CPUtime=0.29 cores=0,2,4,6
/proc/19457/task/19470/stat : 19470 (java) S 19454 19457 18930 0 -1 1077944384 1732 0 0 0 29 0 0 0 20 0 15 0 64200837 10804461568 210983 18446744073709551615 4194304 4196468 140722899909952 140717068306928 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19471] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19471/stat : 19471 (java) S 19454 19457 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64200837 10804461568 210983 18446744073709551615 4194304 4196468 140722899909952 140717067254624 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19472] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19472/stat : 19472 (java) S 19454 19457 18930 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 64200841 10804461568 210983 18446744073709551615 4194304 4196468 140722899909952 140717066201648 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 10551232

[startup+6.30075 s]
/proc/loadavg: 2.19 2.32 2.62 5/214 19553
/proc/meminfo: memFree=30416620/32770624 swapFree=0/250372
[pid=19457] ppid=19454 vsize=10551232 CPUtime=13.17 cores=0,2,4,6
/proc/19457/stat : 19457 (java) S 19454 19457 18930 0 -1 1077944320 31949 0 0 0 1260 57 0 0 20 0 15 0 64200821 10804461568 291884 18446744073709551615 4194304 4196468 140722899909952 140722899892496 140717578387191 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
/proc/19457/statm: 2637808 291884 3113 1 0 2627269 0
[pid=19457/tid=19459] ppid=19454 vsize=10551232 CPUtime=4.03 cores=0,2,4,6
/proc/19457/task/19459/stat : 19459 (java) R 19454 19457 18930 0 -1 4202560 8954 0 0 0 394 9 0 0 20 0 15 0 64200831 10804461568 291884 18446744073709551615 4194304 4196468 140722899909952 140717582624528 140717174881156 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19460] ppid=19454 vsize=10551232 CPUtime=1.39 cores=0,2,4,6
/proc/19457/task/19460/stat : 19460 (java) S 19454 19457 18930 0 -1 1077944384 1295 0 0 0 128 11 0 0 20 0 15 0 64200832 10804461568 291884 18446744073709551615 4194304 4196468 140722899909952 140717508807696 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19461] ppid=19454 vsize=10551232 CPUtime=1.38 cores=0,2,4,6
/proc/19457/task/19461/stat : 19461 (java) S 19454 19457 18930 0 -1 1077944384 1678 0 0 0 127 11 0 0 20 0 15 0 64200832 10804461568 291884 18446744073709551615 4194304 4196468 140722899909952 140717507755152 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19462] ppid=19454 vsize=10551232 CPUtime=1.37 cores=0,2,4,6
/proc/19457/task/19462/stat : 19462 (java) S 19454 19457 18930 0 -1 1077944384 1094 0 0 0 127 10 0 0 20 0 15 0 64200832 10804461568 291884 18446744073709551615 4194304 4196468 140722899909952 140717506702096 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19463] ppid=19454 vsize=10551232 CPUtime=1.41 cores=0,2,4,6
/proc/19457/task/19463/stat : 19463 (java) S 19454 19457 18930 0 -1 1077944384 916 0 0 0 130 11 0 0 20 0 15 0 64200832 10804461568 291884 18446744073709551615 4194304 4196468 140722899909952 140717505649552 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19464] ppid=19454 vsize=10551232 CPUtime=0.63 cores=0,2,4,6
/proc/19457/task/19464/stat : 19464 (java) S 19454 19457 18930 0 -1 1077944384 2556 0 0 0 63 0 0 0 20 0 15 0 64200834 10804461568 291884 18446744073709551615 4194304 4196468 140722899909952 140717074622704 140717578398338 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19465] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19465/stat : 19465 (java) S 19454 19457 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64200834 10804461568 291884 18446744073709551615 4194304 4196468 140722899909952 140717073568928 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19466] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19466/stat : 19466 (java) S 19454 19457 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64200834 10804461568 291884 18446744073709551615 4194304 4196468 140722899909952 140717072515824 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19467] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19467/stat : 19467 (java) S 19454 19457 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64200837 10804461568 291884 18446744073709551615 4194304 4196468 140722899909952 140717071464400 140717578405787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19468] ppid=19454 vsize=10551232 CPUtime=1.36 cores=0,2,4,6
/proc/19457/task/19468/stat : 19468 (java) S 19454 19457 18930 0 -1 1077944384 7068 0 0 0 135 1 0 0 20 0 15 0 64200837 10804461568 291884 18446744073709551615 4194304 4196468 140722899909952 140717070412528 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19469] ppid=19454 vsize=10551232 CPUtime=1.22 cores=0,2,4,6
/proc/19457/task/19469/stat : 19469 (java) S 19454 19457 18930 0 -1 1077944384 4706 0 0 0 122 0 0 0 20 0 15 0 64200837 10804461568 291884 18446744073709551615 4194304 4196468 140722899909952 140717069359984 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19470] ppid=19454 vsize=10551232 CPUtime=0.29 cores=0,2,4,6
/proc/19457/task/19470/stat : 19470 (java) S 19454 19457 18930 0 -1 1077944384 1821 0 0 0 29 0 0 0 20 0 15 0 64200837 10804461568 291884 18446744073709551615 4194304 4196468 140722899909952 140717068306928 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19471] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19471/stat : 19471 (java) S 19454 19457 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64200837 10804461568 291884 18446744073709551615 4194304 4196468 140722899909952 140717067254624 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19472] ppid=19454 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19472/stat : 19472 (java) S 19454 19457 18930 0 -1 1077944384 505 0 0 0 0 0 0 0 20 0 15 0 64200841 10804461568 291884 18446744073709551615 4194304 4196468 140722899909952 140717066201648 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
Current children cumulated CPU time (s) 13.17
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 2.50 2.38 2.64 6/215 19554
/proc/meminfo: memFree=28187920/32770624 swapFree=0/250384
[pid=19457] ppid=19454 vsize=10617796 CPUtime=21.37 cores=0,2,4,6
/proc/19457/stat : 19457 (java) S 19454 19457 18930 0 -1 1077944320 37352 0 0 0 2055 82 0 0 20 0 16 0 64200821 10872623104 434371 18446744073709551615 4194304 4196468 140722899909952 140722899892496 140717578387191 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
/proc/19457/statm: 2654449 434371 3123 1 0 2643910 0
[pid=19457/tid=19459] ppid=19454 vsize=10617796 CPUtime=10.14 cores=0,2,4,6
/proc/19457/task/19459/stat : 19459 (java) R 19454 19457 18930 0 -1 4202560 9308 0 0 0 998 16 0 0 20 0 16 0 64200831 10872623104 434371 18446744073709551615 4194304 4196468 140722899909952 140717582623360 140717176076653 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19460] ppid=19454 vsize=10617796 CPUtime=1.68 cores=0,2,4,6
/proc/19457/task/19460/stat : 19460 (java) S 19454 19457 18930 0 -1 1077944384 1428 0 0 0 153 15 0 0 20 0 16 0 64200832 10872623104 434371 18446744073709551615 4194304 4196468 140722899909952 140717508807696 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19461] ppid=19454 vsize=10617796 CPUtime=1.66 cores=0,2,4,6
/proc/19457/task/19461/stat : 19461 (java) S 19454 19457 18930 0 -1 1077944384 1761 0 0 0 151 15 0 0 20 0 16 0 64200832 10872623104 434371 18446744073709551615 4194304 4196468 140722899909952 140717507755152 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19462] ppid=19454 vsize=10617796 CPUtime=1.65 cores=0,2,4,6
/proc/19457/task/19462/stat : 19462 (java) S 19454 19457 18930 0 -1 1077944384 2247 0 0 0 150 15 0 0 20 0 16 0 64200832 10872623104 434371 18446744073709551615 4194304 4196468 140722899909952 140717506702096 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19463] ppid=19454 vsize=10617796 CPUtime=1.69 cores=0,2,4,6
/proc/19457/task/19463/stat : 19463 (java) S 19454 19457 18930 0 -1 1077944384 1729 0 0 0 154 15 0 0 20 0 16 0 64200832 10872623104 434371 18446744073709551615 4194304 4196468 140722899909952 140717505649552 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19464] ppid=19454 vsize=10617796 CPUtime=0.64 cores=0,2,4,6
/proc/19457/task/19464/stat : 19464 (java) S 19454 19457 18930 0 -1 1077944384 2743 0 0 0 64 0 0 0 20 0 16 0 64200834 10872623104 434371 18446744073709551615 4194304 4196468 140722899909952 140717074622704 140717578398338 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19465] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19465/stat : 19465 (java) S 19454 19457 18930 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 64200834 10872623104 434371 18446744073709551615 4194304 4196468 140722899909952 140717073568992 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19466] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19466/stat : 19466 (java) S 19454 19457 18930 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 64200834 10872623104 434371 18446744073709551615 4194304 4196468 140722899909952 140717072515840 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19467] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19467/stat : 19467 (java) S 19454 19457 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64200837 10872623104 434371 18446744073709551615 4194304 4196468 140722899909952 140717071464400 140717578405787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0

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

[startup+162.301 s]
/proc/loadavg: 2.18 2.39 2.62 3/216 19560
/proc/meminfo: memFree=23357148/32770624 swapFree=0/250464
[pid=19457] ppid=19454 vsize=10617796 CPUtime=171.64 cores=0,2,4,6
/proc/19457/stat : 19457 (java) S 19454 19457 18930 0 -1 1077944320 48551 0 0 0 17078 86 0 0 20 0 16 0 64200821 10872623104 434570 18446744073709551615 4194304 4196468 140722899909952 140722899892496 140717578387191 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
/proc/19457/statm: 2654449 434570 3132 1 0 2643910 0
[pid=19457/tid=19459] ppid=19454 vsize=10617796 CPUtime=159.72 cores=0,2,4,6
/proc/19457/task/19459/stat : 19459 (java) R 19454 19457 18930 0 -1 4202560 13976 0 0 0 15956 16 0 0 20 0 16 0 64200831 10872623104 434570 18446744073709551615 4194304 4196468 140722899909952 140717582623880 140717175940140 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19460] ppid=19454 vsize=10617796 CPUtime=1.68 cores=0,2,4,6
/proc/19457/task/19460/stat : 19460 (java) S 19454 19457 18930 0 -1 1077944384 1428 0 0 0 153 15 0 0 20 0 16 0 64200832 10872623104 434570 18446744073709551615 4194304 4196468 140722899909952 140717508807696 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19461] ppid=19454 vsize=10617796 CPUtime=1.66 cores=0,2,4,6
/proc/19457/task/19461/stat : 19461 (java) S 19454 19457 18930 0 -1 1077944384 1761 0 0 0 151 15 0 0 20 0 16 0 64200832 10872623104 434570 18446744073709551615 4194304 4196468 140722899909952 140717507755152 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19462] ppid=19454 vsize=10617796 CPUtime=1.65 cores=0,2,4,6
/proc/19457/task/19462/stat : 19462 (java) S 19454 19457 18930 0 -1 1077944384 2247 0 0 0 150 15 0 0 20 0 16 0 64200832 10872623104 434570 18446744073709551615 4194304 4196468 140722899909952 140717506702096 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19463] ppid=19454 vsize=10617796 CPUtime=1.69 cores=0,2,4,6
/proc/19457/task/19463/stat : 19463 (java) S 19454 19457 18930 0 -1 1077944384 1729 0 0 0 154 15 0 0 20 0 16 0 64200832 10872623104 434570 18446744073709551615 4194304 4196468 140722899909952 140717505649552 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19464] ppid=19454 vsize=10617796 CPUtime=0.64 cores=0,2,4,6
/proc/19457/task/19464/stat : 19464 (java) S 19454 19457 18930 0 -1 1077944384 2958 0 0 0 64 0 0 0 20 0 16 0 64200834 10872623104 434570 18446744073709551615 4194304 4196468 140722899909952 140717074622704 140717578398338 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19465] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19465/stat : 19465 (java) S 19454 19457 18930 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 64200834 10872623104 434570 18446744073709551615 4194304 4196468 140722899909952 140717073568992 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19466] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19466/stat : 19466 (java) S 19454 19457 18930 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 64200834 10872623104 434570 18446744073709551615 4194304 4196468 140722899909952 140717072515840 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19467] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19467/stat : 19467 (java) S 19454 19457 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64200837 10872623104 434570 18446744073709551615 4194304 4196468 140722899909952 140717071464400 140717578405787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19468] ppid=19454 vsize=10617796 CPUtime=2.04 cores=0,2,4,6
/proc/19457/task/19468/stat : 19468 (java) S 19454 19457 18930 0 -1 1077944384 10710 0 0 0 203 1 0 0 20 0 16 0 64200837 10872623104 434570 18446744073709551615 4194304 4196468 140722899909952 140717070412528 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19469] ppid=19454 vsize=10617796 CPUtime=1.98 cores=0,2,4,6
/proc/19457/task/19469/stat : 19469 (java) S 19454 19457 18930 0 -1 1077944384 8001 0 0 0 197 1 0 0 20 0 16 0 64200837 10872623104 434570 18446744073709551615 4194304 4196468 140722899909952 140717069359984 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19470] ppid=19454 vsize=10617796 CPUtime=0.39 cores=0,2,4,6
/proc/19457/task/19470/stat : 19470 (java) S 19454 19457 18930 0 -1 1077944384 3437 0 0 0 39 0 0 0 20 0 16 0 64200837 10872623104 434570 18446744073709551615 4194304 4196468 140722899909952 140717068306928 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19471] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19471/stat : 19471 (java) S 19454 19457 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64200837 10872623104 434570 18446744073709551615 4194304 4196468 140722899909952 140717067254624 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19472] ppid=19454 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/19457/task/19472/stat : 19472 (java) S 19454 19457 18930 0 -1 1077944384 902 0 0 0 5 3 0 0 20 0 16 0 64200841 10872623104 434570 18446744073709551615 4194304 4196468 140722899909952 140717066201648 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19554] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19554/stat : 19554 (java) S 19454 19457 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64201546 10872623104 434570 18446744073709551615 4194304 4196468 140722899909952 140717065147440 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
Current children cumulated CPU time (s) 171.64
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.04 2.32 2.58 3/215 19640
/proc/meminfo: memFree=29651860/32770624 swapFree=0/250548
[pid=19457] ppid=19454 vsize=10617796 CPUtime=231.72 cores=0,2,4,6
/proc/19457/stat : 19457 (java) S 19454 19457 18930 0 -1 1077944320 52479 0 0 0 23084 88 0 0 20 0 16 0 64200821 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140722899892496 140717578387191 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
/proc/19457/statm: 2654449 434574 3132 1 0 2643910 0
[pid=19457/tid=19459] ppid=19454 vsize=10617796 CPUtime=219.72 cores=0,2,4,6
/proc/19457/task/19459/stat : 19459 (java) R 19454 19457 18930 0 -1 4202560 16059 0 0 0 21955 17 0 0 20 0 16 0 64200831 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717582623656 140717176352388 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19460] ppid=19454 vsize=10617796 CPUtime=1.68 cores=0,2,4,6
/proc/19457/task/19460/stat : 19460 (java) S 19454 19457 18930 0 -1 1077944384 1428 0 0 0 153 15 0 0 20 0 16 0 64200832 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717508807696 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19461] ppid=19454 vsize=10617796 CPUtime=1.66 cores=0,2,4,6
/proc/19457/task/19461/stat : 19461 (java) S 19454 19457 18930 0 -1 1077944384 1761 0 0 0 151 15 0 0 20 0 16 0 64200832 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717507755152 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19462] ppid=19454 vsize=10617796 CPUtime=1.65 cores=0,2,4,6
/proc/19457/task/19462/stat : 19462 (java) S 19454 19457 18930 0 -1 1077944384 2247 0 0 0 150 15 0 0 20 0 16 0 64200832 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717506702096 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19463] ppid=19454 vsize=10617796 CPUtime=1.69 cores=0,2,4,6
/proc/19457/task/19463/stat : 19463 (java) S 19454 19457 18930 0 -1 1077944384 1729 0 0 0 154 15 0 0 20 0 16 0 64200832 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717505649552 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19464] ppid=19454 vsize=10617796 CPUtime=0.64 cores=0,2,4,6
/proc/19457/task/19464/stat : 19464 (java) S 19454 19457 18930 0 -1 1077944384 2966 0 0 0 64 0 0 0 20 0 16 0 64200834 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717074622704 140717578398338 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19465] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19465/stat : 19465 (java) S 19454 19457 18930 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 64200834 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717073568992 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19466] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19466/stat : 19466 (java) S 19454 19457 18930 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 64200834 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717072515840 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19467] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19467/stat : 19467 (java) S 19454 19457 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64200837 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717071464400 140717578405787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19468] ppid=19454 vsize=10617796 CPUtime=2.09 cores=0,2,4,6
/proc/19457/task/19468/stat : 19468 (java) S 19454 19457 18930 0 -1 1077944384 12336 0 0 0 208 1 0 0 20 0 16 0 64200837 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717070412528 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19469] ppid=19454 vsize=10617796 CPUtime=1.99 cores=0,2,4,6
/proc/19457/task/19469/stat : 19469 (java) S 19454 19457 18930 0 -1 1077944384 8099 0 0 0 198 1 0 0 20 0 16 0 64200837 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717069359984 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19470] ppid=19454 vsize=10617796 CPUtime=0.4 cores=0,2,4,6
/proc/19457/task/19470/stat : 19470 (java) S 19454 19457 18930 0 -1 1077944384 3511 0 0 0 39 1 0 0 20 0 16 0 64200837 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717068306928 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19471] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19471/stat : 19471 (java) S 19454 19457 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64200837 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717067254624 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19472] ppid=19454 vsize=10617796 CPUtime=0.11 cores=0,2,4,6
/proc/19457/task/19472/stat : 19472 (java) S 19454 19457 18930 0 -1 1077944384 941 0 0 0 6 5 0 0 20 0 16 0 64200841 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717066201648 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19554] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19554/stat : 19554 (java) S 19454 19457 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64201546 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717065147440 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
Current children cumulated CPU time (s) 231.72
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.03 2.30 2.57 3/215 19640
/proc/meminfo: memFree=29651736/32770624 swapFree=0/250564
[pid=19457] ppid=19454 vsize=10617796 CPUtime=249.42 cores=0,2,4,6
/proc/19457/stat : 19457 (java) S 19454 19457 18930 0 -1 1077944320 52659 0 0 0 24854 88 0 0 20 0 16 0 64200821 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140722899892496 140717578387191 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
/proc/19457/statm: 2654449 434574 3132 1 0 2643910 0
[pid=19457/tid=19459] ppid=19454 vsize=10617796 CPUtime=237.41 cores=0,2,4,6
/proc/19457/task/19459/stat : 19459 (java) R 19454 19457 18930 0 -1 4202560 16239 0 0 0 23724 17 0 0 20 0 16 0 64200831 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717582623656 140717175868179 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19460] ppid=19454 vsize=10617796 CPUtime=1.68 cores=0,2,4,6
/proc/19457/task/19460/stat : 19460 (java) S 19454 19457 18930 0 -1 1077944384 1428 0 0 0 153 15 0 0 20 0 16 0 64200832 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717508807696 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19461] ppid=19454 vsize=10617796 CPUtime=1.66 cores=0,2,4,6
/proc/19457/task/19461/stat : 19461 (java) S 19454 19457 18930 0 -1 1077944384 1761 0 0 0 151 15 0 0 20 0 16 0 64200832 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717507755152 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19462] ppid=19454 vsize=10617796 CPUtime=1.65 cores=0,2,4,6
/proc/19457/task/19462/stat : 19462 (java) S 19454 19457 18930 0 -1 1077944384 2247 0 0 0 150 15 0 0 20 0 16 0 64200832 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717506702096 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19463] ppid=19454 vsize=10617796 CPUtime=1.69 cores=0,2,4,6
/proc/19457/task/19463/stat : 19463 (java) S 19454 19457 18930 0 -1 1077944384 1729 0 0 0 154 15 0 0 20 0 16 0 64200832 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717505649552 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19464] ppid=19454 vsize=10617796 CPUtime=0.64 cores=0,2,4,6
/proc/19457/task/19464/stat : 19464 (java) S 19454 19457 18930 0 -1 1077944384 2966 0 0 0 64 0 0 0 20 0 16 0 64200834 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717074622704 140717578398338 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19465] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19465/stat : 19465 (java) S 19454 19457 18930 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 64200834 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717073568992 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19466] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19466/stat : 19466 (java) S 19454 19457 18930 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 64200834 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717072515840 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19467] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19467/stat : 19467 (java) S 19454 19457 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64200837 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717071464400 140717578405787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19468] ppid=19454 vsize=10617796 CPUtime=2.09 cores=0,2,4,6
/proc/19457/task/19468/stat : 19468 (java) S 19454 19457 18930 0 -1 1077944384 12336 0 0 0 208 1 0 0 20 0 16 0 64200837 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717070412528 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19469] ppid=19454 vsize=10617796 CPUtime=1.99 cores=0,2,4,6
/proc/19457/task/19469/stat : 19469 (java) S 19454 19457 18930 0 -1 1077944384 8099 0 0 0 198 1 0 0 20 0 16 0 64200837 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717069359984 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19470] ppid=19454 vsize=10617796 CPUtime=0.4 cores=0,2,4,6
/proc/19457/task/19470/stat : 19470 (java) S 19454 19457 18930 0 -1 1077944384 3511 0 0 0 39 1 0 0 20 0 16 0 64200837 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717068306928 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19471] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19471/stat : 19471 (java) S 19454 19457 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64200837 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717067254624 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19472] ppid=19454 vsize=10617796 CPUtime=0.12 cores=0,2,4,6
/proc/19457/task/19472/stat : 19472 (java) S 19454 19457 18930 0 -1 1077944384 941 0 0 0 7 5 0 0 20 0 16 0 64200841 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717066201648 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19554] ppid=19454 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19554/stat : 19554 (java) S 19454 19457 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64201546 10872623104 434574 18446744073709551615 4194304 4196468 140722899909952 140717065147440 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
Current children cumulated CPU time (s) 249.42
Current children cumulated vsize (KiB) 10617796

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19457 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.03 2.30 2.57 3/215 19640
/proc/meminfo: memFree=29651736/32770624 swapFree=0/250564
[pid=19457] ppid=19454 vsize=10817488 CPUtime=249.43 cores=0,2,4,6
/proc/19457/stat : 19457 (java) S 19454 19457 18930 0 -1 1077944320 53567 0 0 0 24855 88 0 0 20 0 17 0 64200821 11077107712 434633 18446744073709551615 4194304 4196468 140722899909952 140722899892496 140717578387191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
/proc/19457/statm: 2704372 434633 3135 1 0 2693833 0
[pid=19457/tid=19459] ppid=19454 vsize=10817488 CPUtime=237.42 cores=0,2,4,6
/proc/19457/task/19459/stat : 19459 (java) S 19454 19457 18930 0 -1 1077944384 16294 0 0 0 23725 17 0 0 20 0 17 0 64200831 11077107712 434633 18446744073709551615 4194304 4196468 140722899909952 140717582630064 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19460] ppid=19454 vsize=10817488 CPUtime=1.68 cores=0,2,4,6
/proc/19457/task/19460/stat : 19460 (java) S 19454 19457 18930 0 -1 1077944384 1428 0 0 0 153 15 0 0 20 0 17 0 64200832 11077107712 434633 18446744073709551615 4194304 4196468 140722899909952 140717508807696 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19461] ppid=19454 vsize=10817488 CPUtime=1.66 cores=0,2,4,6
/proc/19457/task/19461/stat : 19461 (java) S 19454 19457 18930 0 -1 1077944384 1761 0 0 0 151 15 0 0 20 0 17 0 64200832 11077107712 434633 18446744073709551615 4194304 4196468 140722899909952 140717507755152 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19462] ppid=19454 vsize=10817488 CPUtime=1.65 cores=0,2,4,6
/proc/19457/task/19462/stat : 19462 (java) S 19454 19457 18930 0 -1 1077944384 2247 0 0 0 150 15 0 0 20 0 17 0 64200832 11077107712 434633 18446744073709551615 4194304 4196468 140722899909952 140717506702096 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19463] ppid=19454 vsize=10817488 CPUtime=1.69 cores=0,2,4,6
/proc/19457/task/19463/stat : 19463 (java) S 19454 19457 18930 0 -1 1077944384 1729 0 0 0 154 15 0 0 20 0 17 0 64200832 11077107712 434633 18446744073709551615 4194304 4196468 140722899909952 140717505649552 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19464] ppid=19454 vsize=10817488 CPUtime=0.64 cores=0,2,4,6
/proc/19457/task/19464/stat : 19464 (java) S 19454 19457 18930 0 -1 1077944384 2999 0 0 0 64 0 0 0 20 0 17 0 64200834 11077107712 434633 18446744073709551615 4194304 4196468 140722899909952 140717074622704 140717578398338 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19465] ppid=19454 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19465/stat : 19465 (java) S 19454 19457 18930 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 64200834 11077107712 434633 18446744073709551615 4194304 4196468 140722899909952 140717073568992 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19466] ppid=19454 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19466/stat : 19466 (java) S 19454 19457 18930 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 64200834 11077107712 434633 18446744073709551615 4194304 4196468 140722899909952 140717072515840 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19467] ppid=19454 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19467/stat : 19467 (java) S 19454 19457 18930 0 -1 1077944384 192 0 0 0 0 0 0 0 20 0 17 0 64200837 11077107712 434633 18446744073709551615 4194304 4196468 140722899909952 140717071464400 140717578405787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19468] ppid=19454 vsize=10817488 CPUtime=2.09 cores=0,2,4,6
/proc/19457/task/19468/stat : 19468 (java) S 19454 19457 18930 0 -1 1077944384 12336 0 0 0 208 1 0 0 20 0 17 0 64200837 11077107712 434633 18446744073709551615 4194304 4196468 140722899909952 140717070412528 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19469] ppid=19454 vsize=10817488 CPUtime=1.99 cores=0,2,4,6
/proc/19457/task/19469/stat : 19469 (java) S 19454 19457 18930 0 -1 1077944384 8099 0 0 0 198 1 0 0 20 0 17 0 64200837 11077107712 434633 18446744073709551615 4194304 4196468 140722899909952 140717069359984 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19470] ppid=19454 vsize=10817488 CPUtime=0.4 cores=0,2,4,6
/proc/19457/task/19470/stat : 19470 (java) S 19454 19457 18930 0 -1 1077944384 3828 0 0 0 39 1 0 0 20 0 17 0 64200837 11077107712 434633 18446744073709551615 4194304 4196468 140722899909952 140717068306928 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19471] ppid=19454 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/19457/task/19471/stat : 19471 (java) S 19454 19457 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64200837 11077107712 434633 18446744073709551615 4194304 4196468 140722899909952 140717067254624 140717578397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
[pid=19457/tid=19472] ppid=19454 vsize=10817488 CPUtime=0.12 cores=0,2,4,6
/proc/19457/task/19472/stat : 19472 (java) S 19454 19457 18930 0 -1 1077944384 941 0 0 0 7 5 0 0 20 0 17 0 64200841 11077107712 434633 18446744073709551615 4194304 4196468 140722899909952 140717066201648 140717578398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140722899911089 140722899911242 140722899911242 140722899914703 0
Current children cumulated CPU time (s) 249.43
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.232
CPU time (s): 249.47
CPU user time (s): 248.57
CPU system time (s): 0.899218
CPU usage (%): 103.845
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.57
system time used= 0.899218
maximum resident set size= 1738908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54403
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7614
involuntary context switches= 302

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.03674 second user time and 1.6176 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 05:30:16
IDJOB=4258164
IDBENCH=123063
IDSOLVER=2643
FILE ID=node132/4258164-1501645473
RUNJOBID= node132-1501638806-11703
PBS_JOBID= 
Free space on /tmp= 61876 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-nug21.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258164-1501645473/watcher-4258164-1501645473 -o /tmp/evaluation-result-4258164-1501645473/solver-4258164-1501645473 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11703 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258164-1501645473.xml

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

MD5SUM BENCH= e5033dc7ed55784590c83dd9aaaff95e
RANDOM SEED=496089863

node132.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.74
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.74
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.74
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.74
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:        30669332 kB
MemAvailable:   30855112 kB
Buffers:          143572 kB
Cached:           338512 kB
SwapCached:            0 kB
Active:          1412436 kB
Inactive:         274756 kB
Active(anon):    1205816 kB
Inactive(anon):    24444 kB
Active(file):     206620 kB
Inactive(file):   250312 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1680 kB
Writeback:             0 kB
AnonPages:       1204380 kB
Mapped:            50712 kB
Shmem:             25276 kB
Slab:             115072 kB
SReclaimable:      89368 kB
SUnreclaim:        25704 kB
KernelStack:        3568 kB
PageTables:         7276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2718484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1091584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61876 MiB
End job on node132 at 2017-08-02 05:34:16