Trace number 4285710

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
OscaR - Parallel with EPS 2017-08-22? (TO) 263.09 252.032

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r3.xml
MD5SUM35e588148f794a6a4a81576d123b10dc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables19091
Number of constraints160
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":19091}]
Minimum variable degree3
Maximum variable degree19
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":86},{"degree":5,"count":309},{"degree":6,"count":636},{"degree":7,"count":911},{"degree":8,"count":1069},{"degree":9,"count":1258},{"degree":10,"count":1321},{"degree":11,"count":1446},{"degree":12,"count":1732},{"degree":13,"count":2126},{"degree":14,"count":2492},{"degree":15,"count":3123},{"degree":16,"count":1856},{"degree":17,"count":628},{"degree":18,"count":85},{"degree":19,"count":3}]
Minimum constraint arity13
Maximum constraint arity4379
Distribution of constraint arities[{"arity":13,"count":2},{"arity":140,"count":2},{"arity":176,"count":1},{"arity":182,"count":2},{"arity":212,"count":2},{"arity":214,"count":2},{"arity":221,"count":2},{"arity":222,"count":2},{"arity":271,"count":1},{"arity":273,"count":2},{"arity":275,"count":3},{"arity":280,"count":1},{"arity":282,"count":1},{"arity":291,"count":3},{"arity":301,"count":4},{"arity":304,"count":3},{"arity":307,"count":5},{"arity":341,"count":3},{"arity":352,"count":1},{"arity":393,"count":2},{"arity":421,"count":3},{"arity":438,"count":2},{"arity":441,"count":2},{"arity":449,"count":1},{"arity":458,"count":2},"...",{"arity":2907,"count":1}, {"arity":2936,"count":1}, {"arity":3201,"count":1}, {"arity":3393,"count":1}, {"arity":3498,"count":1}, {"arity":3551,"count":1}, {"arity":3656,"count":1}, {"arity":3814,"count":1}, {"arity":3816,"count":1}, {"arity":3827,"count":1}, {"arity":3932,"count":1}, {"arity":3961,"count":1}, {"arity":4014,"count":1}, {"arity":4038,"count":1}, {"arity":4066,"count":1}, {"arity":4072,"count":1}, {"arity":4078,"count":1}, {"arity":4125,"count":1}, {"arity":4146,"count":1}, {"arity":4162,"count":1}, {"arity":4242,"count":1}, {"arity":4283,"count":1}, {"arity":4304,"count":1}, {"arity":4369,"count":1}, {"arity":4379,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":160}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.29/0.25	c version: 2017-08-22
0.29/0.25	c seed: 381514936
0.29/0.25	c timeout: 2016
0.29/0.25	c memlimit: 22000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
3.23/1.19	c Parsing done, starting search...
263.05/252.01	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 (9046 MiB free)
  memory of node 1: 16384 MiB (10413 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285710-1503457265/watcher-4285710-1503457265 -o /tmp/evaluation-result-4285710-1503457265/solver-4285710-1503457265 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node104-1503446224-25118 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 381514936 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285710-1503457265.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=26072, runsolver pid=26069
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 8.68 8.74 8.77 2/198 26092
/proc/meminfo: memFree=19911632/32770624 swapFree=67108860/67108860
[pid=26072] ppid=26069 vsize=26000852 memory=31772 CPUtime=0.12 cores=0-7
/proc/26072/stat : 26072 (java) S 26069 26072 25091 0 -1 1077944320 8353 0 0 0 11 1 0 0 20 0 20 0 178814195 26624872448 7943 33554432000 4194304 4196468 140735890184416 140735890166960 139873979203319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
/proc/26072/statm: 6500213 7943 3407 1 0 6487932 0
[pid=26072/tid=26074] ppid=26069 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/26072/task/26074/stat : 26074 (java) R 26069 26072 25091 0 -1 4202560 6281 0 0 0 8 1 0 0 20 0 20 0 178814195 26624872448 7943 33554432000 4194304 4196468 140735890184416 139873983400272 139873979225245 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26075] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26075/stat : 26075 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26624872448 7943 33554432000 4194304 4196468 140735890184416 139873537621136 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26076] ppid=26069 vsize=26000852 memory=140687280060032 CPUtime=0 cores=0-7
/proc/26072/task/26076/stat : 26076 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26624872448 7943 33554432000 4194304 4196468 140735890184416 139873536568336 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26077] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26077/stat : 26077 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26624872448 7943 33554432000 4194304 4196468 140735890184416 139873535515536 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26078] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26078/stat : 26078 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814196 26624872448 7943 33554432000 4194304 4196468 140735890184416 139873534462736 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26079] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26079/stat : 26079 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26624872448 7943 33554432000 4194304 4196468 140735890184416 139873533409936 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26080] ppid=26069 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/26072/task/26080/stat : 26080 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26624872448 7943 33554432000 4194304 4196468 140735890184416 139873532357136 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26081] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26081/stat : 26081 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814196 26624872448 7943 33554432000 4194304 4196468 140735890184416 139873531304336 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26082] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26082/stat : 26082 (java) S 26069 26072 25091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178814196 26624872448 7943 33554432000 4194304 4196468 140735890184416 139873530251536 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26083] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26083/stat : 26083 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814198 26624872448 7943 33554432000 4194304 4196468 140735890184416 139872973015920 139873979214466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26084] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26084/stat : 26084 (java) S 26069 26072 25091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178814198 26624872448 7943 33554432000 4194304 4196468 140735890184416 139872971961888 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26085] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26085/stat : 26085 (java) S 26069 26072 25091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178814198 26624872448 7943 33554432000 4194304 4196468 140735890184416 139872970909040 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26086] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26086/stat : 26086 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814201 26624872448 7943 33554432000 4194304 4196468 140735890184416 139872969857360 139873979221915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26087] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26087/stat : 26087 (java) S 26069 26072 25091 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 178814201 26624872448 7943 33554432000 4194304 4196468 140735890184416 139872968804720 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26088] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26088/stat : 26088 (java) S 26069 26072 25091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178814201 26624872448 7943 33554432000 4194304 4196468 140735890184416 139872967751920 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26089] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26089/stat : 26089 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814201 26624872448 7943 33554432000 4194304 4196468 140735890184416 139872966699120 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26090] ppid=26069 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/26072/task/26090/stat : 26090 (java) R 26069 26072 25091 0 -1 4202560 375 0 0 0 2 0 0 0 20 0 20 0 178814201 26624872448 7943 33554432000 4194304 4196468 140735890184416 139872965646320 139873958337815 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26091] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26091/stat : 26091 (java) S 26069 26072 25091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178814201 26624872448 7943 33554432000 4194304 4196468 140735890184416 139872964594784 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26092] ppid=26069 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/26072/task/26092/stat : 26092 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814201 26624872448 7943 33554432000 4194304 4196468 140735890184416 139872963542064 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 31772 KiB

[startup+0.210574 s]*
/proc/loadavg: 8.68 8.74 8.77 3/198 26092
/proc/meminfo: memFree=19900404/32770624 swapFree=67108860/67108860
[pid=26072] ppid=26069 vsize=26000852 memory=40684 CPUtime=0.29 cores=0-7
/proc/26072/stat : 26072 (java) S 26069 26072 25091 0 -1 1077944320 9367 0 0 0 27 2 0 0 20 0 20 0 178814195 26624872448 10171 33554432000 4194304 4196468 140735890184416 140735890166960 139873979203319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
/proc/26072/statm: 6500213 10171 3587 1 0 6487932 0
[pid=26072/tid=26074] ppid=26069 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/26072/task/26074/stat : 26074 (java) R 26069 26072 25091 0 -1 4202560 6933 0 0 0 18 1 0 0 20 0 20 0 178814195 26624872448 10171 33554432000 4194304 4196468 140735890184416 139873983423008 139873963283806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26075] ppid=26069 vsize=26000852 memory=9236 CPUtime=0 cores=0-7
/proc/26072/task/26075/stat : 26075 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26624872448 10171 33554432000 4194304 4196468 140735890184416 139873537621136 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26076] ppid=26069 vsize=26000852 memory=288371063431771776 CPUtime=0 cores=0-7
/proc/26072/task/26076/stat : 26076 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26624872448 10171 33554432000 4194304 4196468 140735890184416 139873536568336 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26077] ppid=26069 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/26072/task/26077/stat : 26077 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26624872448 10171 33554432000 4194304 4196468 140735890184416 139873535515536 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26078] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26078/stat : 26078 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814196 26624872448 10171 33554432000 4194304 4196468 140735890184416 139873534462736 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26079] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26079/stat : 26079 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26624872448 10171 33554432000 4194304 4196468 140735890184416 139873533409936 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26080] ppid=26069 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/26072/task/26080/stat : 26080 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26624872448 10171 33554432000 4194304 4196468 140735890184416 139873532357136 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26081] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26081/stat : 26081 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814196 26624872448 10171 33554432000 4194304 4196468 140735890184416 139873531304336 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26082] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26082/stat : 26082 (java) S 26069 26072 25091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178814196 26624872448 10171 33554432000 4194304 4196468 140735890184416 139873530251536 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26083] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26083/stat : 26083 (java) S 26069 26072 25091 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178814198 26624872448 10171 33554432000 4194304 4196468 140735890184416 139872973015920 139873979214466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26084] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26084/stat : 26084 (java) S 26069 26072 25091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178814198 26624872448 10171 33554432000 4194304 4196468 140735890184416 139872971961888 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26085] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26085/stat : 26085 (java) S 26069 26072 25091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178814198 26624872448 10171 33554432000 4194304 4196468 140735890184416 139872970909040 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26086] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26086/stat : 26086 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814201 26624872448 10171 33554432000 4194304 4196468 140735890184416 139872969857360 139873979221915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26087] ppid=26069 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/26072/task/26087/stat : 26087 (java) S 26069 26072 25091 0 -1 1077944384 441 0 0 0 1 0 0 0 20 0 20 0 178814201 26624872448 10171 33554432000 4194304 4196468 140735890184416 139872968804720 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26088] ppid=26069 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/26072/task/26088/stat : 26088 (java) S 26069 26072 25091 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 20 0 178814201 26624872448 10171 33554432000 4194304 4196468 140735890184416 139872967751920 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26089] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26089/stat : 26089 (java) S 26069 26072 25091 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 20 0 178814201 26624872448 10171 33554432000 4194304 4196468 140735890184416 139872966699120 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26090] ppid=26069 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/26072/task/26090/stat : 26090 (java) R 26069 26072 25091 0 -1 4202560 395 0 0 0 5 0 0 0 20 0 20 0 178814201 26624872448 10171 33554432000 4194304 4196468 140735890184416 139872965646320 139873960787808 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26091] ppid=26069 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26091/stat : 26091 (java) S 26069 26072 25091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178814201 26624872448 10171 33554432000 4194304 4196468 140735890184416 139872964594784 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26092] ppid=26069 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/26072/task/26092/stat : 26092 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814201 26624872448 10171 33554432000 4194304 4196468 140735890184416 139872963542064 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 40684 KiB

[startup+0.31019 s]*
/proc/loadavg: 8.68 8.74 8.77 2/198 26092
/proc/meminfo: memFree=19892200/32770624 swapFree=67108860/67108860
[pid=26072] ppid=26069 vsize=26000872 memory=49284 CPUtime=0.48 cores=0-7
/proc/26072/stat : 26072 (java) S 26069 26072 25091 0 -1 1077944320 10609 0 0 0 45 3 0 0 20 0 20 0 178814195 26624892928 12321 33554432000 4194304 4196468 140735890184416 140735890166960 139873979203319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
/proc/26072/statm: 6500218 12321 3721 1 0 6487932 0
[pid=26072/tid=26074] ppid=26069 vsize=26000872 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/26072/task/26074/stat : 26074 (java) R 26069 26072 25091 0 -1 4202560 7709 0 0 0 27 1 0 0 20 0 20 0 178814195 26624892928 12321 33554432000 4194304 4196468 140735890184416 139873983421888 139873979215254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26075] ppid=26069 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26075/stat : 26075 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26624892928 12321 33554432000 4194304 4196468 140735890184416 139873537621136 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26076] ppid=26069 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26076/stat : 26076 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26624892928 12321 33554432000 4194304 4196468 140735890184416 139873536568336 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26077] ppid=26069 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26077/stat : 26077 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26624892928 12321 33554432000 4194304 4196468 140735890184416 139873535515536 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26078] ppid=26069 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26078/stat : 26078 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814196 26624892928 12321 33554432000 4194304 4196468 140735890184416 139873534462736 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26079] ppid=26069 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/26072/task/26079/stat : 26079 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26624892928 12321 33554432000 4194304 4196468 140735890184416 139873533409936 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26080] ppid=26069 vsize=26000872 memory=140687156802479 CPUtime=0 cores=0-7
/proc/26072/task/26080/stat : 26080 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26624892928 12321 33554432000 4194304 4196468 140735890184416 139873532357136 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26081] ppid=26069 vsize=26000872 memory=140687156804784 CPUtime=0 cores=0-7
/proc/26072/task/26081/stat : 26081 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814196 26624892928 12321 33554432000 4194304 4196468 140735890184416 139873531304336 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26082] ppid=26069 vsize=26000872 memory=140687156807088 CPUtime=0 cores=0-7
/proc/26072/task/26082/stat : 26082 (java) S 26069 26072 25091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178814196 26624892928 12321 33554432000 4194304 4196468 140735890184416 139873530251536 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26083] ppid=26069 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26083/stat : 26083 (java) S 26069 26072 25091 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178814198 26624892928 12321 33554432000 4194304 4196468 140735890184416 139872973015920 139873979214466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26084] ppid=26069 vsize=26000872 memory=281374313621136 CPUtime=0 cores=0-7
/proc/26072/task/26084/stat : 26084 (java) S 26069 26072 25091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178814198 26624892928 12321 33554432000 4194304 4196468 140735890184416 139872971961888 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26085] ppid=26069 vsize=26000872 memory=281374313628048 CPUtime=0 cores=0-7
/proc/26072/task/26085/stat : 26085 (java) S 26069 26072 25091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178814198 26624892928 12321 33554432000 4194304 4196468 140735890184416 139872970909040 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26086] ppid=26069 vsize=26000872 memory=281374313569328 CPUtime=0 cores=0-7
/proc/26072/task/26086/stat : 26086 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814201 26624892928 12321 33554432000 4194304 4196468 140735890184416 139872969857360 139873979221915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26087] ppid=26069 vsize=26000872 memory=281374313641872 CPUtime=0.03 cores=0-7
/proc/26072/task/26087/stat : 26087 (java) R 26069 26072 25091 0 -1 1077944384 497 0 0 0 3 0 0 0 20 0 20 0 178814201 26624892928 12321 33554432000 4194304 4196468 140735890184416 139872968804720 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26088] ppid=26069 vsize=26000872 memory=281374313648784 CPUtime=0.02 cores=0-7
/proc/26072/task/26088/stat : 26088 (java) R 26069 26072 25091 0 -1 1077944384 161 0 0 0 2 0 0 0 20 0 20 0 178814201 26624892928 12321 33554432000 4194304 4196468 140735890184416 139872967751920 139873979214466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26089] ppid=26069 vsize=26000872 memory=281374313646480 CPUtime=0.02 cores=0-7
/proc/26072/task/26089/stat : 26089 (java) S 26069 26072 25091 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 20 0 178814201 26624892928 12321 33554432000 4194304 4196468 140735890184416 139872966699120 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26090] ppid=26069 vsize=26000872 memory=281374313663088 CPUtime=0.08 cores=0-7
/proc/26072/task/26090/stat : 26090 (java) R 26069 26072 25091 0 -1 4202560 486 0 0 0 8 0 0 0 20 0 20 0 178814201 26624892928 12321 33554432000 4194304 4196468 140735890184416 139872965646320 139873963283806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26091] ppid=26069 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26091/stat : 26091 (java) S 26069 26072 25091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178814201 26624892928 12321 33554432000 4194304 4196468 140735890184416 139872964594784 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26092] ppid=26069 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/26072/task/26092/stat : 26092 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814201 26624892928 12321 33554432000 4194304 4196468 140735890184416 139872963542064 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49284 KiB

[startup+0.700956 s]
/proc/loadavg: 8.68 8.74 8.77 5/198 26092
/proc/meminfo: memFree=19866100/32770624 swapFree=67108860/67108860
[pid=26072] ppid=26069 vsize=26002920 memory=139324 CPUtime=1.71 cores=0-7
/proc/26072/stat : 26072 (java) S 26069 26072 25091 0 -1 1077944320 15196 0 0 0 166 5 0 0 20 0 20 0 178814195 26626990080 34831 33554432000 4194304 4196468 140735890184416 140735890166960 139873979203319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
/proc/26072/statm: 6500730 34831 3782 1 0 6488444 0
[pid=26072/tid=26074] ppid=26069 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/26072/task/26074/stat : 26074 (java) R 26069 26072 25091 0 -1 4202560 8445 0 0 0 64 3 0 0 20 0 20 0 178814195 26626990080 34831 33554432000 4194304 4196468 140735890184416 139873983436464 139873979215254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26075] ppid=26069 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26075/stat : 26075 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26626990080 34831 33554432000 4194304 4196468 140735890184416 139873537621136 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26076] ppid=26069 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26076/stat : 26076 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26626990080 34831 33554432000 4194304 4196468 140735890184416 139873536568336 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26077] ppid=26069 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26077/stat : 26077 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26626990080 34831 33554432000 4194304 4196468 140735890184416 139873535515536 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26078] ppid=26069 vsize=26002920 memory=1008 CPUtime=0 cores=0-7
/proc/26072/task/26078/stat : 26078 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814196 26626990080 34831 33554432000 4194304 4196468 140735890184416 139873534462736 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26079] ppid=26069 vsize=26002920 memory=11112 CPUtime=0 cores=0-7
/proc/26072/task/26079/stat : 26079 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26626990080 34831 33554432000 4194304 4196468 140735890184416 139873533409936 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26080] ppid=26069 vsize=26002920 memory=1228 CPUtime=0 cores=0-7
/proc/26072/task/26080/stat : 26080 (java) S 26069 26072 25091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178814196 26626990080 34831 33554432000 4194304 4196468 140735890184416 139873532357136 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26081] ppid=26069 vsize=26002920 memory=1420 CPUtime=0 cores=0-7
/proc/26072/task/26081/stat : 26081 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814196 26626990080 34831 33554432000 4194304 4196468 140735890184416 139873531304336 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26082] ppid=26069 vsize=26002920 memory=15876 CPUtime=0 cores=0-7
/proc/26072/task/26082/stat : 26082 (java) S 26069 26072 25091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178814196 26626990080 34831 33554432000 4194304 4196468 140735890184416 139873530251536 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26083] ppid=26069 vsize=26002920 memory=16448 CPUtime=0 cores=0-7
/proc/26072/task/26083/stat : 26083 (java) S 26069 26072 25091 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178814198 26626990080 34831 33554432000 4194304 4196468 140735890184416 139872973015920 139873979214466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0

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


[startup+162.301 s]
/proc/loadavg: 1.49 5.46 7.51 2/198 26092
/proc/meminfo: memFree=18831580/32770624 swapFree=67108860/67108860
[pid=26072] ppid=26069 vsize=26007016 memory=1111128 CPUtime=172.98 cores=0-7
/proc/26072/stat : 26072 (java) S 26069 26072 25091 0 -1 1077944320 55424 0 0 0 17128 170 0 0 20 0 20 0 178814195 26631184384 277782 33554432000 4194304 4196468 140735890184416 140735890166960 139873979203319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
/proc/26072/statm: 6501754 277782 3845 1 0 6489468 0
[pid=26072/tid=26074] ppid=26069 vsize=26007016 memory=1100884 CPUtime=161.26 cores=0-7
/proc/26072/task/26074/stat : 26074 (java) R 26069 26072 25091 0 -1 4202560 19432 0 0 0 16107 19 0 0 20 0 20 0 178814195 26631184384 277782 33554432000 4194304 4196468 140735890184416 139873983436944 139873620559237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26075] ppid=26069 vsize=26007016 memory=1111128 CPUtime=0.89 cores=0-7
/proc/26072/task/26075/stat : 26075 (java) S 26069 26072 25091 0 -1 1077944384 1258 0 0 0 72 17 0 0 20 0 20 0 178814196 26631184384 277782 33554432000 4194304 4196468 140735890184416 139873537621136 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26076] ppid=26069 vsize=26007016 memory=1111128 CPUtime=0.88 cores=0-7
/proc/26072/task/26076/stat : 26076 (java) S 26069 26072 25091 0 -1 1077944384 778 0 0 0 70 18 0 0 20 0 20 0 178814196 26631184384 277782 33554432000 4194304 4196468 140735890184416 139873536568336 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26077] ppid=26069 vsize=26007016 memory=1111128 CPUtime=0.88 cores=0-7
/proc/26072/task/26077/stat : 26077 (java) S 26069 26072 25091 0 -1 1077944384 1719 0 0 0 70 18 0 0 20 0 20 0 178814196 26631184384 277782 33554432000 4194304 4196468 140735890184416 139873535515536 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26078] ppid=26069 vsize=26007016 memory=1111128 CPUtime=0.88 cores=0-7
/proc/26072/task/26078/stat : 26078 (java) S 26069 26072 25091 0 -1 1077944384 618 0 0 0 71 17 0 0 20 0 20 0 178814196 26631184384 277782 33554432000 4194304 4196468 140735890184416 139873534462736 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26079] ppid=26069 vsize=26007016 memory=1111128 CPUtime=0.87 cores=0-7
/proc/26072/task/26079/stat : 26079 (java) S 26069 26072 25091 0 -1 1077944384 1917 0 0 0 70 17 0 0 20 0 20 0 178814196 26631184384 277782 33554432000 4194304 4196468 140735890184416 139873533409936 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26080] ppid=26069 vsize=26007016 memory=0 CPUtime=0.87 cores=0-7
/proc/26072/task/26080/stat : 26080 (java) S 26069 26072 25091 0 -1 1077944384 980 0 0 0 70 17 0 0 20 0 20 0 178814196 26631184384 277782 33554432000 4194304 4196468 140735890184416 139873532357136 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26081] ppid=26069 vsize=26007016 memory=6791534058613427641 CPUtime=0.85 cores=0-7
/proc/26072/task/26081/stat : 26081 (java) S 26069 26072 25091 0 -1 1077944384 1480 0 0 0 68 17 0 0 20 0 20 0 178814196 26631184384 277782 33554432000 4194304 4196468 140735890184416 139873531304336 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26082] ppid=26069 vsize=26007016 memory=1022988 CPUtime=0.88 cores=0-7
/proc/26072/task/26082/stat : 26082 (java) S 26069 26072 25091 0 -1 1077944384 596 0 0 0 71 17 0 0 20 0 20 0 178814196 26631184384 277782 33554432000 4194304 4196468 140735890184416 139873530251536 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26083] ppid=26069 vsize=26007016 memory=1111128 CPUtime=0.11 cores=0-7
/proc/26072/task/26083/stat : 26083 (java) S 26069 26072 25091 0 -1 1077944384 2185 0 0 0 11 0 0 0 20 0 20 0 178814198 26631184384 277782 33554432000 4194304 4196468 140735890184416 139872973015920 139873979214466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26084] ppid=26069 vsize=26007016 memory=1111128 CPUtime=0 cores=0-7
/proc/26072/task/26084/stat : 26084 (java) S 26069 26072 25091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 178814198 26631184384 277782 33554432000 4194304 4196468 140735890184416 139872971961952 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26085] ppid=26069 vsize=26007016 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/26072/task/26085/stat : 26085 (java) S 26069 26072 25091 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 178814198 26631184384 277782 33554432000 4194304 4196468 140735890184416 139872970909056 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26086] ppid=26069 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/26072/task/26086/stat : 26086 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814201 26631184384 277782 33554432000 4194304 4196468 140735890184416 139872969857360 139873979221915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26087] ppid=26069 vsize=26007016 memory=1100884 CPUtime=1.24 cores=0-7
/proc/26072/task/26087/stat : 26087 (java) S 26069 26072 25091 0 -1 1077944384 4529 0 0 0 123 1 0 0 20 0 20 0 178814201 26631184384 277782 33554432000 4194304 4196468 140735890184416 139872968804720 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26088] ppid=26069 vsize=26007016 memory=1100884 CPUtime=1.29 cores=0-7
/proc/26072/task/26088/stat : 26088 (java) S 26069 26072 25091 0 -1 1077944384 4028 0 0 0 128 1 0 0 20 0 20 0 178814201 26631184384 277782 33554432000 4194304 4196468 140735890184416 139872967751920 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26089] ppid=26069 vsize=26007016 memory=1111128 CPUtime=1.2 cores=0-7
/proc/26072/task/26089/stat : 26089 (java) S 26069 26072 25091 0 -1 1077944384 4624 0 0 0 119 1 0 0 20 0 20 0 178814201 26631184384 277782 33554432000 4194304 4196468 140735890184416 139872966699120 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26090] ppid=26069 vsize=26007016 memory=1111128 CPUtime=0.7 cores=0-7
/proc/26072/task/26090/stat : 26090 (java) S 26069 26072 25091 0 -1 1077944384 8995 0 0 0 69 1 0 0 20 0 20 0 178814201 26631184384 277782 33554432000 4194304 4196468 140735890184416 139872965646320 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26091] ppid=26069 vsize=26007016 memory=1111128 CPUtime=0 cores=0-7
/proc/26072/task/26091/stat : 26091 (java) S 26069 26072 25091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178814201 26631184384 277782 33554432000 4194304 4196468 140735890184416 139872964594784 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26092] ppid=26069 vsize=26007016 memory=3905532881532047440 CPUtime=0.05 cores=0-7
/proc/26072/task/26092/stat : 26092 (java) S 26069 26072 25091 0 -1 1077944384 900 0 0 0 2 3 0 0 20 0 20 0 178814201 26631184384 277782 33554432000 4194304 4196468 140735890184416 139872963542064 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
Current children cumulated CPU time: 172.98 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 1111128 KiB

[startup+222.301 s]
/proc/loadavg: 1.18 4.65 7.10 2/200 26101
/proc/meminfo: memFree=18822380/32770624 swapFree=67108860/67108860
[pid=26072] ppid=26069 vsize=26007016 memory=1119296 CPUtime=233.15 cores=0-7
/proc/26072/stat : 26072 (java) S 26069 26072 25091 0 -1 1077944320 57380 0 0 0 23140 175 0 0 20 0 20 0 178814195 26631184384 279824 33554432000 4194304 4196468 140735890184416 140735890166960 139873979203319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
/proc/26072/statm: 6501754 279824 3845 1 0 6489468 0
[pid=26072/tid=26074] ppid=26069 vsize=26007016 memory=1119296 CPUtime=221.24 cores=0-7
/proc/26072/task/26074/stat : 26074 (java) R 26069 26072 25091 0 -1 4202560 20794 0 0 0 22105 19 0 0 20 0 20 0 178814195 26631184384 279824 33554432000 4194304 4196468 140735890184416 139873983436944 139873620559237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26075] ppid=26069 vsize=26007016 memory=1119296 CPUtime=0.9 cores=0-7
/proc/26072/task/26075/stat : 26075 (java) S 26069 26072 25091 0 -1 1077944384 1273 0 0 0 73 17 0 0 20 0 20 0 178814196 26631184384 279824 33554432000 4194304 4196468 140735890184416 139873537621136 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26076] ppid=26069 vsize=26007016 memory=1119292 CPUtime=0.9 cores=0-7
/proc/26072/task/26076/stat : 26076 (java) S 26069 26072 25091 0 -1 1077944384 791 0 0 0 72 18 0 0 20 0 20 0 178814196 26631184384 279824 33554432000 4194304 4196468 140735890184416 139873536568336 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26077] ppid=26069 vsize=26007016 memory=0 CPUtime=0.9 cores=0-7
/proc/26072/task/26077/stat : 26077 (java) S 26069 26072 25091 0 -1 1077944384 1738 0 0 0 72 18 0 0 20 0 20 0 178814196 26631184384 279824 33554432000 4194304 4196468 140735890184416 139873535515536 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26078] ppid=26069 vsize=26007016 memory=1119296 CPUtime=0.9 cores=0-7
/proc/26072/task/26078/stat : 26078 (java) S 26069 26072 25091 0 -1 1077944384 628 0 0 0 73 17 0 0 20 0 20 0 178814196 26631184384 279824 33554432000 4194304 4196468 140735890184416 139873534462736 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26079] ppid=26069 vsize=26007016 memory=1119296 CPUtime=0.89 cores=0-7
/proc/26072/task/26079/stat : 26079 (java) S 26069 26072 25091 0 -1 1077944384 1932 0 0 0 71 18 0 0 20 0 20 0 178814196 26631184384 279824 33554432000 4194304 4196468 140735890184416 139873533409936 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26080] ppid=26069 vsize=26007016 memory=1119296 CPUtime=0.89 cores=0-7
/proc/26072/task/26080/stat : 26080 (java) S 26069 26072 25091 0 -1 1077944384 986 0 0 0 71 18 0 0 20 0 20 0 178814196 26631184384 279824 33554432000 4194304 4196468 140735890184416 139873532357136 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26081] ppid=26069 vsize=26007016 memory=1119296 CPUtime=0.87 cores=0-7
/proc/26072/task/26081/stat : 26081 (java) S 26069 26072 25091 0 -1 1077944384 1486 0 0 0 69 18 0 0 20 0 20 0 178814196 26631184384 279824 33554432000 4194304 4196468 140735890184416 139873531304336 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26082] ppid=26069 vsize=26007016 memory=796 CPUtime=0.89 cores=0-7
/proc/26072/task/26082/stat : 26082 (java) S 26069 26072 25091 0 -1 1077944384 630 0 0 0 72 17 0 0 20 0 20 0 178814196 26631184384 279824 33554432000 4194304 4196468 140735890184416 139873530251536 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26083] ppid=26069 vsize=26007016 memory=1119296 CPUtime=0.11 cores=0-7
/proc/26072/task/26083/stat : 26083 (java) S 26069 26072 25091 0 -1 1077944384 2193 0 0 0 11 0 0 0 20 0 20 0 178814198 26631184384 279824 33554432000 4194304 4196468 140735890184416 139872973015920 139873979214466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26084] ppid=26069 vsize=26007016 memory=1119296 CPUtime=0 cores=0-7
/proc/26072/task/26084/stat : 26084 (java) S 26069 26072 25091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 178814198 26631184384 279824 33554432000 4194304 4196468 140735890184416 139872971961952 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26085] ppid=26069 vsize=26007016 memory=1119296 CPUtime=0 cores=0-7
/proc/26072/task/26085/stat : 26085 (java) S 26069 26072 25091 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 178814198 26631184384 279824 33554432000 4194304 4196468 140735890184416 139872970909056 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26086] ppid=26069 vsize=26007016 memory=1119296 CPUtime=0 cores=0-7
/proc/26072/task/26086/stat : 26086 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814201 26631184384 279824 33554432000 4194304 4196468 140735890184416 139872969857360 139873979221915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26087] ppid=26069 vsize=26007016 memory=1119296 CPUtime=1.24 cores=0-7
/proc/26072/task/26087/stat : 26087 (java) S 26069 26072 25091 0 -1 1077944384 4779 0 0 0 123 1 0 0 20 0 20 0 178814201 26631184384 279824 33554432000 4194304 4196468 140735890184416 139872968804720 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26088] ppid=26069 vsize=26007016 memory=1119296 CPUtime=1.29 cores=0-7
/proc/26072/task/26088/stat : 26088 (java) S 26069 26072 25091 0 -1 1077944384 4031 0 0 0 128 1 0 0 20 0 20 0 178814201 26631184384 279824 33554432000 4194304 4196468 140735890184416 139872967751920 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26089] ppid=26069 vsize=26007016 memory=1119296 CPUtime=1.2 cores=0-7
/proc/26072/task/26089/stat : 26089 (java) S 26069 26072 25091 0 -1 1077944384 4632 0 0 0 119 1 0 0 20 0 20 0 178814201 26631184384 279824 33554432000 4194304 4196468 140735890184416 139872966699120 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26090] ppid=26069 vsize=26007016 memory=952 CPUtime=0.7 cores=0-7
/proc/26072/task/26090/stat : 26090 (java) S 26069 26072 25091 0 -1 1077944384 9165 0 0 0 69 1 0 0 20 0 20 0 178814201 26631184384 279824 33554432000 4194304 4196468 140735890184416 139872965646320 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26091] ppid=26069 vsize=26007016 memory=1119296 CPUtime=0 cores=0-7
/proc/26072/task/26091/stat : 26091 (java) S 26069 26072 25091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178814201 26631184384 279824 33554432000 4194304 4196468 140735890184416 139872964594784 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26092] ppid=26069 vsize=26007016 memory=4140 CPUtime=0.07 cores=0-7
/proc/26072/task/26092/stat : 26092 (java) S 26069 26072 25091 0 -1 1077944384 937 0 0 0 3 4 0 0 20 0 20 0 178814201 26631184384 279824 33554432000 4194304 4196468 140735890184416 139872963542064 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
Current children cumulated CPU time: 233.15 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 1119296 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 1.11 4.30 6.91 2/200 26101
/proc/meminfo: memFree=18800248/32770624 swapFree=67108860/67108860
[pid=26072] ppid=26069 vsize=26007016 memory=1141848 CPUtime=263.05 cores=0-7
/proc/26072/stat : 26072 (java) S 26069 26072 25091 0 -1 1077944320 59081 0 0 0 26123 182 0 0 20 0 20 0 178814195 26631184384 285462 33554432000 4194304 4196468 140735890184416 140735890166960 139873979203319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
/proc/26072/statm: 6501754 285462 3845 1 0 6489468 0
[pid=26072/tid=26074] ppid=26069 vsize=26007016 memory=4048 CPUtime=250.92 cores=0-7
/proc/26072/task/26074/stat : 26074 (java) R 26069 26072 25091 0 -1 4202560 21239 0 0 0 25073 19 0 0 20 0 20 0 178814195 26631184384 285462 33554432000 4194304 4196468 140735890184416 139873983440288 139873620559237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26075] ppid=26069 vsize=26007016 memory=1232 CPUtime=0.93 cores=0-7
/proc/26072/task/26075/stat : 26075 (java) S 26069 26072 25091 0 -1 1077944384 1298 0 0 0 75 18 0 0 20 0 20 0 178814196 26631184384 285462 33554432000 4194304 4196468 140735890184416 139873537621136 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26076] ppid=26069 vsize=26007016 memory=4126316290023845779 CPUtime=0.93 cores=0-7
/proc/26072/task/26076/stat : 26076 (java) S 26069 26072 25091 0 -1 1077944384 819 0 0 0 74 19 0 0 20 0 20 0 178814196 26631184384 285462 33554432000 4194304 4196468 140735890184416 139873536568336 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26077] ppid=26069 vsize=26007016 memory=928 CPUtime=0.93 cores=0-7
/proc/26072/task/26077/stat : 26077 (java) S 26069 26072 25091 0 -1 1077944384 1767 0 0 0 74 19 0 0 20 0 20 0 178814196 26631184384 285462 33554432000 4194304 4196468 140735890184416 139873535515536 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26078] ppid=26069 vsize=26007016 memory=2240 CPUtime=0.92 cores=0-7
/proc/26072/task/26078/stat : 26078 (java) S 26069 26072 25091 0 -1 1077944384 649 0 0 0 74 18 0 0 20 0 20 0 178814196 26631184384 285462 33554432000 4194304 4196468 140735890184416 139873534462736 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26079] ppid=26069 vsize=26007016 memory=1141848 CPUtime=0.92 cores=0-7
/proc/26072/task/26079/stat : 26079 (java) S 26069 26072 25091 0 -1 1077944384 1961 0 0 0 73 19 0 0 20 0 20 0 178814196 26631184384 285462 33554432000 4194304 4196468 140735890184416 139873533409936 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26080] ppid=26069 vsize=26007016 memory=1141848 CPUtime=0.91 cores=0-7
/proc/26072/task/26080/stat : 26080 (java) S 26069 26072 25091 0 -1 1077944384 1010 0 0 0 73 18 0 0 20 0 20 0 178814196 26631184384 285462 33554432000 4194304 4196468 140735890184416 139873532357136 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26081] ppid=26069 vsize=26007016 memory=8040 CPUtime=0.9 cores=0-7
/proc/26072/task/26081/stat : 26081 (java) S 26069 26072 25091 0 -1 1077944384 1682 0 0 0 72 18 0 0 20 0 20 0 178814196 26631184384 285462 33554432000 4194304 4196468 140735890184416 139873531304336 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26082] ppid=26069 vsize=26007016 memory=840 CPUtime=0.92 cores=0-7
/proc/26072/task/26082/stat : 26082 (java) S 26069 26072 25091 0 -1 1077944384 1312 0 0 0 74 18 0 0 20 0 20 0 178814196 26631184384 285462 33554432000 4194304 4196468 140735890184416 139873530251536 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26083] ppid=26069 vsize=26007016 memory=1692 CPUtime=0.11 cores=0-7
/proc/26072/task/26083/stat : 26083 (java) S 26069 26072 25091 0 -1 1077944384 2413 0 0 0 11 0 0 0 20 0 20 0 178814198 26631184384 285462 33554432000 4194304 4196468 140735890184416 139872973015920 139873979214466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26084] ppid=26069 vsize=26007016 memory=912 CPUtime=0 cores=0-7
/proc/26072/task/26084/stat : 26084 (java) S 26069 26072 25091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 178814198 26631184384 285462 33554432000 4194304 4196468 140735890184416 139872971961952 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26085] ppid=26069 vsize=26007016 memory=5724 CPUtime=0 cores=0-7
/proc/26072/task/26085/stat : 26085 (java) S 26069 26072 25091 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 178814198 26631184384 285462 33554432000 4194304 4196468 140735890184416 139872970909056 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26086] ppid=26069 vsize=26007016 memory=4104 CPUtime=0 cores=0-7
/proc/26072/task/26086/stat : 26086 (java) S 26069 26072 25091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178814201 26631184384 285462 33554432000 4194304 4196468 140735890184416 139872969857360 139873979221915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26087] ppid=26069 vsize=26007016 memory=1156 CPUtime=1.24 cores=0-7
/proc/26072/task/26087/stat : 26087 (java) S 26069 26072 25091 0 -1 1077944384 4779 0 0 0 123 1 0 0 20 0 20 0 178814201 26631184384 285462 33554432000 4194304 4196468 140735890184416 139872968804720 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26088] ppid=26069 vsize=26007016 memory=3208 CPUtime=1.29 cores=0-7
/proc/26072/task/26088/stat : 26088 (java) S 26069 26072 25091 0 -1 1077944384 4031 0 0 0 128 1 0 0 20 0 20 0 178814201 26631184384 285462 33554432000 4194304 4196468 140735890184416 139872967751920 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26089] ppid=26069 vsize=26007016 memory=1141848 CPUtime=1.2 cores=0-7
/proc/26072/task/26089/stat : 26089 (java) S 26069 26072 25091 0 -1 1077944384 4632 0 0 0 119 1 0 0 20 0 20 0 178814201 26631184384 285462 33554432000 4194304 4196468 140735890184416 139872966699120 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26090] ppid=26069 vsize=26007016 memory=6791534058613427641 CPUtime=0.7 cores=0-7
/proc/26072/task/26090/stat : 26090 (java) S 26069 26072 25091 0 -1 1077944384 9165 0 0 0 69 1 0 0 20 0 20 0 178814201 26631184384 285462 33554432000 4194304 4196468 140735890184416 139872965646320 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26091] ppid=26069 vsize=26007016 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/26072/task/26091/stat : 26091 (java) S 26069 26072 25091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178814201 26631184384 285462 33554432000 4194304 4196468 140735890184416 139872964594784 139873979213525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
[pid=26072/tid=26092] ppid=26069 vsize=26007016 memory=0 CPUtime=0.07 cores=0-7
/proc/26072/task/26092/stat : 26092 (java) S 26069 26072 25091 0 -1 1077944384 939 0 0 0 3 4 0 0 20 0 20 0 178814201 26631184384 285462 33554432000 4194304 4196468 140735890184416 139872963542064 139873979214466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140735890187368 140735890187552 140735890187552 140735890190287 0
Current children cumulated CPU time: 263.05 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 1141848 KiB

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

[startup+252.031 s]
# the end of solver process 26072 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=261.246 s, system=1.84359 s

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

Child status: 143
Real time (s): 252.032
CPU time (s): 263.09
CPU user time (s): 261.246
CPU system time (s): 1.84359
CPU usage (%): 104.388
Max. virtual memory (cumulated for all children) (KiB): 26007048
Max. memory (cumulated for all children) (KiB): 1141848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 261.246
system time used= 1.84359
maximum resident set size= 1142420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59563
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10158
involuntary context switches= 229


# summary of solver processes directly reported to runsolver:
#   pid: 26072
#   total CPU time (s): 263.09
#   total CPU user time (s): 261.246
#   total CPU system time (s): 1.84359

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.85202 second user time and 2.53628 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-23 04:46:44
IDJOB=4285710
IDBENCH=133709
IDSOLVER=2682
FILE ID=node104/4285710-1503457265
RUNJOBID= node104-1503446224-25118
PBS_JOBID= 20632156
Free space on /tmp= 61104 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r3.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285710-1503457265/watcher-4285710-1503457265 -o /tmp/evaluation-result-4285710-1503457265/solver-4285710-1503457265 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node104-1503446224-25118 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 381514936 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285710-1503457265.xml

TIME LIMIT= 2016 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 35e588148f794a6a4a81576d123b10dc
RANDOM SEED=381514936

node104.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.43
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.43
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.43
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.43
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:        19927356 kB
MemAvailable:   31937076 kB
Buffers:          242452 kB
Cached:         12038788 kB
SwapCached:            0 kB
Active:          4254324 kB
Inactive:        8078908 kB
Active(anon):       7096 kB
Inactive(anon):    89240 kB
Active(file):    4247228 kB
Inactive(file):  7989668 kB
Unevictable:        7824 kB
Mlocked:            7824 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42688 kB
Writeback:             4 kB
AnonPages:         60108 kB
Mapped:            55416 kB
Shmem:             41612 kB
Slab:             204008 kB
SReclaimable:     177316 kB
SUnreclaim:        26692 kB
KernelStack:        3136 kB
PageTables:         4680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     343104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 61064 MiB
End job on node104 at 2017-08-23 04:50:57