Trace number 4312083

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-17? (TO) 2520.11 2500.43

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-18-0350_c18.xml
MD5SUM970c879d9e656f0525c6818b69538b39
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark162507055
Best CPU time to get the best result obtained on this benchmark68.4417
Satisfiable
(Un)Satisfiability was proved
Number of variables4976
Number of constraints3812
Number of domains49
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":4},{"size":2,"count":1771},{"size":11,"count":1425},{"size":12,"count":1},{"size":21,"count":54},{"size":22,"count":3},{"size":26,"count":5},{"size":27,"count":67},{"size":35,"count":51},{"size":41,"count":8},{"size":42,"count":5},{"size":43,"count":24},{"size":46,"count":13},{"size":47,"count":27},{"size":49,"count":29},{"size":55,"count":18},{"size":69,"count":6},{"size":75,"count":20},{"size":78,"count":3},{"size":82,"count":2},{"size":83,"count":66},{"size":85,"count":10},{"size":86,"count":78},{"size":88,"count":4},{"size":103,"count":37},{"size":111,"count":78},{"size":123,"count":7},{"size":129,"count":11},{"size":134,"count":14},{"size":135,"count":123},{"size":142,"count":28},{"size":143,"count":195},{"size":150,"count":69},{"size":151,"count":720}]
Minimum variable degree2
Maximum variable degree1426
Distribution of variable degrees[{"degree":2,"count":4277},{"degree":3,"count":4},{"degree":4,"count":14},{"degree":5,"count":20},{"degree":6,"count":25},{"degree":7,"count":40},{"degree":8,"count":48},{"degree":9,"count":61},{"degree":10,"count":81},{"degree":11,"count":74},{"degree":12,"count":95},{"degree":13,"count":88},{"degree":14,"count":68},{"degree":15,"count":55},{"degree":16,"count":21},{"degree":17,"count":4},{"degree":1426,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":962},{"arity":3,"count":1425},{"arity":6,"count":1425}]
Number of extensional constraints1425
Number of intensional constraints2387
Distribution of constraint types[{"type":"extension","count":1425},{"type":"intension","count":2387}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 1992292452
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
29.28/18.17	c Parsing done, starting search...
2520.08/2500.40	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 (13261 MiB free)
  memory of node 1: 16384 MiB (10703 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312083-1534551129/watcher-4312083-1534551129 -o /tmp/evaluation-result-4312083-1534551129/solver-4312083-1534551129 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534541040-3480 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1992292452 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312083-1534551129.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=5357, runsolver pid=5354

[startup+0.100159 s]*
/proc/loadavg: 1.42 1.56 1.58 3/219 5372
/proc/meminfo: memFree=24523832/32770624 swapFree=67108840/67108860
[pid=5357] ppid=5354 vsize=14082736 memory=30468 CPUtime=0.12 cores=0,2,4,6
/proc/5357/stat : 5357 (java) S 5354 5357 3449 0 -1 1077944320 6533 0 0 0 11 1 0 0 20 0 15 0 272676081 14420721664 7617 33554432000 4194304 4196468 140721010612000 140721010594544 139674931642103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
/proc/5357/statm: 3520684 7617 3149 1 0 3482761 0
[pid=5357/tid=5359] ppid=5354 vsize=14082736 memory=-8392280307677361344 CPUtime=0.09 cores=0,2,4,6
/proc/5357/task/5359/stat : 5359 (java) R 5354 5357 3449 0 -1 4202560 4566 0 0 0 8 1 0 0 20 0 15 0 272676082 14420721664 7617 33554432000 4194304 4196468 140721010612000 139674935865008 139674915722590 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5360] ppid=5354 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5360/stat : 5360 (java) S 5354 5357 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272676083 14420721664 7617 33554432000 4194304 4196468 140721010612000 139674888194576 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5361] ppid=5354 vsize=14082736 memory=140171410769536 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5361/stat : 5361 (java) S 5354 5357 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272676083 14420721664 7617 33554432000 4194304 4196468 140721010612000 139674526345872 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5362] ppid=5354 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5362/stat : 5362 (java) S 5354 5357 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272676083 14420721664 7617 33554432000 4194304 4196468 140721010612000 139674525292816 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5363] ppid=5354 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5363/stat : 5363 (java) S 5354 5357 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272676083 14420721664 7617 33554432000 4194304 4196468 140721010612000 139674524240272 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5364] ppid=5354 vsize=14082736 memory=140171410769536 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5364/stat : 5364 (java) S 5354 5357 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272676084 14420721664 7617 33554432000 4194304 4196468 140721010612000 139674406308592 139674931653250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5365] ppid=5354 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5365/stat : 5365 (java) S 5354 5357 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272676084 14420721664 7617 33554432000 4194304 4196468 140721010612000 139674405254816 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5366] ppid=5354 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5366/stat : 5366 (java) S 5354 5357 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272676085 14420721664 7617 33554432000 4194304 4196468 140721010612000 139674404201712 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5367] ppid=5354 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5367/stat : 5367 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14420721664 7617 33554432000 4194304 4196468 140721010612000 139674403150288 139674931660699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5368] ppid=5354 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5368/stat : 5368 (java) S 5354 5357 3449 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 272676087 14420721664 7617 33554432000 4194304 4196468 140721010612000 139674402097392 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5369] ppid=5354 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5369/stat : 5369 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14420721664 7617 33554432000 4194304 4196468 140721010612000 139674401044848 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5370] ppid=5354 vsize=14082736 memory=140171410769536 CPUtime=0.01 cores=0,2,4,6
/proc/5357/task/5370/stat : 5370 (java) R 5354 5357 3449 0 -1 4202560 285 0 0 0 1 0 0 0 20 0 15 0 272676087 14420721664 7617 33554432000 4194304 4196468 140721010612000 139674399991792 139674916190369 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5371] ppid=5354 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5371/stat : 5371 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14420721664 7617 33554432000 4194304 4196468 140721010612000 139674398939488 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5372] ppid=5354 vsize=14082736 memory=140171410769536 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5372/stat : 5372 (java) S 5354 5357 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272676087 14420721664 7617 33554432000 4194304 4196468 140721010612000 139674397887536 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30468 KiB

[startup+0.213117 s]*
/proc/loadavg: 1.42 1.56 1.58 6/219 5372
/proc/meminfo: memFree=24507304/32770624 swapFree=67108840/67108860
[pid=5357] ppid=5354 vsize=14082736 memory=46848 CPUtime=0.3 cores=0,2,4,6
/proc/5357/stat : 5357 (java) S 5354 5357 3449 0 -1 1077944320 10381 0 0 0 28 2 0 0 20 0 15 0 272676081 14420721664 11712 33554432000 4194304 4196468 140721010612000 140721010594544 139674931642103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
/proc/5357/statm: 3520684 11712 3366 1 0 3482761 0
[pid=5357/tid=5359] ppid=5354 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5357/task/5359/stat : 5359 (java) R 5354 5357 3449 0 -1 4202560 8064 0 0 0 19 1 0 0 20 0 15 0 272676082 14420721664 11712 33554432000 4194304 4196468 140721010612000 139674935868544 139674917710171 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5360] ppid=5354 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5360/stat : 5360 (java) S 5354 5357 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272676083 14420721664 11712 33554432000 4194304 4196468 140721010612000 139674888194576 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5361] ppid=5354 vsize=14082736 memory=140171410775146 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5361/stat : 5361 (java) S 5354 5357 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272676083 14420721664 11712 33554432000 4194304 4196468 140721010612000 139674526345872 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5362] ppid=5354 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5362/stat : 5362 (java) S 5354 5357 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272676083 14420721664 11712 33554432000 4194304 4196468 140721010612000 139674525292816 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5363] ppid=5354 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5363/stat : 5363 (java) S 5354 5357 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272676083 14420721664 11712 33554432000 4194304 4196468 140721010612000 139674524240272 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5364] ppid=5354 vsize=14082736 memory=140171410769536 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5364/stat : 5364 (java) S 5354 5357 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272676084 14420721664 11712 33554432000 4194304 4196468 140721010612000 139674406308592 139674931653250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5365] ppid=5354 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5365/stat : 5365 (java) S 5354 5357 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272676084 14420721664 11712 33554432000 4194304 4196468 140721010612000 139674405254816 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5366] ppid=5354 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5366/stat : 5366 (java) S 5354 5357 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272676085 14420721664 11712 33554432000 4194304 4196468 140721010612000 139674404201712 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5367] ppid=5354 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5367/stat : 5367 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14420721664 11712 33554432000 4194304 4196468 140721010612000 139674403150288 139674931660699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5368] ppid=5354 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5357/task/5368/stat : 5368 (java) S 5354 5357 3449 0 -1 1077944384 492 0 0 0 2 0 0 0 20 0 15 0 272676087 14420721664 11712 33554432000 4194304 4196468 140721010612000 139674402097392 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5369] ppid=5354 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5357/task/5369/stat : 5369 (java) S 5354 5357 3449 0 -1 1077944384 117 0 0 0 1 0 0 0 20 0 15 0 272676087 14420721664 11712 33554432000 4194304 4196468 140721010612000 139674401044848 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5370] ppid=5354 vsize=14082736 memory=140171410769536 CPUtime=0.05 cores=0,2,4,6
/proc/5357/task/5370/stat : 5370 (java) R 5354 5357 3449 0 -1 4202560 326 0 0 0 5 0 0 0 20 0 15 0 272676087 14420721664 11712 33554432000 4194304 4196468 140721010612000 139674399990208 139674911010145 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5371] ppid=5354 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5371/stat : 5371 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14420721664 11712 33554432000 4194304 4196468 140721010612000 139674398939488 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5372] ppid=5354 vsize=14082736 memory=140171410769536 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5372/stat : 5372 (java) S 5354 5357 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272676087 14420721664 11712 33554432000 4194304 4196468 140721010612000 139674397887536 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46848 KiB

[startup+0.310937 s]*
/proc/loadavg: 1.42 1.56 1.58 3/219 5372
/proc/meminfo: memFree=24503892/32770624 swapFree=67108840/67108860
[pid=5357] ppid=5354 vsize=14082736 memory=50624 CPUtime=0.44 cores=0,2,4,6
/proc/5357/stat : 5357 (java) S 5354 5357 3449 0 -1 1077944320 10786 0 0 0 41 3 0 0 20 0 15 0 272676081 14420721664 12656 33554432000 4194304 4196468 140721010612000 140721010594544 139674931642103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
/proc/5357/statm: 3520684 12656 3381 1 0 3482761 0
[pid=5357/tid=5359] ppid=5354 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/5357/task/5359/stat : 5359 (java) R 5354 5357 3449 0 -1 4202560 8425 0 0 0 28 2 0 0 20 0 15 0 272676082 14420721664 12656 33554432000 4194304 4196468 140721010612000 139674935851456 139674914828929 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5360] ppid=5354 vsize=14082736 memory=290763888105095191 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5360/stat : 5360 (java) S 5354 5357 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272676083 14420721664 12656 33554432000 4194304 4196468 140721010612000 139674888194576 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5361] ppid=5354 vsize=14082736 memory=14274609023649432 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5361/stat : 5361 (java) S 5354 5357 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272676083 14420721664 12656 33554432000 4194304 4196468 140721010612000 139674526345872 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5362] ppid=5354 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5362/stat : 5362 (java) S 5354 5357 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272676083 14420721664 12656 33554432000 4194304 4196468 140721010612000 139674525292816 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5363] ppid=5354 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5363/stat : 5363 (java) S 5354 5357 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272676083 14420721664 12656 33554432000 4194304 4196468 140721010612000 139674524240272 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5364] ppid=5354 vsize=14082736 memory=140171410769536 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5364/stat : 5364 (java) S 5354 5357 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272676084 14420721664 12656 33554432000 4194304 4196468 140721010612000 139674406308592 139674931653250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5365] ppid=5354 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5365/stat : 5365 (java) S 5354 5357 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272676084 14420721664 12656 33554432000 4194304 4196468 140721010612000 139674405254816 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5366] ppid=5354 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5366/stat : 5366 (java) S 5354 5357 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272676085 14420721664 12656 33554432000 4194304 4196468 140721010612000 139674404201712 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5367] ppid=5354 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5367/stat : 5367 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14420721664 12656 33554432000 4194304 4196468 140721010612000 139674403150288 139674931660699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5368] ppid=5354 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5357/task/5368/stat : 5368 (java) S 5354 5357 3449 0 -1 1077944384 509 0 0 0 3 0 0 0 20 0 15 0 272676087 14420721664 12656 33554432000 4194304 4196468 140721010612000 139674402097392 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5369] ppid=5354 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5357/task/5369/stat : 5369 (java) S 5354 5357 3449 0 -1 1077944384 122 0 0 0 1 0 0 0 20 0 15 0 272676087 14420721664 12656 33554432000 4194304 4196468 140721010612000 139674401044848 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5370] ppid=5354 vsize=14082736 memory=140171410769536 CPUtime=0.07 cores=0,2,4,6
/proc/5357/task/5370/stat : 5370 (java) S 5354 5357 3449 0 -1 1077944384 346 0 0 0 7 0 0 0 20 0 15 0 272676087 14420721664 12656 33554432000 4194304 4196468 140721010612000 139674399991792 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5371] ppid=5354 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5371/stat : 5371 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14420721664 12656 33554432000 4194304 4196468 140721010612000 139674398939488 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5372] ppid=5354 vsize=14082736 memory=140171410769536 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5372/stat : 5372 (java) S 5354 5357 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272676087 14420721664 12656 33554432000 4194304 4196468 140721010612000 139674397887536 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50624 KiB

[startup+0.700821 s]
/proc/loadavg: 1.42 1.56 1.58 3/219 5372
/proc/meminfo: memFree=24479088/32770624 swapFree=67108840/67108860
[pid=5357] ppid=5354 vsize=14084804 memory=88736 CPUtime=0.99 cores=0,2,4,6
/proc/5357/stat : 5357 (java) S 5354 5357 3449 0 -1 1077944320 17620 0 0 0 95 4 0 0 20 0 15 0 272676081 14422839296 22184 33554432000 4194304 4196468 140721010612000 140721010594544 139674931642103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
/proc/5357/statm: 3521201 22184 3497 1 0 3483273 0
[pid=5357/tid=5359] ppid=5354 vsize=14084804 memory=1784 CPUtime=0.67 cores=0,2,4,6
/proc/5357/task/5359/stat : 5359 (java) R 5354 5357 3449 0 -1 4202560 14863 0 0 0 64 3 0 0 20 0 15 0 272676082 14422839296 22184 33554432000 4194304 4196468 140721010612000 139674935866208 139674915722590 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5360] ppid=5354 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5360/stat : 5360 (java) S 5354 5357 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272676083 14422839296 22184 33554432000 4194304 4196468 140721010612000 139674888194576 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5361] ppid=5354 vsize=14084804 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5361/stat : 5361 (java) S 5354 5357 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272676083 14422839296 22184 33554432000 4194304 4196468 140721010612000 139674526345872 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5362] ppid=5354 vsize=14084804 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5362/stat : 5362 (java) S 5354 5357 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272676083 14422839296 22184 33554432000 4194304 4196468 140721010612000 139674525292816 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5363] ppid=5354 vsize=14084804 memory=5728 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5363/stat : 5363 (java) S 5354 5357 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272676083 14422839296 22184 33554432000 4194304 4196468 140721010612000 139674524240272 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5364] ppid=5354 vsize=14084804 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5364/stat : 5364 (java) S 5354 5357 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272676084 14422839296 22184 33554432000 4194304 4196468 140721010612000 139674406308592 139674931653250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5365] ppid=5354 vsize=14084804 memory=1092 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5365/stat : 5365 (java) S 5354 5357 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272676084 14422839296 22184 33554432000 4194304 4196468 140721010612000 139674405254816 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5366] ppid=5354 vsize=14084804 memory=836 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5366/stat : 5366 (java) S 5354 5357 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272676085 14422839296 22184 33554432000 4194304 4196468 140721010612000 139674404201712 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5367] ppid=5354 vsize=14084804 memory=10692 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5367/stat : 5367 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14422839296 22184 33554432000 4194304 4196468 140721010612000 139674403150288 139674931660699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5368] ppid=5354 vsize=14084804 memory=7450174591119418944 CPUtime=0.08 cores=0,2,4,6
/proc/5357/task/5368/stat : 5368 (java) S 5354 5357 3449 0 -1 1077944384 677 0 0 0 8 0 0 0 20 0 15 0 272676087 14422839296 22184 33554432000 4194304 4196468 140721010612000 139674402097392 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5369] ppid=5354 vsize=14084804 memory=6442510787546475095 CPUtime=0.06 cores=0,2,4,6
/proc/5357/task/5369/stat : 5369 (java) S 5354 5357 3449 0 -1 1077944384 260 0 0 0 6 0 0 0 20 0 15 0 272676087 14422839296 22184 33554432000 4194304 4196468 140721010612000 139674401044848 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5370] ppid=5354 vsize=14084804 memory=7523071198212214892 CPUtime=0.14 cores=0,2,4,6
/proc/5357/task/5370/stat : 5370 (java) S 5354 5357 3449 0 -1 1077944384 437 0 0 0 14 0 0 0 20 0 15 0 272676087 14422839296 22184 33554432000 4194304 4196468 140721010612000 139674399991792 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5371] ppid=5354 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5371/stat : 5371 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14422839296 22184 33554432000 4194304 4196468 140721010612000 139674398939488 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5372] ppid=5354 vsize=14084804 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5372/stat : 5372 (java) S 5354 5357 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272676087 14422839296 22184 33554432000 4194304 4196468 140721010612000 139674397887536 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88736 KiB

[startup+1.50116 s]
/proc/loadavg: 1.42 1.56 1.58 3/219 5372
/proc/meminfo: memFree=24239776/32770624 swapFree=67108840/67108860
[pid=5357] ppid=5354 vsize=14086852 memory=408356 CPUtime=3.17 cores=0,2,4,6
/proc/5357/stat : 5357 (java) S 5354 5357 3449 0 -1 1077944320 20152 0 0 0 286 31 0 0 20 0 15 0 272676081 14424936448 102089 33554432000 4194304 4196468 140721010612000 140721010594544 139674931642103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
/proc/5357/statm: 3521713 102089 3565 1 0 3483785 0
[pid=5357/tid=5359] ppid=5354 vsize=14086852 memory=0 CPUtime=1.35 cores=0,2,4,6
/proc/5357/task/5359/stat : 5359 (java) R 5354 5357 3449 0 -1 4202560 15351 0 0 0 127 8 0 0 20 0 15 0 272676082 14424936448 102089 33554432000 4194304 4196468 140721010612000 139674935878664 139674572238519 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5360] ppid=5354 vsize=14086852 memory=-8754540793456063680 CPUtime=0.08 cores=0,2,4,6
/proc/5357/task/5360/stat : 5360 (java) S 5354 5357 3449 0 -1 1077944384 79 0 0 0 4 4 0 0 20 0 15 0 272676083 14424936448 102089 33554432000 4194304 4196468 140721010612000 139674888194576 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5361] ppid=5354 vsize=14086852 memory=-2843874019102283166 CPUtime=0.1 cores=0,2,4,6
/proc/5357/task/5361/stat : 5361 (java) S 5354 5357 3449 0 -1 1077944384 145 0 0 0 5 5 0 0 20 0 15 0 272676083 14424936448 102089 33554432000 4194304 4196468 140721010612000 139674526345872 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5362] ppid=5354 vsize=14086852 memory=5450919713671312938 CPUtime=0.08 cores=0,2,4,6
/proc/5357/task/5362/stat : 5362 (java) S 5354 5357 3449 0 -1 1077944384 150 0 0 0 3 5 0 0 20 0 15 0 272676083 14424936448 102089 33554432000 4194304 4196468 140721010612000 139674525292816 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5363] ppid=5354 vsize=14086852 memory=7005738693937936738 CPUtime=0.1 cores=0,2,4,6
/proc/5357/task/5363/stat : 5363 (java) S 5354 5357 3449 0 -1 1077944384 199 0 0 0 5 5 0 0 20 0 15 0 272676083 14424936448 102089 33554432000 4194304 4196468 140721010612000 139674524240272 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5364] ppid=5354 vsize=14086852 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5364/stat : 5364 (java) S 5354 5357 3449 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 272676084 14424936448 102089 33554432000 4194304 4196468 140721010612000 139674406308592 139674931653250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0

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

/proc/5357/task/5359/stat : 5359 (java) R 5354 5357 3449 0 -1 4202560 159134 0 0 0 231749 77 0 0 20 0 15 0 272676082 14429130752 779460 33554432000 4194304 4196468 140721010612000 139674935880048 139674581297878 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5360] ppid=5354 vsize=14090948 memory=348 CPUtime=3.4 cores=0,2,4,6
/proc/5357/task/5360/stat : 5360 (java) S 5354 5357 3449 0 -1 1077944384 27445 0 0 0 287 53 0 0 20 0 15 0 272676083 14429130752 779460 33554432000 4194304 4196468 140721010612000 139674888194576 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5361] ppid=5354 vsize=14090948 memory=3145032 CPUtime=3.49 cores=0,2,4,6
/proc/5357/task/5361/stat : 5361 (java) S 5354 5357 3449 0 -1 1077944384 27485 0 0 0 295 54 0 0 20 0 15 0 272676083 14429130752 779460 33554432000 4194304 4196468 140721010612000 139674526345872 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5362] ppid=5354 vsize=14090948 memory=3145032 CPUtime=3.45 cores=0,2,4,6
/proc/5357/task/5362/stat : 5362 (java) S 5354 5357 3449 0 -1 1077944384 33486 0 0 0 290 55 0 0 20 0 15 0 272676083 14429130752 779460 33554432000 4194304 4196468 140721010612000 139674525292816 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5363] ppid=5354 vsize=14090948 memory=3117840 CPUtime=3.45 cores=0,2,4,6
/proc/5357/task/5363/stat : 5363 (java) S 5354 5357 3449 0 -1 1077944384 29608 0 0 0 290 55 0 0 20 0 15 0 272676083 14429130752 779460 33554432000 4194304 4196468 140721010612000 139674524240272 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5364] ppid=5354 vsize=14090948 memory=3117840 CPUtime=0.26 cores=0,2,4,6
/proc/5357/task/5364/stat : 5364 (java) S 5354 5357 3449 0 -1 1077944384 21626 0 0 0 21 5 0 0 20 0 15 0 272676084 14429130752 779460 33554432000 4194304 4196468 140721010612000 139674406308592 139674931653250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5365] ppid=5354 vsize=14090948 memory=3117840 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5365/stat : 5365 (java) S 5354 5357 3449 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 272676084 14429130752 779460 33554432000 4194304 4196468 140721010612000 139674405254880 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5366] ppid=5354 vsize=14090948 memory=3117840 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5366/stat : 5366 (java) S 5354 5357 3449 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 272676085 14429130752 779460 33554432000 4194304 4196468 140721010612000 139674404201728 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5367] ppid=5354 vsize=14090948 memory=3117840 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5367/stat : 5367 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14429130752 779460 33554432000 4194304 4196468 140721010612000 139674403150288 139674931660699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5368] ppid=5354 vsize=14090948 memory=3117840 CPUtime=3.48 cores=0,2,4,6
/proc/5357/task/5368/stat : 5368 (java) S 5354 5357 3449 0 -1 1077944384 11130 0 0 0 346 2 0 0 20 0 15 0 272676087 14429130752 779460 33554432000 4194304 4196468 140721010612000 139674402097392 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5369] ppid=5354 vsize=14090948 memory=1092 CPUtime=3.3 cores=0,2,4,6
/proc/5357/task/5369/stat : 5369 (java) S 5354 5357 3449 0 -1 1077944384 10845 0 0 0 328 2 0 0 20 0 15 0 272676087 14429130752 779460 33554432000 4194304 4196468 140721010612000 139674401044848 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5370] ppid=5354 vsize=14090948 memory=3117840 CPUtime=1.27 cores=0,2,4,6
/proc/5357/task/5370/stat : 5370 (java) S 5354 5357 3449 0 -1 1077944384 16271 0 0 0 123 4 0 0 20 0 15 0 272676087 14429130752 779460 33554432000 4194304 4196468 140721010612000 139674399991792 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5371] ppid=5354 vsize=14090948 memory=3117840 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5371/stat : 5371 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14429130752 779460 33554432000 4194304 4196468 140721010612000 139674398939488 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5372] ppid=5354 vsize=14090948 memory=3117840 CPUtime=1.22 cores=0,2,4,6
/proc/5357/task/5372/stat : 5372 (java) S 5354 5357 3449 0 -1 1077944384 2329 0 0 0 59 63 0 0 20 0 15 0 272676087 14429130752 779460 33554432000 4194304 4196468 140721010612000 139674397887536 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
Current children cumulated CPU time: 2341.68 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3117840 KiB

[startup+2382.3 s]
/proc/loadavg: 1.73 1.65 1.67 3/219 5529
/proc/meminfo: memFree=21034588/32770624 swapFree=67108840/67108860
[pid=5357] ppid=5354 vsize=14090948 memory=3071156 CPUtime=2401.77 cores=0,2,4,6
/proc/5357/stat : 5357 (java) S 5354 5357 3449 0 -1 1077944320 349148 0 0 0 239813 364 0 0 20 0 15 0 272676081 14429130752 767789 33554432000 4194304 4196468 140721010612000 140721010594544 139674931642103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
/proc/5357/statm: 3522737 767789 3610 1 0 3484809 0
[pid=5357/tid=5359] ppid=5354 vsize=14090948 memory=3091676 CPUtime=2378.23 cores=0,2,4,6
/proc/5357/task/5359/stat : 5359 (java) R 5354 5357 3449 0 -1 4202560 161245 0 0 0 237746 77 0 0 20 0 15 0 272676082 14429130752 767789 33554432000 4194304 4196468 140721010612000 139674935880048 139674581298086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5360] ppid=5354 vsize=14090948 memory=3092188 CPUtime=3.42 cores=0,2,4,6
/proc/5357/task/5360/stat : 5360 (java) S 5354 5357 3449 0 -1 1077944384 28534 0 0 0 289 53 0 0 20 0 15 0 272676083 14429130752 767789 33554432000 4194304 4196468 140721010612000 139674888194576 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5361] ppid=5354 vsize=14090948 memory=3092188 CPUtime=3.51 cores=0,2,4,6
/proc/5357/task/5361/stat : 5361 (java) S 5354 5357 3449 0 -1 1077944384 28657 0 0 0 297 54 0 0 20 0 15 0 272676083 14429130752 767789 33554432000 4194304 4196468 140721010612000 139674526345872 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5362] ppid=5354 vsize=14090948 memory=3091676 CPUtime=3.47 cores=0,2,4,6
/proc/5357/task/5362/stat : 5362 (java) S 5354 5357 3449 0 -1 1077944384 35383 0 0 0 292 55 0 0 20 0 15 0 272676083 14429130752 767789 33554432000 4194304 4196468 140721010612000 139674525292816 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5363] ppid=5354 vsize=14090948 memory=3071156 CPUtime=3.47 cores=0,2,4,6
/proc/5357/task/5363/stat : 5363 (java) S 5354 5357 3449 0 -1 1077944384 31178 0 0 0 292 55 0 0 20 0 15 0 272676083 14429130752 767789 33554432000 4194304 4196468 140721010612000 139674524240272 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5364] ppid=5354 vsize=14090948 memory=3071156 CPUtime=0.27 cores=0,2,4,6
/proc/5357/task/5364/stat : 5364 (java) S 5354 5357 3449 0 -1 1077944384 22137 0 0 0 22 5 0 0 20 0 15 0 272676084 14429130752 767789 33554432000 4194304 4196468 140721010612000 139674406308592 139674931653250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5365] ppid=5354 vsize=14090948 memory=3071156 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5365/stat : 5365 (java) S 5354 5357 3449 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 272676084 14429130752 767789 33554432000 4194304 4196468 140721010612000 139674405254880 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5366] ppid=5354 vsize=14090948 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5366/stat : 5366 (java) S 5354 5357 3449 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 272676085 14429130752 767789 33554432000 4194304 4196468 140721010612000 139674404201728 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5367] ppid=5354 vsize=14090948 memory=127 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5367/stat : 5367 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14429130752 767789 33554432000 4194304 4196468 140721010612000 139674403150288 139674931660699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5368] ppid=5354 vsize=14090948 memory=236180 CPUtime=3.48 cores=0,2,4,6
/proc/5357/task/5368/stat : 5368 (java) S 5354 5357 3449 0 -1 1077944384 11132 0 0 0 346 2 0 0 20 0 15 0 272676087 14429130752 767789 33554432000 4194304 4196468 140721010612000 139674402097392 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5369] ppid=5354 vsize=14090948 memory=3071156 CPUtime=3.3 cores=0,2,4,6
/proc/5357/task/5369/stat : 5369 (java) S 5354 5357 3449 0 -1 1077944384 10848 0 0 0 328 2 0 0 20 0 15 0 272676087 14429130752 767789 33554432000 4194304 4196468 140721010612000 139674401044848 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5370] ppid=5354 vsize=14090948 memory=2356 CPUtime=1.27 cores=0,2,4,6
/proc/5357/task/5370/stat : 5370 (java) S 5354 5357 3449 0 -1 1077944384 16274 0 0 0 123 4 0 0 20 0 15 0 272676087 14429130752 767789 33554432000 4194304 4196468 140721010612000 139674399991792 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5371] ppid=5354 vsize=14090948 memory=1784 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5371/stat : 5371 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14429130752 767789 33554432000 4194304 4196468 140721010612000 139674398939488 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5372] ppid=5354 vsize=14090948 memory=1532 CPUtime=1.25 cores=0,2,4,6
/proc/5357/task/5372/stat : 5372 (java) S 5354 5357 3449 0 -1 1077944384 2354 0 0 0 60 65 0 0 20 0 15 0 272676087 14429130752 767789 33554432000 4194304 4196468 140721010612000 139674397887536 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
Current children cumulated CPU time: 2401.77 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3071156 KiB

[startup+2442.3 s]
/proc/loadavg: 1.72 1.67 1.68 3/219 5530
/proc/meminfo: memFree=21061068/32770624 swapFree=67108840/67108860
[pid=5357] ppid=5354 vsize=14090948 memory=3038640 CPUtime=2461.87 cores=0,2,4,6
/proc/5357/stat : 5357 (java) S 5354 5357 3449 0 -1 1077944320 353699 0 0 0 245821 366 0 0 20 0 15 0 272676081 14429130752 759660 33554432000 4194304 4196468 140721010612000 140721010594544 139674931642103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
/proc/5357/statm: 3522737 759660 3610 1 0 3484809 0
[pid=5357/tid=5359] ppid=5354 vsize=14090948 memory=3071156 CPUtime=2438.2 cores=0,2,4,6
/proc/5357/task/5359/stat : 5359 (java) R 5354 5357 3449 0 -1 4202560 162775 0 0 0 243742 78 0 0 20 0 15 0 272676082 14429130752 759660 33554432000 4194304 4196468 140721010612000 139674935880000 139674581599798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5360] ppid=5354 vsize=14090948 memory=3054544 CPUtime=3.44 cores=0,2,4,6
/proc/5357/task/5360/stat : 5360 (java) S 5354 5357 3449 0 -1 1077944384 29098 0 0 0 291 53 0 0 20 0 15 0 272676083 14429130752 759660 33554432000 4194304 4196468 140721010612000 139674888194576 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5361] ppid=5354 vsize=14090948 memory=3051980 CPUtime=3.54 cores=0,2,4,6
/proc/5357/task/5361/stat : 5361 (java) S 5354 5357 3449 0 -1 1077944384 29481 0 0 0 300 54 0 0 20 0 15 0 272676083 14429130752 759660 33554432000 4194304 4196468 140721010612000 139674526345872 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5362] ppid=5354 vsize=14090948 memory=3051980 CPUtime=3.5 cores=0,2,4,6
/proc/5357/task/5362/stat : 5362 (java) S 5354 5357 3449 0 -1 1077944384 36317 0 0 0 295 55 0 0 20 0 15 0 272676083 14429130752 759660 33554432000 4194304 4196468 140721010612000 139674525292816 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5363] ppid=5354 vsize=14090948 memory=3054528 CPUtime=3.49 cores=0,2,4,6
/proc/5357/task/5363/stat : 5363 (java) S 5354 5357 3449 0 -1 1077944384 31596 0 0 0 294 55 0 0 20 0 15 0 272676083 14429130752 759660 33554432000 4194304 4196468 140721010612000 139674524240272 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5364] ppid=5354 vsize=14090948 memory=3051980 CPUtime=0.27 cores=0,2,4,6
/proc/5357/task/5364/stat : 5364 (java) S 5354 5357 3449 0 -1 1077944384 22375 0 0 0 22 5 0 0 20 0 15 0 272676084 14429130752 759660 33554432000 4194304 4196468 140721010612000 139674406308592 139674931653250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5365] ppid=5354 vsize=14090948 memory=3051980 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5365/stat : 5365 (java) S 5354 5357 3449 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 272676084 14429130752 759660 33554432000 4194304 4196468 140721010612000 139674405254880 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5366] ppid=5354 vsize=14090948 memory=3051980 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5366/stat : 5366 (java) S 5354 5357 3449 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 272676085 14429130752 759660 33554432000 4194304 4196468 140721010612000 139674404201728 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5367] ppid=5354 vsize=14090948 memory=3051980 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5367/stat : 5367 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14429130752 759660 33554432000 4194304 4196468 140721010612000 139674403150288 139674931660699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5368] ppid=5354 vsize=14090948 memory=3051980 CPUtime=3.48 cores=0,2,4,6
/proc/5357/task/5368/stat : 5368 (java) S 5354 5357 3449 0 -1 1077944384 11135 0 0 0 346 2 0 0 20 0 15 0 272676087 14429130752 759660 33554432000 4194304 4196468 140721010612000 139674402097392 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5369] ppid=5354 vsize=14090948 memory=3038640 CPUtime=3.3 cores=0,2,4,6
/proc/5357/task/5369/stat : 5369 (java) S 5354 5357 3449 0 -1 1077944384 10852 0 0 0 328 2 0 0 20 0 15 0 272676087 14429130752 759660 33554432000 4194304 4196468 140721010612000 139674401044848 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5370] ppid=5354 vsize=14090948 memory=1408 CPUtime=1.27 cores=0,2,4,6
/proc/5357/task/5370/stat : 5370 (java) S 5354 5357 3449 0 -1 1077944384 16282 0 0 0 123 4 0 0 20 0 15 0 272676087 14429130752 759660 33554432000 4194304 4196468 140721010612000 139674399991792 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5371] ppid=5354 vsize=14090948 memory=3051980 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5371/stat : 5371 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14429130752 759660 33554432000 4194304 4196468 140721010612000 139674398939488 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5372] ppid=5354 vsize=14090948 memory=6632 CPUtime=1.28 cores=0,2,4,6
/proc/5357/task/5372/stat : 5372 (java) S 5354 5357 3449 0 -1 1077944384 2382 0 0 0 61 67 0 0 20 0 15 0 272676087 14429130752 759660 33554432000 4194304 4196468 140721010612000 139674397887536 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
Current children cumulated CPU time: 2461.87 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3038640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.4 s]
/proc/loadavg: 1.52 1.62 1.66 3/219 5531
/proc/meminfo: memFree=21077268/32770624 swapFree=67108840/67108860
[pid=5357] ppid=5354 vsize=14090948 memory=3014516 CPUtime=2520.08 cores=0,2,4,6
/proc/5357/stat : 5357 (java) S 5354 5357 3449 0 -1 1077944320 358464 0 0 0 251640 368 0 0 20 0 15 0 272676081 14429130752 753629 33554432000 4194304 4196468 140721010612000 140721010594544 139674931642103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
/proc/5357/statm: 3522737 753629 3610 1 0 3484809 0
[pid=5357/tid=5359] ppid=5354 vsize=14090948 memory=1408 CPUtime=2496.26 cores=0,2,4,6
/proc/5357/task/5359/stat : 5359 (java) R 5354 5357 3449 0 -1 4202560 164510 0 0 0 249548 78 0 0 20 0 15 0 272676082 14429130752 753629 33554432000 4194304 4196468 140721010612000 139674935880032 139674581418416 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5360] ppid=5354 vsize=14090948 memory=1092 CPUtime=3.47 cores=0,2,4,6
/proc/5357/task/5360/stat : 5360 (java) S 5354 5357 3449 0 -1 1077944384 29593 0 0 0 294 53 0 0 20 0 15 0 272676083 14429130752 753629 33554432000 4194304 4196468 140721010612000 139674888194576 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5361] ppid=5354 vsize=14090948 memory=836 CPUtime=3.56 cores=0,2,4,6
/proc/5357/task/5361/stat : 5361 (java) S 5354 5357 3449 0 -1 1077944384 30280 0 0 0 302 54 0 0 20 0 15 0 272676083 14429130752 753629 33554432000 4194304 4196468 140721010612000 139674526345872 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5362] ppid=5354 vsize=14090948 memory=10692 CPUtime=3.52 cores=0,2,4,6
/proc/5357/task/5362/stat : 5362 (java) S 5354 5357 3449 0 -1 1077944384 37026 0 0 0 297 55 0 0 20 0 15 0 272676083 14429130752 753629 33554432000 4194304 4196468 140721010612000 139674525292816 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5363] ppid=5354 vsize=14090948 memory=1620 CPUtime=3.52 cores=0,2,4,6
/proc/5357/task/5363/stat : 5363 (java) S 5354 5357 3449 0 -1 1077944384 32318 0 0 0 297 55 0 0 20 0 15 0 272676083 14429130752 753629 33554432000 4194304 4196468 140721010612000 139674524240272 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5364] ppid=5354 vsize=14090948 memory=6880 CPUtime=0.28 cores=0,2,4,6
/proc/5357/task/5364/stat : 5364 (java) S 5354 5357 3449 0 -1 1077944384 22623 0 0 0 23 5 0 0 20 0 15 0 272676084 14429130752 753629 33554432000 4194304 4196468 140721010612000 139674406308592 139674931653250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5365] ppid=5354 vsize=14090948 memory=3022976 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5365/stat : 5365 (java) S 5354 5357 3449 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 272676084 14429130752 753629 33554432000 4194304 4196468 140721010612000 139674405254880 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5366] ppid=5354 vsize=14090948 memory=916 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5366/stat : 5366 (java) S 5354 5357 3449 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 272676085 14429130752 753629 33554432000 4194304 4196468 140721010612000 139674404201728 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5367] ppid=5354 vsize=14090948 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5367/stat : 5367 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14429130752 753629 33554432000 4194304 4196468 140721010612000 139674403150288 139674931660699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5368] ppid=5354 vsize=14090948 memory=2588 CPUtime=3.48 cores=0,2,4,6
/proc/5357/task/5368/stat : 5368 (java) S 5354 5357 3449 0 -1 1077944384 11137 0 0 0 346 2 0 0 20 0 15 0 272676087 14429130752 753629 33554432000 4194304 4196468 140721010612000 139674402097392 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5369] ppid=5354 vsize=14090948 memory=8112282956445269571 CPUtime=3.3 cores=0,2,4,6
/proc/5357/task/5369/stat : 5369 (java) S 5354 5357 3449 0 -1 1077944384 10855 0 0 0 328 2 0 0 20 0 15 0 272676087 14429130752 753629 33554432000 4194304 4196468 140721010612000 139674401044848 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5370] ppid=5354 vsize=14090948 memory=4104 CPUtime=1.27 cores=0,2,4,6
/proc/5357/task/5370/stat : 5370 (java) S 5354 5357 3449 0 -1 1077944384 16286 0 0 0 123 4 0 0 20 0 15 0 272676087 14429130752 753629 33554432000 4194304 4196468 140721010612000 139674399991792 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5371] ppid=5354 vsize=14090948 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/5357/task/5371/stat : 5371 (java) S 5354 5357 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272676087 14429130752 753629 33554432000 4194304 4196468 140721010612000 139674398939488 139674931652309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
[pid=5357/tid=5372] ppid=5354 vsize=14090948 memory=3276 CPUtime=1.31 cores=0,2,4,6
/proc/5357/task/5372/stat : 5372 (java) S 5354 5357 3449 0 -1 1077944384 2430 0 0 0 63 68 0 0 20 0 15 0 272676087 14429130752 753629 33554432000 4194304 4196468 140721010612000 139674397887536 139674931653250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140721010619464 140721010619657 140721010619657 140721010622415 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3014516 KiB

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

[startup+2500.43 s]
# the end of solver process 5357 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.41 s, system=3.6983 s

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

Child status: 143
Real time (s): 2500.43
CPU time (s): 2520.11
CPU user time (s): 2516.41
CPU system time (s): 3.6983
CPU usage (%): 100.787
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 4832256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.41
system time used= 3.69829
maximum resident set size= 4832384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59928
involuntary context switches= 3443


# summary of solver processes directly reported to runsolver:
#   pid: 5357
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.41
#   total CPU system time (s): 3.6983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3339 second user time and 23.4835 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-18 02:12:09
IDJOB=4312083
IDBENCH=141273
IDSOLVER=2799
FILE ID=node135/4312083-1534551129
RUNJOBID= node135-1534541040-3480
PBS_JOBID= 21038636
Free space on /tmp= 54276 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-18-0350_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312083-1534551129/watcher-4312083-1534551129 -o /tmp/evaluation-result-4312083-1534551129/solver-4312083-1534551129 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534541040-3480 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1992292452 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312083-1534551129.xml

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

MD5SUM BENCH= 970c879d9e656f0525c6818b69538b39
RANDOM SEED=1992292452

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24540332 kB
MemAvailable:   31614024 kB
Buffers:          196248 kB
Cached:          7126208 kB
SwapCached:           20 kB
Active:          4488364 kB
Inactive:        3161504 kB
Active(anon):     306916 kB
Inactive(anon):    89388 kB
Active(file):    4181448 kB
Inactive(file):  3072116 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:            118196 kB
Writeback:             0 kB
AnonPages:        334756 kB
Mapped:            35012 kB
Shmem:             66188 kB
Slab:             278176 kB
SReclaimable:     248588 kB
SUnreclaim:        29588 kB
KernelStack:        3568 kB
PageTables:         5828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1231840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 54240 MiB
End job on node135 at 2018-08-18 02:53:50