Trace number 4307839

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 - Conflict Ordering with restarts 2018-08-14? (TO) 2520.14 2501.63

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-50_c18.xml
MD5SUMa108db2a0a555905573fa2757742798d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables2502
Number of constraints203353
Number of domains2
Minimum domain size3
Maximum domain size1250
Distribution of domain sizes[{"size":3,"count":2500},{"size":1250,"count":2}]
Minimum variable degree2
Maximum variable degree197
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":149,"count":196},{"degree":151,"count":188},{"degree":153,"count":180},{"degree":155,"count":172},{"degree":157,"count":164},{"degree":159,"count":156},{"degree":161,"count":148},{"degree":163,"count":140},{"degree":165,"count":132},{"degree":167,"count":124},{"degree":169,"count":116},{"degree":171,"count":108},{"degree":173,"count":100},{"degree":175,"count":92},{"degree":177,"count":84},{"degree":179,"count":76},{"degree":181,"count":68},{"degree":183,"count":60},{"degree":185,"count":52},{"degree":187,"count":44},{"degree":189,"count":36},{"degree":191,"count":28},{"degree":193,"count":20},{"degree":195,"count":12},{"degree":197,"count":4}]
Minimum constraint arity2
Maximum constraint arity2501
Distribution of constraint arities[{"arity":2,"count":203351},{"arity":2501,"count":2}]
Number of extensional constraints0
Number of intensional constraints203351
Distribution of constraint types[{"type":"intension","count":203351},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 1400023768
0.67/0.57	c timeout: 2520
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
16.89/9.58	c Parsing done, starting search...
2520.09/2501.60	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 (8936 MiB free)
  memory of node 1: 16384 MiB (9957 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307839-1534334199/watcher-4307839-1534334199 -o /tmp/evaluation-result-4307839-1534334199/solver-4307839-1534334199 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534334199-24979 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1400023768 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307839-1534334199.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=25023, runsolver pid=25020


[startup+0.102263 s]*
/proc/loadavg: 1.19 1.39 1.48 4/215 25038
/proc/meminfo: memFree=19314020/32770624 swapFree=67108860/67108860
[pid=25023] ppid=25020 vsize=14082736 memory=31244 CPUtime=0.12 cores=0,2,4,6
/proc/25023/stat : 25023 (java) S 25020 25023 20506 0 -1 1077944320 6685 0 0 0 11 1 0 0 20 0 15 0 250983078 14420721664 7811 33554432000 4194304 4196468 140731221508512 140731221491056 139974144040695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
/proc/25023/statm: 3520684 7811 3163 1 0 3482761 0
[pid=25023/tid=25025] ppid=25020 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=0,2,4,6
/proc/25023/task/25025/stat : 25025 (java) R 25020 25023 20506 0 -1 4202560 4731 0 0 0 8 1 0 0 20 0 15 0 250983078 14420721664 7811 33554432000 4194304 4196468 140731221508512 139974148264720 139974128121212 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25026] ppid=25020 vsize=14082736 memory=5793855621333703097 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25026/stat : 25026 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983079 14420721664 7811 33554432000 4194304 4196468 140731221508512 139974059108624 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25027] ppid=25020 vsize=14082736 memory=140370323809920 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25027/stat : 25027 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983079 14420721664 7811 33554432000 4194304 4196468 140731221508512 139973739145616 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25028] ppid=25020 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25028/stat : 25028 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983079 14420721664 7811 33554432000 4194304 4196468 140731221508512 139973738093072 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25029] ppid=25020 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25029/stat : 25029 (java) S 25020 25023 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250983079 14420721664 7811 33554432000 4194304 4196468 140731221508512 139973737040528 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25030] ppid=25020 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25030/stat : 25030 (java) S 25020 25023 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250983080 14420721664 7811 33554432000 4194304 4196468 140731221508512 139973124381168 139974144051842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25031] ppid=25020 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25031/stat : 25031 (java) S 25020 25023 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250983081 14420721664 7811 33554432000 4194304 4196468 140731221508512 139973123327392 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25032] ppid=25020 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25032/stat : 25032 (java) S 25020 25023 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250983081 14420721664 7811 33554432000 4194304 4196468 140731221508512 139973122274800 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25033] ppid=25020 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25033/stat : 25033 (java) S 25020 25023 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250983083 14420721664 7811 33554432000 4194304 4196468 140731221508512 139973121223376 139974144059291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25034] ppid=25020 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25034/stat : 25034 (java) S 25020 25023 20506 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 250983083 14420721664 7811 33554432000 4194304 4196468 140731221508512 139973120169968 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25035] ppid=25020 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25035/stat : 25035 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983083 14420721664 7811 33554432000 4194304 4196468 140731221508512 139972676769904 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25036] ppid=25020 vsize=14082736 memory=140370323809920 CPUtime=0.01 cores=0,2,4,6
/proc/25023/task/25036/stat : 25036 (java) S 25020 25023 20506 0 -1 1077944384 269 0 0 0 1 0 0 0 20 0 15 0 250983083 14420721664 7811 33554432000 4194304 4196468 140731221508512 139972675717360 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25037] ppid=25020 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25037/stat : 25037 (java) S 25020 25023 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250983083 14420721664 7811 33554432000 4194304 4196468 140731221508512 139972674665056 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25038] ppid=25020 vsize=14082736 memory=140370323809920 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25038/stat : 25038 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983083 14420721664 7811 33554432000 4194304 4196468 140731221508512 139972673612592 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31244 KiB

[startup+0.211808 s]*
/proc/loadavg: 1.19 1.39 1.48 5/215 25038
/proc/meminfo: memFree=19296236/32770624 swapFree=67108860/67108860
[pid=25023] ppid=25020 vsize=14082736 memory=47044 CPUtime=0.3 cores=0,2,4,6
/proc/25023/stat : 25023 (java) S 25020 25023 20506 0 -1 1077944320 10349 0 0 0 28 2 0 0 20 0 15 0 250983078 14420721664 11761 33554432000 4194304 4196468 140731221508512 140731221491056 139974144040695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
/proc/25023/statm: 3520684 11761 3360 1 0 3482761 0
[pid=25023/tid=25025] ppid=25020 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/25023/task/25025/stat : 25025 (java) R 25020 25023 20506 0 -1 4202560 8076 0 0 0 18 2 0 0 20 0 15 0 250983078 14420721664 11761 33554432000 4194304 4196468 140731221508512 139974148268432 139974123621936 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25026] ppid=25020 vsize=14082736 memory=4211974096528600458 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25026/stat : 25026 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983079 14420721664 11761 33554432000 4194304 4196468 140731221508512 139974059108624 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25027] ppid=25020 vsize=14082736 memory=140370323809920 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25027/stat : 25027 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983079 14420721664 11761 33554432000 4194304 4196468 140731221508512 139973739145616 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25028] ppid=25020 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25028/stat : 25028 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983079 14420721664 11761 33554432000 4194304 4196468 140731221508512 139973738093072 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25029] ppid=25020 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25029/stat : 25029 (java) S 25020 25023 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250983079 14420721664 11761 33554432000 4194304 4196468 140731221508512 139973737040528 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25030] ppid=25020 vsize=14082736 memory=140370323809920 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25030/stat : 25030 (java) S 25020 25023 20506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250983080 14420721664 11761 33554432000 4194304 4196468 140731221508512 139973124381168 139974144051842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25031] ppid=25020 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25031/stat : 25031 (java) S 25020 25023 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250983081 14420721664 11761 33554432000 4194304 4196468 140731221508512 139973123327392 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25032] ppid=25020 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25032/stat : 25032 (java) S 25020 25023 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250983081 14420721664 11761 33554432000 4194304 4196468 140731221508512 139973122274800 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25033] ppid=25020 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25033/stat : 25033 (java) S 25020 25023 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250983083 14420721664 11761 33554432000 4194304 4196468 140731221508512 139973121223376 139974144059291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25034] ppid=25020 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25023/task/25034/stat : 25034 (java) R 25020 25023 20506 0 -1 4202560 413 0 0 0 2 0 0 0 20 0 15 0 250983083 14420721664 11761 33554432000 4194304 4196468 140731221508512 139973120161472 139974136330144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25035] ppid=25020 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/25023/task/25035/stat : 25035 (java) R 25020 25023 20506 0 -1 1077944384 169 0 0 0 1 0 0 0 20 0 15 0 250983083 14420721664 11761 33554432000 4194304 4196468 140731221508512 139972676770000 139974144050901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25036] ppid=25020 vsize=14082736 memory=140370323809920 CPUtime=0.06 cores=0,2,4,6
/proc/25023/task/25036/stat : 25036 (java) R 25020 25023 20506 0 -1 4202560 314 0 0 0 6 0 0 0 20 0 15 0 250983083 14420721664 11761 33554432000 4194304 4196468 140731221508512 139972675712400 139974144052630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25037] ppid=25020 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25037/stat : 25037 (java) S 25020 25023 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250983083 14420721664 11761 33554432000 4194304 4196468 140731221508512 139972674665056 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25038] ppid=25020 vsize=14082736 memory=140370323809920 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25038/stat : 25038 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983083 14420721664 11761 33554432000 4194304 4196468 140731221508512 139972673612592 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47044 KiB

[startup+0.310556 s]*
/proc/loadavg: 1.19 1.39 1.48 3/215 25038
/proc/meminfo: memFree=19286668/32770624 swapFree=67108860/67108860
[pid=25023] ppid=25020 vsize=14082736 memory=50744 CPUtime=0.45 cores=0,2,4,6
/proc/25023/stat : 25023 (java) S 25020 25023 20506 0 -1 1077944320 10783 0 0 0 42 3 0 0 20 0 15 0 250983078 14420721664 12686 33554432000 4194304 4196468 140731221508512 140731221491056 139974144040695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
/proc/25023/statm: 3520684 12686 3411 1 0 3482761 0
[pid=25023/tid=25025] ppid=25020 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/25023/task/25025/stat : 25025 (java) R 25020 25023 20506 0 -1 4202560 8434 0 0 0 28 2 0 0 20 0 15 0 250983078 14420721664 12686 33554432000 4194304 4196468 140731221508512 139974148248528 139974144062621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25026] ppid=25020 vsize=14082736 memory=4211974096528600458 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25026/stat : 25026 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983079 14420721664 12686 33554432000 4194304 4196468 140731221508512 139974059108624 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25027] ppid=25020 vsize=14082736 memory=140370323812280 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25027/stat : 25027 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983079 14420721664 12686 33554432000 4194304 4196468 140731221508512 139973739145616 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25028] ppid=25020 vsize=14082736 memory=140370201672204 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25028/stat : 25028 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983079 14420721664 12686 33554432000 4194304 4196468 140731221508512 139973738093072 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25029] ppid=25020 vsize=14082736 memory=140370201660879 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25029/stat : 25029 (java) S 25020 25023 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250983079 14420721664 12686 33554432000 4194304 4196468 140731221508512 139973737040528 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25030] ppid=25020 vsize=14082736 memory=140370323830452 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25030/stat : 25030 (java) S 25020 25023 20506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250983080 14420721664 12686 33554432000 4194304 4196468 140731221508512 139973124381168 139974144051842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25031] ppid=25020 vsize=14082736 memory=140370201670063 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25031/stat : 25031 (java) S 25020 25023 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250983081 14420721664 12686 33554432000 4194304 4196468 140731221508512 139973123327392 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25032] ppid=25020 vsize=14082736 memory=280740403330960 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25032/stat : 25032 (java) S 25020 25023 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250983081 14420721664 12686 33554432000 4194304 4196468 140731221508512 139973122274800 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25033] ppid=25020 vsize=14082736 memory=280740403328656 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25033/stat : 25033 (java) S 25020 25023 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250983083 14420721664 12686 33554432000 4194304 4196468 140731221508512 139973121223376 139974144059291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25034] ppid=25020 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25023/task/25034/stat : 25034 (java) S 25020 25023 20506 0 -1 1077944384 428 0 0 0 2 0 0 0 20 0 15 0 250983083 14420721664 12686 33554432000 4194304 4196468 140731221508512 139973120169968 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25035] ppid=25020 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25023/task/25035/stat : 25035 (java) S 25020 25023 20506 0 -1 1077944384 204 0 0 0 2 0 0 0 20 0 15 0 250983083 14420721664 12686 33554432000 4194304 4196468 140731221508512 139972676769904 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25036] ppid=25020 vsize=14082736 memory=140370323809920 CPUtime=0.08 cores=0,2,4,6
/proc/25023/task/25036/stat : 25036 (java) S 25020 25023 20506 0 -1 1077944384 335 0 0 0 8 0 0 0 20 0 15 0 250983083 14420721664 12686 33554432000 4194304 4196468 140731221508512 139972675717360 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25037] ppid=25020 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25037/stat : 25037 (java) S 25020 25023 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250983083 14420721664 12686 33554432000 4194304 4196468 140731221508512 139972674665056 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25038] ppid=25020 vsize=14082736 memory=140370323809920 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25038/stat : 25038 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983083 14420721664 12686 33554432000 4194304 4196468 140731221508512 139972673612592 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50744 KiB

[startup+0.700741 s]
/proc/loadavg: 1.19 1.39 1.48 3/215 25038
/proc/meminfo: memFree=19239228/32770624 swapFree=67108860/67108860
[pid=25023] ppid=25020 vsize=14084804 memory=88840 CPUtime=0.98 cores=0,2,4,6
/proc/25023/stat : 25023 (java) S 25020 25023 20506 0 -1 1077944320 17597 0 0 0 94 4 0 0 20 0 15 0 250983078 14422839296 22210 33554432000 4194304 4196468 140731221508512 140731221491056 139974144040695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
/proc/25023/statm: 3521201 22210 3497 1 0 3483273 0
[pid=25023/tid=25025] ppid=25020 vsize=14084804 memory=876 CPUtime=0.68 cores=0,2,4,6
/proc/25023/task/25025/stat : 25025 (java) R 25020 25023 20506 0 -1 4202560 14854 0 0 0 64 4 0 0 20 0 15 0 250983078 14422839296 22210 33554432000 4194304 4196468 140731221508512 139974148265840 139974111625152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25026] ppid=25020 vsize=14084804 memory=10096 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25026/stat : 25026 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983079 14422839296 22210 33554432000 4194304 4196468 140731221508512 139974059108624 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25027] ppid=25020 vsize=14084804 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25027/stat : 25027 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983079 14422839296 22210 33554432000 4194304 4196468 140731221508512 139973739145616 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25028] ppid=25020 vsize=14084804 memory=6296683612554547549 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25028/stat : 25028 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983079 14422839296 22210 33554432000 4194304 4196468 140731221508512 139973738093072 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25029] ppid=25020 vsize=14084804 memory=7597685182856913236 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25029/stat : 25029 (java) S 25020 25023 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250983079 14422839296 22210 33554432000 4194304 4196468 140731221508512 139973737040528 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25030] ppid=25020 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25030/stat : 25030 (java) S 25020 25023 20506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250983080 14422839296 22210 33554432000 4194304 4196468 140731221508512 139973124381168 139974144051842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25031] ppid=25020 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25031/stat : 25031 (java) S 25020 25023 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250983081 14422839296 22210 33554432000 4194304 4196468 140731221508512 139973123327392 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25032] ppid=25020 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25032/stat : 25032 (java) S 25020 25023 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250983081 14422839296 22210 33554432000 4194304 4196468 140731221508512 139973122274800 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25033] ppid=25020 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25033/stat : 25033 (java) S 25020 25023 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250983083 14422839296 22210 33554432000 4194304 4196468 140731221508512 139973121223376 139974144059291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25034] ppid=25020 vsize=14084804 memory=270 CPUtime=0.08 cores=0,2,4,6
/proc/25023/task/25034/stat : 25034 (java) S 25020 25023 20506 0 -1 1077944384 584 0 0 0 8 0 0 0 20 0 15 0 250983083 14422839296 22210 33554432000 4194304 4196468 140731221508512 139973120169968 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25035] ppid=25020 vsize=14084804 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/25023/task/25035/stat : 25035 (java) S 25020 25023 20506 0 -1 1077944384 356 0 0 0 7 0 0 0 20 0 15 0 250983083 14422839296 22210 33554432000 4194304 4196468 140731221508512 139972676769904 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25036] ppid=25020 vsize=14084804 memory=20551 CPUtime=0.15 cores=0,2,4,6
/proc/25023/task/25036/stat : 25036 (java) S 25020 25023 20506 0 -1 1077944384 424 0 0 0 15 0 0 0 20 0 15 0 250983083 14422839296 22210 33554432000 4194304 4196468 140731221508512 139972675717360 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25037] ppid=25020 vsize=14084804 memory=280740403514864 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25037/stat : 25037 (java) S 25020 25023 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250983083 14422839296 22210 33554432000 4194304 4196468 140731221508512 139972674665056 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25038] ppid=25020 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25038/stat : 25038 (java) S 25020 25023 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250983083 14422839296 22210 33554432000 4194304 4196468 140731221508512 139972673612592 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88840 KiB

[startup+1.50122 s]
/proc/loadavg: 1.19 1.39 1.48 7/215 25038
/proc/meminfo: memFree=19005908/32770624 swapFree=67108860/67108860
[pid=25023] ppid=25020 vsize=14086852 memory=386320 CPUtime=3.21 cores=0,2,4,6
/proc/25023/stat : 25023 (java) S 25020 25023 20506 0 -1 1077944320 20310 0 0 0 294 27 0 0 20 0 15 0 250983078 14424936448 96580 33554432000 4194304 4196468 140731221508512 140731221491056 139974144040695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
/proc/25023/statm: 3521713 96580 3550 1 0 3483785 0
[pid=25023/tid=25025] ppid=25020 vsize=14086852 memory=0 CPUtime=1.3 cores=0,2,4,6
/proc/25023/task/25025/stat : 25025 (java) S 25020 25023 20506 0 -1 1077944384 15320 0 0 0 124 6 0 0 20 0 15 0 250983078 14424936448 96580 33554432000 4194304 4196468 140731221508512 139974148275104 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25026] ppid=25020 vsize=14086852 memory=-3535359994705172833 CPUtime=0.14 cores=0,2,4,6
/proc/25023/task/25026/stat : 25026 (java) R 25020 25023 20506 0 -1 4202560 125 0 0 0 10 4 0 0 20 0 15 0 250983079 14424936448 96580 33554432000 4194304 4196468 140731221508512 139974059108624 139974129068578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25027] ppid=25020 vsize=14086852 memory=-3472574513799858003 CPUtime=0.15 cores=0,2,4,6
/proc/25023/task/25027/stat : 25027 (java) R 25020 25023 20506 0 -1 4202560 114 0 0 0 11 4 0 0 20 0 15 0 250983079 14424936448 96580 33554432000 4194304 4196468 140731221508512 139973739145816 139974129068569 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25028] ppid=25020 vsize=14086852 memory=-1088251628401078322 CPUtime=0.15 cores=0,2,4,6
/proc/25023/task/25028/stat : 25028 (java) R 25020 25023 20506 0 -1 4202560 121 0 0 0 11 4 0 0 20 0 15 0 250983079 14424936448 96580 33554432000 4194304 4196468 140731221508512 139973738092960 139974125593936 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25029] ppid=25020 vsize=14086852 memory=-6439125508584792671 CPUtime=0.15 cores=0,2,4,6
/proc/25023/task/25029/stat : 25029 (java) R 25020 25023 20506 0 -1 4202560 161 0 0 0 10 5 0 0 20 0 15 0 250983079 14424936448 96580 33554432000 4194304 4196468 140731221508512 139973737040728 139974129068578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25030] ppid=25020 vsize=14086852 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25030/stat : 25030 (java) S 25020 25023 20506 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 250983080 14424936448 96580 33554432000 4194304 4196468 140731221508512 139973124379680 139974144050901 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0

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

/proc/25023/task/25025/stat : 25025 (java) R 25020 25023 20506 0 -1 4202560 130388 0 0 0 231808 90 0 0 20 0 15 0 250983078 14429130752 922198 33554432000 4194304 4196468 140731221508512 139974148278672 139973742400542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25026] ppid=25020 vsize=14090948 memory=3688792 CPUtime=2.75 cores=0,2,4,6
/proc/25023/task/25026/stat : 25026 (java) S 25020 25023 20506 0 -1 1077944384 27300 0 0 0 251 24 0 0 20 0 15 0 250983079 14429130752 922198 33554432000 4194304 4196468 140731221508512 139974059108624 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25027] ppid=25020 vsize=14090948 memory=3688792 CPUtime=2.76 cores=0,2,4,6
/proc/25023/task/25027/stat : 25027 (java) S 25020 25023 20506 0 -1 1077944384 24054 0 0 0 253 23 0 0 20 0 15 0 250983079 14429130752 922198 33554432000 4194304 4196468 140731221508512 139973739145616 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25028] ppid=25020 vsize=14090948 memory=3688792 CPUtime=2.76 cores=0,2,4,6
/proc/25023/task/25028/stat : 25028 (java) S 25020 25023 20506 0 -1 1077944384 23667 0 0 0 253 23 0 0 20 0 15 0 250983079 14429130752 922198 33554432000 4194304 4196468 140731221508512 139973738093072 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25029] ppid=25020 vsize=14090948 memory=164 CPUtime=2.76 cores=0,2,4,6
/proc/25023/task/25029/stat : 25029 (java) S 25020 25023 20506 0 -1 1077944384 27004 0 0 0 252 24 0 0 20 0 15 0 250983079 14429130752 922198 33554432000 4194304 4196468 140731221508512 139973737040528 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25030] ppid=25020 vsize=14090948 memory=3688792 CPUtime=0.35 cores=0,2,4,6
/proc/25023/task/25030/stat : 25030 (java) S 25020 25023 20506 0 -1 1077944384 15271 0 0 0 31 4 0 0 20 0 15 0 250983080 14429130752 922198 33554432000 4194304 4196468 140731221508512 139973124381168 139974144051842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25031] ppid=25020 vsize=14090948 memory=3688792 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25031/stat : 25031 (java) S 25020 25023 20506 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250983081 14429130752 922198 33554432000 4194304 4196468 140731221508512 139973123327456 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25032] ppid=25020 vsize=14090948 memory=3688792 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25032/stat : 25032 (java) S 25020 25023 20506 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 250983081 14429130752 922198 33554432000 4194304 4196468 140731221508512 139973122274816 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25033] ppid=25020 vsize=14090948 memory=3688792 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25033/stat : 25033 (java) S 25020 25023 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250983083 14429130752 922198 33554432000 4194304 4196468 140731221508512 139973121223376 139974144059291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25034] ppid=25020 vsize=14090948 memory=3688792 CPUtime=3.71 cores=0,2,4,6
/proc/25023/task/25034/stat : 25034 (java) S 25020 25023 20506 0 -1 1077944384 17161 0 0 0 368 3 0 0 20 0 15 0 250983083 14429130752 922198 33554432000 4194304 4196468 140731221508512 139973120169968 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25035] ppid=25020 vsize=14090948 memory=6791534058613427641 CPUtime=3.62 cores=0,2,4,6
/proc/25023/task/25035/stat : 25035 (java) S 25020 25023 20506 0 -1 1077944384 16441 0 0 0 360 2 0 0 20 0 15 0 250983083 14429130752 922198 33554432000 4194304 4196468 140731221508512 139972676769904 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25036] ppid=25020 vsize=14090948 memory=2240 CPUtime=0.94 cores=0,2,4,6
/proc/25023/task/25036/stat : 25036 (java) S 25020 25023 20506 0 -1 1077944384 8786 0 0 0 92 2 0 0 20 0 15 0 250983083 14429130752 922198 33554432000 4194304 4196468 140731221508512 139972675717360 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25037] ppid=25020 vsize=14090948 memory=3688792 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25037/stat : 25037 (java) S 25020 25023 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250983083 14429130752 922198 33554432000 4194304 4196468 140731221508512 139972674665056 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25038] ppid=25020 vsize=14090948 memory=3688792 CPUtime=1.46 cores=0,2,4,6
/proc/25023/task/25038/stat : 25038 (java) S 25020 25023 20506 0 -1 1077944384 2354 0 0 0 74 72 0 0 20 0 15 0 250983083 14429130752 922198 33554432000 4194304 4196468 140731221508512 139972673612592 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
Current children cumulated CPU time: 2340.17 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3688792 KiB

[startup+2382.3 s]
/proc/loadavg: 1.52 1.53 1.57 3/215 25134
/proc/meminfo: memFree=15393384/32770624 swapFree=67108860/67108860
[pid=25023] ppid=25020 vsize=14090948 memory=3649804 CPUtime=2400.39 cores=0,2,4,6
/proc/25023/stat : 25023 (java) S 25020 25023 20506 0 -1 1077944320 301558 0 0 0 239782 257 0 0 20 0 15 0 250983078 14429130752 912451 33554432000 4194304 4196468 140731221508512 140731221491056 139974144040695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
/proc/25023/statm: 3522737 912451 3607 1 0 3484809 0
[pid=25023/tid=25025] ppid=25020 vsize=14090948 memory=3649804 CPUtime=2378.91 cores=0,2,4,6
/proc/25023/task/25025/stat : 25025 (java) R 25020 25023 20506 0 -1 4202560 132929 0 0 0 237801 90 0 0 20 0 15 0 250983078 14429130752 912451 33554432000 4194304 4196468 140731221508512 139974148278672 139973745396646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25026] ppid=25020 vsize=14090948 memory=3649804 CPUtime=2.81 cores=0,2,4,6
/proc/25023/task/25026/stat : 25026 (java) S 25020 25023 20506 0 -1 1077944384 28299 0 0 0 257 24 0 0 20 0 15 0 250983079 14429130752 912451 33554432000 4194304 4196468 140731221508512 139974059108624 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25027] ppid=25020 vsize=14090948 memory=3649804 CPUtime=2.82 cores=0,2,4,6
/proc/25023/task/25027/stat : 25027 (java) S 25020 25023 20506 0 -1 1077944384 25069 0 0 0 259 23 0 0 20 0 15 0 250983079 14429130752 912451 33554432000 4194304 4196468 140731221508512 139973739145616 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25028] ppid=25020 vsize=14090948 memory=3649804 CPUtime=2.82 cores=0,2,4,6
/proc/25023/task/25028/stat : 25028 (java) S 25020 25023 20506 0 -1 1077944384 24693 0 0 0 259 23 0 0 20 0 15 0 250983079 14429130752 912451 33554432000 4194304 4196468 140731221508512 139973738093072 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25029] ppid=25020 vsize=14090948 memory=3661600 CPUtime=2.82 cores=0,2,4,6
/proc/25023/task/25029/stat : 25029 (java) S 25020 25023 20506 0 -1 1077944384 27983 0 0 0 258 24 0 0 20 0 15 0 250983079 14429130752 912451 33554432000 4194304 4196468 140731221508512 139973737040528 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25030] ppid=25020 vsize=14090948 memory=3661600 CPUtime=0.35 cores=0,2,4,6
/proc/25023/task/25030/stat : 25030 (java) S 25020 25023 20506 0 -1 1077944384 15728 0 0 0 31 4 0 0 20 0 15 0 250983080 14429130752 912451 33554432000 4194304 4196468 140731221508512 139973124381168 139974144051842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25031] ppid=25020 vsize=14090948 memory=3688792 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25031/stat : 25031 (java) S 25020 25023 20506 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250983081 14429130752 912451 33554432000 4194304 4196468 140731221508512 139973123327456 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25032] ppid=25020 vsize=14090948 memory=3661600 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25032/stat : 25032 (java) S 25020 25023 20506 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 250983081 14429130752 912451 33554432000 4194304 4196468 140731221508512 139973122274816 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25033] ppid=25020 vsize=14090948 memory=3661600 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25033/stat : 25033 (java) S 25020 25023 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250983083 14429130752 912451 33554432000 4194304 4196468 140731221508512 139973121223376 139974144059291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25034] ppid=25020 vsize=14090948 memory=3649804 CPUtime=3.71 cores=0,2,4,6
/proc/25023/task/25034/stat : 25034 (java) S 25020 25023 20506 0 -1 1077944384 17169 0 0 0 368 3 0 0 20 0 15 0 250983083 14429130752 912451 33554432000 4194304 4196468 140731221508512 139973120169968 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25035] ppid=25020 vsize=14090948 memory=3649804 CPUtime=3.62 cores=0,2,4,6
/proc/25023/task/25035/stat : 25035 (java) S 25020 25023 20506 0 -1 1077944384 16448 0 0 0 360 2 0 0 20 0 15 0 250983083 14429130752 912451 33554432000 4194304 4196468 140731221508512 139972676769904 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25036] ppid=25020 vsize=14090948 memory=3661600 CPUtime=0.94 cores=0,2,4,6
/proc/25023/task/25036/stat : 25036 (java) S 25020 25023 20506 0 -1 1077944384 9400 0 0 0 92 2 0 0 20 0 15 0 250983083 14429130752 912451 33554432000 4194304 4196468 140731221508512 139972675717360 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25037] ppid=25020 vsize=14090948 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25037/stat : 25037 (java) S 25020 25023 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250983083 14429130752 912451 33554432000 4194304 4196468 140731221508512 139972674665056 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25038] ppid=25020 vsize=14090948 memory=68216 CPUtime=1.5 cores=0,2,4,6
/proc/25023/task/25038/stat : 25038 (java) S 25020 25023 20506 0 -1 1077944384 2415 0 0 0 76 74 0 0 20 0 15 0 250983083 14429130752 912451 33554432000 4194304 4196468 140731221508512 139972673612592 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
Current children cumulated CPU time: 2400.39 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3649804 KiB

[startup+2442.3 s]
/proc/loadavg: 1.55 1.54 1.57 3/215 25135
/proc/meminfo: memFree=15426448/32770624 swapFree=67108860/67108860
[pid=25023] ppid=25020 vsize=14090948 memory=3615804 CPUtime=2460.58 cores=0,2,4,6
/proc/25023/stat : 25023 (java) S 25020 25023 20506 0 -1 1077944320 306265 0 0 0 245799 259 0 0 20 0 15 0 250983078 14429130752 903951 33554432000 4194304 4196468 140731221508512 140731221491056 139974144040695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
/proc/25023/statm: 3522737 903951 3607 1 0 3484809 0
[pid=25023/tid=25025] ppid=25020 vsize=14090948 memory=3615804 CPUtime=2438.85 cores=0,2,4,6
/proc/25023/task/25025/stat : 25025 (java) R 25020 25023 20506 0 -1 4202560 134925 0 0 0 243794 91 0 0 20 0 15 0 250983078 14429130752 903951 33554432000 4194304 4196468 140731221508512 139974148278672 139973742400457 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25026] ppid=25020 vsize=14090948 memory=3626724 CPUtime=2.87 cores=0,2,4,6
/proc/25023/task/25026/stat : 25026 (java) S 25020 25023 20506 0 -1 1077944384 28449 0 0 0 263 24 0 0 20 0 15 0 250983079 14429130752 903951 33554432000 4194304 4196468 140731221508512 139974059108624 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25027] ppid=25020 vsize=14090948 memory=3688792 CPUtime=2.88 cores=0,2,4,6
/proc/25023/task/25027/stat : 25027 (java) S 25020 25023 20506 0 -1 1077944384 25920 0 0 0 265 23 0 0 20 0 15 0 250983079 14429130752 903951 33554432000 4194304 4196468 140731221508512 139973739145616 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25028] ppid=25020 vsize=14090948 memory=3661600 CPUtime=2.87 cores=0,2,4,6
/proc/25023/task/25028/stat : 25028 (java) S 25020 25023 20506 0 -1 1077944384 25839 0 0 0 264 23 0 0 20 0 15 0 250983079 14429130752 903951 33554432000 4194304 4196468 140731221508512 139973738093072 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25029] ppid=25020 vsize=14090948 memory=3649804 CPUtime=2.87 cores=0,2,4,6
/proc/25023/task/25029/stat : 25029 (java) S 25020 25023 20506 0 -1 1077944384 28248 0 0 0 263 24 0 0 20 0 15 0 250983079 14429130752 903951 33554432000 4194304 4196468 140731221508512 139973737040528 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25030] ppid=25020 vsize=14090948 memory=3626716 CPUtime=0.36 cores=0,2,4,6
/proc/25023/task/25030/stat : 25030 (java) S 25020 25023 20506 0 -1 1077944384 15973 0 0 0 32 4 0 0 20 0 15 0 250983080 14429130752 903951 33554432000 4194304 4196468 140731221508512 139973124381168 139974144051842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25031] ppid=25020 vsize=14090948 memory=3626716 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25031/stat : 25031 (java) S 25020 25023 20506 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250983081 14429130752 903951 33554432000 4194304 4196468 140731221508512 139973123327456 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25032] ppid=25020 vsize=14090948 memory=3626716 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25032/stat : 25032 (java) S 25020 25023 20506 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 250983081 14429130752 903951 33554432000 4194304 4196468 140731221508512 139973122274816 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25033] ppid=25020 vsize=14090948 memory=3626716 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25033/stat : 25033 (java) S 25020 25023 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250983083 14429130752 903951 33554432000 4194304 4196468 140731221508512 139973121223376 139974144059291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25034] ppid=25020 vsize=14090948 memory=3626724 CPUtime=3.71 cores=0,2,4,6
/proc/25023/task/25034/stat : 25034 (java) S 25020 25023 20506 0 -1 1077944384 17172 0 0 0 368 3 0 0 20 0 15 0 250983083 14429130752 903951 33554432000 4194304 4196468 140731221508512 139973120169968 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25035] ppid=25020 vsize=14090948 memory=3615048 CPUtime=3.62 cores=0,2,4,6
/proc/25023/task/25035/stat : 25035 (java) S 25020 25023 20506 0 -1 1077944384 16456 0 0 0 360 2 0 0 20 0 15 0 250983083 14429130752 903951 33554432000 4194304 4196468 140731221508512 139972676769904 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25036] ppid=25020 vsize=14090948 memory=3615804 CPUtime=0.94 cores=0,2,4,6
/proc/25023/task/25036/stat : 25036 (java) S 25020 25023 20506 0 -1 1077944384 9404 0 0 0 92 2 0 0 20 0 15 0 250983083 14429130752 903951 33554432000 4194304 4196468 140731221508512 139972675717360 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25037] ppid=25020 vsize=14090948 memory=3615048 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25037/stat : 25037 (java) S 25020 25023 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250983083 14429130752 903951 33554432000 4194304 4196468 140731221508512 139972674665056 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25038] ppid=25020 vsize=14090948 memory=3615804 CPUtime=1.53 cores=0,2,4,6
/proc/25023/task/25038/stat : 25038 (java) S 25020 25023 20506 0 -1 1077944384 2454 0 0 0 78 75 0 0 20 0 15 0 250983083 14429130752 903951 33554432000 4194304 4196468 140731221508512 139972673612592 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
Current children cumulated CPU time: 2460.58 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3615804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.6 s]
/proc/loadavg: 1.67 1.57 1.58 3/215 25213
/proc/meminfo: memFree=15519868/32770624 swapFree=67108860/67108860
[pid=25023] ppid=25020 vsize=14090948 memory=3591448 CPUtime=2520.09 cores=0,2,4,6
/proc/25023/stat : 25023 (java) S 25020 25023 20506 0 -1 1077944320 312232 0 0 0 251747 262 0 0 20 0 15 0 250983078 14429130752 897862 33554432000 4194304 4196468 140731221508512 140731221491056 139974144040695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
/proc/25023/statm: 3522737 897862 3607 1 0 3484809 0
[pid=25023/tid=25025] ppid=25020 vsize=14090948 memory=4128 CPUtime=2498.08 cores=0,2,4,6
/proc/25023/task/25025/stat : 25025 (java) R 25020 25023 20506 0 -1 4202560 137287 0 0 0 249716 92 0 0 20 0 15 0 250983078 14429130752 897862 33554432000 4194304 4196468 140731221508512 139974148278672 139973741697786 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25026] ppid=25020 vsize=14090948 memory=6791534058613427641 CPUtime=2.92 cores=0,2,4,6
/proc/25023/task/25026/stat : 25026 (java) S 25020 25023 20506 0 -1 1077944384 29441 0 0 0 268 24 0 0 20 0 15 0 250983079 14429130752 897862 33554432000 4194304 4196468 140731221508512 139974059108624 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25027] ppid=25020 vsize=14090948 memory=2416 CPUtime=2.94 cores=0,2,4,6
/proc/25023/task/25027/stat : 25027 (java) S 25020 25023 20506 0 -1 1077944384 26312 0 0 0 270 24 0 0 20 0 15 0 250983079 14429130752 897862 33554432000 4194304 4196468 140731221508512 139973739145616 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25028] ppid=25020 vsize=14090948 memory=1796 CPUtime=2.93 cores=0,2,4,6
/proc/25023/task/25028/stat : 25028 (java) S 25020 25023 20506 0 -1 1077944384 27109 0 0 0 270 23 0 0 20 0 15 0 250983079 14429130752 897862 33554432000 4194304 4196468 140731221508512 139973738093072 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25029] ppid=25020 vsize=14090948 memory=1704 CPUtime=2.93 cores=0,2,4,6
/proc/25023/task/25029/stat : 25029 (java) S 25020 25023 20506 0 -1 1077944384 28639 0 0 0 269 24 0 0 20 0 15 0 250983079 14429130752 897862 33554432000 4194304 4196468 140731221508512 139973737040528 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25030] ppid=25020 vsize=14090948 memory=796 CPUtime=0.36 cores=0,2,4,6
/proc/25023/task/25030/stat : 25030 (java) S 25020 25023 20506 0 -1 1077944384 16447 0 0 0 32 4 0 0 20 0 15 0 250983080 14429130752 897862 33554432000 4194304 4196468 140731221508512 139973124381168 139974144051842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25031] ppid=25020 vsize=14090948 memory=5408 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25031/stat : 25031 (java) S 25020 25023 20506 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250983081 14429130752 897862 33554432000 4194304 4196468 140731221508512 139973123327456 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25032] ppid=25020 vsize=14090948 memory=876 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25032/stat : 25032 (java) S 25020 25023 20506 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 250983081 14429130752 897862 33554432000 4194304 4196468 140731221508512 139973122274816 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25033] ppid=25020 vsize=14090948 memory=10096 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25033/stat : 25033 (java) S 25020 25023 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250983083 14429130752 897862 33554432000 4194304 4196468 140731221508512 139973121223376 139974144059291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25034] ppid=25020 vsize=14090948 memory=1228 CPUtime=3.71 cores=0,2,4,6
/proc/25023/task/25034/stat : 25034 (java) S 25020 25023 20506 0 -1 1077944384 17178 0 0 0 368 3 0 0 20 0 15 0 250983083 14429130752 897862 33554432000 4194304 4196468 140731221508512 139973120169968 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25035] ppid=25020 vsize=14090948 memory=1952 CPUtime=3.62 cores=0,2,4,6
/proc/25023/task/25035/stat : 25035 (java) S 25020 25023 20506 0 -1 1077944384 16472 0 0 0 360 2 0 0 20 0 15 0 250983083 14429130752 897862 33554432000 4194304 4196468 140731221508512 139972676769904 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25036] ppid=25020 vsize=14090948 memory=1160 CPUtime=0.94 cores=0,2,4,6
/proc/25023/task/25036/stat : 25036 (java) S 25020 25023 20506 0 -1 1077944384 9412 0 0 0 92 2 0 0 20 0 15 0 250983083 14429130752 897862 33554432000 4194304 4196468 140731221508512 139972675717360 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25037] ppid=25020 vsize=14090948 memory=10852 CPUtime=0 cores=0,2,4,6
/proc/25023/task/25037/stat : 25037 (java) S 25020 25023 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250983083 14429130752 897862 33554432000 4194304 4196468 140731221508512 139972674665056 139974144050901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
[pid=25023/tid=25038] ppid=25020 vsize=14090948 memory=4616 CPUtime=1.57 cores=0,2,4,6
/proc/25023/task/25038/stat : 25038 (java) S 25020 25023 20506 0 -1 1077944384 2510 0 0 0 80 77 0 0 20 0 15 0 250983083 14429130752 897862 33554432000 4194304 4196468 140731221508512 139972673612592 139974144051842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8228864 140731221513288 140731221513481 140731221513481 140731221516239 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3591448 KiB

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

[startup+2501.63 s]
# the end of solver process 25023 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.48 s, system=2.65437 s

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

Child status: 143
Real time (s): 2501.63
CPU time (s): 2520.14
CPU user time (s): 2517.48
CPU system time (s): 2.65437
CPU usage (%): 100.74
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 4251544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.48
system time used= 2.65437
maximum resident set size= 4253284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312763
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59255
involuntary context switches= 2044


# summary of solver processes directly reported to runsolver:
#   pid: 25023
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.48
#   total CPU system time (s): 2.65437

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9603 second user time and 24.037 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-15 13:56:39
IDJOB=4307839
IDBENCH=141492
IDSOLVER=2791
FILE ID=node139/4307839-1534334199
RUNJOBID= node139-1534334199-24979
PBS_JOBID= 21038153
Free space on /tmp= 39428 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-50_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307839-1534334199/watcher-4307839-1534334199 -o /tmp/evaluation-result-4307839-1534334199/solver-4307839-1534334199 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534334199-24979 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1400023768 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307839-1534334199.xml

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

MD5SUM BENCH= a108db2a0a555905573fa2757742798d
RANDOM SEED=1400023768

node139.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.80
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.80
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.80
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.80
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:        19355196 kB
MemAvailable:   31889352 kB
Buffers:          271628 kB
Cached:         12376880 kB
SwapCached:            0 kB
Active:          6113476 kB
Inactive:        6599776 kB
Active(anon):      18568 kB
Inactive(anon):   106804 kB
Active(file):    6094908 kB
Inactive(file):  6492972 kB
Unevictable:        7192 kB
Mlocked:            7192 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             79552 kB
Writeback:             0 kB
AnonPages:        115552 kB
Mapped:            76008 kB
Shmem:             57996 kB
Slab:             403208 kB
SReclaimable:     374736 kB
SUnreclaim:        28472 kB
KernelStack:        3168 kB
PageTables:         5476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1314516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 39392 MiB
End job on node139 at 2018-08-15 14:38:21