Trace number 4301625

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 253.973 102.529

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc128_c18.xml
MD5SUM76ce32fb4bedcb1ec6c5e9897c61dbaf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark32
Best CPU time to get the best result obtained on this benchmark252.042
Satisfiable
(Un)Satisfiability was proved
Number of variables16512
Number of constraints63
Number of domains2
Minimum domain size7
Maximum domain size128
Distribution of domain sizes[{"size":7,"count":62},{"size":128,"count":128}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":16322},{"degree":1,"count":97},{"degree":2,"count":68},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":2},{"degree":6,"count":4},{"degree":8,"count":8},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity128
Distribution of constraint arities[{"arity":3,"count":62},{"arity":128,"count":1}]
Number of extensional constraints62
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":62},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301625-1532883101/watcher-4301625-1532883101 -o /tmp/evaluation-result-4301625-1532883101/solver-4301625-1532883101 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301625-1532883101.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=16742, runsolver pid=16739

[startup+0.101281 s]*
/proc/loadavg: 3.55 2.81 2.76 3/217 16757
/proc/meminfo: memFree=28048068/32770624 swapFree=67108860/67108860
[pid=16742] ppid=16739 vsize=10659012 memory=30104 CPUtime=0.13 cores=0,2,4,6
/proc/16742/stat : 16742 (java) S 16739 16742 13514 0 -1 1077944320 6607 0 0 0 12 1 0 0 20 0 15 0 105873252 10914828288 7526 33554432000 4194304 4196468 140725753350240 140725753332784 140328333197047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
/proc/16742/statm: 2664753 7526 2846 1 0 2627263 0
[pid=16742/tid=16744] ppid=16739 vsize=10659012 memory=-8773748148830115202 CPUtime=0.09 cores=0,2,4,6
/proc/16742/task/16744/stat : 16744 (java) R 16739 16742 13514 0 -1 4202560 4433 0 0 0 9 0 0 0 20 0 15 0 105873253 10914828288 7526 33554432000 4194304 4196468 140725753350240 140328337401712 140328317277534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16745] ppid=16739 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16745/stat : 16745 (java) S 16739 16742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105873254 10914828288 7526 33554432000 4194304 4196468 140725753350240 140327939729808 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16746] ppid=16739 vsize=10659012 memory=140000421500544 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16746/stat : 16746 (java) S 16739 16742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105873254 10914828288 7526 33554432000 4194304 4196468 140725753350240 140327938677008 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16747] ppid=16739 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16747/stat : 16747 (java) S 16739 16742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105873254 10914828288 7526 33554432000 4194304 4196468 140725753350240 140327937624720 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16748] ppid=16739 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16748/stat : 16748 (java) S 16739 16742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105873254 10914828288 7526 33554432000 4194304 4196468 140725753350240 140327936571920 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16749] ppid=16739 vsize=10659012 memory=140000421500544 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16749/stat : 16749 (java) S 16739 16742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105873255 10914828288 7526 33554432000 4194304 4196468 140725753350240 140327570733680 140328333208194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16750] ppid=16739 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16750/stat : 16750 (java) S 16739 16742 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105873256 10914828288 7526 33554432000 4194304 4196468 140725753350240 140327569679648 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16751] ppid=16739 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16751/stat : 16751 (java) S 16739 16742 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105873256 10914828288 7526 33554432000 4194304 4196468 140725753350240 140327568627312 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16752] ppid=16739 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16752/stat : 16752 (java) S 16739 16742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105873258 10914828288 7526 33554432000 4194304 4196468 140725753350240 140327567575632 140328333215643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16753] ppid=16739 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16753/stat : 16753 (java) S 16739 16742 13514 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 105873258 10914828288 7526 33554432000 4194304 4196468 140725753350240 140327566522480 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16754] ppid=16739 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16754/stat : 16754 (java) S 16739 16742 13514 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 105873258 10914828288 7526 33554432000 4194304 4196468 140725753350240 140327565469680 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16755] ppid=16739 vsize=10659012 memory=140000421500544 CPUtime=0.02 cores=0,2,4,6
/proc/16742/task/16755/stat : 16755 (java) S 16739 16742 13514 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 15 0 105873258 10914828288 7526 33554432000 4194304 4196468 140725753350240 140327564417392 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16756] ppid=16739 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16756/stat : 16756 (java) S 16739 16742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105873258 10914828288 7526 33554432000 4194304 4196468 140725753350240 140327563364832 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16757] ppid=16739 vsize=10659012 memory=140000421500544 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16757/stat : 16757 (java) S 16739 16742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105873258 10914828288 7526 33554432000 4194304 4196468 140725753350240 140327562312624 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30104 KiB

[startup+0.210594 s]*
/proc/loadavg: 3.55 2.81 2.76 4/217 16757
/proc/meminfo: memFree=28038456/32770624 swapFree=67108860/67108860
[pid=16742] ppid=16739 vsize=10659012 memory=42096 CPUtime=0.33 cores=0,2,4,6
/proc/16742/stat : 16742 (java) S 16739 16742 13514 0 -1 1077944320 8122 0 0 0 31 2 0 0 20 0 15 0 105873252 10914828288 10524 33554432000 4194304 4196468 140725753350240 140725753332784 140328333197047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
/proc/16742/statm: 2664753 10524 3005 1 0 2627263 0
[pid=16742/tid=16744] ppid=16739 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/16742/task/16744/stat : 16744 (java) R 16739 16742 13514 0 -1 4202560 5010 0 0 0 19 1 0 0 20 0 15 0 105873253 10914828288 10524 33554432000 4194304 4196468 140725753350240 140328337420224 140328317240677 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16745] ppid=16739 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16745/stat : 16745 (java) S 16739 16742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105873254 10914828288 10524 33554432000 4194304 4196468 140725753350240 140327939729808 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16746] ppid=16739 vsize=10659012 memory=140000422125578 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16746/stat : 16746 (java) S 16739 16742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105873254 10914828288 10524 33554432000 4194304 4196468 140725753350240 140327938677008 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16747] ppid=16739 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16747/stat : 16747 (java) S 16739 16742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105873254 10914828288 10524 33554432000 4194304 4196468 140725753350240 140327937624720 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16748] ppid=16739 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16748/stat : 16748 (java) S 16739 16742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105873254 10914828288 10524 33554432000 4194304 4196468 140725753350240 140327936571920 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16749] ppid=16739 vsize=10659012 memory=140000421500544 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16749/stat : 16749 (java) S 16739 16742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105873255 10914828288 10524 33554432000 4194304 4196468 140725753350240 140327570733680 140328333208194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16750] ppid=16739 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16750/stat : 16750 (java) S 16739 16742 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105873256 10914828288 10524 33554432000 4194304 4196468 140725753350240 140327569679648 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16751] ppid=16739 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16751/stat : 16751 (java) S 16739 16742 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105873256 10914828288 10524 33554432000 4194304 4196468 140725753350240 140327568627312 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16752] ppid=16739 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16752/stat : 16752 (java) S 16739 16742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105873258 10914828288 10524 33554432000 4194304 4196468 140725753350240 140327567575632 140328333215643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16753] ppid=16739 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/16742/task/16753/stat : 16753 (java) S 16739 16742 13514 0 -1 1077944384 483 0 0 0 2 0 0 0 20 0 15 0 105873258 10914828288 10524 33554432000 4194304 4196468 140725753350240 140327566522480 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16754] ppid=16739 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/16742/task/16754/stat : 16754 (java) S 16739 16742 13514 0 -1 1077944384 563 0 0 0 1 0 0 0 20 0 15 0 105873258 10914828288 10524 33554432000 4194304 4196468 140725753350240 140327565469680 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16755] ppid=16739 vsize=10659012 memory=140000421500544 CPUtime=0.07 cores=0,2,4,6
/proc/16742/task/16755/stat : 16755 (java) R 16739 16742 13514 0 -1 4202560 701 0 0 0 7 0 0 0 20 0 15 0 105873258 10914828288 10524 33554432000 4194304 4196468 140725753350240 140327564417392 140328325434174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16756] ppid=16739 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16756/stat : 16756 (java) S 16739 16742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105873258 10914828288 10524 33554432000 4194304 4196468 140725753350240 140327563364832 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16757] ppid=16739 vsize=10659012 memory=140000421500544 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16757/stat : 16757 (java) S 16739 16742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105873258 10914828288 10524 33554432000 4194304 4196468 140725753350240 140327562312624 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42096 KiB

[startup+0.319511 s]*
/proc/loadavg: 3.55 2.81 2.76 6/217 16757
/proc/meminfo: memFree=28031880/32770624 swapFree=67108860/67108860
[pid=16742] ppid=16739 vsize=10659088 memory=49416 CPUtime=0.54 cores=0,2,4,6
/proc/16742/stat : 16742 (java) S 16739 16742 13514 0 -1 1077944320 9062 0 0 0 52 2 0 0 20 0 15 0 105873252 10914906112 12354 33554432000 4194304 4196468 140725753350240 140725753332784 140328333197047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
/proc/16742/statm: 2664772 12354 3051 1 0 2627263 0
[pid=16742/tid=16744] ppid=16739 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/16742/task/16744/stat : 16744 (java) R 16739 16742 13514 0 -1 4202560 5738 0 0 0 29 1 0 0 20 0 15 0 105873253 10914906112 12354 33554432000 4194304 4196468 140725753350240 140328337434576 140327941711645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16745] ppid=16739 vsize=10659088 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16745/stat : 16745 (java) S 16739 16742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105873254 10914906112 12354 33554432000 4194304 4196468 140725753350240 140327939729808 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16746] ppid=16739 vsize=10659088 memory=140000422119893 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16746/stat : 16746 (java) S 16739 16742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105873254 10914906112 12354 33554432000 4194304 4196468 140725753350240 140327938677008 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16747] ppid=16739 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16747/stat : 16747 (java) S 16739 16742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105873254 10914906112 12354 33554432000 4194304 4196468 140725753350240 140327937624720 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16748] ppid=16739 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16748/stat : 16748 (java) S 16739 16742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105873254 10914906112 12354 33554432000 4194304 4196468 140725753350240 140327936571920 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16749] ppid=16739 vsize=10659088 memory=140000421500544 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16749/stat : 16749 (java) S 16739 16742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105873255 10914906112 12354 33554432000 4194304 4196468 140725753350240 140327570733680 140328333208194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16750] ppid=16739 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16750/stat : 16750 (java) S 16739 16742 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105873256 10914906112 12354 33554432000 4194304 4196468 140725753350240 140327569679648 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16751] ppid=16739 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16751/stat : 16751 (java) S 16739 16742 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105873256 10914906112 12354 33554432000 4194304 4196468 140725753350240 140327568627312 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16752] ppid=16739 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16752/stat : 16752 (java) S 16739 16742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105873258 10914906112 12354 33554432000 4194304 4196468 140725753350240 140327567575632 140328333215643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16753] ppid=16739 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/16742/task/16753/stat : 16753 (java) R 16739 16742 13514 0 -1 1077944384 526 0 0 0 4 0 0 0 20 0 15 0 105873258 10914906112 12354 33554432000 4194304 4196468 140725753350240 140327566509264 140328333207253 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16754] ppid=16739 vsize=10659088 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/16742/task/16754/stat : 16754 (java) R 16739 16742 13514 0 -1 4202560 664 0 0 0 5 0 0 0 20 0 15 0 105873258 10914906112 12354 33554432000 4194304 4196468 140725753350240 140327565461008 140328311390900 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16755] ppid=16739 vsize=10659088 memory=140000421500544 CPUtime=0.12 cores=0,2,4,6
/proc/16742/task/16755/stat : 16755 (java) R 16739 16742 13514 0 -1 4202560 767 0 0 0 12 0 0 0 20 0 15 0 105873258 10914906112 12354 33554432000 4194304 4196468 140725753350240 140327564414368 140328312135305 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16756] ppid=16739 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16756/stat : 16756 (java) S 16739 16742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105873258 10914906112 12354 33554432000 4194304 4196468 140725753350240 140327563364832 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16757] ppid=16739 vsize=10659088 memory=140000421500544 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16757/stat : 16757 (java) S 16739 16742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105873258 10914906112 12354 33554432000 4194304 4196468 140725753350240 140327562312624 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 49416 KiB

[startup+0.700714 s]
/proc/loadavg: 3.55 2.81 2.76 5/217 16757
/proc/meminfo: memFree=27958600/32770624 swapFree=67108860/67108860
[pid=16742] ppid=16739 vsize=10659088 memory=174732 CPUtime=1.79 cores=0,2,4,6
/proc/16742/stat : 16742 (java) S 16739 16742 13514 0 -1 1077944320 13839 0 0 0 173 6 0 0 20 0 15 0 105873252 10914906112 43683 33554432000 4194304 4196468 140725753350240 140725753332784 140328333197047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
/proc/16742/statm: 2664772 43683 3107 1 0 2627263 0
[pid=16742/tid=16744] ppid=16739 vsize=10659088 memory=16840 CPUtime=0.68 cores=0,2,4,6
/proc/16742/task/16744/stat : 16744 (java) R 16739 16742 13514 0 -1 4202560 5919 0 0 0 64 4 0 0 20 0 15 0 105873253 10914906112 43683 33554432000 4194304 4196468 140725753350240 140328337432800 140327943047773 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16745] ppid=16739 vsize=10659088 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16745/stat : 16745 (java) S 16739 16742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105873254 10914906112 43683 33554432000 4194304 4196468 140725753350240 140327939729808 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16746] ppid=16739 vsize=10659088 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16746/stat : 16746 (java) S 16739 16742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105873254 10914906112 43683 33554432000 4194304 4196468 140725753350240 140327938677008 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16747] ppid=16739 vsize=10659088 memory=496 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16747/stat : 16747 (java) S 16739 16742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105873254 10914906112 43683 33554432000 4194304 4196468 140725753350240 140327937624720 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16748] ppid=16739 vsize=10659088 memory=928 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16748/stat : 16748 (java) S 16739 16742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105873254 10914906112 43683 33554432000 4194304 4196468 140725753350240 140327936571920 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16749] ppid=16739 vsize=10659088 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16749/stat : 16749 (java) S 16739 16742 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105873255 10914906112 43683 33554432000 4194304 4196468 140725753350240 140327570733680 140328333208194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16750] ppid=16739 vsize=10659088 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16750/stat : 16750 (java) S 16739 16742 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105873256 10914906112 43683 33554432000 4194304 4196468 140725753350240 140327569679648 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16751] ppid=16739 vsize=10659088 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16751/stat : 16751 (java) S 16739 16742 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105873256 10914906112 43683 33554432000 4194304 4196468 140725753350240 140327568627312 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16752] ppid=16739 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16752/stat : 16752 (java) S 16739 16742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105873258 10914906112 43683 33554432000 4194304 4196468 140725753350240 140327567575632 140328333215643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16753] ppid=16739 vsize=10659088 memory=6081108994580573287 CPUtime=0.4 cores=0,2,4,6
/proc/16742/task/16753/stat : 16753 (java) R 16739 16742 13514 0 -1 4202560 1915 0 0 0 40 0 0 0 20 0 15 0 105873258 10914906112 43683 33554432000 4194304 4196468 140725753350240 140327566509024 140328316607862 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16754] ppid=16739 vsize=10659088 memory=5932762877087012201 CPUtime=0.41 cores=0,2,4,6
/proc/16742/task/16754/stat : 16754 (java) R 16739 16742 13514 0 -1 4202560 2349 0 0 0 41 0 0 0 20 0 15 0 105873258 10914906112 43683 33554432000 4194304 4196468 140725753350240 140327565457120 140328312630119 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16755] ppid=16739 vsize=10659088 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/16742/task/16755/stat : 16755 (java) S 16739 16742 13514 0 -1 1077944384 2285 0 0 0 26 1 0 0 20 0 15 0 105873258 10914906112 43683 33554432000 4194304 4196468 140725753350240 140327564417392 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16756] ppid=16739 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16756/stat : 16756 (java) S 16739 16742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105873258 10914906112 43683 33554432000 4194304 4196468 140725753350240 140327563364832 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16757] ppid=16739 vsize=10659088 memory=756 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16757/stat : 16757 (java) S 16739 16742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105873258 10914906112 43683 33554432000 4194304 4196468 140725753350240 140327562312624 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 174732 KiB

[startup+1.50072 s]
/proc/loadavg: 3.55 2.81 2.76 4/217 16757
/proc/meminfo: memFree=27872592/32770624 swapFree=67108860/67108860
[pid=16742] ppid=16739 vsize=10659088 memory=206196 CPUtime=3.14 cores=0,2,4,6
/proc/16742/stat : 16742 (java) S 16739 16742 13514 0 -1 1077944320 14645 0 0 0 306 8 0 0 20 0 15 0 105873252 10914906112 51549 33554432000 4194304 4196468 140725753350240 140725753332784 140328333197047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
/proc/16742/statm: 2664772 51549 3126 1 0 2627263 0
[pid=16742/tid=16744] ppid=16739 vsize=10659088 memory=206196 CPUtime=1.46 cores=0,2,4,6
/proc/16742/task/16744/stat : 16744 (java) R 16739 16742 13514 0 -1 4202560 5925 0 0 0 142 4 0 0 20 0 15 0 105873253 10914906112 51549 33554432000 4194304 4196468 140725753350240 140328337433496 140327943300661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16745] ppid=16739 vsize=10659088 memory=33 CPUtime=0.01 cores=0,2,4,6
/proc/16742/task/16745/stat : 16745 (java) S 16739 16742 13514 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 15 0 105873254 10914906112 51549 33554432000 4194304 4196468 140725753350240 140327939729808 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16746] ppid=16739 vsize=10659088 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16742/task/16746/stat : 16746 (java) S 16739 16742 13514 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 15 0 105873254 10914906112 51549 33554432000 4194304 4196468 140725753350240 140327938677008 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16747] ppid=16739 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16747/stat : 16747 (java) S 16739 16742 13514 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 105873254 10914906112 51549 33554432000 4194304 4196468 140725753350240 140327937624720 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16748] ppid=16739 vsize=10659088 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16742/task/16748/stat : 16748 (java) S 16739 16742 13514 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 15 0 105873254 10914906112 51549 33554432000 4194304 4196468 140725753350240 140327936571920 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16749] ppid=16739 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16749/stat : 16749 (java) S 16739 16742 13514 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105873255 10914906112 51549 33554432000 4194304 4196468 140725753350240 140327570733680 140328333208194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0

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

[pid=16742/tid=16748] ppid=16739 vsize=10659088 memory=1992 CPUtime=21.44 cores=0,2,4,6
/proc/16742/task/16748/stat : 16748 (java) R 16739 16742 13514 0 -1 4202560 14067 0 0 0 2064 80 0 0 20 0 15 0 105873254 10914906112 1339789 33554432000 4194304 4196468 140725753350240 140327936571504 140328325825255 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16749] ppid=16739 vsize=10659088 memory=4486352 CPUtime=8.05 cores=0,2,4,6
/proc/16742/task/16749/stat : 16749 (java) S 16739 16742 13514 0 -1 1077944384 15571 0 0 0 804 1 0 0 20 0 15 0 105873255 10914906112 1339789 33554432000 4194304 4196468 140725753350240 140327570732000 140328333207253 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16750] ppid=16739 vsize=10659088 memory=140000297713664 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16750/stat : 16750 (java) S 16739 16742 13514 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 105873256 10914906112 1339789 33554432000 4194304 4196468 140725753350240 140327569679712 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16751] ppid=16739 vsize=10659088 memory=140000297754816 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16751/stat : 16751 (java) S 16739 16742 13514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 105873256 10914906112 1339789 33554432000 4194304 4196468 140725753350240 140327568627328 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16752] ppid=16739 vsize=10659088 memory=30196 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16752/stat : 16752 (java) S 16739 16742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105873258 10914906112 1339789 33554432000 4194304 4196468 140725753350240 140327567575632 140328333215643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16753] ppid=16739 vsize=10659088 memory=2204 CPUtime=2 cores=0,2,4,6
/proc/16742/task/16753/stat : 16753 (java) S 16739 16742 13514 0 -1 1077944384 9764 0 0 0 199 1 0 0 20 0 15 0 105873258 10914906112 1339789 33554432000 4194304 4196468 140725753350240 140327566522480 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16754] ppid=16739 vsize=10659088 memory=4490040 CPUtime=2.04 cores=0,2,4,6
/proc/16742/task/16754/stat : 16754 (java) S 16739 16742 13514 0 -1 1077944384 9089 0 0 0 203 1 0 0 20 0 15 0 105873258 10914906112 1339789 33554432000 4194304 4196468 140725753350240 140327565469680 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16755] ppid=16739 vsize=10659088 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/16742/task/16755/stat : 16755 (java) S 16739 16742 13514 0 -1 1077944384 3606 0 0 0 39 1 0 0 20 0 15 0 105873258 10914906112 1339789 33554432000 4194304 4196468 140725753350240 140327564417392 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16756] ppid=16739 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16756/stat : 16756 (java) S 16739 16742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105873258 10914906112 1339789 33554432000 4194304 4196468 140725753350240 140327563364832 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16757] ppid=16739 vsize=10659088 memory=4950228 CPUtime=0.02 cores=0,2,4,6
/proc/16742/task/16757/stat : 16757 (java) S 16739 16742 13514 0 -1 1077944384 1143 0 0 0 1 1 0 0 20 0 15 0 105873258 10914906112 1339789 33554432000 4194304 4196468 140725753350240 140327562312624 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
Current children cumulated CPU time: 119.49 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 5359156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+100.901 s]
/proc/loadavg: 3.35 2.99 2.83 6/217 16758
/proc/meminfo: memFree=19747396/32770624 swapFree=67108860/67108860
[pid=16742] ppid=16739 vsize=10659088 memory=8028372 CPUtime=252.09 cores=0,2,4,6
/proc/16742/stat : 16742 (java) S 16739 16742 13514 0 -1 1077944320 174504 0 0 0 24702 507 0 0 20 0 15 0 105873252 10914906112 2007093 33554432000 4194304 4196468 140725753350240 140725753332784 140328333197047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
/proc/16742/statm: 2664772 2007093 3173 1 0 2627263 0
[pid=16742/tid=16744] ppid=16739 vsize=10659088 memory=7962828 CPUtime=35.63 cores=0,2,4,6
/proc/16742/task/16744/stat : 16744 (java) S 16739 16742 13514 0 -1 1077944384 17430 0 0 0 3549 14 0 0 20 0 15 0 105873253 10914906112 2007093 33554432000 4194304 4196468 140725753350240 140328337430592 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16745] ppid=16739 vsize=10659088 memory=7027168 CPUtime=48.99 cores=0,2,4,6
/proc/16742/task/16745/stat : 16745 (java) S 16739 16742 13514 0 -1 1077944384 28407 0 0 0 4775 124 0 0 20 0 15 0 105873254 10914906112 2007093 33554432000 4194304 4196468 140725753350240 140327939729616 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16746] ppid=16739 vsize=10659088 memory=7956648 CPUtime=49.07 cores=0,2,4,6
/proc/16742/task/16746/stat : 16746 (java) R 16739 16742 13514 0 -1 4202560 34613 0 0 0 4795 112 0 0 20 0 15 0 105873254 10914906112 2007093 33554432000 4194304 4196468 140725753350240 140327938677128 140328325825255 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16747] ppid=16739 vsize=10659088 memory=8028372 CPUtime=49.22 cores=0,2,4,6
/proc/16742/task/16747/stat : 16747 (java) R 16739 16742 13514 0 -1 4202560 23776 0 0 0 4801 121 0 0 20 0 15 0 105873254 10914906112 2007093 33554432000 4194304 4196468 140725753350240 140327937624528 140328325825255 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16748] ppid=16739 vsize=10659088 memory=8028372 CPUtime=49.2 cores=0,2,4,6
/proc/16742/task/16748/stat : 16748 (java) R 16739 16742 13514 0 -1 4202560 20673 0 0 0 4795 125 0 0 20 0 15 0 105873254 10914906112 2007093 33554432000 4194304 4196468 140725753350240 140327936572120 140328317898064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16749] ppid=16739 vsize=10659088 memory=4140 CPUtime=15.39 cores=0,2,4,6
/proc/16742/task/16749/stat : 16749 (java) S 16739 16742 13514 0 -1 1077944384 24533 0 0 0 1537 2 0 0 20 0 15 0 105873255 10914906112 2007093 33554432000 4194304 4196468 140725753350240 140327570732224 140328333207253 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16750] ppid=16739 vsize=10659088 memory=8028372 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16750/stat : 16750 (java) S 16739 16742 13514 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 105873256 10914906112 2007093 33554432000 4194304 4196468 140725753350240 140327569679712 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16751] ppid=16739 vsize=10659088 memory=8028372 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16751/stat : 16751 (java) S 16739 16742 13514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 105873256 10914906112 2007093 33554432000 4194304 4196468 140725753350240 140327568627328 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16752] ppid=16739 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16752/stat : 16752 (java) S 16739 16742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105873258 10914906112 2007093 33554432000 4194304 4196468 140725753350240 140327567575632 140328333215643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16753] ppid=16739 vsize=10659088 memory=2592 CPUtime=2 cores=0,2,4,6
/proc/16742/task/16753/stat : 16753 (java) S 16739 16742 13514 0 -1 1077944384 9767 0 0 0 199 1 0 0 20 0 15 0 105873258 10914906112 2007093 33554432000 4194304 4196468 140725753350240 140327566522528 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16754] ppid=16739 vsize=10659088 memory=7973068 CPUtime=2.04 cores=0,2,4,6
/proc/16742/task/16754/stat : 16754 (java) S 16739 16742 13514 0 -1 1077944384 9094 0 0 0 203 1 0 0 20 0 15 0 105873258 10914906112 2007093 33554432000 4194304 4196468 140725753350240 140327565469440 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16755] ppid=16739 vsize=10659088 memory=7973068 CPUtime=0.4 cores=0,2,4,6
/proc/16742/task/16755/stat : 16755 (java) S 16739 16742 13514 0 -1 1077944384 3652 0 0 0 39 1 0 0 20 0 15 0 105873258 10914906112 2007093 33554432000 4194304 4196468 140725753350240 140327564417440 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16756] ppid=16739 vsize=10659088 memory=8028372 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16756/stat : 16756 (java) S 16739 16742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105873258 10914906112 2007093 33554432000 4194304 4196468 140725753350240 140327563364832 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16757] ppid=16739 vsize=10659088 memory=14572 CPUtime=0.05 cores=0,2,4,6
/proc/16742/task/16757/stat : 16757 (java) S 16739 16742 13514 0 -1 1077944384 1174 0 0 0 2 3 0 0 20 0 15 0 105873258 10914906112 2007093 33554432000 4194304 4196468 140725753350240 140327562312624 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8028372 KiB

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

[startup+102.301 s]
/proc/loadavg: 3.35 2.99 2.83 3/217 16758
/proc/meminfo: memFree=19747396/32770624 swapFree=67108860/67108860
[pid=16742] ppid=16739 vsize=10858780 memory=8028460 CPUtime=253.73 cores=0,2,4,6
/proc/16742/stat : 16742 (java) S 16739 16742 13514 0 -1 1077944320 174764 0 0 0 24866 507 0 0 20 0 17 0 105873252 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140725753332784 140328333197047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
/proc/16742/statm: 2714695 2007115 3175 1 0 2677186 0
[pid=16742/tid=16744] ppid=16739 vsize=10858780 memory=7956648 CPUtime=35.64 cores=0,2,4,6
/proc/16742/task/16744/stat : 16744 (java) R 16739 16742 13514 0 -1 4202560 17430 0 0 0 3550 14 0 0 20 0 17 0 105873253 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140328337430592 140327944911038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16745] ppid=16739 vsize=10858780 memory=8028372 CPUtime=49.07 cores=0,2,4,6
/proc/16742/task/16745/stat : 16745 (java) S 16739 16742 13514 0 -1 1077944384 28407 0 0 0 4783 124 0 0 20 0 17 0 105873254 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327939729808 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16746] ppid=16739 vsize=10858780 memory=4140 CPUtime=49.15 cores=0,2,4,6
/proc/16742/task/16746/stat : 16746 (java) S 16739 16742 13514 0 -1 1077944384 34613 0 0 0 4803 112 0 0 20 0 17 0 105873254 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327938677008 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16747] ppid=16739 vsize=10858780 memory=3738664 CPUtime=49.3 cores=0,2,4,6
/proc/16742/task/16747/stat : 16747 (java) S 16739 16742 13514 0 -1 1077944384 23776 0 0 0 4809 121 0 0 20 0 17 0 105873254 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327937624720 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16748] ppid=16739 vsize=10858780 memory=2257 CPUtime=49.29 cores=0,2,4,6
/proc/16742/task/16748/stat : 16748 (java) S 16739 16742 13514 0 -1 1077944384 20673 0 0 0 4804 125 0 0 20 0 17 0 105873254 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327936571920 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16749] ppid=16739 vsize=10858780 memory=6829572 CPUtime=16.7 cores=0,2,4,6
/proc/16742/task/16749/stat : 16749 (java) S 16739 16742 13514 0 -1 1077944384 24632 0 0 0 1668 2 0 0 20 0 17 0 105873255 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327570733680 140328333208194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16750] ppid=16739 vsize=10858780 memory=6665696 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16750/stat : 16750 (java) S 16739 16742 13514 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 105873256 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327569679712 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16751] ppid=16739 vsize=10858780 memory=7740072 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16751/stat : 16751 (java) S 16739 16742 13514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 105873256 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327568627328 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16752] ppid=16739 vsize=10858780 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16752/stat : 16752 (java) S 16739 16742 13514 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 105873258 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327567575632 140328333215643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16753] ppid=16739 vsize=10858780 memory=0 CPUtime=2 cores=0,2,4,6
/proc/16742/task/16753/stat : 16753 (java) S 16739 16742 13514 0 -1 1077944384 9767 0 0 0 199 1 0 0 20 0 17 0 105873258 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327566522480 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16754] ppid=16739 vsize=10858780 memory=324 CPUtime=2.04 cores=0,2,4,6
/proc/16742/task/16754/stat : 16754 (java) S 16739 16742 13514 0 -1 1077944384 9094 0 0 0 203 1 0 0 20 0 17 0 105873258 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327565469680 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16755] ppid=16739 vsize=10858780 memory=4140 CPUtime=0.4 cores=0,2,4,6
/proc/16742/task/16755/stat : 16755 (java) S 16739 16742 13514 0 -1 1077944384 3671 0 0 0 39 1 0 0 20 0 17 0 105873258 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327564417392 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16756] ppid=16739 vsize=10858780 memory=30196 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16756/stat : 16756 (java) S 16739 16742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105873258 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327563364832 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16757] ppid=16739 vsize=10858780 memory=1081124 CPUtime=0.05 cores=0,2,4,6
/proc/16742/task/16757/stat : 16757 (java) S 16739 16742 13514 0 -1 1077944384 1174 0 0 0 2 3 0 0 20 0 17 0 105873258 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327562312624 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
Current children cumulated CPU time: 253.73 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 8028460 KiB

[startup+102.529 s]
# the end of solver process 16742 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.86 s, system=5.11302 s

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

[startup+102.401 s]
/proc/loadavg: 3.35 2.99 2.83 3/217 16758
/proc/meminfo: memFree=19747396/32770624 swapFree=67108860/67108860
[pid=16742] ppid=16739 vsize=10858780 memory=8028460 CPUtime=253.83 cores=0,2,4,6
/proc/16742/stat : 16742 (java) S 16739 16742 13514 0 -1 1077944320 174764 0 0 0 24876 507 0 0 20 0 17 0 105873252 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140725753332784 140328333197047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
/proc/16742/statm: 2714695 2007115 3175 1 0 2677186 0
[pid=16742/tid=16744] ppid=16739 vsize=10858780 memory=7570184 CPUtime=35.74 cores=0,2,4,6
/proc/16742/task/16744/stat : 16744 (java) R 16739 16742 13514 0 -1 4202560 17430 0 0 0 3560 14 0 0 20 0 17 0 105873253 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140328337430592 140327944241240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16745] ppid=16739 vsize=10858780 memory=7027168 CPUtime=49.07 cores=0,2,4,6
/proc/16742/task/16745/stat : 16745 (java) S 16739 16742 13514 0 -1 1077944384 28407 0 0 0 4783 124 0 0 20 0 17 0 105873254 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327939729808 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16746] ppid=16739 vsize=10858780 memory=6675948 CPUtime=49.15 cores=0,2,4,6
/proc/16742/task/16746/stat : 16746 (java) S 16739 16742 13514 0 -1 1077944384 34613 0 0 0 4803 112 0 0 20 0 17 0 105873254 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327938677008 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16747] ppid=16739 vsize=10858780 memory=1520 CPUtime=49.3 cores=0,2,4,6
/proc/16742/task/16747/stat : 16747 (java) S 16739 16742 13514 0 -1 1077944384 23776 0 0 0 4809 121 0 0 20 0 17 0 105873254 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327937624720 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16748] ppid=16739 vsize=10858780 memory=6383616 CPUtime=49.29 cores=0,2,4,6
/proc/16742/task/16748/stat : 16748 (java) S 16739 16742 13514 0 -1 1077944384 20673 0 0 0 4804 125 0 0 20 0 17 0 105873254 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327936571920 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16749] ppid=16739 vsize=10858780 memory=1240 CPUtime=16.7 cores=0,2,4,6
/proc/16742/task/16749/stat : 16749 (java) S 16739 16742 13514 0 -1 1077944384 24632 0 0 0 1668 2 0 0 20 0 17 0 105873255 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327570733680 140328333208194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16750] ppid=16739 vsize=10858780 memory=1520 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16750/stat : 16750 (java) S 16739 16742 13514 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 105873256 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327569679712 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16751] ppid=16739 vsize=10858780 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16751/stat : 16751 (java) S 16739 16742 13514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 105873256 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327568627328 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16752] ppid=16739 vsize=10858780 memory=4582 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16752/stat : 16752 (java) S 16739 16742 13514 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 105873258 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327567575632 140328333215643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16753] ppid=16739 vsize=10858780 memory=4597 CPUtime=2 cores=0,2,4,6
/proc/16742/task/16753/stat : 16753 (java) S 16739 16742 13514 0 -1 1077944384 9767 0 0 0 199 1 0 0 20 0 17 0 105873258 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327566522480 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16754] ppid=16739 vsize=10858780 memory=4590 CPUtime=2.04 cores=0,2,4,6
/proc/16742/task/16754/stat : 16754 (java) S 16739 16742 13514 0 -1 1077944384 9094 0 0 0 203 1 0 0 20 0 17 0 105873258 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327565469680 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16755] ppid=16739 vsize=10858780 memory=8028372 CPUtime=0.4 cores=0,2,4,6
/proc/16742/task/16755/stat : 16755 (java) S 16739 16742 13514 0 -1 1077944384 3671 0 0 0 39 1 0 0 20 0 17 0 105873258 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327564417392 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16756] ppid=16739 vsize=10858780 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/16742/task/16756/stat : 16756 (java) S 16739 16742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105873258 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327563364832 140328333207253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
[pid=16742/tid=16757] ppid=16739 vsize=10858780 memory=6791534058613427641 CPUtime=0.05 cores=0,2,4,6
/proc/16742/task/16757/stat : 16757 (java) S 16739 16742 13514 0 -1 1077944384 1174 0 0 0 2 3 0 0 20 0 17 0 105873258 11119390720 2007115 33554432000 4194304 4196468 140725753350240 140327562312624 140328333208194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 27996160 140725753357430 140725753357582 140725753357582 140725753360335 0
Current children cumulated CPU time: 253.83 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 8028460 KiB

[startup+102.501 s]*
/proc/loadavg: 3.35 2.99 2.83 3/204 16761
/proc/meminfo: memFree=21931968/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 102.529
CPU time (s): 253.973
CPU user time (s): 248.86
CPU system time (s): 5.11302
CPU usage (%): 247.709
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 8028460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.86
system time used= 5.11302
maximum resident set size= 8029096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174809
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6400
involuntary context switches= 2099


# summary of solver processes directly reported to runsolver:
#   pid: 16742
#   total CPU time (s): 253.973
#   total CPU user time (s): 248.86
#   total CPU system time (s): 5.11302

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.697507 second user time and 0.949048 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 18:51:41
IDJOB=4301625
IDBENCH=141252
IDSOLVER=2773
FILE ID=node136/4301625-1532883101
RUNJOBID= node136-1532879536-13546
PBS_JOBID= 21022516
Free space on /tmp= 60224 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc128_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301625-1532883101/watcher-4301625-1532883101 -o /tmp/evaluation-result-4301625-1532883101/solver-4301625-1532883101 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301625-1532883101.xml

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

MD5SUM BENCH= 76ce32fb4bedcb1ec6c5e9897c61dbaf
RANDOM SEED=1029546726

node136.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.50
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.50
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.50
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.50
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:        28065888 kB
MemAvailable:   31351476 kB
Buffers:          213308 kB
Cached:          3342788 kB
SwapCached:            0 kB
Active:          2290412 kB
Inactive:        1938708 kB
Active(anon):     624116 kB
Inactive(anon):    76480 kB
Active(file):    1666296 kB
Inactive(file):  1862228 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2396 kB
Writeback:             0 kB
AnonPages:        652656 kB
Mapped:            46496 kB
Shmem:             25228 kB
Slab:             174056 kB
SReclaimable:     145796 kB
SUnreclaim:        28260 kB
KernelStack:        3840 kB
PageTables:         6212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1569236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60224 MiB
End job on node136 at 2018-07-29 18:53:24