Trace number 4308652

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 - Hybrid 2018-08-14? (TO) 2520.05 2514.41

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-04-opt_c18.xml
MD5SUM78811932529a67bdc61c23a432ac663c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark46
Best CPU time to get the best result obtained on this benchmark2.11183
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3968
Number of domains5
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":4},{"size":36,"count":336},{"size":44,"count":328}]
Minimum variable degree3
Maximum variable degree64
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":16},{"degree":5,"count":22},{"degree":6,"count":62},{"degree":7,"count":42},{"degree":8,"count":62},{"degree":9,"count":40},{"degree":10,"count":55},{"degree":11,"count":55},{"degree":12,"count":47},{"degree":13,"count":41},{"degree":14,"count":26},{"degree":15,"count":25},{"degree":16,"count":24},{"degree":17,"count":19},{"degree":18,"count":19},{"degree":19,"count":19},{"degree":20,"count":10},{"degree":21,"count":10},{"degree":22,"count":17},{"degree":23,"count":8},{"degree":24,"count":6},{"degree":25,"count":10},{"degree":26,"count":9},{"degree":27,"count":10},{"degree":28,"count":3},{"degree":29,"count":2},{"degree":31,"count":4},{"degree":32,"count":3},{"degree":33,"count":1},{"degree":35,"count":1},{"degree":36,"count":1},{"degree":40,"count":3},{"degree":41,"count":1},{"degree":44,"count":2},{"degree":45,"count":1},{"degree":47,"count":1},{"degree":57,"count":1},{"degree":64,"count":1}]
Minimum constraint arity2
Maximum constraint arity280
Distribution of constraint arities[{"arity":2,"count":3967},{"arity":280,"count":1}]
Number of extensional constraints0
Number of intensional constraints3967
Distribution of constraint types[{"type":"intension","count":3967},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 423047009
0.67/0.55	c timeout: 2520
0.67/0.55	c memlimit: 11000
0.67/0.55	c nbcore: 4
0.67/0.58	c Parsing instance...
24.74/21.05	c Parsing done, starting first complete search...
2520.03/2514.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 (9853 MiB free)
  memory of node 1: 16384 MiB (12410 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308652-1534287925/watcher-4308652-1534287925 -o /tmp/evaluation-result-4308652-1534287925/solver-4308652-1534287925 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534270601-15611 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 423047009 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308652-1534287925.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
solver pid=17408, runsolver pid=17405
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 1.59 1.68 1.70 4/216 17423
/proc/meminfo: memFree=22780592/32770624 swapFree=67108688/67108860
[pid=17408] ppid=17405 vsize=14082736 memory=33428 CPUtime=0.12 cores=0,2,4,6
/proc/17408/stat : 17408 (java) S 17405 17408 13692 0 -1 1077944320 7294 0 0 0 11 1 0 0 20 0 15 0 246355355 14420721664 8357 33554432000 4194304 4196468 140730545879856 140730545862400 140397629452023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
/proc/17408/statm: 3520684 8357 3137 1 0 3482761 0
[pid=17408/tid=17410] ppid=17405 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/17408/task/17410/stat : 17410 (java) R 17405 17408 13692 0 -1 4202560 5365 0 0 0 9 0 0 0 20 0 15 0 246355355 14420721664 8357 33554432000 4194304 4196468 140730545879856 140397633683584 140397629473949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17411] ppid=17405 vsize=14082736 memory=5793855535585552825 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17411/stat : 17411 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355356 14420721664 8357 33554432000 4194304 4196468 140730545879856 140397225634960 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17412] ppid=17405 vsize=14082736 memory=140284575659648 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17412/stat : 17412 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355356 14420721664 8357 33554432000 4194304 4196468 140730545879856 140397224582160 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17413] ppid=17405 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17413/stat : 17413 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355356 14420721664 8357 33554432000 4194304 4196468 140730545879856 140397223529360 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17414] ppid=17405 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17414/stat : 17414 (java) S 17405 17408 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246355356 14420721664 8357 33554432000 4194304 4196468 140730545879856 140397222476560 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17415] ppid=17405 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17415/stat : 17415 (java) S 17405 17408 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246355357 14420721664 8357 33554432000 4194304 4196468 140730545879856 140396541995376 140397629463170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17416] ppid=17405 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17416/stat : 17416 (java) S 17405 17408 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246355358 14420721664 8357 33554432000 4194304 4196468 140730545879856 140396540941344 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17417] ppid=17405 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17417/stat : 17417 (java) S 17405 17408 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246355358 14420721664 8357 33554432000 4194304 4196468 140730545879856 140396539888496 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17418] ppid=17405 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17418/stat : 17418 (java) S 17405 17408 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246355360 14420721664 8357 33554432000 4194304 4196468 140730545879856 140396538836816 140397629470619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17419] ppid=17405 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17419/stat : 17419 (java) S 17405 17408 13692 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 246355360 14420721664 8357 33554432000 4194304 4196468 140730545879856 140396537785200 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17420] ppid=17405 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17420/stat : 17420 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355360 14420721664 8357 33554432000 4194304 4196468 140730545879856 140396536732400 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17421] ppid=17405 vsize=14082736 memory=140284575659648 CPUtime=0.01 cores=0,2,4,6
/proc/17408/task/17421/stat : 17421 (java) R 17405 17408 13692 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 15 0 246355360 14420721664 8357 33554432000 4194304 4196468 140730545879856 140396535679600 140397608152224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17422] ppid=17405 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17422/stat : 17422 (java) S 17405 17408 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246355361 14420721664 8357 33554432000 4194304 4196468 140730545879856 140396534627040 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17423] ppid=17405 vsize=14082736 memory=140284575659648 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17423/stat : 17423 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355361 14420721664 8357 33554432000 4194304 4196468 140730545879856 140396533574320 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33428 KiB

[startup+0.217765 s]*
/proc/loadavg: 1.59 1.68 1.70 7/216 17423
/proc/meminfo: memFree=22765620/32770624 swapFree=67108688/67108860
[pid=17408] ppid=17405 vsize=14082736 memory=47452 CPUtime=0.33 cores=0,2,4,6
/proc/17408/stat : 17408 (java) S 17405 17408 13692 0 -1 1077944320 10399 0 0 0 31 2 0 0 20 0 15 0 246355355 14420721664 11863 33554432000 4194304 4196468 140730545879856 140730545862400 140397629452023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
/proc/17408/statm: 3520684 11863 3419 1 0 3482761 0
[pid=17408/tid=17410] ppid=17405 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/17408/task/17410/stat : 17410 (java) R 17405 17408 13692 0 -1 4202560 8111 0 0 0 19 1 0 0 20 0 15 0 246355355 14420721664 11863 33554432000 4194304 4196468 140730545879856 140397633682000 140397610858322 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17411] ppid=17405 vsize=14082736 memory=4211974010780450186 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17411/stat : 17411 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355356 14420721664 11863 33554432000 4194304 4196468 140730545879856 140397225634960 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17412] ppid=17405 vsize=14082736 memory=140284575659648 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17412/stat : 17412 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355356 14420721664 11863 33554432000 4194304 4196468 140730545879856 140397224582160 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17413] ppid=17405 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17413/stat : 17413 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355356 14420721664 11863 33554432000 4194304 4196468 140730545879856 140397223529360 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17414] ppid=17405 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17414/stat : 17414 (java) S 17405 17408 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246355356 14420721664 11863 33554432000 4194304 4196468 140730545879856 140397222476560 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17415] ppid=17405 vsize=14082736 memory=140284575659648 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17415/stat : 17415 (java) S 17405 17408 13692 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246355357 14420721664 11863 33554432000 4194304 4196468 140730545879856 140396541995376 140397629463170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17416] ppid=17405 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17416/stat : 17416 (java) S 17405 17408 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246355358 14420721664 11863 33554432000 4194304 4196468 140730545879856 140396540941344 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17417] ppid=17405 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17417/stat : 17417 (java) S 17405 17408 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246355358 14420721664 11863 33554432000 4194304 4196468 140730545879856 140396539888496 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17418] ppid=17405 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17418/stat : 17418 (java) S 17405 17408 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246355360 14420721664 11863 33554432000 4194304 4196468 140730545879856 140396538836816 140397629470619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17419] ppid=17405 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17408/task/17419/stat : 17419 (java) S 17405 17408 13692 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 15 0 246355360 14420721664 11863 33554432000 4194304 4196468 140730545879856 140396537785200 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17420] ppid=17405 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/17408/task/17420/stat : 17420 (java) S 17405 17408 13692 0 -1 1077944384 214 0 0 0 2 0 0 0 20 0 15 0 246355360 14420721664 11863 33554432000 4194304 4196468 140730545879856 140396536732400 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17421] ppid=17405 vsize=14082736 memory=140284575659648 CPUtime=0.06 cores=0,2,4,6
/proc/17408/task/17421/stat : 17421 (java) R 17405 17408 13692 0 -1 4202560 296 0 0 0 6 0 0 0 20 0 15 0 246355360 14420721664 11863 33554432000 4194304 4196468 140730545879856 140396535679600 140397614094531 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17422] ppid=17405 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17422/stat : 17422 (java) S 17405 17408 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246355361 14420721664 11863 33554432000 4194304 4196468 140730545879856 140396534627040 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17423] ppid=17405 vsize=14082736 memory=140284575659648 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17423/stat : 17423 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355361 14420721664 11863 33554432000 4194304 4196468 140730545879856 140396533574320 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47452 KiB

[startup+0.310768 s]*
/proc/loadavg: 1.59 1.68 1.70 4/216 17423
/proc/meminfo: memFree=22762580/32770624 swapFree=67108688/67108860
[pid=17408] ppid=17405 vsize=14082736 memory=50400 CPUtime=0.43 cores=0,2,4,6
/proc/17408/stat : 17408 (java) S 17405 17408 13692 0 -1 1077944320 10707 0 0 0 41 2 0 0 20 0 15 0 246355355 14420721664 12600 33554432000 4194304 4196468 140730545879856 140730545862400 140397629452023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
/proc/17408/statm: 3520684 12600 3420 1 0 3482761 0
[pid=17408/tid=17410] ppid=17405 vsize=14082736 memory=6735269665583770266 CPUtime=0.3 cores=0,2,4,6
/proc/17408/task/17410/stat : 17410 (java) R 17405 17408 13692 0 -1 4202560 8405 0 0 0 28 2 0 0 20 0 15 0 246355355 14420721664 12600 33554432000 4194304 4196468 140730545879856 140397633633072 140397611017019 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17411] ppid=17405 vsize=14082736 memory=4211974010780450186 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17411/stat : 17411 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355356 14420721664 12600 33554432000 4194304 4196468 140730545879856 140397225634960 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17412] ppid=17405 vsize=14082736 memory=280569012185472 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17412/stat : 17412 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355356 14420721664 12600 33554432000 4194304 4196468 140730545879856 140397224582160 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17413] ppid=17405 vsize=14082736 memory=280568873079296 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17413/stat : 17413 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355356 14420721664 12600 33554432000 4194304 4196468 140730545879856 140397223529360 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17414] ppid=17405 vsize=14082736 memory=140284436525839 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17414/stat : 17414 (java) S 17405 17408 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246355356 14420721664 12600 33554432000 4194304 4196468 140730545879856 140397222476560 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17415] ppid=17405 vsize=14082736 memory=280569012194688 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17415/stat : 17415 (java) S 17405 17408 13692 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246355357 14420721664 12600 33554432000 4194304 4196468 140730545879856 140396541995376 140397629463170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17416] ppid=17405 vsize=14082736 memory=140284436530447 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17416/stat : 17416 (java) S 17405 17408 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246355358 14420721664 12600 33554432000 4194304 4196468 140730545879856 140396540941344 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17417] ppid=17405 vsize=14082736 memory=140284436548364 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17417/stat : 17417 (java) S 17405 17408 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246355358 14420721664 12600 33554432000 4194304 4196468 140730545879856 140396539888496 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17418] ppid=17405 vsize=14082736 memory=140284436552250 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17418/stat : 17418 (java) S 17405 17408 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246355360 14420721664 12600 33554432000 4194304 4196468 140730545879856 140396538836816 140397629470619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17419] ppid=17405 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17408/task/17419/stat : 17419 (java) S 17405 17408 13692 0 -1 1077944384 397 0 0 0 2 0 0 0 20 0 15 0 246355360 14420721664 12600 33554432000 4194304 4196468 140730545879856 140396537785200 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17420] ppid=17405 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/17408/task/17420/stat : 17420 (java) S 17405 17408 13692 0 -1 1077944384 214 0 0 0 2 0 0 0 20 0 15 0 246355360 14420721664 12600 33554432000 4194304 4196468 140730545879856 140396536732400 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17421] ppid=17405 vsize=14082736 memory=140284575659648 CPUtime=0.08 cores=0,2,4,6
/proc/17408/task/17421/stat : 17421 (java) S 17405 17408 13692 0 -1 1077944384 309 0 0 0 8 0 0 0 20 0 15 0 246355360 14420721664 12600 33554432000 4194304 4196468 140730545879856 140396535679600 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17422] ppid=17405 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17422/stat : 17422 (java) S 17405 17408 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246355361 14420721664 12600 33554432000 4194304 4196468 140730545879856 140396534627040 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17423] ppid=17405 vsize=14082736 memory=140284575693076 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17423/stat : 17423 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355361 14420721664 12600 33554432000 4194304 4196468 140730545879856 140396533574320 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50400 KiB

[startup+0.700719 s]
/proc/loadavg: 1.59 1.68 1.70 4/216 17423
/proc/meminfo: memFree=22740568/32770624 swapFree=67108688/67108860
[pid=17408] ppid=17405 vsize=14084804 memory=88928 CPUtime=0.98 cores=0,2,4,6
/proc/17408/stat : 17408 (java) S 17405 17408 13692 0 -1 1077944320 17565 0 0 0 93 5 0 0 20 0 15 0 246355355 14422839296 22232 33554432000 4194304 4196468 140730545879856 140730545862400 140397629452023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
/proc/17408/statm: 3521201 22232 3499 1 0 3483273 0
[pid=17408/tid=17410] ppid=17405 vsize=14084804 memory=56 CPUtime=0.67 cores=0,2,4,6
/proc/17408/task/17410/stat : 17410 (java) R 17405 17408 13692 0 -1 4202560 14855 0 0 0 63 4 0 0 20 0 15 0 246355355 14422839296 22232 33554432000 4194304 4196468 140730545879856 140397633682448 140397607451709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17411] ppid=17405 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17411/stat : 17411 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355356 14422839296 22232 33554432000 4194304 4196468 140730545879856 140397225634960 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17412] ppid=17405 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17412/stat : 17412 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355356 14422839296 22232 33554432000 4194304 4196468 140730545879856 140397224582160 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17413] ppid=17405 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17413/stat : 17413 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355356 14422839296 22232 33554432000 4194304 4196468 140730545879856 140397223529360 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17414] ppid=17405 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17414/stat : 17414 (java) S 17405 17408 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246355356 14422839296 22232 33554432000 4194304 4196468 140730545879856 140397222476560 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17415] ppid=17405 vsize=14084804 memory=748 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17415/stat : 17415 (java) S 17405 17408 13692 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246355357 14422839296 22232 33554432000 4194304 4196468 140730545879856 140396541995376 140397629463170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17416] ppid=17405 vsize=14084804 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17416/stat : 17416 (java) S 17405 17408 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246355358 14422839296 22232 33554432000 4194304 4196468 140730545879856 140396540941344 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17417] ppid=17405 vsize=14084804 memory=6604 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17417/stat : 17417 (java) S 17405 17408 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246355358 14422839296 22232 33554432000 4194304 4196468 140730545879856 140396539888496 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17418] ppid=17405 vsize=14084804 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17418/stat : 17418 (java) S 17405 17408 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246355360 14422839296 22232 33554432000 4194304 4196468 140730545879856 140396538836816 140397629470619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17419] ppid=17405 vsize=14084804 memory=4452 CPUtime=0.08 cores=0,2,4,6
/proc/17408/task/17419/stat : 17419 (java) S 17405 17408 13692 0 -1 1077944384 548 0 0 0 8 0 0 0 20 0 15 0 246355360 14422839296 22232 33554432000 4194304 4196468 140730545879856 140396537785200 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17420] ppid=17405 vsize=14084804 memory=3732 CPUtime=0.06 cores=0,2,4,6
/proc/17408/task/17420/stat : 17420 (java) S 17405 17408 13692 0 -1 1077944384 367 0 0 0 6 0 0 0 20 0 15 0 246355360 14422839296 22232 33554432000 4194304 4196468 140730545879856 140396536732400 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17421] ppid=17405 vsize=14084804 memory=12668 CPUtime=0.15 cores=0,2,4,6
/proc/17408/task/17421/stat : 17421 (java) S 17405 17408 13692 0 -1 1077944384 413 0 0 0 15 0 0 0 20 0 15 0 246355360 14422839296 22232 33554432000 4194304 4196468 140730545879856 140396535679600 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17422] ppid=17405 vsize=14084804 memory=1072 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17422/stat : 17422 (java) S 17405 17408 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246355361 14422839296 22232 33554432000 4194304 4196468 140730545879856 140396534627040 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17423] ppid=17405 vsize=14084804 memory=14888 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17423/stat : 17423 (java) S 17405 17408 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246355361 14422839296 22232 33554432000 4194304 4196468 140730545879856 140396533574320 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88928 KiB

[startup+1.50076 s]
/proc/loadavg: 1.59 1.68 1.70 5/216 17423
/proc/meminfo: memFree=22692952/32770624 swapFree=67108688/67108860
[pid=17408] ppid=17405 vsize=14086852 memory=223888 CPUtime=3.46 cores=0,2,4,6
/proc/17408/stat : 17408 (java) S 17405 17408 13692 0 -1 1077944320 23434 0 0 0 337 9 0 0 20 0 15 0 246355355 14424936448 55972 33554432000 4194304 4196468 140730545879856 140730545862400 140397629452023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
/proc/17408/statm: 3521713 55972 3540 1 0 3483785 0
[pid=17408/tid=17410] ppid=17405 vsize=14086852 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/17408/task/17410/stat : 17410 (java) R 17405 17408 13692 0 -1 4202560 16085 0 0 0 139 7 0 0 20 0 15 0 246355355 14424936448 55972 33554432000 4194304 4196468 140730545879856 140397633687568 140397268305012 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17411] ppid=17405 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17411/stat : 17411 (java) S 17405 17408 13692 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 246355356 14424936448 55972 33554432000 4194304 4196468 140730545879856 140397225634960 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17412] ppid=17405 vsize=14086852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17408/task/17412/stat : 17412 (java) S 17405 17408 13692 0 -1 1077944384 147 0 0 0 1 0 0 0 20 0 15 0 246355356 14424936448 55972 33554432000 4194304 4196468 140730545879856 140397224582160 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17413] ppid=17405 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17413/stat : 17413 (java) S 17405 17408 13692 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 246355356 14424936448 55972 33554432000 4194304 4196468 140730545879856 140397223529360 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17414] ppid=17405 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17414/stat : 17414 (java) S 17405 17408 13692 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 246355356 14424936448 55972 33554432000 4194304 4196468 140730545879856 140397222476560 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17415] ppid=17405 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17415/stat : 17415 (java) S 17405 17408 13692 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 246355357 14424936448 55972 33554432000 4194304 4196468 140730545879856 140396541995376 140397629463170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0

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

/proc/17408/task/17410/stat : 17410 (java) R 17405 17408 13692 0 -1 4202560 29372 0 0 0 238123 12 0 0 20 0 15 0 246355355 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397633690208 140397272626327 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17411] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.25 cores=0,2,4,6
/proc/17408/task/17411/stat : 17411 (java) S 17405 17408 13692 0 -1 1077944384 3163 0 0 0 19 6 0 0 20 0 15 0 246355356 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397225634960 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17412] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.26 cores=0,2,4,6
/proc/17408/task/17412/stat : 17412 (java) S 17405 17408 13692 0 -1 1077944384 1574 0 0 0 22 4 0 0 20 0 15 0 246355356 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397224582160 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17413] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.25 cores=0,2,4,6
/proc/17408/task/17413/stat : 17413 (java) S 17405 17408 13692 0 -1 1077944384 2874 0 0 0 21 4 0 0 20 0 15 0 246355356 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397223529360 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17414] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.25 cores=0,2,4,6
/proc/17408/task/17414/stat : 17414 (java) S 17405 17408 13692 0 -1 1077944384 1679 0 0 0 20 5 0 0 20 0 15 0 246355356 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397222476560 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17415] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.22 cores=0,2,4,6
/proc/17408/task/17415/stat : 17415 (java) S 17405 17408 13692 0 -1 1077944384 3597 0 0 0 19 3 0 0 20 0 15 0 246355357 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396541995376 140397629463170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17416] ppid=17405 vsize=14090948 memory=207936 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17416/stat : 17416 (java) S 17405 17408 13692 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 246355358 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396540941408 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17417] ppid=17405 vsize=14090948 memory=-7745171780238929555 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17417/stat : 17417 (java) S 17405 17408 13692 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 246355358 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396539888512 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17418] ppid=17405 vsize=14090948 memory=207936 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17418/stat : 17418 (java) S 17405 17408 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246355360 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396538836816 140397629470619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17419] ppid=17405 vsize=14090948 memory=2257 CPUtime=1.94 cores=0,2,4,6
/proc/17408/task/17419/stat : 17419 (java) S 17405 17408 13692 0 -1 1077944384 12832 0 0 0 193 1 0 0 20 0 15 0 246355360 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396537785200 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17420] ppid=17405 vsize=14090948 memory=207936 CPUtime=1.85 cores=0,2,4,6
/proc/17408/task/17420/stat : 17420 (java) S 17405 17408 13692 0 -1 1077944384 11082 0 0 0 184 1 0 0 20 0 15 0 246355360 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396536732400 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17421] ppid=17405 vsize=14090948 memory=3868 CPUtime=0.89 cores=0,2,4,6
/proc/17408/task/17421/stat : 17421 (java) S 17405 17408 13692 0 -1 1077944384 11697 0 0 0 86 3 0 0 20 0 15 0 246355360 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396535679600 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17422] ppid=17405 vsize=14090948 memory=67104 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17422/stat : 17422 (java) S 17405 17408 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246355361 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396534627040 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17423] ppid=17405 vsize=14090948 memory=6791534058613427641 CPUtime=0.52 cores=0,2,4,6
/proc/17408/task/17423/stat : 17423 (java) S 17405 17408 13692 0 -1 1077944384 855 0 0 0 19 33 0 0 20 0 15 0 246355361 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396533574320 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
Current children cumulated CPU time: 2387.88 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 207936 KiB

[startup+2442.3 s]
/proc/loadavg: 1.58 1.56 1.63 3/215 17571
/proc/meminfo: memFree=22337564/32770624 swapFree=67108688/67108860
[pid=17408] ppid=17405 vsize=14090948 memory=207936 CPUtime=2447.9 cores=0,2,4,6
/proc/17408/stat : 17408 (java) S 17405 17408 13692 0 -1 1077944320 80199 0 0 0 244730 60 0 0 20 0 15 0 246355355 14429130752 51984 33554432000 4194304 4196468 140730545879856 140730545862400 140397629452023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
/proc/17408/statm: 3522737 51984 3584 1 0 3484809 0
[pid=17408/tid=17410] ppid=17405 vsize=14090948 memory=631428 CPUtime=2441.33 cores=0,2,4,6
/proc/17408/task/17410/stat : 17410 (java) R 17405 17408 13692 0 -1 4202560 29398 0 0 0 244121 12 0 0 20 0 15 0 246355355 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397633690208 140397272625994 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17411] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.26 cores=0,2,4,6
/proc/17408/task/17411/stat : 17411 (java) S 17405 17408 13692 0 -1 1077944384 3164 0 0 0 20 6 0 0 20 0 15 0 246355356 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397225634960 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17412] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.26 cores=0,2,4,6
/proc/17408/task/17412/stat : 17412 (java) S 17405 17408 13692 0 -1 1077944384 1575 0 0 0 22 4 0 0 20 0 15 0 246355356 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397224582160 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17413] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.25 cores=0,2,4,6
/proc/17408/task/17413/stat : 17413 (java) S 17405 17408 13692 0 -1 1077944384 2874 0 0 0 21 4 0 0 20 0 15 0 246355356 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397223529360 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17414] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.26 cores=0,2,4,6
/proc/17408/task/17414/stat : 17414 (java) S 17405 17408 13692 0 -1 1077944384 1683 0 0 0 21 5 0 0 20 0 15 0 246355356 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397222476560 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17415] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.23 cores=0,2,4,6
/proc/17408/task/17415/stat : 17415 (java) S 17405 17408 13692 0 -1 1077944384 3601 0 0 0 20 3 0 0 20 0 15 0 246355357 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396541995376 140397629463170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17416] ppid=17405 vsize=14090948 memory=207936 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17416/stat : 17416 (java) S 17405 17408 13692 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 246355358 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396540941408 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17417] ppid=17405 vsize=14090948 memory=207936 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17417/stat : 17417 (java) S 17405 17408 13692 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 246355358 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396539888512 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17418] ppid=17405 vsize=14090948 memory=207936 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17418/stat : 17418 (java) S 17405 17408 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246355360 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396538836816 140397629470619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17419] ppid=17405 vsize=14090948 memory=207936 CPUtime=1.94 cores=0,2,4,6
/proc/17408/task/17419/stat : 17419 (java) S 17405 17408 13692 0 -1 1077944384 12832 0 0 0 193 1 0 0 20 0 15 0 246355360 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396537785200 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17420] ppid=17405 vsize=14090948 memory=207936 CPUtime=1.85 cores=0,2,4,6
/proc/17408/task/17420/stat : 17420 (java) S 17405 17408 13692 0 -1 1077944384 11082 0 0 0 184 1 0 0 20 0 15 0 246355360 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396536732400 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17421] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.89 cores=0,2,4,6
/proc/17408/task/17421/stat : 17421 (java) S 17405 17408 13692 0 -1 1077944384 11697 0 0 0 86 3 0 0 20 0 15 0 246355360 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396535679600 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17422] ppid=17405 vsize=14090948 memory=207936 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17422/stat : 17422 (java) S 17405 17408 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246355361 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396534627040 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17423] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.54 cores=0,2,4,6
/proc/17408/task/17423/stat : 17423 (java) S 17405 17408 13692 0 -1 1077944384 859 0 0 0 20 34 0 0 20 0 15 0 246355361 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396533574320 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
Current children cumulated CPU time: 2447.9 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 207936 KiB

[startup+2502.3 s]
/proc/loadavg: 1.58 1.57 1.62 3/215 17572
/proc/meminfo: memFree=22337048/32770624 swapFree=67108688/67108860
[pid=17408] ppid=17405 vsize=14090948 memory=207936 CPUtime=2507.92 cores=0,2,4,6
/proc/17408/stat : 17408 (java) S 17405 17408 13692 0 -1 1077944320 80520 0 0 0 250731 61 0 0 20 0 15 0 246355355 14429130752 51984 33554432000 4194304 4196468 140730545879856 140730545862400 140397629452023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
/proc/17408/statm: 3522737 51984 3584 1 0 3484809 0
[pid=17408/tid=17410] ppid=17405 vsize=14090948 memory=207936 CPUtime=2501.32 cores=0,2,4,6
/proc/17408/task/17410/stat : 17410 (java) R 17405 17408 13692 0 -1 4202560 29590 0 0 0 250120 12 0 0 20 0 15 0 246355355 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397633690464 140397272626425 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17411] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.26 cores=0,2,4,6
/proc/17408/task/17411/stat : 17411 (java) S 17405 17408 13692 0 -1 1077944384 3169 0 0 0 20 6 0 0 20 0 15 0 246355356 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397225634960 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17412] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.27 cores=0,2,4,6
/proc/17408/task/17412/stat : 17412 (java) S 17405 17408 13692 0 -1 1077944384 1645 0 0 0 23 4 0 0 20 0 15 0 246355356 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397224582160 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17413] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.26 cores=0,2,4,6
/proc/17408/task/17413/stat : 17413 (java) S 17405 17408 13692 0 -1 1077944384 2884 0 0 0 22 4 0 0 20 0 15 0 246355356 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397223529360 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17414] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.26 cores=0,2,4,6
/proc/17408/task/17414/stat : 17414 (java) S 17405 17408 13692 0 -1 1077944384 1695 0 0 0 21 5 0 0 20 0 15 0 246355356 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397222476560 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17415] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.23 cores=0,2,4,6
/proc/17408/task/17415/stat : 17415 (java) S 17405 17408 13692 0 -1 1077944384 3621 0 0 0 20 3 0 0 20 0 15 0 246355357 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396541995376 140397629463170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17416] ppid=17405 vsize=14090948 memory=207936 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17416/stat : 17416 (java) S 17405 17408 13692 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 246355358 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396540941408 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17417] ppid=17405 vsize=14090948 memory=207936 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17417/stat : 17417 (java) S 17405 17408 13692 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 246355358 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396539888512 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17418] ppid=17405 vsize=14090948 memory=3868 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17418/stat : 17418 (java) S 17405 17408 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246355360 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396538836816 140397629470619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17419] ppid=17405 vsize=14090948 memory=67104 CPUtime=1.94 cores=0,2,4,6
/proc/17408/task/17419/stat : 17419 (java) S 17405 17408 13692 0 -1 1077944384 12834 0 0 0 193 1 0 0 20 0 15 0 246355360 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396537785200 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17420] ppid=17405 vsize=14090948 memory=207936 CPUtime=1.85 cores=0,2,4,6
/proc/17408/task/17420/stat : 17420 (java) S 17405 17408 13692 0 -1 1077944384 11084 0 0 0 184 1 0 0 20 0 15 0 246355360 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396536732400 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17421] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.89 cores=0,2,4,6
/proc/17408/task/17421/stat : 17421 (java) S 17405 17408 13692 0 -1 1077944384 11699 0 0 0 86 3 0 0 20 0 15 0 246355360 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396535679600 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 40 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17422] ppid=17405 vsize=14090948 memory=3316 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17422/stat : 17422 (java) S 17405 17408 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246355361 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396534627040 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17423] ppid=17405 vsize=14090948 memory=15768 CPUtime=0.55 cores=0,2,4,6
/proc/17408/task/17423/stat : 17423 (java) S 17405 17408 13692 0 -1 1077944384 865 0 0 0 20 35 0 0 20 0 15 0 246355361 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396533574320 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
Current children cumulated CPU time: 2507.92 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 207936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.4 s]
/proc/loadavg: 1.64 1.58 1.63 3/215 17572
/proc/meminfo: memFree=22344348/32770624 swapFree=67108688/67108860
[pid=17408] ppid=17405 vsize=14090948 memory=207936 CPUtime=2520.03 cores=0,2,4,6
/proc/17408/stat : 17408 (java) S 17405 17408 13692 0 -1 1077944320 80528 0 0 0 251942 61 0 0 20 0 15 0 246355355 14429130752 51984 33554432000 4194304 4196468 140730545879856 140730545862400 140397629452023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
/proc/17408/statm: 3522737 51984 3584 1 0 3484809 0
[pid=17408/tid=17410] ppid=17405 vsize=14090948 memory=3088 CPUtime=2513.41 cores=0,2,4,6
/proc/17408/task/17410/stat : 17410 (java) R 17405 17408 13692 0 -1 4202560 29592 0 0 0 251329 12 0 0 20 0 15 0 246355355 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397633690464 140397272626005 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17411] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.26 cores=0,2,4,6
/proc/17408/task/17411/stat : 17411 (java) S 17405 17408 13692 0 -1 1077944384 3170 0 0 0 20 6 0 0 20 0 15 0 246355356 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397225634960 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17412] ppid=17405 vsize=14090948 memory=207936 CPUtime=0.27 cores=0,2,4,6
/proc/17408/task/17412/stat : 17412 (java) S 17405 17408 13692 0 -1 1077944384 1645 0 0 0 23 4 0 0 20 0 15 0 246355356 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397224582160 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17413] ppid=17405 vsize=14090948 memory=3868 CPUtime=0.26 cores=0,2,4,6
/proc/17408/task/17413/stat : 17413 (java) S 17405 17408 13692 0 -1 1077944384 2885 0 0 0 22 4 0 0 20 0 15 0 246355356 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397223529360 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17414] ppid=17405 vsize=14090948 memory=6791534058613427641 CPUtime=0.26 cores=0,2,4,6
/proc/17408/task/17414/stat : 17414 (java) S 17405 17408 13692 0 -1 1077944384 1695 0 0 0 21 5 0 0 20 0 15 0 246355356 14429130752 51984 33554432000 4194304 4196468 140730545879856 140397222476560 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17415] ppid=17405 vsize=14090948 memory=2580 CPUtime=0.23 cores=0,2,4,6
/proc/17408/task/17415/stat : 17415 (java) S 17405 17408 13692 0 -1 1077944384 3623 0 0 0 20 3 0 0 20 0 15 0 246355357 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396541995376 140397629463170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17416] ppid=17405 vsize=14090948 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17416/stat : 17416 (java) S 17405 17408 13692 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 246355358 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396540941408 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17417] ppid=17405 vsize=14090948 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17417/stat : 17417 (java) S 17405 17408 13692 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 246355358 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396539888512 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17418] ppid=17405 vsize=14090948 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17418/stat : 17418 (java) S 17405 17408 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246355360 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396538836816 140397629470619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17419] ppid=17405 vsize=14090948 memory=3204 CPUtime=1.94 cores=0,2,4,6
/proc/17408/task/17419/stat : 17419 (java) S 17405 17408 13692 0 -1 1077944384 12834 0 0 0 193 1 0 0 20 0 15 0 246355360 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396537785200 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17420] ppid=17405 vsize=14090948 memory=6791534058613427641 CPUtime=1.85 cores=0,2,4,6
/proc/17408/task/17420/stat : 17420 (java) S 17405 17408 13692 0 -1 1077944384 11084 0 0 0 184 1 0 0 20 0 15 0 246355360 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396536732400 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17421] ppid=17405 vsize=14090948 memory=3316 CPUtime=0.89 cores=0,2,4,6
/proc/17408/task/17421/stat : 17421 (java) S 17405 17408 13692 0 -1 1077944384 11699 0 0 0 86 3 0 0 20 0 15 0 246355360 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396535679600 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 40 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17422] ppid=17405 vsize=14090948 memory=15768 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17422/stat : 17422 (java) S 17405 17408 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246355361 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396534627040 140397629462229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
[pid=17408/tid=17423] ppid=17405 vsize=14090948 memory=37852 CPUtime=0.55 cores=0,2,4,6
/proc/17408/task/17423/stat : 17423 (java) S 17405 17408 13692 0 -1 1077944384 867 0 0 0 20 35 0 0 20 0 15 0 246355361 14429130752 51984 33554432000 4194304 4196468 140730545879856 140396533574320 140397629463170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 37265408 140730545882197 140730545882377 140730545882377 140730545885135 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 207936 KiB

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

[startup+2514.41 s]
# the end of solver process 17408 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.43 s, system=0.618042 s

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

Child status: 143
Real time (s): 2514.41
CPU time (s): 2520.05
CPU user time (s): 2519.43
CPU system time (s): 0.618042
CPU usage (%): 100.224
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 324396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.43
system time used= 0.618042
maximum resident set size= 328492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80684
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62787
involuntary context switches= 2735


# summary of solver processes directly reported to runsolver:
#   pid: 17408
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2519.43
#   total CPU system time (s): 0.618042

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8999 second user time and 21.6808 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-15 01:05:25
IDJOB=4308652
IDBENCH=141206
IDSOLVER=2792
FILE ID=node106/4308652-1534287925
RUNJOBID= node106-1534270601-15611
PBS_JOBID= 21038127
Free space on /tmp= 42448 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-04-opt_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308652-1534287925/watcher-4308652-1534287925 -o /tmp/evaluation-result-4308652-1534287925/solver-4308652-1534287925 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534270601-15611 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 423047009 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308652-1534287925.xml

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

MD5SUM BENCH= 78811932529a67bdc61c23a432ac663c
RANDOM SEED=423047009

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        22798452 kB
MemAvailable:   31544544 kB
Buffers:          188044 kB
Cached:          8765576 kB
SwapCached:            0 kB
Active:          4867676 kB
Inactive:        4499796 kB
Active(anon):     360952 kB
Inactive(anon):   105460 kB
Active(file):    4506724 kB
Inactive(file):  4394336 kB
Unevictable:        6964 kB
Mlocked:            6964 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             35956 kB
Writeback:             0 kB
AnonPages:        471884 kB
Mapped:            68380 kB
Shmem:             49632 kB
Slab:             301732 kB
SReclaimable:     273492 kB
SUnreclaim:        28240 kB
KernelStack:        3824 kB
PageTables:         6384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1264264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 42412 MiB
End job on node106 at 2018-08-15 01:47:19