Trace number 4301601

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) 252.488 105.824

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko72_c18.xml
MD5SUM69672b68d8d3f9201b488571cf4784d4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark36340
Best CPU time to get the best result obtained on this benchmark252.14
Satisfiable
(Un)Satisfiability was proved
Number of variables5256
Number of constraints2557
Number of domains2
Minimum domain size8
Maximum domain size72
Distribution of domain sizes[{"size":8,"count":2556},{"size":72,"count":72}]
Minimum variable degree0
Maximum variable degree72
Distribution of variable degrees[{"degree":0,"count":2628},{"degree":2,"count":2556},{"degree":72,"count":72}]
Minimum constraint arity3
Maximum constraint arity72
Distribution of constraint arities[{"arity":3,"count":2556},{"arity":72,"count":1}]
Number of extensional constraints2556
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2556},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301601-1532882800/watcher-4301601-1532882800 -o /tmp/evaluation-result-4301601-1532882800/solver-4301601-1532882800 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301601-1532882800.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
solver pid=27037, runsolver pid=27034
Current StackSize limit: 8192 KiB


[startup+0.10012 s]*
/proc/loadavg: 2.50 2.42 2.41 3/216 27052
/proc/meminfo: memFree=26929956/32770624 swapFree=67108860/67108860
[pid=27037] ppid=27034 vsize=10659012 memory=30080 CPUtime=0.13 cores=0,2,4,6
/proc/27037/stat : 27037 (java) S 27034 27037 22004 0 -1 1077944320 6600 0 0 0 12 1 0 0 20 0 15 0 105843220 10914828288 7520 33554432000 4194304 4196468 140729023894256 140729023876800 140572748304119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
/proc/27037/statm: 2664753 7520 2825 1 0 2627263 0
[pid=27037/tid=27039] ppid=27034 vsize=10659012 memory=-8773748148830113155 CPUtime=0.09 cores=0,2,4,6
/proc/27037/task/27039/stat : 27039 (java) R 27034 27037 22004 0 -1 4202560 4428 0 0 0 8 1 0 0 20 0 15 0 105843220 10914828288 7520 33554432000 4194304 4196468 140729023894256 140572752526704 140572748326045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27040] ppid=27034 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27040/stat : 27040 (java) S 27034 27037 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105843221 10914828288 7520 33554432000 4194304 4196468 140729023894256 140572674378256 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27041] ppid=27034 vsize=10659012 memory=140151524546176 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27041/stat : 27041 (java) S 27034 27037 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105843221 10914828288 7520 33554432000 4194304 4196468 140729023894256 140572673325712 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27042] ppid=27034 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27042/stat : 27042 (java) S 27034 27037 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105843221 10914828288 7520 33554432000 4194304 4196468 140729023894256 140572672272656 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27043] ppid=27034 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27043/stat : 27043 (java) S 27034 27037 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105843221 10914828288 7520 33554432000 4194304 4196468 140729023894256 140572671220112 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27044] ppid=27034 vsize=10659012 memory=140151524546176 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27044/stat : 27044 (java) S 27034 27037 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105843223 10914828288 7520 33554432000 4194304 4196468 140729023894256 140571783932656 140572748315266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27045] ppid=27034 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27045/stat : 27045 (java) S 27034 27037 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105843223 10914828288 7520 33554432000 4194304 4196468 140729023894256 140571782878880 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27046] ppid=27034 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27046/stat : 27046 (java) S 27034 27037 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105843223 10914828288 7520 33554432000 4194304 4196468 140729023894256 140571781825776 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27047] ppid=27034 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27047/stat : 27047 (java) S 27034 27037 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105843226 10914828288 7520 33554432000 4194304 4196468 140729023894256 140571780774352 140572748322715 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27048] ppid=27034 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27048/stat : 27048 (java) R 27034 27037 22004 0 -1 4202560 437 0 0 0 0 0 0 0 20 0 15 0 105843226 10914828288 7520 33554432000 4194304 4196468 140729023894256 140571779721456 140572748315266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27049] ppid=27034 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27049/stat : 27049 (java) R 27034 27037 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105843226 10914828288 7520 33554432000 4194304 4196468 140729023894256 140571778668912 140572748315266 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27050] ppid=27034 vsize=10659012 memory=140151524546176 CPUtime=0.02 cores=0,2,4,6
/proc/27037/task/27050/stat : 27050 (java) R 27034 27037 22004 0 -1 1077944384 365 0 0 0 2 0 0 0 20 0 15 0 105843226 10914828288 7520 33554432000 4194304 4196468 140729023894256 140571777615856 140572748315266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27051] ppid=27034 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27051/stat : 27051 (java) S 27034 27037 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105843226 10914828288 7520 33554432000 4194304 4196468 140729023894256 140571776563552 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27052] ppid=27034 vsize=10659012 memory=140151524546176 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27052/stat : 27052 (java) S 27034 27037 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105843226 10914828288 7520 33554432000 4194304 4196468 140729023894256 140571775511600 140572748315266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30080 KiB

[startup+0.210703 s]*
/proc/loadavg: 2.50 2.42 2.41 4/216 27052
/proc/meminfo: memFree=26920276/32770624 swapFree=67108860/67108860
[pid=27037] ppid=27034 vsize=10659012 memory=41776 CPUtime=0.33 cores=0,2,4,6
/proc/27037/stat : 27037 (java) S 27034 27037 22004 0 -1 1077944320 8079 0 0 0 32 1 0 0 20 0 15 0 105843220 10914828288 10444 33554432000 4194304 4196468 140729023894256 140729023876800 140572748304119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
/proc/27037/statm: 2664753 10444 3005 1 0 2627263 0
[pid=27037/tid=27039] ppid=27034 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27037/task/27039/stat : 27039 (java) R 27034 27037 22004 0 -1 4202560 5015 0 0 0 19 1 0 0 20 0 15 0 105843220 10914828288 10444 33554432000 4194304 4196468 140729023894256 140572752540736 140572748326045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27040] ppid=27034 vsize=10659012 memory=364 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27040/stat : 27040 (java) S 27034 27037 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105843221 10914828288 10444 33554432000 4194304 4196468 140729023894256 140572674378256 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27041] ppid=27034 vsize=10659012 memory=140151524568464 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27041/stat : 27041 (java) S 27034 27037 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105843221 10914828288 10444 33554432000 4194304 4196468 140729023894256 140572673325712 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27042] ppid=27034 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27042/stat : 27042 (java) S 27034 27037 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105843221 10914828288 10444 33554432000 4194304 4196468 140729023894256 140572672272656 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27043] ppid=27034 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27043/stat : 27043 (java) S 27034 27037 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105843221 10914828288 10444 33554432000 4194304 4196468 140729023894256 140572671220112 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27044] ppid=27034 vsize=10659012 memory=140151524546176 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27044/stat : 27044 (java) S 27034 27037 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105843223 10914828288 10444 33554432000 4194304 4196468 140729023894256 140571783932656 140572748315266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27045] ppid=27034 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27045/stat : 27045 (java) S 27034 27037 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105843223 10914828288 10444 33554432000 4194304 4196468 140729023894256 140571782878880 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27046] ppid=27034 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27046/stat : 27046 (java) S 27034 27037 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105843223 10914828288 10444 33554432000 4194304 4196468 140729023894256 140571781825776 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27047] ppid=27034 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27047/stat : 27047 (java) S 27034 27037 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105843226 10914828288 10444 33554432000 4194304 4196468 140729023894256 140571780774352 140572748322715 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27048] ppid=27034 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27037/task/27048/stat : 27048 (java) S 27034 27037 22004 0 -1 1077944384 778 0 0 0 2 0 0 0 20 0 15 0 105843226 10914828288 10444 33554432000 4194304 4196468 140729023894256 140571779721456 140572748315266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27049] ppid=27034 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27037/task/27049/stat : 27049 (java) S 27034 27037 22004 0 -1 1077944384 209 0 0 0 1 0 0 0 20 0 15 0 105843226 10914828288 10444 33554432000 4194304 4196468 140729023894256 140571778668912 140572748315266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27050] ppid=27034 vsize=10659012 memory=140151524546176 CPUtime=0.08 cores=0,2,4,6
/proc/27037/task/27050/stat : 27050 (java) R 27034 27037 22004 0 -1 4202560 711 0 0 0 8 0 0 0 20 0 15 0 105843226 10914828288 10444 33554432000 4194304 4196468 140729023894256 140571777615856 140572740541246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27051] ppid=27034 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27051/stat : 27051 (java) S 27034 27037 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105843226 10914828288 10444 33554432000 4194304 4196468 140729023894256 140571776563552 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27052] ppid=27034 vsize=10659012 memory=140151524546176 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27052/stat : 27052 (java) S 27034 27037 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105843226 10914828288 10444 33554432000 4194304 4196468 140729023894256 140571775511600 140572748315266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41776 KiB

[startup+0.310452 s]*
/proc/loadavg: 2.50 2.42 2.41 5/216 27052
/proc/meminfo: memFree=26906008/32770624 swapFree=67108860/67108860
[pid=27037] ppid=27034 vsize=10659088 memory=53196 CPUtime=0.59 cores=0,2,4,6
/proc/27037/stat : 27037 (java) S 27034 27037 22004 0 -1 1077944320 9868 0 0 0 57 2 0 0 20 0 15 0 105843220 10914906112 13299 33554432000 4194304 4196468 140729023894256 140729023876800 140572748304119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
/proc/27037/statm: 2664772 13299 3067 1 0 2627263 0
[pid=27037/tid=27039] ppid=27034 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/27037/task/27039/stat : 27039 (java) R 27034 27037 22004 0 -1 4202560 5557 0 0 0 29 1 0 0 20 0 15 0 105843220 10914906112 13299 33554432000 4194304 4196468 140729023894256 140572752540800 140572748326045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27040] ppid=27034 vsize=10659088 memory=288230600429797399 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27040/stat : 27040 (java) S 27034 27037 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105843221 10914906112 13299 33554432000 4194304 4196468 140729023894256 140572674378256 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27041] ppid=27034 vsize=10659088 memory=140151524568437 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27041/stat : 27041 (java) S 27034 27037 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105843221 10914906112 13299 33554432000 4194304 4196468 140729023894256 140572673325712 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27042] ppid=27034 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27042/stat : 27042 (java) S 27034 27037 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105843221 10914906112 13299 33554432000 4194304 4196468 140729023894256 140572672272656 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27043] ppid=27034 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27043/stat : 27043 (java) S 27034 27037 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105843221 10914906112 13299 33554432000 4194304 4196468 140729023894256 140572671220112 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27044] ppid=27034 vsize=10659088 memory=140151524546176 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27044/stat : 27044 (java) S 27034 27037 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105843223 10914906112 13299 33554432000 4194304 4196468 140729023894256 140571783932656 140572748315266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27045] ppid=27034 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27045/stat : 27045 (java) S 27034 27037 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105843223 10914906112 13299 33554432000 4194304 4196468 140729023894256 140571782878880 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27046] ppid=27034 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27046/stat : 27046 (java) S 27034 27037 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105843223 10914906112 13299 33554432000 4194304 4196468 140729023894256 140571781825776 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27047] ppid=27034 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27047/stat : 27047 (java) S 27034 27037 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105843226 10914906112 13299 33554432000 4194304 4196468 140729023894256 140571780774352 140572748322715 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27048] ppid=27034 vsize=10659088 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27037/task/27048/stat : 27048 (java) R 27034 27037 22004 0 -1 4202560 1297 0 0 0 8 0 0 0 20 0 15 0 105843226 10914906112 13299 33554432000 4194304 4196468 140729023894256 140571779711376 140572731804631 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27049] ppid=27034 vsize=10659088 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/27037/task/27049/stat : 27049 (java) R 27034 27037 22004 0 -1 4202560 564 0 0 0 6 0 0 0 20 0 15 0 105843226 10914906112 13299 33554432000 4194304 4196468 140729023894256 140571778655696 140572732703654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27050] ppid=27034 vsize=10659088 memory=140151524546176 CPUtime=0.13 cores=0,2,4,6
/proc/27037/task/27050/stat : 27050 (java) R 27034 27037 22004 0 -1 1077944384 1080 0 0 0 13 0 0 0 20 0 15 0 105843226 10914906112 13299 33554432000 4194304 4196468 140729023894256 140571777615856 140572748315266 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27051] ppid=27034 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27051/stat : 27051 (java) S 27034 27037 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105843226 10914906112 13299 33554432000 4194304 4196468 140729023894256 140571776563552 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27052] ppid=27034 vsize=10659088 memory=140151524546176 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27052/stat : 27052 (java) S 27034 27037 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105843226 10914906112 13299 33554432000 4194304 4196468 140729023894256 140571775511600 140572748315266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53196 KiB

[startup+0.700739 s]
/proc/loadavg: 2.50 2.42 2.41 5/216 27052
/proc/meminfo: memFree=26865932/32770624 swapFree=67108860/67108860
[pid=27037] ppid=27034 vsize=10659088 memory=201028 CPUtime=1.91 cores=0,2,4,6
/proc/27037/stat : 27037 (java) S 27034 27037 22004 0 -1 1077944320 15214 0 0 0 185 6 0 0 20 0 15 0 105843220 10914906112 50257 33554432000 4194304 4196468 140729023894256 140729023876800 140572748304119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
/proc/27037/statm: 2664772 50257 3108 1 0 2627263 0
[pid=27037/tid=27039] ppid=27034 vsize=10659088 memory=1840 CPUtime=0.67 cores=0,2,4,6
/proc/27037/task/27039/stat : 27039 (java) R 27034 27037 22004 0 -1 4202560 5808 0 0 0 64 3 0 0 20 0 15 0 105843220 10914906112 50257 33554432000 4194304 4196468 140729023894256 140572752540464 140572354024964 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27040] ppid=27034 vsize=10659088 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27040/stat : 27040 (java) S 27034 27037 22004 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 105843221 10914906112 50257 33554432000 4194304 4196468 140729023894256 140572674378256 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27041] ppid=27034 vsize=10659088 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27041/stat : 27041 (java) S 27034 27037 22004 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 105843221 10914906112 50257 33554432000 4194304 4196468 140729023894256 140572673325712 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27042] ppid=27034 vsize=10659088 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27042/stat : 27042 (java) S 27034 27037 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105843221 10914906112 50257 33554432000 4194304 4196468 140729023894256 140572672272656 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27043] ppid=27034 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27043/stat : 27043 (java) S 27034 27037 22004 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 105843221 10914906112 50257 33554432000 4194304 4196468 140729023894256 140572671220112 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27044] ppid=27034 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27044/stat : 27044 (java) S 27034 27037 22004 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105843223 10914906112 50257 33554432000 4194304 4196468 140729023894256 140571783932656 140572748315266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27045] ppid=27034 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27045/stat : 27045 (java) S 27034 27037 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105843223 10914906112 50257 33554432000 4194304 4196468 140729023894256 140571782878880 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27046] ppid=27034 vsize=10659088 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27046/stat : 27046 (java) S 27034 27037 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105843223 10914906112 50257 33554432000 4194304 4196468 140729023894256 140571781825776 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27047] ppid=27034 vsize=10659088 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27047/stat : 27047 (java) S 27034 27037 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105843226 10914906112 50257 33554432000 4194304 4196468 140729023894256 140571780774352 140572748322715 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27048] ppid=27034 vsize=10659088 memory=7163631965283378496 CPUtime=0.44 cores=0,2,4,6
/proc/27037/task/27048/stat : 27048 (java) R 27034 27037 22004 0 -1 4202560 2878 0 0 0 44 0 0 0 20 0 15 0 105843226 10914906112 50257 33554432000 4194304 4196468 140729023894256 140571779712912 140572734318428 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27049] ppid=27034 vsize=10659088 memory=7667213801450137426 CPUtime=0.41 cores=0,2,4,6
/proc/27037/task/27049/stat : 27049 (java) R 27034 27037 22004 0 -1 4202560 2686 0 0 0 41 0 0 0 20 0 15 0 105843226 10914906112 50257 33554432000 4194304 4196468 140729023894256 140571778658704 140572725898864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27050] ppid=27034 vsize=10659088 memory=7295946094789283920 CPUtime=0.34 cores=0,2,4,6
/proc/27037/task/27050/stat : 27050 (java) S 27034 27037 22004 0 -1 1077944384 2350 0 0 0 33 1 0 0 20 0 15 0 105843226 10914906112 50257 33554432000 4194304 4196468 140729023894256 140571777615856 140572748315266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27051] ppid=27034 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27051/stat : 27051 (java) S 27034 27037 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105843226 10914906112 50257 33554432000 4194304 4196468 140729023894256 140571776563552 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27052] ppid=27034 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27052/stat : 27052 (java) S 27034 27037 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105843226 10914906112 50257 33554432000 4194304 4196468 140729023894256 140571775511600 140572748315266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 201028 KiB

[startup+1.50078 s]
/proc/loadavg: 2.50 2.42 2.41 7/216 27052
/proc/meminfo: memFree=26612300/32770624 swapFree=67108860/67108860
[pid=27037] ppid=27034 vsize=10661064 memory=396944 CPUtime=4.37 cores=0,2,4,6
/proc/27037/stat : 27037 (java) S 27034 27037 22004 0 -1 1077944320 19627 0 0 0 424 13 0 0 20 0 15 0 105843220 10916929536 99236 33554432000 4194304 4196468 140729023894256 140729023876800 140572748304119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
/proc/27037/statm: 2665266 99236 3147 1 0 2627757 0
[pid=27037/tid=27039] ppid=27034 vsize=10661064 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/27037/task/27039/stat : 27039 (java) R 27034 27037 22004 0 -1 4202560 6108 0 0 0 132 5 0 0 20 0 15 0 105843220 10916929536 99236 33554432000 4194304 4196468 140729023894256 140572752522696 140572350353456 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27040] ppid=27034 vsize=10661064 memory=-6951259422114956437 CPUtime=0.05 cores=0,2,4,6
/proc/27037/task/27040/stat : 27040 (java) S 27034 27037 22004 0 -1 1077944384 125 0 0 0 4 1 0 0 20 0 15 0 105843221 10916929536 99236 33554432000 4194304 4196468 140729023894256 140572674378256 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27041] ppid=27034 vsize=10661064 memory=-6509546260019855295 CPUtime=0.05 cores=0,2,4,6
/proc/27037/task/27041/stat : 27041 (java) S 27034 27037 22004 0 -1 1077944384 108 0 0 0 4 1 0 0 20 0 15 0 105843221 10916929536 99236 33554432000 4194304 4196468 140729023894256 140572673325712 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27042] ppid=27034 vsize=10661064 memory=-7390251449858225344 CPUtime=0.05 cores=0,2,4,6
/proc/27037/task/27042/stat : 27042 (java) S 27034 27037 22004 0 -1 1077944384 126 0 0 0 4 1 0 0 20 0 15 0 105843221 10916929536 99236 33554432000 4194304 4196468 140729023894256 140572672272656 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27043] ppid=27034 vsize=10661064 memory=4134692831991786133 CPUtime=0.04 cores=0,2,4,6
/proc/27037/task/27043/stat : 27043 (java) S 27034 27037 22004 0 -1 1077944384 60 0 0 0 3 1 0 0 20 0 15 0 105843221 10916929536 99236 33554432000 4194304 4196468 140729023894256 140572671220112 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27044] ppid=27034 vsize=10661064 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27044/stat : 27044 (java) S 27034 27037 22004 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 105843223 10916929536 99236 33554432000 4194304 4196468 140729023894256 140571783932656 140572748315266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0

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

[pid=27037/tid=27043] ppid=27034 vsize=10659088 memory=5571076 CPUtime=21.16 cores=0,2,4,6
/proc/27037/task/27043/stat : 27043 (java) S 27034 27037 22004 0 -1 1077944384 25906 0 0 0 2032 84 0 0 20 0 15 0 105843221 10914906112 1485282 33554432000 4194304 4196468 140729023894256 140572671220112 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27044] ppid=27034 vsize=10659088 memory=6791534058613427641 CPUtime=7.88 cores=0,2,4,6
/proc/27037/task/27044/stat : 27044 (java) R 27034 27037 22004 0 -1 4202560 16093 0 0 0 788 0 0 0 20 0 15 0 105843223 10914906112 1485282 33554432000 4194304 4196468 140729023894256 140571783931200 140572733004800 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27045] ppid=27034 vsize=10659088 memory=4137284780655939955 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27045/stat : 27045 (java) S 27034 27037 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105843223 10914906112 1485282 33554432000 4194304 4196468 140729023894256 140571782878944 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27046] ppid=27034 vsize=10659088 memory=5941128 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27046/stat : 27046 (java) S 27034 27037 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105843223 10914906112 1485282 33554432000 4194304 4196468 140729023894256 140571781825792 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27047] ppid=27034 vsize=10659088 memory=4715433313220523562 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27047/stat : 27047 (java) S 27034 27037 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105843226 10914906112 1485282 33554432000 4194304 4196468 140729023894256 140571780774352 140572748322715 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27048] ppid=27034 vsize=10659088 memory=4948080 CPUtime=1.93 cores=0,2,4,6
/proc/27037/task/27048/stat : 27048 (java) S 27034 27037 22004 0 -1 1077944384 5983 0 0 0 193 0 0 0 20 0 15 0 105843226 10914906112 1485282 33554432000 4194304 4196468 140729023894256 140571779721504 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27049] ppid=27034 vsize=10659088 memory=4857736 CPUtime=2.04 cores=0,2,4,6
/proc/27037/task/27049/stat : 27049 (java) S 27034 27037 22004 0 -1 1077944384 11076 0 0 0 203 1 0 0 20 0 15 0 105843226 10914906112 1485282 33554432000 4194304 4196468 140729023894256 140571778668960 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27050] ppid=27034 vsize=10659088 memory=164 CPUtime=0.48 cores=0,2,4,6
/proc/27037/task/27050/stat : 27050 (java) S 27034 27037 22004 0 -1 1077944384 2656 0 0 0 47 1 0 0 20 0 15 0 105843226 10914906112 1485282 33554432000 4194304 4196468 140729023894256 140571777615616 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27051] ppid=27034 vsize=10659088 memory=4639074098508484694 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27051/stat : 27051 (java) S 27034 27037 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105843226 10914906112 1485282 33554432000 4194304 4196468 140729023894256 140571776563552 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27052] ppid=27034 vsize=10659088 memory=6791534058613427641 CPUtime=0.03 cores=0,2,4,6
/proc/27037/task/27052/stat : 27052 (java) S 27034 27037 22004 0 -1 1077944384 882 0 0 0 2 1 0 0 20 0 15 0 105843226 10914906112 1485282 33554432000 4194304 4196468 140729023894256 140571775511600 140572748315266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
Current children cumulated CPU time: 119.03 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 5941128 KiB

[startup+102.301 s]
/proc/loadavg: 3.55 2.74 2.53 6/215 27134
/proc/meminfo: memFree=12919144/32770624 swapFree=67108860/67108860
[pid=27037] ppid=27034 vsize=10659088 memory=8189640 CPUtime=244.61 cores=0,2,4,6
/proc/27037/stat : 27037 (java) S 27034 27037 22004 0 -1 1077944320 188589 0 0 0 23984 477 0 0 20 0 15 0 105843220 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140729023876800 140572748304119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
/proc/27037/statm: 2664772 2047410 3178 1 0 2627263 0
[pid=27037/tid=27039] ppid=27034 vsize=10659088 memory=8036040 CPUtime=35.78 cores=0,2,4,6
/proc/27037/task/27039/stat : 27039 (java) S 27034 27037 22004 0 -1 1077944384 19713 0 0 0 3557 21 0 0 20 0 15 0 105843220 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140572752537504 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27040] ppid=27034 vsize=10659088 memory=8001200 CPUtime=46.22 cores=0,2,4,6
/proc/27037/task/27040/stat : 27040 (java) R 27034 27037 22004 0 -1 4202560 27395 0 0 0 4514 108 0 0 20 0 15 0 105843221 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140572674378256 140572729857360 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27041] ppid=27034 vsize=10659088 memory=0 CPUtime=46.06 cores=0,2,4,6
/proc/27037/task/27041/stat : 27041 (java) R 27034 27037 22004 0 -1 4202560 21749 0 0 0 4492 114 0 0 20 0 15 0 105843221 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140572673325912 140572729913907 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27042] ppid=27034 vsize=10659088 memory=8001224 CPUtime=46.21 cores=0,2,4,6
/proc/27037/task/27042/stat : 27042 (java) R 27034 27037 22004 0 -1 4202560 34681 0 0 0 4508 113 0 0 20 0 15 0 105843221 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140572672272656 140572733300520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27043] ppid=27034 vsize=10659088 memory=6791534058613427641 CPUtime=45.94 cores=0,2,4,6
/proc/27037/task/27043/stat : 27043 (java) R 27034 27037 22004 0 -1 4202560 34892 0 0 0 4481 113 0 0 20 0 15 0 105843221 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140572671220312 140572733002970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27044] ppid=27034 vsize=10659088 memory=-2915668838434330014 CPUtime=19.79 cores=0,2,4,6
/proc/27037/task/27044/stat : 27044 (java) S 27034 27037 22004 0 -1 1077944384 27375 0 0 0 1978 1 0 0 20 0 15 0 105843223 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571783931200 140572748314325 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27045] ppid=27034 vsize=10659088 memory=3961412 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27045/stat : 27045 (java) S 27034 27037 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105843223 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571782878944 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27046] ppid=27034 vsize=10659088 memory=171 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27046/stat : 27046 (java) S 27034 27037 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105843223 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571781825792 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27047] ppid=27034 vsize=10659088 memory=2110502034604244 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27047/stat : 27047 (java) S 27034 27037 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105843226 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571780774352 140572748322715 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27048] ppid=27034 vsize=10659088 memory=6944656592387989600 CPUtime=1.93 cores=0,2,4,6
/proc/27037/task/27048/stat : 27048 (java) S 27034 27037 22004 0 -1 1077944384 6307 0 0 0 193 0 0 0 20 0 15 0 105843226 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571779721216 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27049] ppid=27034 vsize=10659088 memory=8001200 CPUtime=2.04 cores=0,2,4,6
/proc/27037/task/27049/stat : 27049 (java) S 27034 27037 22004 0 -1 1077944384 11139 0 0 0 203 1 0 0 20 0 15 0 105843226 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571778668960 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27050] ppid=27034 vsize=10659088 memory=2424 CPUtime=0.49 cores=0,2,4,6
/proc/27037/task/27050/stat : 27050 (java) S 27034 27037 22004 0 -1 1077944384 3009 0 0 0 48 1 0 0 20 0 15 0 105843226 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571777615904 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27051] ppid=27034 vsize=10659088 memory=1840 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27051/stat : 27051 (java) S 27034 27037 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105843226 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571776563552 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27052] ppid=27034 vsize=10659088 memory=1004 CPUtime=0.04 cores=0,2,4,6
/proc/27037/task/27052/stat : 27052 (java) S 27034 27037 22004 0 -1 1077944384 970 0 0 0 2 2 0 0 20 0 15 0 105843226 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571775511600 140572748315266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
Current children cumulated CPU time: 244.61 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8189640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+105.401 s]
/proc/loadavg: 3.43 2.73 2.52 6/215 27134
/proc/meminfo: memFree=12622672/32770624 swapFree=67108860/67108860
[pid=27037] ppid=27034 vsize=10659088 memory=8189640 CPUtime=252.05 cores=0,2,4,6
/proc/27037/stat : 27037 (java) S 27034 27037 22004 0 -1 1077944320 188596 0 0 0 24728 477 0 0 20 0 15 0 105843220 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140729023876800 140572748304119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
/proc/27037/statm: 2664772 2047410 3178 1 0 2627263 0
[pid=27037/tid=27039] ppid=27034 vsize=10659088 memory=288230583166042426 CPUtime=35.78 cores=0,2,4,6
/proc/27037/task/27039/stat : 27039 (java) S 27034 27037 22004 0 -1 1077944384 19713 0 0 0 3557 21 0 0 20 0 15 0 105843220 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140572752537504 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27040] ppid=27034 vsize=10659088 memory=15252670952770856 CPUtime=47.67 cores=0,2,4,6
/proc/27037/task/27040/stat : 27040 (java) S 27034 27037 22004 0 -1 1077944384 27395 0 0 0 4659 108 0 0 20 0 15 0 105843221 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140572674378256 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27041] ppid=27034 vsize=10659088 memory=1624 CPUtime=47.49 cores=0,2,4,6
/proc/27037/task/27041/stat : 27041 (java) S 27034 27037 22004 0 -1 1077944384 21749 0 0 0 4635 114 0 0 20 0 15 0 105843221 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140572673325712 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27042] ppid=27034 vsize=10659088 memory=1200 CPUtime=47.67 cores=0,2,4,6
/proc/27037/task/27042/stat : 27042 (java) S 27034 27037 22004 0 -1 1077944384 34681 0 0 0 4654 113 0 0 20 0 15 0 105843221 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140572672272656 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27043] ppid=27034 vsize=10659088 memory=15872 CPUtime=47.39 cores=0,2,4,6
/proc/27037/task/27043/stat : 27043 (java) S 27034 27037 22004 0 -1 1077944384 34892 0 0 0 4626 113 0 0 20 0 15 0 105843221 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140572671220112 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27044] ppid=27034 vsize=10659088 memory=17984 CPUtime=21.44 cores=0,2,4,6
/proc/27037/task/27044/stat : 27044 (java) R 27034 27037 22004 0 -1 4202560 27382 0 0 0 2143 1 0 0 20 0 15 0 105843223 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571783931088 140572733004734 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27045] ppid=27034 vsize=10659088 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27045/stat : 27045 (java) S 27034 27037 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105843223 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571782878944 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27046] ppid=27034 vsize=10659088 memory=280302854511312 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27046/stat : 27046 (java) S 27034 27037 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105843223 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571781825792 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27047] ppid=27034 vsize=10659088 memory=3833044494269925200 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27047/stat : 27047 (java) S 27034 27037 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105843226 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571780774352 140572748322715 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27048] ppid=27034 vsize=10659088 memory=2319529350593457441 CPUtime=1.93 cores=0,2,4,6
/proc/27037/task/27048/stat : 27048 (java) S 27034 27037 22004 0 -1 1077944384 6307 0 0 0 193 0 0 0 20 0 15 0 105843226 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571779721216 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27049] ppid=27034 vsize=10659088 memory=3612086671827938624 CPUtime=2.04 cores=0,2,4,6
/proc/27037/task/27049/stat : 27049 (java) S 27034 27037 22004 0 -1 1077944384 11139 0 0 0 203 1 0 0 20 0 15 0 105843226 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571778668960 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27050] ppid=27034 vsize=10659088 memory=140151427051408 CPUtime=0.49 cores=0,2,4,6
/proc/27037/task/27050/stat : 27050 (java) S 27034 27037 22004 0 -1 1077944384 3009 0 0 0 48 1 0 0 20 0 15 0 105843226 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571777615904 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27051] ppid=27034 vsize=10659088 memory=3472468447654722944 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27051/stat : 27051 (java) S 27034 27037 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105843226 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571776563552 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27052] ppid=27034 vsize=10659088 memory=30176 CPUtime=0.04 cores=0,2,4,6
/proc/27037/task/27052/stat : 27052 (java) S 27034 27037 22004 0 -1 1077944384 970 0 0 0 2 2 0 0 20 0 15 0 105843226 10914906112 2047410 33554432000 4194304 4196468 140729023894256 140571775511600 140572748315266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8189640 KiB

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

[startup+105.824 s]
# the end of solver process 27037 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.666 s, system=4.82183 s

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

[startup+105.601 s]
/proc/loadavg: 3.43 2.73 2.52 6/215 27134
/proc/meminfo: memFree=12622672/32770624 swapFree=67108860/67108860
[pid=27037] ppid=27034 vsize=10858780 memory=8189672 CPUtime=252.26 cores=0,2,4,6
/proc/27037/stat : 27037 (java) S 27034 27037 22004 0 -1 1077944320 188829 0 0 0 24748 478 0 0 20 0 17 0 105843220 11119390720 2047418 33554432000 4194304 4196468 140729023894256 140729023876800 140572748304119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
/proc/27037/statm: 2714695 2047418 3180 1 0 2677186 0
[pid=27037/tid=27039] ppid=27034 vsize=10858780 memory=2424 CPUtime=35.8 cores=0,2,4,6
/proc/27037/task/27039/stat : 27039 (java) R 27034 27037 22004 0 -1 4202560 19723 0 0 0 3559 21 0 0 20 0 17 0 105843220 11119390720 2047418 33554432000 4194304 4196468 140729023894256 140572752537392 140572354265665 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27040] ppid=27034 vsize=10858780 memory=8189640 CPUtime=47.67 cores=0,2,4,6
/proc/27037/task/27040/stat : 27040 (java) S 27034 27037 22004 0 -1 1077944384 27395 0 0 0 4659 108 0 0 20 0 17 0 105843221 11119390720 2047418 33554432000 4194304 4196468 140729023894256 140572674378256 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27041] ppid=27034 vsize=10858780 memory=8189640 CPUtime=47.49 cores=0,2,4,6
/proc/27037/task/27041/stat : 27041 (java) S 27034 27037 22004 0 -1 1077944384 21749 0 0 0 4635 114 0 0 20 0 17 0 105843221 11119390720 2047418 33554432000 4194304 4196468 140729023894256 140572673325712 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27042] ppid=27034 vsize=10858780 memory=6791534058613427641 CPUtime=47.67 cores=0,2,4,6
/proc/27037/task/27042/stat : 27042 (java) S 27034 27037 22004 0 -1 1077944384 34681 0 0 0 4654 113 0 0 20 0 17 0 105843221 11119390720 2047418 33554432000 4194304 4196468 140729023894256 140572672272656 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27043] ppid=27034 vsize=10858780 memory=7883951784096715360 CPUtime=47.39 cores=0,2,4,6
/proc/27037/task/27043/stat : 27043 (java) S 27034 27037 22004 0 -1 1077944384 34892 0 0 0 4626 113 0 0 20 0 17 0 105843221 11119390720 2047418 33554432000 4194304 4196468 140729023894256 140572671220112 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27044] ppid=27034 vsize=10858780 memory=4028 CPUtime=21.62 cores=0,2,4,6
/proc/27037/task/27044/stat : 27044 (java) S 27034 27037 22004 0 -1 1077944384 27399 0 0 0 2161 1 0 0 20 0 17 0 105843223 11119390720 2047418 33554432000 4194304 4196468 140729023894256 140571783932656 140572748315266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27045] ppid=27034 vsize=10858780 memory=8189640 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27045/stat : 27045 (java) S 27034 27037 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 17 0 105843223 11119390720 2047418 33554432000 4194304 4196468 140729023894256 140571782878944 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27046] ppid=27034 vsize=10858780 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27046/stat : 27046 (java) S 27034 27037 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 105843223 11119390720 2047418 33554432000 4194304 4196468 140729023894256 140571781825792 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27047] ppid=27034 vsize=10858780 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27047/stat : 27047 (java) S 27034 27037 22004 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 105843226 11119390720 2047418 33554432000 4194304 4196468 140729023894256 140571780774352 140572748322715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27048] ppid=27034 vsize=10858780 memory=1416 CPUtime=1.93 cores=0,2,4,6
/proc/27037/task/27048/stat : 27048 (java) S 27034 27037 22004 0 -1 1077944384 6307 0 0 0 193 0 0 0 20 0 17 0 105843226 11119390720 2047418 33554432000 4194304 4196468 140729023894256 140571779721456 140572748315266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27049] ppid=27034 vsize=10858780 memory=4612 CPUtime=2.04 cores=0,2,4,6
/proc/27037/task/27049/stat : 27049 (java) S 27034 27037 22004 0 -1 1077944384 11139 0 0 0 203 1 0 0 20 0 17 0 105843226 11119390720 2047418 33554432000 4194304 4196468 140729023894256 140571778668912 140572748315266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27050] ppid=27034 vsize=10858780 memory=8508 CPUtime=0.49 cores=0,2,4,6
/proc/27037/task/27050/stat : 27050 (java) S 27034 27037 22004 0 -1 1077944384 3039 0 0 0 48 1 0 0 20 0 17 0 105843226 11119390720 2047418 33554432000 4194304 4196468 140729023894256 140571777615856 140572748315266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27051] ppid=27034 vsize=10858780 memory=56 CPUtime=0 cores=0,2,4,6
/proc/27037/task/27051/stat : 27051 (java) S 27034 27037 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105843226 11119390720 2047418 33554432000 4194304 4196468 140729023894256 140571776563552 140572748314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
[pid=27037/tid=27052] ppid=27034 vsize=10858780 memory=-8311738553153378854 CPUtime=0.04 cores=0,2,4,6
/proc/27037/task/27052/stat : 27052 (java) S 27034 27037 22004 0 -1 1077944384 970 0 0 0 2 2 0 0 20 0 17 0 105843226 11119390720 2047418 33554432000 4194304 4196468 140729023894256 140571775511600 140572748315266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27029504 140729023902838 140729023902990 140729023902990 140729023905743 0
Current children cumulated CPU time: 252.26 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 8189672 KiB

[startup+105.801 s]*
/proc/loadavg: 3.43 2.73 2.52 3/202 27137
/proc/meminfo: memFree=17024440/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): 105.824
CPU time (s): 252.488
CPU user time (s): 247.666
CPU system time (s): 4.82183
CPU usage (%): 238.592
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 8189672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.666
system time used= 4.82182
maximum resident set size= 8190264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188933
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= 6473
involuntary context switches= 2618


# summary of solver processes directly reported to runsolver:
#   pid: 27037
#   total CPU time (s): 252.488
#   total CPU user time (s): 247.666
#   total CPU system time (s): 4.82183

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.675042 second user time and 1.03918 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 18:46:40
IDJOB=4301601
IDBENCH=141244
IDSOLVER=2773
FILE ID=node151/4301601-1532882800
RUNJOBID= node151-1532877021-22035
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

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

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

MD5SUM BENCH= 69672b68d8d3f9201b488571cf4784d4
RANDOM SEED=483164639

node151.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.87
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.87
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.87
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.87
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:        26948680 kB
MemAvailable:   30595284 kB
Buffers:          211680 kB
Cached:          3709304 kB
SwapCached:            0 kB
Active:          2728484 kB
Inactive:        2623528 kB
Active(anon):    1380980 kB
Inactive(anon):    78188 kB
Active(file):    1347504 kB
Inactive(file):  2545340 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2388 kB
Writeback:             0 kB
AnonPages:       1452624 kB
Mapped:            56356 kB
Shmem:             25224 kB
Slab:             167256 kB
SReclaimable:     139188 kB
SUnreclaim:        28068 kB
KernelStack:        3824 kB
PageTables:         8152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2369236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1339392 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= 59308 MiB
End job on node151 at 2018-07-29 18:48:26