Trace number 4310053

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) 252.046 244.221

General information on the benchmark

NameNurseRostering/
NurseRostering-08_c18.xml
MD5SUMd61cb971f7c35e7f42e62a62e90db6df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10030
Best CPU time to get the best result obtained on this benchmark252.09
Satisfiable
(Un)Satisfiability was proved
Number of variables1615
Number of constraints4057
Number of domains17
Minimum domain size1
Maximum domain size31
Distribution of domain sizes[{"size":1,"count":65},{"size":2,"count":347},{"size":3,"count":4},{"size":5,"count":856},{"size":6,"count":1},{"size":9,"count":6},{"size":15,"count":24},{"size":29,"count":60},{"size":31,"count":252}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":655},{"degree":3,"count":120},{"degree":14,"count":3},{"degree":15,"count":26},{"degree":16,"count":25},{"degree":17,"count":11},{"degree":18,"count":21},{"degree":19,"count":40},{"degree":20,"count":52},{"degree":21,"count":62},{"degree":22,"count":101},{"degree":23,"count":201},{"degree":24,"count":145},{"degree":25,"count":88},{"degree":26,"count":52},{"degree":27,"count":13}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":1704},{"arity":3,"count":1144},{"arity":4,"count":205},{"arity":5,"count":30},{"arity":6,"count":529},{"arity":7,"count":154},{"arity":29,"count":150},{"arity":31,"count":140},{"arity":60,"count":1}]
Number of extensional constraints950
Number of intensional constraints511
Distribution of constraint types[{"type":"extension","count":950},{"type":"intension","count":511},{"type":"regular","count":1562},{"type":"sum","count":60},{"type":"count","count":973},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 1514200458
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
6.50/2.75	c Parsing done, starting search...
252.02/244.20	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 (14589 MiB free)
  memory of node 1: 16384 MiB (13195 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310053-1534326485/watcher-4310053-1534326485 -o /tmp/evaluation-result-4310053-1534326485/solver-4310053-1534326485 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534323777-22420 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1514200458 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310053-1534326485.xml 

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

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

solver pid=24284, runsolver pid=24281

[startup+0.100095 s]*
/proc/loadavg: 1.93 1.88 1.77 3/215 24299
/proc/meminfo: memFree=28427096/32770624 swapFree=67030680/67108860
[pid=24284] ppid=24281 vsize=14082736 memory=31268 CPUtime=0.11 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 18952 0 -1 1077944320 6720 0 0 0 10 1 0 0 20 0 15 0 250211714 14420721664 7817 33554432000 4194304 4196468 140731534011360 140731533993904 140344892739319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
/proc/24284/statm: 3520684 7817 3155 1 0 3482761 0
[pid=24284/tid=24286] ppid=24281 vsize=14082736 memory=-8701690554791923585 CPUtime=0.09 cores=0,2,4,6
/proc/24284/task/24286/stat : 24286 (java) R 24281 24284 18952 0 -1 4202560 4761 0 0 0 8 1 0 0 20 0 15 0 250211714 14420721664 7817 33554432000 4194304 4196468 140731534011360 140344896942344 140344892751254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24287] ppid=24281 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24287/stat : 24287 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211715 14420721664 7817 33554432000 4194304 4196468 140731534011360 140344845359760 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24288] ppid=24281 vsize=14082736 memory=140549916235392 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24288/stat : 24288 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211715 14420721664 7817 33554432000 4194304 4196468 140731534011360 140344844306960 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24289] ppid=24281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24289/stat : 24289 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211715 14420721664 7817 33554432000 4194304 4196468 140731534011360 140344843254160 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24290] ppid=24281 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24290/stat : 24290 (java) S 24281 24284 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250211715 14420721664 7817 33554432000 4194304 4196468 140731534011360 140344842201360 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24291] ppid=24281 vsize=14082736 memory=140549916235392 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24291/stat : 24291 (java) S 24281 24284 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250211716 14420721664 7817 33554432000 4194304 4196468 140731534011360 140344434518896 140344892750466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24292] ppid=24281 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24292/stat : 24292 (java) S 24281 24284 18952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250211717 14420721664 7817 33554432000 4194304 4196468 140731534011360 140344433464864 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24293] ppid=24281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24293/stat : 24293 (java) S 24281 24284 18952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250211717 14420721664 7817 33554432000 4194304 4196468 140731534011360 140344364623216 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24294] ppid=24281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24294/stat : 24294 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211719 14420721664 7817 33554432000 4194304 4196468 140731534011360 140344363571536 140344892757915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24295] ppid=24281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24295/stat : 24295 (java) S 24281 24284 18952 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 250211719 14420721664 7817 33554432000 4194304 4196468 140731534011360 140344362518896 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24296] ppid=24281 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24296/stat : 24296 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211719 14420721664 7817 33554432000 4194304 4196468 140731534011360 140344361466096 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24297] ppid=24281 vsize=14082736 memory=140549916235392 CPUtime=0.01 cores=0,2,4,6
/proc/24284/task/24297/stat : 24297 (java) S 24281 24284 18952 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 250211719 14420721664 7817 33554432000 4194304 4196468 140731534011360 140344360413296 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24298] ppid=24281 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24298/stat : 24298 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211720 14420721664 7817 33554432000 4194304 4196468 140731534011360 140344359360736 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24299] ppid=24281 vsize=14082736 memory=140549916235392 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24299/stat : 24299 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211720 14420721664 7817 33554432000 4194304 4196468 140731534011360 140344358309040 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31268 KiB

[startup+0.21218 s]*
/proc/loadavg: 1.93 1.88 1.77 6/215 24299
/proc/meminfo: memFree=28405572/32770624 swapFree=67030680/67108860
[pid=24284] ppid=24281 vsize=14082736 memory=47060 CPUtime=0.3 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 18952 0 -1 1077944320 10384 0 0 0 27 3 0 0 20 0 15 0 250211714 14420721664 11765 33554432000 4194304 4196468 140731534011360 140731533993904 140344892739319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
/proc/24284/statm: 3520684 11765 3363 1 0 3482761 0
[pid=24284/tid=24286] ppid=24281 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/24284/task/24286/stat : 24286 (java) R 24281 24284 18952 0 -1 4202560 8096 0 0 0 18 2 0 0 20 0 15 0 250211714 14420721664 11765 33554432000 4194304 4196468 140731534011360 140344896966176 140344876782949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24287] ppid=24281 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24287/stat : 24287 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211715 14420721664 11765 33554432000 4194304 4196468 140731534011360 140344845359760 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24288] ppid=24281 vsize=14082736 memory=140549917594350 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24288/stat : 24288 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211715 14420721664 11765 33554432000 4194304 4196468 140731534011360 140344844306960 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24289] ppid=24281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24289/stat : 24289 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211715 14420721664 11765 33554432000 4194304 4196468 140731534011360 140344843254160 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24290] ppid=24281 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24290/stat : 24290 (java) S 24281 24284 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250211715 14420721664 11765 33554432000 4194304 4196468 140731534011360 140344842201360 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24291] ppid=24281 vsize=14082736 memory=140549916235392 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24291/stat : 24291 (java) S 24281 24284 18952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250211716 14420721664 11765 33554432000 4194304 4196468 140731534011360 140344434518896 140344892750466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24292] ppid=24281 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24292/stat : 24292 (java) S 24281 24284 18952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250211717 14420721664 11765 33554432000 4194304 4196468 140731534011360 140344433464864 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24293] ppid=24281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24293/stat : 24293 (java) S 24281 24284 18952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250211717 14420721664 11765 33554432000 4194304 4196468 140731534011360 140344364623216 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24294] ppid=24281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24294/stat : 24294 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211719 14420721664 11765 33554432000 4194304 4196468 140731534011360 140344363571536 140344892757915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24295] ppid=24281 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24284/task/24295/stat : 24295 (java) R 24281 24284 18952 0 -1 4202560 498 0 0 0 2 0 0 0 20 0 15 0 250211719 14420721664 11765 33554432000 4194304 4196468 140731534011360 140344362518896 140344871994080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24296] ppid=24281 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/24284/task/24296/stat : 24296 (java) S 24281 24284 18952 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 15 0 250211719 14420721664 11765 33554432000 4194304 4196468 140731534011360 140344361466096 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24297] ppid=24281 vsize=14082736 memory=140549916235392 CPUtime=0.05 cores=0,2,4,6
/proc/24284/task/24297/stat : 24297 (java) R 24281 24284 18952 0 -1 4202560 296 0 0 0 5 0 0 0 20 0 15 0 250211719 14420721664 11765 33554432000 4194304 4196468 140731534011360 140344360410776 140344877879162 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24298] ppid=24281 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24298/stat : 24298 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211720 14420721664 11765 33554432000 4194304 4196468 140731534011360 140344359360736 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24299] ppid=24281 vsize=14082736 memory=140549916235392 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24299/stat : 24299 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211720 14420721664 11765 33554432000 4194304 4196468 140731534011360 140344358309040 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47060 KiB

[startup+0.311914 s]*
/proc/loadavg: 1.93 1.88 1.77 3/215 24299
/proc/meminfo: memFree=28398064/32770624 swapFree=67030680/67108860
[pid=24284] ppid=24281 vsize=14082736 memory=50484 CPUtime=0.44 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 18952 0 -1 1077944320 10783 0 0 0 41 3 0 0 20 0 15 0 250211714 14420721664 12621 33554432000 4194304 4196468 140731534011360 140731533993904 140344892739319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
/proc/24284/statm: 3520684 12621 3366 1 0 3482761 0
[pid=24284/tid=24286] ppid=24281 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/24284/task/24286/stat : 24286 (java) R 24281 24284 18952 0 -1 4202560 8452 0 0 0 28 2 0 0 20 0 15 0 250211714 14420721664 12621 33554432000 4194304 4196468 140731534011360 140344896950832 140344873005202 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24287] ppid=24281 vsize=14082736 memory=4294976238 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24287/stat : 24287 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211715 14420721664 12621 33554432000 4194304 4196468 140731534011360 140344845359760 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24288] ppid=24281 vsize=14082736 memory=140549917592191 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24288/stat : 24288 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211715 14420721664 12621 33554432000 4194304 4196468 140731534011360 140344844306960 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24289] ppid=24281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24289/stat : 24289 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211715 14420721664 12621 33554432000 4194304 4196468 140731534011360 140344843254160 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24290] ppid=24281 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24290/stat : 24290 (java) S 24281 24284 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250211715 14420721664 12621 33554432000 4194304 4196468 140731534011360 140344842201360 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24291] ppid=24281 vsize=14082736 memory=140549916235392 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24291/stat : 24291 (java) S 24281 24284 18952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250211716 14420721664 12621 33554432000 4194304 4196468 140731534011360 140344434518896 140344892750466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24292] ppid=24281 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24292/stat : 24292 (java) S 24281 24284 18952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250211717 14420721664 12621 33554432000 4194304 4196468 140731534011360 140344433464864 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24293] ppid=24281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24293/stat : 24293 (java) S 24281 24284 18952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250211717 14420721664 12621 33554432000 4194304 4196468 140731534011360 140344364623216 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24294] ppid=24281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24294/stat : 24294 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211719 14420721664 12621 33554432000 4194304 4196468 140731534011360 140344363571536 140344892757915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24295] ppid=24281 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/24284/task/24295/stat : 24295 (java) S 24281 24284 18952 0 -1 1077944384 519 0 0 0 3 0 0 0 20 0 15 0 250211719 14420721664 12621 33554432000 4194304 4196468 140731534011360 140344362518896 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24296] ppid=24281 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/24284/task/24296/stat : 24296 (java) S 24281 24284 18952 0 -1 1077944384 113 0 0 0 2 0 0 0 20 0 15 0 250211719 14420721664 12621 33554432000 4194304 4196468 140731534011360 140344361466096 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24297] ppid=24281 vsize=14082736 memory=140549916235392 CPUtime=0.07 cores=0,2,4,6
/proc/24284/task/24297/stat : 24297 (java) S 24281 24284 18952 0 -1 1077944384 318 0 0 0 7 0 0 0 20 0 15 0 250211719 14420721664 12621 33554432000 4194304 4196468 140731534011360 140344360413296 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24298] ppid=24281 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24298/stat : 24298 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211720 14420721664 12621 33554432000 4194304 4196468 140731534011360 140344359360736 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24299] ppid=24281 vsize=14082736 memory=140549916235392 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24299/stat : 24299 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211720 14420721664 12621 33554432000 4194304 4196468 140731534011360 140344358309040 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50484 KiB

[startup+0.700659 s]
/proc/loadavg: 1.93 1.88 1.77 3/215 24299
/proc/meminfo: memFree=28364012/32770624 swapFree=67030680/67108860
[pid=24284] ppid=24281 vsize=14084804 memory=89144 CPUtime=0.99 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 18952 0 -1 1077944320 17605 0 0 0 94 5 0 0 20 0 15 0 250211714 14422839296 22286 33554432000 4194304 4196468 140731534011360 140731533993904 140344892739319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
/proc/24284/statm: 3521201 22286 3505 1 0 3483273 0
[pid=24284/tid=24286] ppid=24281 vsize=14084804 memory=34048 CPUtime=0.67 cores=0,2,4,6
/proc/24284/task/24286/stat : 24286 (java) R 24281 24284 18952 0 -1 4202560 14878 0 0 0 63 4 0 0 20 0 15 0 250211714 14422839296 22286 33554432000 4194304 4196468 140731534011360 140344896963536 140344860329150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24287] ppid=24281 vsize=14084804 memory=11908 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24287/stat : 24287 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211715 14422839296 22286 33554432000 4194304 4196468 140731534011360 140344845359760 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24288] ppid=24281 vsize=14084804 memory=492 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24288/stat : 24288 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211715 14422839296 22286 33554432000 4194304 4196468 140731534011360 140344844306960 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24289] ppid=24281 vsize=14084804 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24289/stat : 24289 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211715 14422839296 22286 33554432000 4194304 4196468 140731534011360 140344843254160 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24290] ppid=24281 vsize=14084804 memory=932 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24290/stat : 24290 (java) S 24281 24284 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250211715 14422839296 22286 33554432000 4194304 4196468 140731534011360 140344842201360 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24291] ppid=24281 vsize=14084804 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24291/stat : 24291 (java) S 24281 24284 18952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250211716 14422839296 22286 33554432000 4194304 4196468 140731534011360 140344434518896 140344892750466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24292] ppid=24281 vsize=14084804 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24292/stat : 24292 (java) S 24281 24284 18952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250211717 14422839296 22286 33554432000 4194304 4196468 140731534011360 140344433464864 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24293] ppid=24281 vsize=14084804 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24293/stat : 24293 (java) S 24281 24284 18952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250211717 14422839296 22286 33554432000 4194304 4196468 140731534011360 140344364623216 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24294] ppid=24281 vsize=14084804 memory=7086240636212695395 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24294/stat : 24294 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211719 14422839296 22286 33554432000 4194304 4196468 140731534011360 140344363571536 140344892757915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24295] ppid=24281 vsize=14084804 memory=7881696724453321575 CPUtime=0.07 cores=0,2,4,6
/proc/24284/task/24295/stat : 24295 (java) S 24281 24284 18952 0 -1 1077944384 679 0 0 0 7 0 0 0 20 0 15 0 250211719 14422839296 22286 33554432000 4194304 4196468 140731534011360 140344362518896 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24296] ppid=24281 vsize=14084804 memory=7453282923461570405 CPUtime=0.07 cores=0,2,4,6
/proc/24284/task/24296/stat : 24296 (java) S 24281 24284 18952 0 -1 1077944384 264 0 0 0 7 0 0 0 20 0 15 0 250211719 14422839296 22286 33554432000 4194304 4196468 140731534011360 140344361466096 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24297] ppid=24281 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/24284/task/24297/stat : 24297 (java) S 24281 24284 18952 0 -1 1077944384 403 0 0 0 15 0 0 0 20 0 15 0 250211719 14422839296 22286 33554432000 4194304 4196468 140731534011360 140344360413296 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24298] ppid=24281 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24298/stat : 24298 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211720 14422839296 22286 33554432000 4194304 4196468 140731534011360 140344359360736 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24299] ppid=24281 vsize=14084804 memory=972 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24299/stat : 24299 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211720 14422839296 22286 33554432000 4194304 4196468 140731534011360 140344358309040 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89144 KiB

[startup+1.50068 s]
/proc/loadavg: 1.93 1.88 1.77 6/215 24299
/proc/meminfo: memFree=28282224/32770624 swapFree=67030680/67108860
[pid=24284] ppid=24281 vsize=14088900 memory=159292 CPUtime=3.41 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 18952 0 -1 1077944320 27009 0 0 0 332 9 0 0 20 0 15 0 250211714 14427033600 39823 33554432000 4194304 4196468 140731534011360 140731533993904 140344892739319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
/proc/24284/statm: 3522225 39823 3550 1 0 3484297 0
[pid=24284/tid=24286] ppid=24281 vsize=14088900 memory=143288 CPUtime=1.47 cores=0,2,4,6
/proc/24284/task/24286/stat : 24286 (java) R 24281 24284 18952 0 -1 4202560 18268 0 0 0 141 6 0 0 20 0 15 0 250211714 14427033600 39823 33554432000 4194304 4196468 140731534011360 140344896974848 140344519922519 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24287] ppid=24281 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24287/stat : 24287 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211715 14427033600 39823 33554432000 4194304 4196468 140731534011360 140344845359760 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24288] ppid=24281 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24288/stat : 24288 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211715 14427033600 39823 33554432000 4194304 4196468 140731534011360 140344844306960 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24289] ppid=24281 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24289/stat : 24289 (java) S 24281 24284 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250211715 14427033600 39823 33554432000 4194304 4196468 140731534011360 140344843254160 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24290] ppid=24281 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24290/stat : 24290 (java) S 24281 24284 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250211715 14427033600 39823 33554432000 4194304 4196468 140731534011360 140344842201360 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24291] ppid=24281 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24291/stat : 24291 (java) S 24281 24284 18952 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 250211716 14427033600 39823 33554432000 4194304 4196468 140731534011360 140344434518896 140344892750466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0

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

/proc/24284/task/24286/stat : 24286 (java) R 24281 24284 18952 0 -1 4202560 31886 0 0 0 10179 20 0 0 20 0 15 0 250211714 14431227904 320403 33554432000 4194304 4196468 140731534011360 140344896977456 140344529885805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24287] ppid=24281 vsize=14092996 memory=281099570292032 CPUtime=0.23 cores=0,2,4,6
/proc/24284/task/24287/stat : 24287 (java) S 24281 24284 18952 0 -1 1077944384 709 0 0 0 16 7 0 0 20 0 15 0 250211715 14431227904 320403 33554432000 4194304 4196468 140731534011360 140344845359760 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24288] ppid=24281 vsize=14092996 memory=1278124 CPUtime=0.23 cores=0,2,4,6
/proc/24284/task/24288/stat : 24288 (java) S 24281 24284 18952 0 -1 1077944384 1215 0 0 0 17 6 0 0 20 0 15 0 250211715 14431227904 320403 33554432000 4194304 4196468 140731534011360 140344844306960 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24289] ppid=24281 vsize=14092996 memory=13773960120851 CPUtime=0.23 cores=0,2,4,6
/proc/24284/task/24289/stat : 24289 (java) S 24281 24284 18952 0 -1 1077944384 2435 0 0 0 17 6 0 0 20 0 15 0 250211715 14431227904 320403 33554432000 4194304 4196468 140731534011360 140344843254160 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24290] ppid=24281 vsize=14092996 memory=1278124 CPUtime=0.24 cores=0,2,4,6
/proc/24284/task/24290/stat : 24290 (java) S 24281 24284 18952 0 -1 1077944384 885 0 0 0 17 7 0 0 20 0 15 0 250211715 14431227904 320403 33554432000 4194304 4196468 140731534011360 140344842201360 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24291] ppid=24281 vsize=14092996 memory=1278124 CPUtime=0.03 cores=0,2,4,6
/proc/24284/task/24291/stat : 24291 (java) S 24281 24284 18952 0 -1 1077944384 1648 0 0 0 3 0 0 0 20 0 15 0 250211716 14431227904 320403 33554432000 4194304 4196468 140731534011360 140344434518896 140344892750466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24292] ppid=24281 vsize=14092996 memory=1281612 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24292/stat : 24292 (java) S 24281 24284 18952 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 250211717 14431227904 320403 33554432000 4194304 4196468 140731534011360 140344433464928 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24293] ppid=24281 vsize=14092996 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24293/stat : 24293 (java) S 24281 24284 18952 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250211717 14431227904 320403 33554432000 4194304 4196468 140731534011360 140344364623232 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24294] ppid=24281 vsize=14092996 memory=1281612 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24294/stat : 24294 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211719 14431227904 320403 33554432000 4194304 4196468 140731534011360 140344363571536 140344892757915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24295] ppid=24281 vsize=14092996 memory=768 CPUtime=2.79 cores=0,2,4,6
/proc/24284/task/24295/stat : 24295 (java) S 24281 24284 18952 0 -1 1077944384 7866 0 0 0 278 1 0 0 20 0 15 0 250211719 14431227904 320403 33554432000 4194304 4196468 140731534011360 140344362518896 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24296] ppid=24281 vsize=14092996 memory=6791534058613427641 CPUtime=2.76 cores=0,2,4,6
/proc/24284/task/24296/stat : 24296 (java) S 24281 24284 18952 0 -1 1077944384 7544 0 0 0 275 1 0 0 20 0 15 0 250211719 14431227904 320403 33554432000 4194304 4196468 140731534011360 140344361466096 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24297] ppid=24281 vsize=14092996 memory=768 CPUtime=1.23 cores=0,2,4,6
/proc/24284/task/24297/stat : 24297 (java) S 24281 24284 18952 0 -1 1077944384 9147 0 0 0 122 1 0 0 20 0 15 0 250211719 14431227904 320403 33554432000 4194304 4196468 140731534011360 140344360413296 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24298] ppid=24281 vsize=14092996 memory=5296 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24298/stat : 24298 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211720 14431227904 320403 33554432000 4194304 4196468 140731534011360 140344359360736 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24299] ppid=24281 vsize=14092996 memory=1281612 CPUtime=0.03 cores=0,2,4,6
/proc/24284/task/24299/stat : 24299 (java) S 24281 24284 18952 0 -1 1077944384 187 0 0 0 1 2 0 0 20 0 15 0 250211720 14431227904 320403 33554432000 4194304 4196468 140731534011360 140344358309040 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
Current children cumulated CPU time: 109.84 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1281612 KiB

[startup+162.301 s]
/proc/loadavg: 2.01 1.95 1.82 3/216 24309
/proc/meminfo: memFree=25480692/32770624 swapFree=67030680/67108860
[pid=24284] ppid=24281 vsize=14092996 memory=1282324 CPUtime=169.95 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 18952 0 -1 1077944320 68858 0 0 0 16936 59 0 0 20 0 15 0 250211714 14431227904 320581 33554432000 4194304 4196468 140731534011360 140731533993904 140344892739319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
/proc/24284/statm: 3523249 320581 3600 1 0 3485321 0
[pid=24284/tid=24286] ppid=24281 vsize=14092996 memory=1282324 CPUtime=161.94 cores=0,2,4,6
/proc/24284/task/24286/stat : 24286 (java) R 24281 24284 18952 0 -1 4202560 33934 0 0 0 16174 20 0 0 20 0 15 0 250211714 14431227904 320581 33554432000 4194304 4196468 140731534011360 140344896977472 140344529221259 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24287] ppid=24281 vsize=14092996 memory=1282324 CPUtime=0.25 cores=0,2,4,6
/proc/24284/task/24287/stat : 24287 (java) S 24281 24284 18952 0 -1 1077944384 913 0 0 0 18 7 0 0 20 0 15 0 250211715 14431227904 320581 33554432000 4194304 4196468 140731534011360 140344845359760 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24288] ppid=24281 vsize=14092996 memory=1282324 CPUtime=0.27 cores=0,2,4,6
/proc/24284/task/24288/stat : 24288 (java) S 24281 24284 18952 0 -1 1077944384 1861 0 0 0 20 7 0 0 20 0 15 0 250211715 14431227904 320581 33554432000 4194304 4196468 140731534011360 140344844306960 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24289] ppid=24281 vsize=14092996 memory=1280788 CPUtime=0.26 cores=0,2,4,6
/proc/24284/task/24289/stat : 24289 (java) S 24281 24284 18952 0 -1 1077944384 2714 0 0 0 19 7 0 0 20 0 15 0 250211715 14431227904 320581 33554432000 4194304 4196468 140731534011360 140344843254160 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24290] ppid=24281 vsize=14092996 memory=701 CPUtime=0.26 cores=0,2,4,6
/proc/24284/task/24290/stat : 24290 (java) S 24281 24284 18952 0 -1 1077944384 1326 0 0 0 19 7 0 0 20 0 15 0 250211715 14431227904 320581 33554432000 4194304 4196468 140731534011360 140344842201360 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24291] ppid=24281 vsize=14092996 memory=26 CPUtime=0.03 cores=0,2,4,6
/proc/24284/task/24291/stat : 24291 (java) S 24281 24284 18952 0 -1 1077944384 1901 0 0 0 3 0 0 0 20 0 15 0 250211716 14431227904 320581 33554432000 4194304 4196468 140731534011360 140344434518896 140344892750466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24292] ppid=24281 vsize=14092996 memory=1281284 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24292/stat : 24292 (java) S 24281 24284 18952 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 250211717 14431227904 320581 33554432000 4194304 4196468 140731534011360 140344433464928 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24293] ppid=24281 vsize=14092996 memory=12606 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24293/stat : 24293 (java) S 24281 24284 18952 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250211717 14431227904 320581 33554432000 4194304 4196468 140731534011360 140344364623232 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24294] ppid=24281 vsize=14092996 memory=1280768 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24294/stat : 24294 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211719 14431227904 320581 33554432000 4194304 4196468 140731534011360 140344363571536 140344892757915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24295] ppid=24281 vsize=14092996 memory=1276568 CPUtime=2.79 cores=0,2,4,6
/proc/24284/task/24295/stat : 24295 (java) S 24281 24284 18952 0 -1 1077944384 7869 0 0 0 278 1 0 0 20 0 15 0 250211719 14431227904 320581 33554432000 4194304 4196468 140731534011360 140344362518896 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24296] ppid=24281 vsize=14092996 memory=1280788 CPUtime=2.76 cores=0,2,4,6
/proc/24284/task/24296/stat : 24296 (java) S 24281 24284 18952 0 -1 1077944384 7548 0 0 0 275 1 0 0 20 0 15 0 250211719 14431227904 320581 33554432000 4194304 4196468 140731534011360 140344361466096 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24297] ppid=24281 vsize=14092996 memory=1280788 CPUtime=1.23 cores=0,2,4,6
/proc/24284/task/24297/stat : 24297 (java) S 24281 24284 18952 0 -1 1077944384 9155 0 0 0 122 1 0 0 20 0 15 0 250211719 14431227904 320581 33554432000 4194304 4196468 140731534011360 140344360413296 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24298] ppid=24281 vsize=14092996 memory=1282324 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24298/stat : 24298 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211720 14431227904 320581 33554432000 4194304 4196468 140731534011360 140344359360736 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24299] ppid=24281 vsize=14092996 memory=1408 CPUtime=0.05 cores=0,2,4,6
/proc/24284/task/24299/stat : 24299 (java) S 24281 24284 18952 0 -1 1077944384 211 0 0 0 2 3 0 0 20 0 15 0 250211720 14431227904 320581 33554432000 4194304 4196468 140731534011360 140344358309040 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
Current children cumulated CPU time: 169.95 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1282324 KiB

[startup+222.301 s]
/proc/loadavg: 1.87 1.93 1.82 3/216 24310
/proc/meminfo: memFree=25572868/32770624 swapFree=67030680/67108860
[pid=24284] ppid=24281 vsize=14092996 memory=1281912 CPUtime=230.06 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 18952 0 -1 1077944320 70995 0 0 0 22943 63 0 0 20 0 15 0 250211714 14431227904 320478 33554432000 4194304 4196468 140731534011360 140731533993904 140344892739319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
/proc/24284/statm: 3523249 320478 3600 1 0 3485321 0
[pid=24284/tid=24286] ppid=24281 vsize=14092996 memory=1281912 CPUtime=221.89 cores=0,2,4,6
/proc/24284/task/24286/stat : 24286 (java) R 24281 24284 18952 0 -1 4202560 34475 0 0 0 22169 20 0 0 20 0 15 0 250211714 14431227904 320478 33554432000 4194304 4196468 140731534011360 140344896977344 140344529885805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24287] ppid=24281 vsize=14092996 memory=1281912 CPUtime=0.28 cores=0,2,4,6
/proc/24284/task/24287/stat : 24287 (java) S 24281 24284 18952 0 -1 1077944384 1289 0 0 0 20 8 0 0 20 0 15 0 250211715 14431227904 320478 33554432000 4194304 4196468 140731534011360 140344845359760 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24288] ppid=24281 vsize=14092996 memory=3544 CPUtime=0.3 cores=0,2,4,6
/proc/24284/task/24288/stat : 24288 (java) S 24281 24284 18952 0 -1 1077944384 2020 0 0 0 22 8 0 0 20 0 15 0 250211715 14431227904 320478 33554432000 4194304 4196468 140731534011360 140344844306960 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24289] ppid=24281 vsize=14092996 memory=1281912 CPUtime=0.3 cores=0,2,4,6
/proc/24284/task/24289/stat : 24289 (java) S 24281 24284 18952 0 -1 1077944384 3317 0 0 0 22 8 0 0 20 0 15 0 250211715 14431227904 320478 33554432000 4194304 4196468 140731534011360 140344843254160 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24290] ppid=24281 vsize=14092996 memory=1282980 CPUtime=0.29 cores=0,2,4,6
/proc/24284/task/24290/stat : 24290 (java) S 24281 24284 18952 0 -1 1077944384 1471 0 0 0 21 8 0 0 20 0 15 0 250211715 14431227904 320478 33554432000 4194304 4196468 140731534011360 140344842201360 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24291] ppid=24281 vsize=14092996 memory=1282980 CPUtime=0.04 cores=0,2,4,6
/proc/24284/task/24291/stat : 24291 (java) S 24281 24284 18952 0 -1 1077944384 2170 0 0 0 4 0 0 0 20 0 15 0 250211716 14431227904 320478 33554432000 4194304 4196468 140731534011360 140344434518896 140344892750466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24292] ppid=24281 vsize=14092996 memory=1281912 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24292/stat : 24292 (java) S 24281 24284 18952 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 250211717 14431227904 320478 33554432000 4194304 4196468 140731534011360 140344433464928 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24293] ppid=24281 vsize=14092996 memory=1267740 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24293/stat : 24293 (java) S 24281 24284 18952 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250211717 14431227904 320478 33554432000 4194304 4196468 140731534011360 140344364623232 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24294] ppid=24281 vsize=14092996 memory=140549785455704 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24294/stat : 24294 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211719 14431227904 320478 33554432000 4194304 4196468 140731534011360 140344363571536 140344892757915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24295] ppid=24281 vsize=14092996 memory=7510432583741839257 CPUtime=2.79 cores=0,2,4,6
/proc/24284/task/24295/stat : 24295 (java) S 24281 24284 18952 0 -1 1077944384 7872 0 0 0 278 1 0 0 20 0 15 0 250211719 14431227904 320478 33554432000 4194304 4196468 140731534011360 140344362518896 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24296] ppid=24281 vsize=14092996 memory=1282980 CPUtime=2.76 cores=0,2,4,6
/proc/24284/task/24296/stat : 24296 (java) S 24281 24284 18952 0 -1 1077944384 7552 0 0 0 275 1 0 0 20 0 15 0 250211719 14431227904 320478 33554432000 4194304 4196468 140731534011360 140344361466096 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24297] ppid=24281 vsize=14092996 memory=66376 CPUtime=1.23 cores=0,2,4,6
/proc/24284/task/24297/stat : 24297 (java) S 24281 24284 18952 0 -1 1077944384 9169 0 0 0 122 1 0 0 20 0 15 0 250211719 14431227904 320478 33554432000 4194304 4196468 140731534011360 140344360413296 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24298] ppid=24281 vsize=14092996 memory=776 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24298/stat : 24298 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211720 14431227904 320478 33554432000 4194304 4196468 140731534011360 140344359360736 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24299] ppid=24281 vsize=14092996 memory=303430223234596890 CPUtime=0.07 cores=0,2,4,6
/proc/24284/task/24299/stat : 24299 (java) S 24281 24284 18952 0 -1 1077944384 234 0 0 0 3 4 0 0 20 0 15 0 250211720 14431227904 320478 33554432000 4194304 4196468 140731534011360 140344358309040 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
Current children cumulated CPU time: 230.06 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1281912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+244.201 s]
/proc/loadavg: 1.77 1.90 1.81 3/216 24387
/proc/meminfo: memFree=27157772/32770624 swapFree=67030680/67108860
[pid=24284] ppid=24281 vsize=14092996 memory=1278236 CPUtime=252.02 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 18952 0 -1 1077944320 72616 0 0 0 25137 65 0 0 20 0 15 0 250211714 14431227904 319559 33554432000 4194304 4196468 140731534011360 140731533993904 140344892739319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
/proc/24284/statm: 3523249 319559 3600 1 0 3485321 0
[pid=24284/tid=24286] ppid=24281 vsize=14092996 memory=2428 CPUtime=243.77 cores=0,2,4,6
/proc/24284/task/24286/stat : 24286 (java) R 24281 24284 18952 0 -1 4202560 35918 0 0 0 24357 20 0 0 20 0 15 0 250211714 14431227904 319559 33554432000 4194304 4196468 140731534011360 140344896977472 140344528849359 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24287] ppid=24281 vsize=14092996 memory=6791534058613427641 CPUtime=0.31 cores=0,2,4,6
/proc/24284/task/24287/stat : 24287 (java) S 24281 24284 18952 0 -1 1077944384 1367 0 0 0 22 9 0 0 20 0 15 0 250211715 14431227904 319559 33554432000 4194304 4196468 140731534011360 140344845359760 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24288] ppid=24281 vsize=14092996 memory=2120 CPUtime=0.32 cores=0,2,4,6
/proc/24284/task/24288/stat : 24288 (java) S 24281 24284 18952 0 -1 1077944384 2030 0 0 0 24 8 0 0 20 0 15 0 250211715 14431227904 319559 33554432000 4194304 4196468 140731534011360 140344844306960 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24289] ppid=24281 vsize=14092996 memory=752 CPUtime=0.31 cores=0,2,4,6
/proc/24284/task/24289/stat : 24289 (java) S 24281 24284 18952 0 -1 1077944384 3390 0 0 0 23 8 0 0 20 0 15 0 250211715 14431227904 319559 33554432000 4194304 4196468 140731534011360 140344843254160 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24290] ppid=24281 vsize=14092996 memory=972 CPUtime=0.32 cores=0,2,4,6
/proc/24284/task/24290/stat : 24290 (java) S 24281 24284 18952 0 -1 1077944384 1480 0 0 0 23 9 0 0 20 0 15 0 250211715 14431227904 319559 33554432000 4194304 4196468 140731534011360 140344842201360 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24291] ppid=24281 vsize=14092996 memory=1283412 CPUtime=0.04 cores=0,2,4,6
/proc/24284/task/24291/stat : 24291 (java) S 24281 24284 18952 0 -1 1077944384 2176 0 0 0 4 0 0 0 20 0 15 0 250211716 14431227904 319559 33554432000 4194304 4196468 140731534011360 140344434518896 140344892750466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24292] ppid=24281 vsize=14092996 memory=1283412 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24292/stat : 24292 (java) S 24281 24284 18952 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 250211717 14431227904 319559 33554432000 4194304 4196468 140731534011360 140344433464928 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24293] ppid=24281 vsize=14092996 memory=1520 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24293/stat : 24293 (java) S 24281 24284 18952 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250211717 14431227904 319559 33554432000 4194304 4196468 140731534011360 140344364623232 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24294] ppid=24281 vsize=14092996 memory=2680 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24294/stat : 24294 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211719 14431227904 319559 33554432000 4194304 4196468 140731534011360 140344363571536 140344892757915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24295] ppid=24281 vsize=14092996 memory=3160 CPUtime=2.79 cores=0,2,4,6
/proc/24284/task/24295/stat : 24295 (java) S 24281 24284 18952 0 -1 1077944384 7872 0 0 0 278 1 0 0 20 0 15 0 250211719 14431227904 319559 33554432000 4194304 4196468 140731534011360 140344362518896 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24296] ppid=24281 vsize=14092996 memory=2120 CPUtime=2.76 cores=0,2,4,6
/proc/24284/task/24296/stat : 24296 (java) S 24281 24284 18952 0 -1 1077944384 7552 0 0 0 275 1 0 0 20 0 15 0 250211719 14431227904 319559 33554432000 4194304 4196468 140731534011360 140344361466096 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24297] ppid=24281 vsize=14092996 memory=752 CPUtime=1.23 cores=0,2,4,6
/proc/24284/task/24297/stat : 24297 (java) S 24281 24284 18952 0 -1 1077944384 9169 0 0 0 122 1 0 0 20 0 15 0 250211719 14431227904 319559 33554432000 4194304 4196468 140731534011360 140344360413296 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24298] ppid=24281 vsize=14092996 memory=972 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24298/stat : 24298 (java) S 24281 24284 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250211720 14431227904 319559 33554432000 4194304 4196468 140731534011360 140344359360736 140344892749525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
[pid=24284/tid=24299] ppid=24281 vsize=14092996 memory=1283892 CPUtime=0.08 cores=0,2,4,6
/proc/24284/task/24299/stat : 24299 (java) S 24281 24284 18952 0 -1 1077944384 236 0 0 0 3 5 0 0 20 0 15 0 250211720 14431227904 319559 33554432000 4194304 4196468 140731534011360 140344358309040 140344892750466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 23982080 140731534013518 140731534013710 140731534013710 140731534016463 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1278236 KiB

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

[startup+244.221 s]
# the end of solver process 24284 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.381 s, system=0.66542 s

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

Child status: 143
Real time (s): 244.221
CPU time (s): 252.046
CPU user time (s): 251.381
CPU system time (s): 0.66542
CPU usage (%): 103.204
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 1285832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.381
system time used= 0.66542
maximum resident set size= 1288000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73160
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9800
involuntary context switches= 289


# summary of solver processes directly reported to runsolver:
#   pid: 24284
#   total CPU time (s): 252.046
#   total CPU user time (s): 251.381
#   total CPU system time (s): 0.66542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.60845 second user time and 2.16424 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-15 11:48:05
IDJOB=4310053
IDBENCH=141055
IDSOLVER=2795
FILE ID=node102/4310053-1534326485
RUNJOBID= node102-1534323777-22420
PBS_JOBID= 21038132
Free space on /tmp= 39488 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-08_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-4310053-1534326485/watcher-4310053-1534326485 -o /tmp/evaluation-result-4310053-1534326485/solver-4310053-1534326485 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534323777-22420 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1514200458 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310053-1534326485.xml

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

MD5SUM BENCH= d61cb971f7c35e7f42e62a62e90db6df
RANDOM SEED=1514200458

node102.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.51
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.51
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.51
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.51
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:        28452104 kB
MemAvailable:   31184696 kB
Buffers:          157864 kB
Cached:          2840376 kB
SwapCached:        51224 kB
Active:          2195976 kB
Inactive:        1573132 kB
Active(anon):     694584 kB
Inactive(anon):   136372 kB
Active(file):    1501392 kB
Inactive(file):  1436760 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030680 kB
Dirty:             35936 kB
Writeback:             0 kB
AnonPages:        746376 kB
Mapped:            67092 kB
Shmem:             57196 kB
Slab:             249228 kB
SReclaimable:     220552 kB
SUnreclaim:        28676 kB
KernelStack:        3840 kB
PageTables:         7032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1730756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    614400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 39452 MiB
End job on node102 at 2018-08-15 11:52:10