Trace number 4257912

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.311 106.063

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft249-06.xml
MD5SUM0bf4a40729d33496d05cbb52f4946484
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark257.388
Satisfiable
(Un)Satisfiability was proved
Number of variables397
Number of constraints102
Number of domains2
Minimum domain size100
Maximum domain size139
Distribution of domain sizes[{"size":100,"count":1},{"size":139,"count":396}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":297},{"degree":4,"count":99}]
Minimum constraint arity4
Maximum constraint arity396
Distribution of constraint arities[{"arity":4,"count":99},{"arity":100,"count":1},{"arity":396,"count":2}]
Number of extensional constraints99
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":99},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257912-1502649174/watcher-4257912-1502649174 -o /tmp/evaluation-result-4257912-1502649174/solver-4257912-1502649174 -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-4257912-1502649174.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=14407, runsolver pid=14404

[startup+0.100082 s]*
/proc/loadavg: 4.90 3.89 3.76 3/200 14413
/proc/meminfo: memFree=27635628/32770624 swapFree=67108860/67108860
[pid=14407] ppid=14404 vsize=10018544 memory=17156 CPUtime=0.01 cores=0,2,4,6
/proc/14407/stat : 14407 (java) S 14404 14407 17093 0 -1 1077944320 3618 0 0 0 1 0 0 0 20 0 7 0 67110732 10258989056 4289 18446744073709551615 4194304 4196468 140722507652256 140722507634800 140534983159543 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
/proc/14407/statm: 2504636 4289 2023 1 0 2494133 0
[pid=14407/tid=14409] ppid=14404 vsize=10085108 memory=4206751525541407381 CPUtime=0.01 cores=0,2,4,6
/proc/14407/task/14409/stat : 14409 (java) R 14404 14407 17093 0 -1 4202560 2323 0 0 0 1 0 0 0 20 0 8 0 67110741 10327150592 4291 18446744073709551615 4194304 4196468 140722507652256 140534987399600 140534967240030 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14410] ppid=14404 vsize=10085108 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14410/stat : 14410 (java) S 14404 14407 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 67110742 10327150592 4291 18446744073709551615 4194304 4196468 140722507652256 140534955002128 140534983169749 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14411] ppid=14404 vsize=10085108 memory=140426778121856 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14411/stat : 14411 (java) S 14404 14407 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 67110742 10327150592 4291 18446744073709551615 4194304 4196468 140722507652256 140534593608080 140534983169749 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14412] ppid=14404 vsize=10085108 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14412/stat : 14412 (java) S 14404 14407 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 67110742 10327150592 4291 18446744073709551615 4194304 4196468 140722507652256 140534592555536 140534983169749 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14413] ppid=14404 vsize=10085108 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14413/stat : 14413 (java) S 14404 14407 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 67110742 10327150592 4291 18446744073709551615 4194304 4196468 140722507652256 140534591502992 140534983169749 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14414] ppid=14404 vsize=10085108 memory=140426778121856 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14414/stat : 14414 (java) S 14404 14407 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 67110743 10327150592 4291 18446744073709551615 4194304 4196468 140722507652256 140534023694832 140534983170690 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14415] ppid=14404 vsize=10085108 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14415/stat : 14415 (java) S 14404 14407 17093 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 67110743 10327150592 4291 18446744073709551615 4194304 4196468 140722507652256 140534022639952 140534983169749 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10018544 KiB
Current children cumulated memory: 17156 KiB

[startup+0.209773 s]*
/proc/loadavg: 4.90 3.89 3.76 4/209 14422
/proc/meminfo: memFree=27627628/32770624 swapFree=67108860/67108860
[pid=14407] ppid=14404 vsize=10552180 memory=29080 CPUtime=0.1 cores=0,2,4,6
/proc/14407/stat : 14407 (java) S 14404 14407 17093 0 -1 1077944320 5227 0 0 0 9 1 0 0 20 0 15 0 67110732 10805432320 7270 18446744073709551615 4194304 4196468 140722507652256 140722507634800 140534983159543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
/proc/14407/statm: 2638045 7270 2788 1 0 2627517 0
[pid=14407/tid=14409] ppid=14404 vsize=10554768 memory=8318255677412212789 CPUtime=0.07 cores=0,2,4,6
/proc/14407/task/14409/stat : 14409 (java) R 14404 14407 17093 0 -1 4202560 3395 0 0 0 7 0 0 0 20 0 15 0 67110741 10808082432 7534 18446744073709551615 4194304 4196468 140722507652256 140534987347888 140534975449531 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14410] ppid=14404 vsize=10554768 memory=330 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14410/stat : 14410 (java) S 14404 14407 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67110742 10808082432 7534 18446744073709551615 4194304 4196468 140722507652256 140534955002128 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14411] ppid=14404 vsize=10554768 memory=288370802929833600 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14411/stat : 14411 (java) S 14404 14407 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67110742 10808082432 7534 18446744073709551615 4194304 4196468 140722507652256 140534593608080 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14412] ppid=14404 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14412/stat : 14412 (java) S 14404 14407 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67110742 10808082432 7600 18446744073709551615 4194304 4196468 140722507652256 140534592555536 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14413] ppid=14404 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14413/stat : 14413 (java) S 14404 14407 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67110742 10808082432 7600 18446744073709551615 4194304 4196468 140722507652256 140534591502992 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14414] ppid=14404 vsize=10554768 memory=140426778121856 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14414/stat : 14414 (java) S 14404 14407 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67110743 10808082432 7600 18446744073709551615 4194304 4196468 140722507652256 140534023694832 140534983170690 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14415] ppid=14404 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14415/stat : 14415 (java) S 14404 14407 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67110743 10808082432 7600 18446744073709551615 4194304 4196468 140722507652256 140534022641056 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14416] ppid=14404 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14416/stat : 14416 (java) S 14404 14407 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67110744 10808082432 7666 18446744073709551615 4194304 4196468 140722507652256 140534021588464 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14417] ppid=14404 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14417/stat : 14417 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10808082432 7666 18446744073709551615 4194304 4196468 140722507652256 140534020537040 140534983178139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14418] ppid=14404 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14418/stat : 14418 (java) S 14404 14407 17093 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 67110746 10808082432 7666 18446744073709551615 4194304 4196468 140722507652256 140534019483632 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14419] ppid=14404 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14419/stat : 14419 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10808082432 7666 18446744073709551615 4194304 4196468 140722507652256 140534018431088 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14420] ppid=14404 vsize=10554768 memory=140426778121856 CPUtime=0.01 cores=0,2,4,6
/proc/14407/task/14420/stat : 14420 (java) S 14404 14407 17093 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 15 0 67110746 10808082432 7666 18446744073709551615 4194304 4196468 140722507652256 140534017378544 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14421] ppid=14404 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14421/stat : 14421 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10808082432 7666 18446744073709551615 4194304 4196468 140722507652256 140534016326240 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14422] ppid=14404 vsize=10554768 memory=140426778121856 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14422/stat : 14422 (java) S 14404 14407 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67110751 10808082432 7732 18446744073709551615 4194304 4196468 140722507652256 140533544512304 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 29080 KiB

[startup+0.310295 s]*
/proc/loadavg: 4.90 3.89 3.76 3/209 14422
/proc/meminfo: memFree=27617488/32770624 swapFree=67108860/67108860
[pid=14407] ppid=14404 vsize=10551156 memory=37296 CPUtime=0.25 cores=0,2,4,6
/proc/14407/stat : 14407 (java) S 14404 14407 17093 0 -1 1077944320 8076 0 0 0 23 2 0 0 20 0 15 0 67110732 10804383744 9324 18446744073709551615 4194304 4196468 140722507652256 140722507634800 140534983159543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
/proc/14407/statm: 2637789 9324 2911 1 0 2627261 0
[pid=14407/tid=14409] ppid=14404 vsize=10551156 memory=-7677926825137650786 CPUtime=0.18 cores=0,2,4,6
/proc/14407/task/14409/stat : 14409 (java) R 14404 14407 17093 0 -1 4202560 5709 0 0 0 16 2 0 0 20 0 15 0 67110741 10804383744 9324 18446744073709551615 4194304 4196468 140722507652256 140534987396416 140534961160404 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14410] ppid=14404 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14410/stat : 14410 (java) S 14404 14407 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67110742 10804383744 9324 18446744073709551615 4194304 4196468 140722507652256 140534955002128 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14411] ppid=14404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14411/stat : 14411 (java) S 14404 14407 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67110742 10804383744 9324 18446744073709551615 4194304 4196468 140722507652256 140534593608080 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14412] ppid=14404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14412/stat : 14412 (java) S 14404 14407 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67110742 10804383744 9324 18446744073709551615 4194304 4196468 140722507652256 140534592555536 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14413] ppid=14404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14413/stat : 14413 (java) S 14404 14407 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67110742 10804383744 9324 18446744073709551615 4194304 4196468 140722507652256 140534591502992 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14414] ppid=14404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14414/stat : 14414 (java) S 14404 14407 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67110743 10804383744 9324 18446744073709551615 4194304 4196468 140722507652256 140534023694832 140534983170690 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14415] ppid=14404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14415/stat : 14415 (java) S 14404 14407 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67110743 10804383744 9324 18446744073709551615 4194304 4196468 140722507652256 140534022641056 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14416] ppid=14404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14416/stat : 14416 (java) S 14404 14407 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67110744 10804383744 9324 18446744073709551615 4194304 4196468 140722507652256 140534021588464 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14417] ppid=14404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14417/stat : 14417 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10804383744 9324 18446744073709551615 4194304 4196468 140722507652256 140534020537040 140534983178139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14418] ppid=14404 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/14407/task/14418/stat : 14418 (java) S 14404 14407 17093 0 -1 1077944384 480 0 0 0 1 0 0 0 20 0 15 0 67110746 10804383744 9324 18446744073709551615 4194304 4196468 140722507652256 140534019483632 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14419] ppid=14404 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/14407/task/14419/stat : 14419 (java) S 14404 14407 17093 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 15 0 67110746 10804383744 9324 18446744073709551615 4194304 4196468 140722507652256 140534018431088 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14420] ppid=14404 vsize=10551156 memory=140426778121856 CPUtime=0.04 cores=0,2,4,6
/proc/14407/task/14420/stat : 14420 (java) S 14404 14407 17093 0 -1 1077944384 380 0 0 0 4 0 0 0 20 0 15 0 67110746 10804383744 9324 18446744073709551615 4194304 4196468 140722507652256 140534017378544 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14421] ppid=14404 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14421/stat : 14421 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10804383744 9324 18446744073709551615 4194304 4196468 140722507652256 140534016326240 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14422] ppid=14404 vsize=10551156 memory=140426778121856 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14422/stat : 14422 (java) S 14404 14407 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67110751 10804383744 9324 18446744073709551615 4194304 4196468 140722507652256 140533544512304 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37296 KiB

[startup+0.701602 s]
/proc/loadavg: 4.90 3.89 3.76 5/209 14422
/proc/meminfo: memFree=27584744/32770624 swapFree=67108860/67108860
[pid=14407] ppid=14404 vsize=10551232 memory=166844 CPUtime=1.29 cores=0,2,4,6
/proc/14407/stat : 14407 (java) S 14404 14407 17093 0 -1 1077944320 11284 0 0 0 124 5 0 0 20 0 15 0 67110732 10804461568 41711 18446744073709551615 4194304 4196468 140722507652256 140722507634800 140534983159543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
/proc/14407/statm: 2637808 41711 3052 1 0 2627261 0
[pid=14407/tid=14409] ppid=14404 vsize=10551232 memory=6944656592455097440 CPUtime=0.56 cores=0,2,4,6
/proc/14407/task/14409/stat : 14409 (java) R 14404 14407 17093 0 -1 4202560 6305 0 0 0 52 4 0 0 20 0 15 0 67110741 10804461568 41711 18446744073709551615 4194304 4196468 140722507652256 140534987394624 140534626791707 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14410] ppid=14404 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14410/stat : 14410 (java) S 14404 14407 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67110742 10804461568 41711 18446744073709551615 4194304 4196468 140722507652256 140534955002128 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14411] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14411/stat : 14411 (java) S 14404 14407 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67110742 10804461568 42223 18446744073709551615 4194304 4196468 140722507652256 140534593608080 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14412] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14412/stat : 14412 (java) S 14404 14407 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67110742 10804461568 42223 18446744073709551615 4194304 4196468 140722507652256 140534592555536 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14413] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14413/stat : 14413 (java) S 14404 14407 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67110742 10804461568 42223 18446744073709551615 4194304 4196468 140722507652256 140534591502992 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14414] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14414/stat : 14414 (java) S 14404 14407 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67110743 10804461568 42223 18446744073709551615 4194304 4196468 140722507652256 140534023694832 140534983170690 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14415] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14415/stat : 14415 (java) S 14404 14407 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67110743 10804461568 42223 18446744073709551615 4194304 4196468 140722507652256 140534022641056 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14416] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14416/stat : 14416 (java) S 14404 14407 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67110744 10804461568 42223 18446744073709551615 4194304 4196468 140722507652256 140534021588464 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14417] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14417/stat : 14417 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10804461568 42223 18446744073709551615 4194304 4196468 140722507652256 140534020537040 140534983178139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14418] ppid=14404 vsize=10551232 memory=15 CPUtime=0.26 cores=0,2,4,6
/proc/14407/task/14418/stat : 14418 (java) R 14404 14407 17093 0 -1 4202560 1435 0 0 0 26 0 0 0 20 0 15 0 67110746 10804461568 42223 18446744073709551615 4194304 4196468 140722507652256 140534019472896 140534968080598 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14419] ppid=14404 vsize=10551232 memory=3904 CPUtime=0.27 cores=0,2,4,6
/proc/14407/task/14419/stat : 14419 (java) R 14404 14407 17093 0 -1 4202560 1245 0 0 0 27 0 0 0 20 0 15 0 67110746 10804461568 42223 18446744073709551615 4194304 4196468 140722507652256 140534018412656 140534960754976 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14420] ppid=14404 vsize=10551232 memory=-7677926825137650786 CPUtime=0.18 cores=0,2,4,6
/proc/14407/task/14420/stat : 14420 (java) S 14404 14407 17093 0 -1 1077944384 933 0 0 0 18 0 0 0 20 0 15 0 67110746 10804461568 42223 18446744073709551615 4194304 4196468 140722507652256 140534017378544 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14421] ppid=14404 vsize=10551232 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14421/stat : 14421 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10804461568 42223 18446744073709551615 4194304 4196468 140722507652256 140534016326240 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14422] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14422/stat : 14422 (java) S 14404 14407 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67110751 10804461568 42223 18446744073709551615 4194304 4196468 140722507652256 140533544512304 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 166844 KiB

[startup+1.50076 s]
/proc/loadavg: 4.90 3.89 3.76 3/209 14422
/proc/meminfo: memFree=27460072/32770624 swapFree=67108860/67108860
[pid=14407] ppid=14404 vsize=10551232 memory=196228 CPUtime=2.31 cores=0,2,4,6
/proc/14407/stat : 14407 (java) S 14404 14407 17093 0 -1 1077944320 11623 0 0 0 223 8 0 0 20 0 15 0 67110732 10804461568 49057 18446744073709551615 4194304 4196468 140722507652256 140722507634800 140534983159543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
/proc/14407/statm: 2637808 49057 3076 1 0 2627261 0
[pid=14407/tid=14409] ppid=14404 vsize=10551232 memory=0 CPUtime=1.35 cores=0,2,4,6
/proc/14407/task/14409/stat : 14409 (java) R 14404 14407 17093 0 -1 4202560 6370 0 0 0 131 4 0 0 20 0 15 0 67110741 10804461568 49057 18446744073709551615 4194304 4196468 140722507652256 140534987393168 140534965622217 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14410] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14410/stat : 14410 (java) S 14404 14407 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 67110742 10804461568 49057 18446744073709551615 4194304 4196468 140722507652256 140534955002128 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14411] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14411/stat : 14411 (java) S 14404 14407 17093 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 67110742 10804461568 49057 18446744073709551615 4194304 4196468 140722507652256 140534593608080 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14412] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14412/stat : 14412 (java) S 14404 14407 17093 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 67110742 10804461568 49057 18446744073709551615 4194304 4196468 140722507652256 140534592555536 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14413] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14413/stat : 14413 (java) S 14404 14407 17093 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 67110742 10804461568 49057 18446744073709551615 4194304 4196468 140722507652256 140534591502992 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14414] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14414/stat : 14414 (java) S 14404 14407 17093 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 67110743 10804461568 49057 18446744073709551615 4194304 4196468 140722507652256 140534023694832 140534983170690 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14415] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14415/stat : 14415 (java) S 14404 14407 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67110743 10804461568 49057 18446744073709551615 4194304 4196468 140722507652256 140534022641056 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14416] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14416/stat : 14416 (java) S 14404 14407 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67110744 10804461568 49057 18446744073709551615 4194304 4196468 140722507652256 140534021588464 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14417] ppid=14404 vsize=10551232 memory=6935649255978782800 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14417/stat : 14417 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10804461568 49057 18446744073709551615 4194304 4196468 140722507652256 140534020537040 140534983178139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14418] ppid=14404 vsize=10551232 memory=7595725831727968097 CPUtime=0.33 cores=0,2,4,6
/proc/14407/task/14418/stat : 14418 (java) S 14404 14407 17093 0 -1 1077944384 1474 0 0 0 33 0 0 0 20 0 15 0 67110746 10804461568 49057 18446744073709551615 4194304 4196468 140722507652256 140534019483632 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14419] ppid=14404 vsize=10551232 memory=5787213840016500561 CPUtime=0.33 cores=0,2,4,6
/proc/14407/task/14419/stat : 14419 (java) S 14404 14407 17093 0 -1 1077944384 1266 0 0 0 33 0 0 0 20 0 15 0 67110746 10804461568 49057 18446744073709551615 4194304 4196468 140722507652256 140534018431088 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14420] ppid=14404 vsize=10551232 memory=7151829807201800272 CPUtime=0.23 cores=0,2,4,6
/proc/14407/task/14420/stat : 14420 (java) S 14404 14407 17093 0 -1 1077944384 1020 0 0 0 23 0 0 0 20 0 15 0 67110746 10804461568 49057 18446744073709551615 4194304 4196468 140722507652256 140534017378544 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14421] ppid=14404 vsize=10551232 memory=7019257425709197167 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14421/stat : 14421 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10804461568 49057 18446744073709551615 4194304 4196468 140722507652256 140534016326240 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0

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

/proc/14407/task/14415/stat : 14415 (java) S 14404 14407 17093 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 67110743 10804461568 993524 18446744073709551615 4194304 4196468 140722507652256 140534022641120 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14416] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14416/stat : 14416 (java) S 14404 14407 17093 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 67110744 10804461568 993524 18446744073709551615 4194304 4196468 140722507652256 140534021588480 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14417] ppid=14404 vsize=10551232 memory=-7025994870846939764 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14417/stat : 14417 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10804461568 993524 18446744073709551615 4194304 4196468 140722507652256 140534020537040 140534983178139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14418] ppid=14404 vsize=10551232 memory=280853280659520 CPUtime=1.94 cores=0,2,4,6
/proc/14407/task/14418/stat : 14418 (java) S 14404 14407 17093 0 -1 1077944384 8282 0 0 0 192 2 0 0 20 0 15 0 67110746 10804461568 993524 18446744073709551615 4194304 4196468 140722507652256 140534019483680 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14419] ppid=14404 vsize=10551232 memory=280853280194800 CPUtime=1.51 cores=0,2,4,6
/proc/14407/task/14419/stat : 14419 (java) S 14404 14407 17093 0 -1 1077944384 6358 0 0 0 151 0 0 0 20 0 15 0 67110746 10804461568 993524 18446744073709551615 4194304 4196468 140722507652256 140534018431136 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14420] ppid=14404 vsize=10551232 memory=4028 CPUtime=0.34 cores=0,2,4,6
/proc/14407/task/14420/stat : 14420 (java) S 14404 14407 17093 0 -1 1077944384 2009 0 0 0 34 0 0 0 20 0 15 0 67110746 10804461568 993524 18446744073709551615 4194304 4196468 140722507652256 140534017378304 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14421] ppid=14404 vsize=10551232 memory=3653860 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14421/stat : 14421 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10804461568 993524 18446744073709551615 4194304 4196468 140722507652256 140534016326240 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14422] ppid=14404 vsize=10551232 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14422/stat : 14422 (java) S 14404 14407 17093 0 -1 1077944384 1053 0 0 0 0 0 0 0 20 0 15 0 67110751 10804461568 993524 18446744073709551615 4194304 4196468 140722507652256 140533544512304 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
Current children cumulated CPU time: 57.62 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 3974096 KiB

[startup+51.1103 s]
/proc/loadavg: 4.08 3.81 3.74 6/209 14423
/proc/meminfo: memFree=18852620/32770624 swapFree=67108860/67108860
[pid=14407] ppid=14404 vsize=10551232 memory=5834728 CPUtime=113.92 cores=0,2,4,6
/proc/14407/stat : 14407 (java) S 14404 14407 17093 0 -1 1077944320 223549 0 0 0 11013 379 0 0 20 0 15 0 67110732 10804461568 1458682 18446744073709551615 4194304 4196468 140722507652256 140722507634800 140534983159543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
/proc/14407/statm: 2637808 1458682 3132 1 0 2627261 0
[pid=14407/tid=14409] ppid=14404 vsize=10551232 memory=164 CPUtime=21.19 cores=0,2,4,6
/proc/14407/task/14409/stat : 14409 (java) S 14404 14407 17093 0 -1 1077944384 19536 0 0 0 2103 16 0 0 20 0 15 0 67110741 10804461568 1458682 18446744073709551615 4194304 4196468 140722507652256 140534987389056 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14410] ppid=14404 vsize=10551232 memory=5834524 CPUtime=19.69 cores=0,2,4,6
/proc/14407/task/14410/stat : 14410 (java) R 14404 14407 17093 0 -1 4202560 39630 0 0 0 1886 83 0 0 20 0 15 0 67110742 10804461568 1458682 18446744073709551615 4194304 4196468 140722507652256 140534955002024 140534975787751 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14411] ppid=14404 vsize=10551232 memory=5510924 CPUtime=19.75 cores=0,2,4,6
/proc/14407/task/14411/stat : 14411 (java) R 14404 14407 17093 0 -1 4202560 44319 0 0 0 1887 88 0 0 20 0 15 0 67110742 10804461568 1458682 18446744073709551615 4194304 4196468 140722507652256 140534593608280 140534968110725 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14412] ppid=14404 vsize=10551232 memory=7595691759802607973 CPUtime=19.81 cores=0,2,4,6
/proc/14407/task/14412/stat : 14412 (java) R 14404 14407 17093 0 -1 4202560 50394 0 0 0 1891 90 0 0 20 0 15 0 67110742 10804461568 1458682 18446744073709551615 4194304 4196468 140722507652256 140534592555736 140534968110670 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14413] ppid=14404 vsize=10551232 memory=5699004 CPUtime=19.76 cores=0,2,4,6
/proc/14407/task/14413/stat : 14413 (java) R 14404 14407 17093 0 -1 4202560 36971 0 0 0 1884 92 0 0 20 0 15 0 67110742 10804461568 1458682 18446744073709551615 4194304 4196468 140722507652256 140534591503192 140534968144839 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14414] ppid=14404 vsize=10551232 memory=5623228 CPUtime=9.79 cores=0,2,4,6
/proc/14407/task/14414/stat : 14414 (java) S 14404 14407 17093 0 -1 1077944384 13509 0 0 0 978 1 0 0 20 0 15 0 67110743 10804461568 1458682 18446744073709551615 4194304 4196468 140722507652256 140534023693152 140534983169749 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14415] ppid=14404 vsize=10551232 memory=2367536 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14415/stat : 14415 (java) S 14404 14407 17093 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 67110743 10804461568 1458682 18446744073709551615 4194304 4196468 140722507652256 140534022641120 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14416] ppid=14404 vsize=10551232 memory=5834524 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14416/stat : 14416 (java) S 14404 14407 17093 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 67110744 10804461568 1458682 18446744073709551615 4194304 4196468 140722507652256 140534021588480 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14417] ppid=14404 vsize=10551232 memory=5834524 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14417/stat : 14417 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10804461568 1458682 18446744073709551615 4194304 4196468 140722507652256 140534020537040 140534983178139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14418] ppid=14404 vsize=10551232 memory=5834524 CPUtime=1.94 cores=0,2,4,6
/proc/14407/task/14418/stat : 14418 (java) S 14404 14407 17093 0 -1 1077944384 8284 0 0 0 192 2 0 0 20 0 15 0 67110746 10804461568 1458682 18446744073709551615 4194304 4196468 140722507652256 140534019483632 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14419] ppid=14404 vsize=10551232 memory=164 CPUtime=1.51 cores=0,2,4,6
/proc/14407/task/14419/stat : 14419 (java) S 14404 14407 17093 0 -1 1077944384 6362 0 0 0 151 0 0 0 20 0 15 0 67110746 10804461568 1458682 18446744073709551615 4194304 4196468 140722507652256 140534018431088 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14420] ppid=14404 vsize=10551232 memory=5495686334815116444 CPUtime=0.34 cores=0,2,4,6
/proc/14407/task/14420/stat : 14420 (java) S 14404 14407 17093 0 -1 1077944384 2014 0 0 0 34 0 0 0 20 0 15 0 67110746 10804461568 1458682 18446744073709551615 4194304 4196468 140722507652256 140534017378544 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14421] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14421/stat : 14421 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10804461568 1458682 18446744073709551615 4194304 4196468 140722507652256 140534016326240 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14422] ppid=14404 vsize=10551232 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14407/task/14422/stat : 14422 (java) S 14404 14407 17093 0 -1 1077944384 1143 0 0 0 1 1 0 0 20 0 15 0 67110751 10804461568 1458682 18446744073709551615 4194304 4196468 140722507652256 140533544512304 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
Current children cumulated CPU time: 113.92 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 5834728 KiB

[startup+102.301 s]
/proc/loadavg: 3.64 3.73 3.72 6/213 14515
/proc/meminfo: memFree=19615172/32770624 swapFree=67108860/67108860
[pid=14407] ppid=14404 vsize=10551232 memory=7833296 CPUtime=241.04 cores=0,2,4,6
/proc/14407/stat : 14407 (java) S 14404 14407 17093 0 -1 1077944320 334059 0 0 0 23600 504 0 0 20 0 15 0 67110732 10804461568 1958324 18446744073709551615 4194304 4196468 140722507652256 140722507634800 140534983159543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
/proc/14407/statm: 2637808 1958324 3133 1 0 2627261 0
[pid=14407/tid=14409] ppid=14404 vsize=10551232 memory=7833296 CPUtime=33.87 cores=0,2,4,6
/proc/14407/task/14409/stat : 14409 (java) S 14404 14407 17093 0 -1 1077944384 22457 0 0 0 3370 17 0 0 20 0 15 0 67110741 10804461568 1958324 18446744073709551615 4194304 4196468 140722507652256 140534987391216 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14410] ppid=14404 vsize=10551232 memory=7833240 CPUtime=44.9 cores=0,2,4,6
/proc/14407/task/14410/stat : 14410 (java) R 14404 14407 17093 0 -1 4202560 56131 0 0 0 4379 111 0 0 20 0 15 0 67110742 10804461568 1958324 18446744073709551615 4194304 4196468 140722507652256 140534955001712 140534975787751 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14411] ppid=14404 vsize=10551232 memory=7833296 CPUtime=45.23 cores=0,2,4,6
/proc/14407/task/14411/stat : 14411 (java) R 14404 14407 17093 0 -1 4202560 79549 0 0 0 4405 118 0 0 20 0 15 0 67110742 10804461568 1958324 18446744073709551615 4194304 4196468 140722507652256 140534593607664 140534975787751 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14412] ppid=14404 vsize=10551232 memory=7230196 CPUtime=45.11 cores=0,2,4,6
/proc/14407/task/14412/stat : 14412 (java) R 14404 14407 17093 0 -1 4202560 66989 0 0 0 4383 128 0 0 20 0 15 0 67110742 10804461568 1958324 18446744073709551615 4194304 4196468 140722507652256 140534592555736 140534967613494 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14413] ppid=14404 vsize=10551232 memory=0 CPUtime=45.19 cores=0,2,4,6
/proc/14407/task/14413/stat : 14413 (java) R 14404 14407 17093 0 -1 4202560 60273 0 0 0 4398 121 0 0 20 0 15 0 67110742 10804461568 1958324 18446744073709551615 4194304 4196468 140722507652256 140534591502888 140534975787751 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14414] ppid=14404 vsize=10551232 memory=56 CPUtime=22.56 cores=0,2,4,6
/proc/14407/task/14414/stat : 14414 (java) S 14404 14407 17093 0 -1 1077944384 25751 0 0 0 2254 2 0 0 20 0 15 0 67110743 10804461568 1958324 18446744073709551615 4194304 4196468 140722507652256 140534023693152 140534983169749 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14415] ppid=14404 vsize=10551232 memory=142934901377632 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14415/stat : 14415 (java) S 14404 14407 17093 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 67110743 10804461568 1958324 18446744073709551615 4194304 4196468 140722507652256 140534022641120 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14416] ppid=14404 vsize=10551232 memory=7812652 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14416/stat : 14416 (java) S 14404 14407 17093 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 67110744 10804461568 1958324 18446744073709551615 4194304 4196468 140722507652256 140534021588480 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14417] ppid=14404 vsize=10551232 memory=7812652 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14417/stat : 14417 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10804461568 1958324 18446744073709551615 4194304 4196468 140722507652256 140534020537040 140534983178139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14418] ppid=14404 vsize=10551232 memory=163 CPUtime=2.07 cores=0,2,4,6
/proc/14407/task/14418/stat : 14418 (java) S 14404 14407 17093 0 -1 1077944384 10653 0 0 0 205 2 0 0 20 0 15 0 67110746 10804461568 1958324 18446744073709551615 4194304 4196468 140722507652256 140534019483392 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14419] ppid=14404 vsize=10551232 memory=34 CPUtime=1.63 cores=0,2,4,6
/proc/14407/task/14419/stat : 14419 (java) S 14404 14407 17093 0 -1 1077944384 7584 0 0 0 163 0 0 0 20 0 15 0 67110746 10804461568 1958324 18446744073709551615 4194304 4196468 140722507652256 140534018431136 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14420] ppid=14404 vsize=10551232 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/14407/task/14420/stat : 14420 (java) S 14404 14407 17093 0 -1 1077944384 2087 0 0 0 34 0 0 0 20 0 15 0 67110746 10804461568 1958324 18446744073709551615 4194304 4196468 140722507652256 140534017378592 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14421] ppid=14404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14421/stat : 14421 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10804461568 1958324 18446744073709551615 4194304 4196468 140722507652256 140534016326240 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14422] ppid=14404 vsize=10551232 memory=164 CPUtime=0.04 cores=0,2,4,6
/proc/14407/task/14422/stat : 14422 (java) S 14404 14407 17093 0 -1 1077944384 1175 0 0 0 2 2 0 0 20 0 15 0 67110751 10804461568 1958324 18446744073709551615 4194304 4196468 140722507652256 140533544512304 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
Current children cumulated CPU time: 241.04 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 7833296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+105.801 s]
/proc/loadavg: 3.64 3.73 3.72 3/213 14515
/proc/meminfo: memFree=19554976/32770624 swapFree=67108860/67108860
[pid=14407] ppid=14404 vsize=10551232 memory=7886548 CPUtime=252.03 cores=0,2,4,6
/proc/14407/stat : 14407 (java) S 14404 14407 17093 0 -1 1077944320 336700 0 0 0 24697 506 0 0 20 0 15 0 67110732 10804461568 1971637 18446744073709551615 4194304 4196468 140722507652256 140722507634800 140534983159543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
/proc/14407/statm: 2637808 1971637 3133 1 0 2627261 0
[pid=14407/tid=14409] ppid=14404 vsize=10551232 memory=7833296 CPUtime=34.73 cores=0,2,4,6
/proc/14407/task/14409/stat : 14409 (java) R 14404 14407 17093 0 -1 4202560 22457 0 0 0 3456 17 0 0 20 0 15 0 67110741 10804461568 1971637 18446744073709551615 4194304 4196468 140722507652256 140534987391216 140534628723316 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14410] ppid=14404 vsize=10551232 memory=1228 CPUtime=47.41 cores=0,2,4,6
/proc/14407/task/14410/stat : 14410 (java) S 14404 14407 17093 0 -1 1077944384 56145 0 0 0 4629 112 0 0 20 0 15 0 67110742 10804461568 1971637 18446744073709551615 4194304 4196468 140722507652256 140534955002128 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14411] ppid=14404 vsize=10551232 memory=-8774313645642428999 CPUtime=47.74 cores=0,2,4,6
/proc/14407/task/14411/stat : 14411 (java) S 14404 14407 17093 0 -1 1077944384 79549 0 0 0 4656 118 0 0 20 0 15 0 67110742 10804461568 1971637 18446744073709551615 4194304 4196468 140722507652256 140534593608080 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14412] ppid=14404 vsize=10551232 memory=21268 CPUtime=47.63 cores=0,2,4,6
/proc/14407/task/14412/stat : 14412 (java) S 14404 14407 17093 0 -1 1077944384 67116 0 0 0 4634 129 0 0 20 0 15 0 67110742 10804461568 1971637 18446744073709551615 4194304 4196468 140722507652256 140534592555536 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14413] ppid=14404 vsize=10551232 memory=1788 CPUtime=47.67 cores=0,2,4,6
/proc/14407/task/14413/stat : 14413 (java) S 14404 14407 17093 0 -1 1077944384 60388 0 0 0 4646 121 0 0 20 0 15 0 67110742 10804461568 1971637 18446744073709551615 4194304 4196468 140722507652256 140534591502992 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14414] ppid=14404 vsize=10551232 memory=640 CPUtime=22.66 cores=0,2,4,6
/proc/14407/task/14414/stat : 14414 (java) S 14404 14407 17093 0 -1 1077944384 28136 0 0 0 2264 2 0 0 20 0 15 0 67110743 10804461568 1971637 18446744073709551615 4194304 4196468 140722507652256 140534023694832 140534983170690 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14415] ppid=14404 vsize=10551232 memory=960 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14415/stat : 14415 (java) S 14404 14407 17093 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 67110743 10804461568 1971637 18446744073709551615 4194304 4196468 140722507652256 140534022641120 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14416] ppid=14404 vsize=10551232 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14416/stat : 14416 (java) S 14404 14407 17093 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 67110744 10804461568 1971637 18446744073709551615 4194304 4196468 140722507652256 140534021588480 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14417] ppid=14404 vsize=10551232 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14417/stat : 14417 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10804461568 1971637 18446744073709551615 4194304 4196468 140722507652256 140534020537040 140534983178139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14418] ppid=14404 vsize=10551232 memory=37796 CPUtime=2.08 cores=0,2,4,6
/proc/14407/task/14418/stat : 14418 (java) S 14404 14407 17093 0 -1 1077944384 10653 0 0 0 206 2 0 0 20 0 15 0 67110746 10804461568 1971637 18446744073709551615 4194304 4196468 140722507652256 140534019483632 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14419] ppid=14404 vsize=10551232 memory=1296 CPUtime=1.63 cores=0,2,4,6
/proc/14407/task/14419/stat : 14419 (java) S 14404 14407 17093 0 -1 1077944384 7584 0 0 0 163 0 0 0 20 0 15 0 67110746 10804461568 1971637 18446744073709551615 4194304 4196468 140722507652256 140534018431088 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14420] ppid=14404 vsize=10551232 memory=2420 CPUtime=0.34 cores=0,2,4,6
/proc/14407/task/14420/stat : 14420 (java) S 14404 14407 17093 0 -1 1077944384 2087 0 0 0 34 0 0 0 20 0 15 0 67110746 10804461568 1971637 18446744073709551615 4194304 4196468 140722507652256 140534017378544 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14421] ppid=14404 vsize=10551232 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/14407/task/14421/stat : 14421 (java) S 14404 14407 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67110746 10804461568 1971637 18446744073709551615 4194304 4196468 140722507652256 140534016326240 140534983169749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
[pid=14407/tid=14422] ppid=14404 vsize=10551232 memory=5788 CPUtime=0.04 cores=0,2,4,6
/proc/14407/task/14422/stat : 14422 (java) S 14404 14407 17093 0 -1 1077944384 1175 0 0 0 2 2 0 0 20 0 15 0 67110751 10804461568 1971637 18446744073709551615 4194304 4196468 140722507652256 140533544512304 140534983170690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 7886548 KiB

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

[startup+106.063 s]
# the end of solver process 14407 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.191 s, system=5.12024 s

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

[startup+106.001 s]*
/proc/loadavg: 3.64 3.73 3.72 3/215 14518
/proc/meminfo: memFree=19475076/32770624 swapFree=67108860/67108860
[pid=14407] ppid=14404 vsize=10750924 memory=7886668 CPUtime=252.24 cores=0,2,4,6
/proc/14407/stat : 14407 (java) S 14404 14407 17093 0 -1 1077944320 336924 0 0 0 24718 506 0 0 20 0 17 0 67110732 11008946176 1971667 18446744073709551615 4194304 4196468 140722507652256 140722507634800 140534983159543 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 10776576 140722507653525 140722507653678 140722507653678 140722507657167 0
/proc/14407/statm: 2687731 1971667 3135 1 0 2677184 0
[pid=14407/tid=14410] ppid=14404 vsize=0 memory=6379419642974800284 CPUtime=47.41 cores=0,2,4,6
/proc/14407/task/14410/stat : 14410 (java) R 14404 14407 17093 0 -1 4203588 56145 0 0 0 4629 112 0 0 20 0 2 0 67110742 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time: 252.24 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 7886668 KiB

Child status: 143
Real time (s): 106.063
CPU time (s): 252.311
CPU user time (s): 247.191
CPU system time (s): 5.12024
CPU usage (%): 237.887
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 7886668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.191
system time used= 5.12024
maximum resident set size= 7887060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 336959
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6804
involuntary context switches= 3955


# summary of solver processes directly reported to runsolver:
#   pid: 14407
#   total CPU time (s): 252.311
#   total CPU user time (s): 247.191
#   total CPU system time (s): 5.12024

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.601535 second user time and 1.07675 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 20:18:46
IDJOB=4257912
IDBENCH=136008
IDSOLVER=2643
FILE ID=node127/4257912-1502649174
RUNJOBID= node127-1502642200-6040
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft249-06.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257912-1502649174/watcher-4257912-1502649174 -o /tmp/evaluation-result-4257912-1502649174/solver-4257912-1502649174 -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-4257912-1502649174.xml

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

MD5SUM BENCH= 0bf4a40729d33496d05cbb52f4946484
RANDOM SEED=1074302011

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:        27645684 kB
MemAvailable:   28087948 kB
Buffers:          201840 kB
Cached:           536344 kB
SwapCached:            0 kB
Active:          4475916 kB
Inactive:         216224 kB
Active(anon):    3903528 kB
Inactive(anon):    83872 kB
Active(file):     572388 kB
Inactive(file):   132352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3480 kB
Writeback:             0 kB
AnonPages:       3954088 kB
Mapped:            59068 kB
Shmem:             33444 kB
Slab:             132380 kB
SReclaimable:     106720 kB
SUnreclaim:        25660 kB
KernelStack:        3424 kB
PageTables:        12608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4537928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3796992 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= 62024 MiB
End job on node127 at 2017-08-13 20:20:32