Trace number 4312039

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.12 2497.42

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-11-opt_c18.xml
MD5SUMd12361b5a6bb1fd64c8bfae02a2f4f2f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark101994
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables4097
Number of constraints3757
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":3417},{"size":6,"count":48},{"size":22,"count":32},{"size":24,"count":18},{"size":36,"count":132},{"size":42,"count":168},{"size":44,"count":282}]
Minimum variable degree1
Maximum variable degree22
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":3418},{"degree":3,"count":6},{"degree":4,"count":10},{"degree":5,"count":46},{"degree":6,"count":68},{"degree":7,"count":77},{"degree":8,"count":85},{"degree":9,"count":54},{"degree":10,"count":33},{"degree":11,"count":37},{"degree":12,"count":21},{"degree":13,"count":8},{"degree":14,"count":1},{"degree":15,"count":35},{"degree":16,"count":26},{"degree":17,"count":63},{"degree":18,"count":54},{"degree":19,"count":32},{"degree":20,"count":12},{"degree":21,"count":7},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":340},{"arity":3,"count":3417}]
Number of extensional constraints0
Number of intensional constraints3757
Distribution of constraint types[{"type":"intension","count":3757}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-08-17
0.67/0.56	c seed: 448944687
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
7.63/3.61	c Parsing done, starting search...
2520.09/2497.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 (14408 MiB free)
  memory of node 1: 16384 MiB (2283 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312039-1534548542/watcher-4312039-1534548542 -o /tmp/evaluation-result-4312039-1534548542/solver-4312039-1534548542 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534541039-7530 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 448944687 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312039-1534548542.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=8334, runsolver pid=8331

[startup+0.100167 s]*
/proc/loadavg: 1.73 1.72 1.61 3/215 8349
/proc/meminfo: memFree=17075620/32770624 swapFree=67108796/67108860
[pid=8334] ppid=8331 vsize=14082736 memory=31180 CPUtime=0.12 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 7499 0 -1 1077944320 6701 0 0 0 11 1 0 0 20 0 15 0 272417366 14420721664 7795 33554432000 4194304 4196468 140727145443952 140727145426496 139872414760695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
/proc/8334/statm: 3520684 7795 3152 1 0 3482761 0
[pid=8334/tid=8336] ppid=8331 vsize=14082736 memory=-8968181404267279552 CPUtime=0.09 cores=0,2,4,6
/proc/8334/task/8336/stat : 8336 (java) R 8331 8334 7499 0 -1 4202560 4746 0 0 0 9 0 0 0 20 0 15 0 272417366 14420721664 7795 33554432000 4194304 4196468 140727145443952 139872418937952 139872406997822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8337] ppid=8331 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272417367 14420721664 7795 33554432000 4194304 4196468 140727145443952 139872329828752 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8338] ppid=8331 vsize=14082736 memory=140031463028352 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272417367 14420721664 7795 33554432000 4194304 4196468 140727145443952 139872328775952 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8339] ppid=8331 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272417367 14420721664 7795 33554432000 4194304 4196468 140727145443952 139872327723664 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8340] ppid=8331 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 7499 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272417367 14420721664 7795 33554432000 4194304 4196468 140727145443952 139872326670864 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8341] ppid=8331 vsize=14082736 memory=140031463028352 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 7499 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272417368 14420721664 7795 33554432000 4194304 4196468 140727145443952 139871596006000 139872414771842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8342] ppid=8331 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 7499 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272417369 14420721664 7795 33554432000 4194304 4196468 140727145443952 139871594951968 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8343] ppid=8331 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 7499 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272417369 14420721664 7795 33554432000 4194304 4196468 140727145443952 139871593899632 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8344] ppid=8331 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14420721664 7795 33554432000 4194304 4196468 140727145443952 139871592847952 139872414779291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8345] ppid=8331 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 7499 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 272417371 14420721664 7795 33554432000 4194304 4196468 140727145443952 139871591794800 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8346] ppid=8331 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14420721664 7795 33554432000 4194304 4196468 140727145443952 139871590742000 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8347] ppid=8331 vsize=14082736 memory=140031463028352 CPUtime=0.01 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 7499 0 -1 1077944384 280 0 0 0 1 0 0 0 20 0 15 0 272417371 14420721664 7795 33554432000 4194304 4196468 140727145443952 139871589689712 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8348] ppid=8331 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14420721664 7795 33554432000 4194304 4196468 140727145443952 139871588637152 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8349] ppid=8331 vsize=14082736 memory=140031463028352 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272417372 14420721664 7795 33554432000 4194304 4196468 140727145443952 139871587584944 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31180 KiB

[startup+0.212328 s]*
/proc/loadavg: 1.73 1.72 1.61 6/215 8349
/proc/meminfo: memFree=17059868/32770624 swapFree=67108796/67108860
[pid=8334] ppid=8331 vsize=14082736 memory=47000 CPUtime=0.31 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 7499 0 -1 1077944320 10382 0 0 0 29 2 0 0 20 0 15 0 272417366 14420721664 11750 33554432000 4194304 4196468 140727145443952 140727145426496 139872414760695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
/proc/8334/statm: 3520684 11750 3365 1 0 3482761 0
[pid=8334/tid=8336] ppid=8331 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/8334/task/8336/stat : 8336 (java) R 8331 8334 7499 0 -1 4202560 8091 0 0 0 19 1 0 0 20 0 15 0 272417366 14420721664 11750 33554432000 4194304 4196468 140727145443952 139872418984560 139872406997822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8337] ppid=8331 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272417367 14420721664 11750 33554432000 4194304 4196468 140727145443952 139872329828752 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8338] ppid=8331 vsize=14082736 memory=288370407614740096 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272417367 14420721664 11750 33554432000 4194304 4196468 140727145443952 139872328775952 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8339] ppid=8331 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272417367 14420721664 11750 33554432000 4194304 4196468 140727145443952 139872327723664 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8340] ppid=8331 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 7499 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272417367 14420721664 11750 33554432000 4194304 4196468 140727145443952 139872326670864 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8341] ppid=8331 vsize=14082736 memory=140031463028352 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 7499 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272417368 14420721664 11750 33554432000 4194304 4196468 140727145443952 139871596006000 139872414771842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8342] ppid=8331 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 7499 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272417369 14420721664 11750 33554432000 4194304 4196468 140727145443952 139871594951968 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8343] ppid=8331 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 7499 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272417369 14420721664 11750 33554432000 4194304 4196468 140727145443952 139871593899632 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8344] ppid=8331 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14420721664 11750 33554432000 4194304 4196468 140727145443952 139871592847952 139872414779291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8345] ppid=8331 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) R 8331 8334 7499 0 -1 1077944384 552 0 0 0 2 0 0 0 20 0 15 0 272417371 14420721664 11750 33554432000 4194304 4196468 140727145443952 139871591794800 139872414771842 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8346] ppid=8331 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 7499 0 -1 1077944384 61 0 0 0 1 0 0 0 20 0 15 0 272417371 14420721664 11750 33554432000 4194304 4196468 140727145443952 139871590742000 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8347] ppid=8331 vsize=14082736 memory=140031463028352 CPUtime=0.06 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) R 8331 8334 7499 0 -1 4202560 302 0 0 0 6 0 0 0 20 0 15 0 272417371 14420721664 11750 33554432000 4194304 4196468 140727145443952 139871589684888 139872393745432 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8348] ppid=8331 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14420721664 11750 33554432000 4194304 4196468 140727145443952 139871588637152 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8349] ppid=8331 vsize=14082736 memory=140031463028352 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272417372 14420721664 11750 33554432000 4194304 4196468 140727145443952 139871587584944 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47000 KiB

[startup+0.310394 s]*
/proc/loadavg: 1.73 1.72 1.61 3/215 8349
/proc/meminfo: memFree=17056084/32770624 swapFree=67108796/67108860
[pid=8334] ppid=8331 vsize=14082736 memory=50736 CPUtime=0.44 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 7499 0 -1 1077944320 10784 0 0 0 42 2 0 0 20 0 15 0 272417366 14420721664 12684 33554432000 4194304 4196468 140727145443952 140727145426496 139872414760695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
/proc/8334/statm: 3520684 12684 3401 1 0 3482761 0
[pid=8334/tid=8336] ppid=8331 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/8334/task/8336/stat : 8336 (java) R 8331 8334 7499 0 -1 4202560 8448 0 0 0 28 2 0 0 20 0 15 0 272417366 14420721664 12684 33554432000 4194304 4196468 140727145443952 139872418968528 139872396134464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8337] ppid=8331 vsize=14082736 memory=304556161963917335 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272417367 14420721664 12684 33554432000 4194304 4196468 140727145443952 139872329828752 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8338] ppid=8331 vsize=14082736 memory=14553766571308696 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272417367 14420721664 12684 33554432000 4194304 4196468 140727145443952 139872328775952 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8339] ppid=8331 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272417367 14420721664 12684 33554432000 4194304 4196468 140727145443952 139872327723664 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8340] ppid=8331 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 7499 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272417367 14420721664 12684 33554432000 4194304 4196468 140727145443952 139872326670864 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8341] ppid=8331 vsize=14082736 memory=140031463028352 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 7499 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272417368 14420721664 12684 33554432000 4194304 4196468 140727145443952 139871596006000 139872414771842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8342] ppid=8331 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 7499 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272417369 14420721664 12684 33554432000 4194304 4196468 140727145443952 139871594951968 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8343] ppid=8331 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 7499 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272417369 14420721664 12684 33554432000 4194304 4196468 140727145443952 139871593899632 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8344] ppid=8331 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14420721664 12684 33554432000 4194304 4196468 140727145443952 139871592847952 139872414779291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8345] ppid=8331 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 7499 0 -1 1077944384 557 0 0 0 2 0 0 0 20 0 15 0 272417371 14420721664 12684 33554432000 4194304 4196468 140727145443952 139871591794800 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8346] ppid=8331 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 7499 0 -1 1077944384 75 0 0 0 2 0 0 0 20 0 15 0 272417371 14420721664 12684 33554432000 4194304 4196468 140727145443952 139871590742000 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8347] ppid=8331 vsize=14082736 memory=140031463028352 CPUtime=0.07 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 7499 0 -1 1077944384 323 0 0 0 7 0 0 0 20 0 15 0 272417371 14420721664 12684 33554432000 4194304 4196468 140727145443952 139871589689712 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8348] ppid=8331 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14420721664 12684 33554432000 4194304 4196468 140727145443952 139871588637152 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8349] ppid=8331 vsize=14082736 memory=140031463028352 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272417372 14420721664 12684 33554432000 4194304 4196468 140727145443952 139871587584944 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50736 KiB

[startup+0.700798 s]
/proc/loadavg: 1.73 1.72 1.61 3/215 8349
/proc/meminfo: memFree=17031528/32770624 swapFree=67108796/67108860
[pid=8334] ppid=8331 vsize=14084804 memory=88864 CPUtime=0.99 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 7499 0 -1 1077944320 17622 0 0 0 95 4 0 0 20 0 15 0 272417366 14422839296 22216 33554432000 4194304 4196468 140727145443952 140727145426496 139872414760695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
/proc/8334/statm: 3521201 22216 3500 1 0 3483273 0
[pid=8334/tid=8336] ppid=8331 vsize=14084804 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/8334/task/8336/stat : 8336 (java) R 8331 8334 7499 0 -1 4202560 14900 0 0 0 64 3 0 0 20 0 15 0 272417366 14422839296 22216 33554432000 4194304 4196468 140727145443952 139872418983936 139872414782621 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8337] ppid=8331 vsize=14084804 memory=8628 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272417367 14422839296 22216 33554432000 4194304 4196468 140727145443952 139872329828752 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8338] ppid=8331 vsize=14084804 memory=1080 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272417367 14422839296 22216 33554432000 4194304 4196468 140727145443952 139872328775952 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8339] ppid=8331 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272417367 14422839296 22216 33554432000 4194304 4196468 140727145443952 139872327723664 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8340] ppid=8331 vsize=14084804 memory=796 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 7499 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272417367 14422839296 22216 33554432000 4194304 4196468 140727145443952 139872326670864 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8341] ppid=8331 vsize=14084804 memory=1592 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 7499 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272417368 14422839296 22216 33554432000 4194304 4196468 140727145443952 139871596006000 139872414771842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8342] ppid=8331 vsize=14084804 memory=3780 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 7499 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272417369 14422839296 22216 33554432000 4194304 4196468 140727145443952 139871594951968 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8343] ppid=8331 vsize=14084804 memory=3140 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 7499 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272417369 14422839296 22216 33554432000 4194304 4196468 140727145443952 139871593899632 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8344] ppid=8331 vsize=14084804 memory=7302135314614015845 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14422839296 22216 33554432000 4194304 4196468 140727145443952 139871592847952 139872414779291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8345] ppid=8331 vsize=14084804 memory=8099279071866868845 CPUtime=0.06 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 7499 0 -1 1077944384 685 0 0 0 6 0 0 0 20 0 15 0 272417371 14422839296 22216 33554432000 4194304 4196468 140727145443952 139871591794800 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8346] ppid=8331 vsize=14084804 memory=6154282490091891024 CPUtime=0.09 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 7499 0 -1 1077944384 243 0 0 0 9 0 0 0 20 0 15 0 272417371 14422839296 22216 33554432000 4194304 4196468 140727145443952 139871590742000 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8347] ppid=8331 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 7499 0 -1 1077944384 413 0 0 0 15 0 0 0 20 0 15 0 272417371 14422839296 22216 33554432000 4194304 4196468 140727145443952 139871589689712 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8348] ppid=8331 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14422839296 22216 33554432000 4194304 4196468 140727145443952 139871588637152 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8349] ppid=8331 vsize=14084804 memory=33 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272417372 14422839296 22216 33554432000 4194304 4196468 140727145443952 139871587584944 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88864 KiB

[startup+1.50105 s]
/proc/loadavg: 1.73 1.72 1.61 6/215 8349
/proc/meminfo: memFree=16975808/32770624 swapFree=67108796/67108860
[pid=8334] ppid=8331 vsize=14086852 memory=225780 CPUtime=3.44 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 7499 0 -1 1077944320 24545 0 0 0 335 9 0 0 20 0 15 0 272417366 14424936448 56445 33554432000 4194304 4196468 140727145443952 140727145426496 139872414760695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
/proc/8334/statm: 3521713 56445 3553 1 0 3483785 0
[pid=8334/tid=8336] ppid=8331 vsize=14086852 memory=8112282956445269571 CPUtime=1.46 cores=0,2,4,6
/proc/8334/task/8336/stat : 8336 (java) R 8331 8334 7499 0 -1 4202560 17040 0 0 0 141 5 0 0 20 0 15 0 272417366 14424936448 56445 33554432000 4194304 4196468 140727145443952 139872418991328 139872007481350 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8337] ppid=8331 vsize=14086852 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 7499 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 272417367 14424936448 56445 33554432000 4194304 4196468 140727145443952 139872329828752 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8338] ppid=8331 vsize=14086852 memory=-2843869621055772062 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 7499 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 272417367 14424936448 56445 33554432000 4194304 4196468 140727145443952 139872328775952 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8339] ppid=8331 vsize=14086852 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 7499 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 272417367 14424936448 56445 33554432000 4194304 4196468 140727145443952 139872327723664 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8340] ppid=8331 vsize=14086852 memory=7005738693937936738 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 7499 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 272417367 14424936448 56445 33554432000 4194304 4196468 140727145443952 139872326670864 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8341] ppid=8331 vsize=14086852 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 7499 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 272417368 14424936448 56445 33554432000 4194304 4196468 140727145443952 139871596006000 139872414771842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0

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

/proc/8334/task/8336/stat : 8336 (java) R 8331 8334 7499 0 -1 4202560 56323 0 0 0 231485 33 0 0 20 0 15 0 272417366 14429130752 246216 33554432000 4194304 4196468 140727145443952 139872418998768 139872014594616 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8337] ppid=8331 vsize=14090948 memory=984864 CPUtime=4.43 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 7499 0 -1 1077944384 15979 0 0 0 423 20 0 0 20 0 15 0 272417367 14429130752 246216 33554432000 4194304 4196468 140727145443952 139872329828752 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8338] ppid=8331 vsize=14090948 memory=984864 CPUtime=4.45 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 7499 0 -1 1077944384 15022 0 0 0 429 16 0 0 20 0 15 0 272417367 14429130752 246216 33554432000 4194304 4196468 140727145443952 139872328775952 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8339] ppid=8331 vsize=14090948 memory=984864 CPUtime=4.5 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 7499 0 -1 1077944384 17551 0 0 0 430 20 0 0 20 0 15 0 272417367 14429130752 246216 33554432000 4194304 4196468 140727145443952 139872327723664 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8340] ppid=8331 vsize=14090948 memory=984864 CPUtime=4.47 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 7499 0 -1 1077944384 18638 0 0 0 428 19 0 0 20 0 15 0 272417367 14429130752 246216 33554432000 4194304 4196468 140727145443952 139872326670864 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8341] ppid=8331 vsize=14090948 memory=984864 CPUtime=1.57 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 7499 0 -1 1077944384 12648 0 0 0 140 17 0 0 20 0 15 0 272417368 14429130752 246216 33554432000 4194304 4196468 140727145443952 139871596006000 139872414771842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8342] ppid=8331 vsize=14090948 memory=984864 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 7499 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272417369 14429130752 246216 33554432000 4194304 4196468 140727145443952 139871594952032 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8343] ppid=8331 vsize=14090948 memory=970092 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 7499 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 272417369 14429130752 246216 33554432000 4194304 4196468 140727145443952 139871593899648 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8344] ppid=8331 vsize=14090948 memory=982816 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14429130752 246216 33554432000 4194304 4196468 140727145443952 139871592847952 139872414779291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8345] ppid=8331 vsize=14090948 memory=6456 CPUtime=3.12 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 7499 0 -1 1077944384 9947 0 0 0 310 2 0 0 20 0 15 0 272417371 14429130752 246216 33554432000 4194304 4196468 140727145443952 139871591794800 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8346] ppid=8331 vsize=14090948 memory=3632 CPUtime=3.62 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 7499 0 -1 1077944384 10068 0 0 0 360 2 0 0 20 0 15 0 272417371 14429130752 246216 33554432000 4194304 4196468 140727145443952 139871590742000 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8347] ppid=8331 vsize=14090948 memory=984864 CPUtime=1.08 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 7499 0 -1 1077944384 10939 0 0 0 107 1 0 0 20 0 15 0 272417371 14429130752 246216 33554432000 4194304 4196468 140727145443952 139871589689712 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 45 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8348] ppid=8331 vsize=14090948 memory=984864 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14429130752 246216 33554432000 4194304 4196468 140727145443952 139871588637152 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8349] ppid=8331 vsize=14090948 memory=984864 CPUtime=0.81 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 7499 0 -1 1077944384 1168 0 0 0 43 38 0 0 20 0 15 0 272417372 14429130752 246216 33554432000 4194304 4196468 140727145443952 139871587584944 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 61 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
Current children cumulated CPU time: 2343.32 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 984864 KiB

[startup+2382.3 s]
/proc/loadavg: 1.58 1.69 1.69 3/215 8524
/proc/meminfo: memFree=23811916/32770624 swapFree=67108796/67108860
[pid=8334] ppid=8331 vsize=14090948 memory=981260 CPUtime=2403.74 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 7499 0 -1 1077944320 172327 0 0 0 240216 158 0 0 20 0 15 0 272417366 14429130752 245315 33554432000 4194304 4196468 140727145443952 140727145426496 139872414760695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
/proc/8334/statm: 3522737 245315 3590 1 0 3484809 0
[pid=8334/tid=8336] ppid=8331 vsize=14090948 memory=981772 CPUtime=2374.98 cores=0,2,4,6
/proc/8334/task/8336/stat : 8336 (java) R 8331 8334 7499 0 -1 4202560 56918 0 0 0 237465 33 0 0 20 0 15 0 272417366 14429130752 245315 33554432000 4194304 4196468 140727145443952 139872418998656 139872014694985 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8337] ppid=8331 vsize=14090948 memory=984864 CPUtime=4.57 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 7499 0 -1 1077944384 16242 0 0 0 437 20 0 0 20 0 15 0 272417367 14429130752 245315 33554432000 4194304 4196468 140727145443952 139872329828752 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8338] ppid=8331 vsize=14090948 memory=984864 CPUtime=4.59 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 7499 0 -1 1077944384 15381 0 0 0 442 17 0 0 20 0 15 0 272417367 14429130752 245315 33554432000 4194304 4196468 140727145443952 139872328775952 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8339] ppid=8331 vsize=14090948 memory=984864 CPUtime=4.62 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 7499 0 -1 1077944384 17714 0 0 0 442 20 0 0 20 0 15 0 272417367 14429130752 245315 33554432000 4194304 4196468 140727145443952 139872327723664 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8340] ppid=8331 vsize=14090948 memory=985372 CPUtime=4.6 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 7499 0 -1 1077944384 18955 0 0 0 441 19 0 0 20 0 15 0 272417367 14429130752 245315 33554432000 4194304 4196468 140727145443952 139872326670864 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8341] ppid=8331 vsize=14090948 memory=983824 CPUtime=1.62 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 7499 0 -1 1077944384 12881 0 0 0 144 18 0 0 20 0 15 0 272417368 14429130752 245315 33554432000 4194304 4196468 140727145443952 139871596006000 139872414771842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8342] ppid=8331 vsize=14090948 memory=982800 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 7499 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272417369 14429130752 245315 33554432000 4194304 4196468 140727145443952 139871594952032 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8343] ppid=8331 vsize=14090948 memory=982800 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 7499 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 272417369 14429130752 245315 33554432000 4194304 4196468 140727145443952 139871593899648 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8344] ppid=8331 vsize=14090948 memory=981772 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14429130752 245315 33554432000 4194304 4196468 140727145443952 139871592847952 139872414779291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8345] ppid=8331 vsize=14090948 memory=981260 CPUtime=3.13 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 7499 0 -1 1077944384 10545 0 0 0 311 2 0 0 20 0 15 0 272417371 14429130752 245315 33554432000 4194304 4196468 140727145443952 139871591794800 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 45 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8346] ppid=8331 vsize=14090948 memory=985880 CPUtime=3.62 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 7499 0 -1 1077944384 10125 0 0 0 360 2 0 0 20 0 15 0 272417371 14429130752 245315 33554432000 4194304 4196468 140727145443952 139871590742000 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8347] ppid=8331 vsize=14090948 memory=986908 CPUtime=1.08 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 7499 0 -1 1077944384 10946 0 0 0 107 1 0 0 20 0 15 0 272417371 14429130752 245315 33554432000 4194304 4196468 140727145443952 139871589689712 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8348] ppid=8331 vsize=14090948 memory=981772 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14429130752 245315 33554432000 4194304 4196468 140727145443952 139871588637152 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8349] ppid=8331 vsize=14090948 memory=800 CPUtime=0.83 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 7499 0 -1 1077944384 1192 0 0 0 43 40 0 0 20 0 15 0 272417372 14429130752 245315 33554432000 4194304 4196468 140727145443952 139871587584944 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 61 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
Current children cumulated CPU time: 2403.74 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 981260 KiB

[startup+2442.3 s]
/proc/loadavg: 1.71 1.70 1.69 3/215 8525
/proc/meminfo: memFree=23850916/32770624 swapFree=67108796/67108860
[pid=8334] ppid=8331 vsize=14090948 memory=957624 CPUtime=2464.65 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 7499 0 -1 1077944320 174315 0 0 0 246302 163 0 0 20 0 15 0 272417366 14429130752 239406 33554432000 4194304 4196468 140727145443952 140727145426496 139872414760695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
/proc/8334/statm: 3522737 239406 3590 1 0 3484809 0
[pid=8334/tid=8336] ppid=8331 vsize=14090948 memory=957624 CPUtime=2434.58 cores=0,2,4,6
/proc/8334/task/8336/stat : 8336 (java) R 8331 8334 7499 0 -1 4202560 57501 0 0 0 243424 34 0 0 20 0 15 0 272417366 14429130752 239406 33554432000 4194304 4196468 140727145443952 139872418998560 139872013423543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8337] ppid=8331 vsize=14090948 memory=969952 CPUtime=4.88 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 7499 0 -1 1077944384 16418 0 0 0 467 21 0 0 20 0 15 0 272417367 14429130752 239406 33554432000 4194304 4196468 140727145443952 139872329828752 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8338] ppid=8331 vsize=14090948 memory=958652 CPUtime=4.9 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 7499 0 -1 1077944384 15800 0 0 0 472 18 0 0 20 0 15 0 272417367 14429130752 239406 33554432000 4194304 4196468 140727145443952 139872328775952 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8339] ppid=8331 vsize=14090948 memory=959160 CPUtime=4.93 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 7499 0 -1 1077944384 18058 0 0 0 472 21 0 0 20 0 15 0 272417367 14429130752 239406 33554432000 4194304 4196468 140727145443952 139872327723664 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8340] ppid=8331 vsize=14090948 memory=958648 CPUtime=4.9 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 7499 0 -1 1077944384 19144 0 0 0 470 20 0 0 20 0 15 0 272417367 14429130752 239406 33554432000 4194304 4196468 140727145443952 139872326670864 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8341] ppid=8331 vsize=14090948 memory=959676 CPUtime=1.69 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 7499 0 -1 1077944384 13119 0 0 0 151 18 0 0 20 0 15 0 272417368 14429130752 239406 33554432000 4194304 4196468 140727145443952 139871596006000 139872414771842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8342] ppid=8331 vsize=14090948 memory=961736 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 7499 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272417369 14429130752 239406 33554432000 4194304 4196468 140727145443952 139871594952032 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8343] ppid=8331 vsize=14090948 memory=958136 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 7499 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 272417369 14429130752 239406 33554432000 4194304 4196468 140727145443952 139871593899648 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8344] ppid=8331 vsize=14090948 memory=958136 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14429130752 239406 33554432000 4194304 4196468 140727145443952 139871592847952 139872414779291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8345] ppid=8331 vsize=14090948 memory=957624 CPUtime=3.13 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 7499 0 -1 1077944384 10549 0 0 0 311 2 0 0 20 0 15 0 272417371 14429130752 239406 33554432000 4194304 4196468 140727145443952 139871591794800 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8346] ppid=8331 vsize=14090948 memory=957624 CPUtime=3.62 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 7499 0 -1 1077944384 10128 0 0 0 360 2 0 0 20 0 15 0 272417371 14429130752 239406 33554432000 4194304 4196468 140727145443952 139871590742000 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8347] ppid=8331 vsize=14090948 memory=957624 CPUtime=1.08 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 7499 0 -1 1077944384 10954 0 0 0 107 1 0 0 20 0 15 0 272417371 14429130752 239406 33554432000 4194304 4196468 140727145443952 139871589689712 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 45 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8348] ppid=8331 vsize=14090948 memory=957624 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14429130752 239406 33554432000 4194304 4196468 140727145443952 139871588637152 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8349] ppid=8331 vsize=14090948 memory=958648 CPUtime=0.85 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 7499 0 -1 1077944384 1216 0 0 0 44 41 0 0 20 0 15 0 272417372 14429130752 239406 33554432000 4194304 4196468 140727145443952 139871587584944 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 61 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
Current children cumulated CPU time: 2464.65 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 957624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497.4 s]
/proc/loadavg: 1.76 1.72 1.70 3/216 8534
/proc/meminfo: memFree=23879036/32770624 swapFree=67108796/67108860
[pid=8334] ppid=8331 vsize=14090948 memory=950432 CPUtime=2520.09 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 7499 0 -1 1077944320 175991 0 0 0 251844 165 0 0 20 0 15 0 272417366 14429130752 237608 33554432000 4194304 4196468 140727145443952 140727145426496 139872414760695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
/proc/8334/statm: 3522737 237608 3591 1 0 3484809 0
[pid=8334/tid=8336] ppid=8331 vsize=14090948 memory=796 CPUtime=2489.52 cores=0,2,4,6
/proc/8334/task/8336/stat : 8336 (java) R 8331 8334 7499 0 -1 4202560 57841 0 0 0 248918 34 0 0 20 0 15 0 272417366 14429130752 237608 33554432000 4194304 4196468 140727145443952 139872418998896 139872014694918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8337] ppid=8331 vsize=14090948 memory=68 CPUtime=4.99 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 7499 0 -1 1077944384 16663 0 0 0 478 21 0 0 20 0 15 0 272417367 14429130752 237608 33554432000 4194304 4196468 140727145443952 139872329828752 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8338] ppid=8331 vsize=14090948 memory=6944656592455359580 CPUtime=5.01 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 7499 0 -1 1077944384 15922 0 0 0 483 18 0 0 20 0 15 0 272417367 14429130752 237608 33554432000 4194304 4196468 140727145443952 139872328775952 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8339] ppid=8331 vsize=14090948 memory=288230574492221466 CPUtime=5.03 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 7499 0 -1 1077944384 18232 0 0 0 482 21 0 0 20 0 15 0 272417367 14429130752 237608 33554432000 4194304 4196468 140727145443952 139872327723664 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8340] ppid=8331 vsize=14090948 memory=288230596050944315 CPUtime=5.01 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 7499 0 -1 1077944384 19654 0 0 0 481 20 0 0 20 0 15 0 272417367 14429130752 237608 33554432000 4194304 4196468 140727145443952 139872326670864 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8341] ppid=8331 vsize=14090948 memory=14131151912569613 CPUtime=1.74 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 7499 0 -1 1077944384 13363 0 0 0 155 19 0 0 20 0 15 0 272417368 14429130752 237608 33554432000 4194304 4196468 140727145443952 139871596006000 139872414771842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8342] ppid=8331 vsize=14090948 memory=3980 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 7499 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272417369 14429130752 237608 33554432000 4194304 4196468 140727145443952 139871594952032 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8343] ppid=8331 vsize=14090948 memory=880 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 7499 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 272417369 14429130752 237608 33554432000 4194304 4196468 140727145443952 139871593899648 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8344] ppid=8331 vsize=14090948 memory=1500 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14429130752 237608 33554432000 4194304 4196468 140727145443952 139871592847952 139872414779291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8345] ppid=8331 vsize=14090948 memory=1904 CPUtime=3.13 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 7499 0 -1 1077944384 10552 0 0 0 311 2 0 0 20 0 15 0 272417371 14429130752 237608 33554432000 4194304 4196468 140727145443952 139871591794800 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 45 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8346] ppid=8331 vsize=14090948 memory=7524 CPUtime=3.62 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 7499 0 -1 1077944384 10132 0 0 0 360 2 0 0 20 0 15 0 272417371 14429130752 237608 33554432000 4194304 4196468 140727145443952 139871590742000 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8347] ppid=8331 vsize=14090948 memory=800 CPUtime=1.09 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 7499 0 -1 1077944384 10968 0 0 0 107 2 0 0 20 0 15 0 272417371 14429130752 237608 33554432000 4194304 4196468 140727145443952 139871589689712 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8348] ppid=8331 vsize=14090948 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272417371 14429130752 237608 33554432000 4194304 4196468 140727145443952 139871588637152 139872414770901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
[pid=8334/tid=8349] ppid=8331 vsize=14090948 memory=916 CPUtime=0.87 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 7499 0 -1 1077944384 1236 0 0 0 45 42 0 0 20 0 15 0 272417372 14429130752 237608 33554432000 4194304 4196468 140727145443952 139871587584944 139872414771842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 61 0 0 6293624 6294260 11124736 140727145448521 140727145448713 140727145448713 140727145451471 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 950432 KiB

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

[startup+2497.42 s]
# the end of solver process 8334 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.46 s, system=1.66213 s

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

Child status: 143
Real time (s): 2497.42
CPU time (s): 2520.12
CPU user time (s): 2518.46
CPU system time (s): 1.66213
CPU usage (%): 100.909
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 1758088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.46
system time used= 1.66213
maximum resident set size= 1760044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176452
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= 94538
involuntary context switches= 3787


# summary of solver processes directly reported to runsolver:
#   pid: 8334
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2518.46
#   total CPU system time (s): 1.66213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3832 second user time and 21.48 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-18 01:29:02
IDJOB=4312039
IDBENCH=141209
IDSOLVER=2799
FILE ID=node138/4312039-1534548542
RUNJOBID= node138-1534541039-7530
PBS_JOBID= 21038633
Free space on /tmp= 46996 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-11-opt_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-4312039-1534548542/watcher-4312039-1534548542 -o /tmp/evaluation-result-4312039-1534548542/solver-4312039-1534548542 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534541039-7530 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 448944687 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312039-1534548542.xml

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

MD5SUM BENCH= d12361b5a6bb1fd64c8bfae02a2f4f2f
RANDOM SEED=448944687

node138.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.71
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.71
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.71
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.71
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:        17092520 kB
MemAvailable:   20309808 kB
Buffers:          148812 kB
Cached:          3349840 kB
SwapCached:           12 kB
Active:         13423088 kB
Inactive:        1693380 kB
Active(anon):   11579660 kB
Inactive(anon):   107576 kB
Active(file):    1843428 kB
Inactive(file):  1585804 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             36048 kB
Writeback:             0 kB
AnonPages:      11633276 kB
Mapped:            31160 kB
Shmem:             66124 kB
Slab:             236232 kB
SReclaimable:     207780 kB
SUnreclaim:        28452 kB
KernelStack:        3792 kB
PageTables:        28216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   12119304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11421696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 46960 MiB
End job on node138 at 2018-08-18 02:10:40