Trace number 4310174

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14? 251.886 247.381

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.14553
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.56	c version: 2018-08-14
0.67/0.56	c seed: 828515737
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
27.12/23.30	c Parsing done, starting search...
251.79/247.37	d NO_SOL_FOUND
251.79/247.37	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 (13328 MiB free)
  memory of node 1: 16384 MiB (10615 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310174-1534329830/watcher-4310174-1534329830 -o /tmp/evaluation-result-4310174-1534329830/solver-4310174-1534329830 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534329094-20217 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 828515737 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310174-1534329830.xml 

running on 4 cores: 1,3,5,7

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

solver pid=20665, runsolver pid=20662

[startup+0.100094 s]*
/proc/loadavg: 1.47 1.64 1.56 3/219 20680
/proc/meminfo: memFree=24500616/32770624 swapFree=67108840/67108860
[pid=20665] ppid=20662 vsize=14082736 memory=30544 CPUtime=0.12 cores=1,3,5,7
/proc/20665/stat : 20665 (java) S 20662 20665 20185 0 -1 1077944320 6555 0 0 0 11 1 0 0 20 0 15 0 250546228 14420721664 7636 33554432000 4194304 4196468 140733156547040 140733156529584 139786669797111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
/proc/20665/statm: 3520684 7636 3158 1 0 3482761 0
[pid=20665/tid=20667] ppid=20662 vsize=14082736 memory=-8773748148830114174 CPUtime=0.08 cores=1,3,5,7
/proc/20665/task/20667/stat : 20667 (java) R 20662 20665 20185 0 -1 4202560 4602 0 0 0 8 0 0 0 20 0 15 0 250546228 14420721664 7636 33554432000 4194304 4196468 140733156547040 139786674000136 139786669819037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20668] ppid=20662 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20668/stat : 20668 (java) S 20662 20665 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250546229 14420721664 7636 33554432000 4194304 4196468 140733156547040 139786626350096 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20669] ppid=20662 vsize=14082736 memory=139897362278016 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20669/stat : 20669 (java) S 20662 20665 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250546229 14420721664 7636 33554432000 4194304 4196468 140733156547040 139786625297552 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20670] ppid=20662 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20670/stat : 20670 (java) S 20662 20665 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250546229 14420721664 7636 33554432000 4194304 4196468 140733156547040 139786624244496 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20671] ppid=20662 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20671/stat : 20671 (java) S 20662 20665 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250546229 14420721664 7636 33554432000 4194304 4196468 140733156547040 139786262604688 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20672] ppid=20662 vsize=14082736 memory=139897362278016 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20672/stat : 20672 (java) S 20662 20665 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250546231 14420721664 7636 33554432000 4194304 4196468 140733156547040 139785650006256 139786669808258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20673] ppid=20662 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20673/stat : 20673 (java) S 20662 20665 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250546231 14420721664 7636 33554432000 4194304 4196468 140733156547040 139785648952480 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20674] ppid=20662 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20674/stat : 20674 (java) S 20662 20665 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250546231 14420721664 7636 33554432000 4194304 4196468 140733156547040 139785647899376 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20675] ppid=20662 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20675/stat : 20675 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14420721664 7636 33554432000 4194304 4196468 140733156547040 139785646847952 139786669815707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20676] ppid=20662 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20676/stat : 20676 (java) S 20662 20665 20185 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 250546234 14420721664 7636 33554432000 4194304 4196468 140733156547040 139785645796080 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20677] ppid=20662 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20677/stat : 20677 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14420721664 7636 33554432000 4194304 4196468 140733156547040 139785644743536 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20678] ppid=20662 vsize=14082736 memory=139897362278016 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20678/stat : 20678 (java) S 20662 20665 20185 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 15 0 250546234 14420721664 7636 33554432000 4194304 4196468 140733156547040 139785643690480 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20679] ppid=20662 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20679/stat : 20679 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14420721664 7636 33554432000 4194304 4196468 140733156547040 139785642638176 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20680] ppid=20662 vsize=14082736 memory=139897362278016 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20680/stat : 20680 (java) S 20662 20665 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250546234 14420721664 7701 33554432000 4194304 4196468 140733156547040 139785641585200 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30544 KiB

[startup+0.211177 s]*
/proc/loadavg: 1.47 1.64 1.56 6/219 20680
/proc/meminfo: memFree=24484896/32770624 swapFree=67108840/67108860
[pid=20665] ppid=20662 vsize=14082736 memory=47172 CPUtime=0.31 cores=1,3,5,7
/proc/20665/stat : 20665 (java) S 20662 20665 20185 0 -1 1077944320 10384 0 0 0 29 2 0 0 20 0 15 0 250546228 14420721664 11793 33554432000 4194304 4196468 140733156547040 140733156529584 139786669797111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
/proc/20665/statm: 3520684 11793 3408 1 0 3482761 0
[pid=20665/tid=20667] ppid=20662 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/20665/task/20667/stat : 20667 (java) R 20662 20665 20185 0 -1 4202560 8074 0 0 0 19 1 0 0 20 0 15 0 250546228 14420721664 11793 33554432000 4194304 4196468 140733156547040 139786674024016 139786305449092 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20668] ppid=20662 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20668/stat : 20668 (java) S 20662 20665 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250546229 14420721664 11793 33554432000 4194304 4196468 140733156547040 139786626350096 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20669] ppid=20662 vsize=14082736 memory=288370273513989760 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20669/stat : 20669 (java) S 20662 20665 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250546229 14420721664 11793 33554432000 4194304 4196468 140733156547040 139786625297552 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20670] ppid=20662 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20670/stat : 20670 (java) S 20662 20665 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250546229 14420721664 11793 33554432000 4194304 4196468 140733156547040 139786624244496 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20671] ppid=20662 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20671/stat : 20671 (java) S 20662 20665 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250546229 14420721664 11793 33554432000 4194304 4196468 140733156547040 139786262604688 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20672] ppid=20662 vsize=14082736 memory=139897362278016 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20672/stat : 20672 (java) S 20662 20665 20185 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250546231 14420721664 11793 33554432000 4194304 4196468 140733156547040 139785650006256 139786669808258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20673] ppid=20662 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20673/stat : 20673 (java) S 20662 20665 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250546231 14420721664 11793 33554432000 4194304 4196468 140733156547040 139785648952480 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20674] ppid=20662 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20674/stat : 20674 (java) S 20662 20665 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250546231 14420721664 11793 33554432000 4194304 4196468 140733156547040 139785647899376 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20675] ppid=20662 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20675/stat : 20675 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14420721664 11793 33554432000 4194304 4196468 140733156547040 139785646847952 139786669815707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20676] ppid=20662 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20676/stat : 20676 (java) R 20662 20665 20185 0 -1 1077944384 464 0 0 0 1 0 0 0 20 0 15 0 250546234 14420721664 11793 33554432000 4194304 4196468 140733156547040 139785645796080 139786669808258 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20677] ppid=20662 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/20665/task/20677/stat : 20677 (java) R 20662 20665 20185 0 -1 4202560 138 0 0 0 2 0 0 0 20 0 15 0 250546234 14420721664 11793 33554432000 4194304 4196468 140733156547040 139785644743536 139786647727713 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20678] ppid=20662 vsize=14082736 memory=139897362278016 CPUtime=0.06 cores=1,3,5,7
/proc/20665/task/20678/stat : 20678 (java) R 20662 20665 20185 0 -1 4202560 327 0 0 0 6 0 0 0 20 0 15 0 250546234 14420721664 11793 33554432000 4194304 4196468 140733156547040 139785643689640 139786648479562 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20679] ppid=20662 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20679/stat : 20679 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14420721664 11793 33554432000 4194304 4196468 140733156547040 139785642638176 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20680] ppid=20662 vsize=14082736 memory=139897362278016 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20680/stat : 20680 (java) S 20662 20665 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250546234 14420721664 11793 33554432000 4194304 4196468 140733156547040 139785641585200 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47172 KiB

[startup+0.310814 s]*
/proc/loadavg: 1.47 1.64 1.56 3/219 20680
/proc/meminfo: memFree=24480848/32770624 swapFree=67108840/67108860
[pid=20665] ppid=20662 vsize=14082736 memory=50936 CPUtime=0.44 cores=1,3,5,7
/proc/20665/stat : 20665 (java) S 20662 20665 20185 0 -1 1077944320 10776 0 0 0 42 2 0 0 20 0 15 0 250546228 14420721664 12734 33554432000 4194304 4196468 140733156547040 140733156529584 139786669797111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
/proc/20665/statm: 3520684 12734 3420 1 0 3482761 0
[pid=20665/tid=20667] ppid=20662 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/20665/task/20667/stat : 20667 (java) R 20662 20665 20185 0 -1 4202560 8435 0 0 0 28 1 0 0 20 0 15 0 250546228 14420721664 12734 33554432000 4194304 4196468 140733156547040 139786673986384 139786651360671 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20668] ppid=20662 vsize=14082736 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20668/stat : 20668 (java) S 20662 20665 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250546229 14420721664 12734 33554432000 4194304 4196468 140733156547040 139786626350096 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20669] ppid=20662 vsize=14082736 memory=288370273513989760 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20669/stat : 20669 (java) S 20662 20665 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250546229 14420721664 12734 33554432000 4194304 4196468 140733156547040 139786625297552 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20670] ppid=20662 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20670/stat : 20670 (java) S 20662 20665 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250546229 14420721664 12734 33554432000 4194304 4196468 140733156547040 139786624244496 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20671] ppid=20662 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20671/stat : 20671 (java) S 20662 20665 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250546229 14420721664 12734 33554432000 4194304 4196468 140733156547040 139786262604688 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20672] ppid=20662 vsize=14082736 memory=139897362278016 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20672/stat : 20672 (java) S 20662 20665 20185 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250546231 14420721664 12734 33554432000 4194304 4196468 140733156547040 139785650006256 139786669808258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20673] ppid=20662 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20673/stat : 20673 (java) S 20662 20665 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250546231 14420721664 12734 33554432000 4194304 4196468 140733156547040 139785648952480 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20674] ppid=20662 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20674/stat : 20674 (java) S 20662 20665 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250546231 14420721664 12734 33554432000 4194304 4196468 140733156547040 139785647899376 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20675] ppid=20662 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20675/stat : 20675 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14420721664 12734 33554432000 4194304 4196468 140733156547040 139785646847952 139786669815707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20676] ppid=20662 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20665/task/20676/stat : 20676 (java) S 20662 20665 20185 0 -1 1077944384 464 0 0 0 2 0 0 0 20 0 15 0 250546234 14420721664 12734 33554432000 4194304 4196468 140733156547040 139785645796080 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20677] ppid=20662 vsize=14082736 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/20665/task/20677/stat : 20677 (java) S 20662 20665 20185 0 -1 1077944384 150 0 0 0 3 0 0 0 20 0 15 0 250546234 14420721664 12734 33554432000 4194304 4196468 140733156547040 139785644743536 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20678] ppid=20662 vsize=14082736 memory=139897362278016 CPUtime=0.07 cores=1,3,5,7
/proc/20665/task/20678/stat : 20678 (java) S 20662 20665 20185 0 -1 1077944384 346 0 0 0 7 0 0 0 20 0 15 0 250546234 14420721664 12734 33554432000 4194304 4196468 140733156547040 139785643690480 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20679] ppid=20662 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20679/stat : 20679 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14420721664 12734 33554432000 4194304 4196468 140733156547040 139785642638176 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20680] ppid=20662 vsize=14082736 memory=139897362278016 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20680/stat : 20680 (java) S 20662 20665 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250546234 14420721664 12734 33554432000 4194304 4196468 140733156547040 139785641585200 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50936 KiB

[startup+0.700699 s]
/proc/loadavg: 1.47 1.64 1.56 3/219 20680
/proc/meminfo: memFree=24456664/32770624 swapFree=67108840/67108860
[pid=20665] ppid=20662 vsize=14084804 memory=88804 CPUtime=0.99 cores=1,3,5,7
/proc/20665/stat : 20665 (java) S 20662 20665 20185 0 -1 1077944320 17616 0 0 0 94 5 0 0 20 0 15 0 250546228 14422839296 22201 33554432000 4194304 4196468 140733156547040 140733156529584 139786669797111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
/proc/20665/statm: 3521201 22201 3499 1 0 3483273 0
[pid=20665/tid=20667] ppid=20662 vsize=14084804 memory=1784 CPUtime=0.68 cores=1,3,5,7
/proc/20665/task/20667/stat : 20667 (java) R 20662 20665 20185 0 -1 4202560 14879 0 0 0 64 4 0 0 20 0 15 0 250546228 14422839296 22201 33554432000 4194304 4196468 140733156547040 139786674019712 139786669820701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20668] ppid=20662 vsize=14084804 memory=752 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20668/stat : 20668 (java) S 20662 20665 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250546229 14422839296 22201 33554432000 4194304 4196468 140733156547040 139786626350096 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20669] ppid=20662 vsize=14084804 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20669/stat : 20669 (java) S 20662 20665 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250546229 14422839296 22201 33554432000 4194304 4196468 140733156547040 139786625297552 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20670] ppid=20662 vsize=14084804 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20670/stat : 20670 (java) S 20662 20665 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250546229 14422839296 22201 33554432000 4194304 4196468 140733156547040 139786624244496 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20671] ppid=20662 vsize=14084804 memory=5728 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20671/stat : 20671 (java) S 20662 20665 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250546229 14422839296 22201 33554432000 4194304 4196468 140733156547040 139786262604688 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20672] ppid=20662 vsize=14084804 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20672/stat : 20672 (java) S 20662 20665 20185 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250546231 14422839296 22201 33554432000 4194304 4196468 140733156547040 139785650006256 139786669808258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20673] ppid=20662 vsize=14084804 memory=1092 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20673/stat : 20673 (java) S 20662 20665 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250546231 14422839296 22201 33554432000 4194304 4196468 140733156547040 139785648952480 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20674] ppid=20662 vsize=14084804 memory=836 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20674/stat : 20674 (java) S 20662 20665 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250546231 14422839296 22201 33554432000 4194304 4196468 140733156547040 139785647899376 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20675] ppid=20662 vsize=14084804 memory=10692 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20675/stat : 20675 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14422839296 22201 33554432000 4194304 4196468 140733156547040 139785646847952 139786669815707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20676] ppid=20662 vsize=14084804 memory=7450174591119418944 CPUtime=0.06 cores=1,3,5,7
/proc/20665/task/20676/stat : 20676 (java) S 20662 20665 20185 0 -1 1077944384 625 0 0 0 6 0 0 0 20 0 15 0 250546234 14422839296 22201 33554432000 4194304 4196468 140733156547040 139785645796080 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20677] ppid=20662 vsize=14084804 memory=6444198537895111255 CPUtime=0.09 cores=1,3,5,7
/proc/20665/task/20677/stat : 20677 (java) S 20662 20665 20185 0 -1 1077944384 298 0 0 0 9 0 0 0 20 0 15 0 250546234 14422839296 22201 33554432000 4194304 4196468 140733156547040 139785644743536 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20678] ppid=20662 vsize=14084804 memory=7523071198212214892 CPUtime=0.14 cores=1,3,5,7
/proc/20665/task/20678/stat : 20678 (java) S 20662 20665 20185 0 -1 1077944384 433 0 0 0 14 0 0 0 20 0 15 0 250546234 14422839296 22201 33554432000 4194304 4196468 140733156547040 139785643690480 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20679] ppid=20662 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20679/stat : 20679 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14422839296 22201 33554432000 4194304 4196468 140733156547040 139785642638176 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20680] ppid=20662 vsize=14084804 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20680/stat : 20680 (java) S 20662 20665 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250546234 14422839296 22201 33554432000 4194304 4196468 140733156547040 139785641585200 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88804 KiB

[startup+1.50079 s]
/proc/loadavg: 1.47 1.64 1.56 5/219 20680
/proc/meminfo: memFree=24408276/32770624 swapFree=67108840/67108860
[pid=20665] ppid=20662 vsize=14086852 memory=222404 CPUtime=3.49 cores=1,3,5,7
/proc/20665/stat : 20665 (java) S 20662 20665 20185 0 -1 1077944320 23606 0 0 0 340 9 0 0 20 0 15 0 250546228 14424936448 55601 33554432000 4194304 4196468 140733156547040 140733156529584 139786669797111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
/proc/20665/statm: 3521713 55601 3566 1 0 3483785 0
[pid=20665/tid=20667] ppid=20662 vsize=14086852 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/20665/task/20667/stat : 20667 (java) R 20662 20665 20185 0 -1 4202560 16144 0 0 0 139 6 0 0 20 0 15 0 250546228 14424936448 55601 33554432000 4194304 4196468 140733156547040 139786674032736 139786308938639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20668] ppid=20662 vsize=14086852 memory=-8253362762724047225 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20668/stat : 20668 (java) S 20662 20665 20185 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 15 0 250546229 14424936448 55601 33554432000 4194304 4196468 140733156547040 139786626350096 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20669] ppid=20662 vsize=14086852 memory=-8609294068986781045 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20669/stat : 20669 (java) S 20662 20665 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250546229 14424936448 55601 33554432000 4194304 4196468 140733156547040 139786625297552 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20670] ppid=20662 vsize=14086852 memory=-6517102902069810590 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20670/stat : 20670 (java) S 20662 20665 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250546229 14424936448 55601 33554432000 4194304 4196468 140733156547040 139786624244496 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20671] ppid=20662 vsize=14086852 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20671/stat : 20671 (java) S 20662 20665 20185 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 15 0 250546229 14424936448 55601 33554432000 4194304 4196468 140733156547040 139786262604688 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20672] ppid=20662 vsize=14086852 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20672/stat : 20672 (java) S 20662 20665 20185 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 250546231 14424936448 55601 33554432000 4194304 4196468 140733156547040 139785650006256 139786669808258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0

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

[pid=20665/tid=20679] ppid=20662 vsize=14090948 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20679/stat : 20679 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785642638176 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20680] ppid=20662 vsize=14090948 memory=1532 CPUtime=0.04 cores=1,3,5,7
/proc/20665/task/20680/stat : 20680 (java) S 20662 20665 20185 0 -1 1077944384 484 0 0 0 3 1 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785641585200 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
Current children cumulated CPU time: 249.29 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 265392 KiB

[startup+246.401 s]
/proc/loadavg: 1.86 1.79 1.65 3/219 20762
/proc/meminfo: memFree=22967684/32770624 swapFree=67108840/67108860
[pid=20665] ppid=20662 vsize=14090948 memory=265392 CPUtime=250.89 cores=1,3,5,7
/proc/20665/stat : 20665 (java) S 20662 20665 20185 0 -1 1077944320 63339 0 0 0 25071 18 0 0 20 0 15 0 250546228 14429130752 66348 33554432000 4194304 4196468 140733156547040 140733156529584 139786669797111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
/proc/20665/statm: 3522737 66348 3585 1 0 3484809 0
[pid=20665/tid=20667] ppid=20662 vsize=14090948 memory=265392 CPUtime=246.33 cores=1,3,5,7
/proc/20665/task/20667/stat : 20667 (java) R 20662 20665 20185 0 -1 4202560 25278 0 0 0 24625 8 0 0 20 0 15 0 250546228 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786674032504 139786313556757 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20668] ppid=20662 vsize=14090948 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/20665/task/20668/stat : 20668 (java) S 20662 20665 20185 0 -1 1077944384 762 0 0 0 2 0 0 0 20 0 15 0 250546229 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786626350096 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20669] ppid=20662 vsize=14090948 memory=1100 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20669/stat : 20669 (java) S 20662 20665 20185 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 15 0 250546229 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786625297552 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20670] ppid=20662 vsize=14090948 memory=2356 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20670/stat : 20670 (java) S 20662 20665 20185 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 15 0 250546229 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786624244496 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20671] ppid=20662 vsize=14090948 memory=1784 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20671/stat : 20671 (java) S 20662 20665 20185 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 15 0 250546229 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786262604688 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20672] ppid=20662 vsize=14090948 memory=1092 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20672/stat : 20672 (java) S 20662 20665 20185 0 -1 1077944384 1085 0 0 0 1 0 0 0 20 0 15 0 250546231 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785650006256 139786669808258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20673] ppid=20662 vsize=14090948 memory=836 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20673/stat : 20673 (java) S 20662 20665 20185 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250546231 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785648952544 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20674] ppid=20662 vsize=14090948 memory=10692 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20674/stat : 20674 (java) S 20662 20665 20185 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250546231 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785647899392 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20675] ppid=20662 vsize=14090948 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20675/stat : 20675 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785646847952 139786669815707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20676] ppid=20662 vsize=14090948 memory=6864 CPUtime=1.8 cores=1,3,5,7
/proc/20665/task/20676/stat : 20676 (java) S 20662 20665 20185 0 -1 1077944384 12576 0 0 0 179 1 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785645796080 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20677] ppid=20662 vsize=14090948 memory=752 CPUtime=1.7 cores=1,3,5,7
/proc/20665/task/20677/stat : 20677 (java) S 20662 20665 20185 0 -1 1077944384 11117 0 0 0 169 1 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785644743536 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20678] ppid=20662 vsize=14090948 memory=1224 CPUtime=0.87 cores=1,3,5,7
/proc/20665/task/20678/stat : 20678 (java) S 20662 20665 20185 0 -1 1077944384 10224 0 0 0 85 2 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785643690480 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20679] ppid=20662 vsize=14090948 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20679/stat : 20679 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785642638176 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20680] ppid=20662 vsize=14090948 memory=5728 CPUtime=0.04 cores=1,3,5,7
/proc/20665/task/20680/stat : 20680 (java) S 20662 20665 20185 0 -1 1077944384 486 0 0 0 3 1 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785641585200 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
Current children cumulated CPU time: 250.89 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 265392 KiB

[startup+246.801 s]
/proc/loadavg: 1.86 1.79 1.65 3/219 20762
/proc/meminfo: memFree=22967684/32770624 swapFree=67108840/67108860
[pid=20665] ppid=20662 vsize=14090948 memory=265392 CPUtime=251.29 cores=1,3,5,7
/proc/20665/stat : 20665 (java) S 20662 20665 20185 0 -1 1077944320 63340 0 0 0 25111 18 0 0 20 0 15 0 250546228 14429130752 66348 33554432000 4194304 4196468 140733156547040 140733156529584 139786669797111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
/proc/20665/statm: 3522737 66348 3585 1 0 3484809 0
[pid=20665/tid=20667] ppid=20662 vsize=14090948 memory=265392 CPUtime=246.73 cores=1,3,5,7
/proc/20665/task/20667/stat : 20667 (java) R 20662 20665 20185 0 -1 4202560 25279 0 0 0 24665 8 0 0 20 0 15 0 250546228 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786674032504 139786313556267 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20668] ppid=20662 vsize=14090948 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/20665/task/20668/stat : 20668 (java) S 20662 20665 20185 0 -1 1077944384 762 0 0 0 2 0 0 0 20 0 15 0 250546229 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786626350096 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20669] ppid=20662 vsize=14090948 memory=15188 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20669/stat : 20669 (java) S 20662 20665 20185 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 15 0 250546229 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786625297552 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20670] ppid=20662 vsize=14090948 memory=4008 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20670/stat : 20670 (java) S 20662 20665 20185 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 15 0 250546229 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786624244496 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20671] ppid=20662 vsize=14090948 memory=38584 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20671/stat : 20671 (java) S 20662 20665 20185 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 15 0 250546229 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786262604688 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20672] ppid=20662 vsize=14090948 memory=16320 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20672/stat : 20672 (java) S 20662 20665 20185 0 -1 1077944384 1085 0 0 0 1 0 0 0 20 0 15 0 250546231 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785650006256 139786669808258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20673] ppid=20662 vsize=14090948 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20673/stat : 20673 (java) S 20662 20665 20185 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250546231 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785648952544 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20674] ppid=20662 vsize=14090948 memory=1168 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20674/stat : 20674 (java) S 20662 20665 20185 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250546231 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785647899392 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20675] ppid=20662 vsize=14090948 memory=508 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20675/stat : 20675 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785646847952 139786669815707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20676] ppid=20662 vsize=14090948 memory=924 CPUtime=1.8 cores=1,3,5,7
/proc/20665/task/20676/stat : 20676 (java) S 20662 20665 20185 0 -1 1077944384 12576 0 0 0 179 1 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785645796080 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20677] ppid=20662 vsize=14090948 memory=2372 CPUtime=1.7 cores=1,3,5,7
/proc/20665/task/20677/stat : 20677 (java) S 20662 20665 20185 0 -1 1077944384 11117 0 0 0 169 1 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785644743536 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20678] ppid=20662 vsize=14090948 memory=1532 CPUtime=0.87 cores=1,3,5,7
/proc/20665/task/20678/stat : 20678 (java) S 20662 20665 20185 0 -1 1077944384 10224 0 0 0 85 2 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785643690480 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20679] ppid=20662 vsize=14090948 memory=928 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20679/stat : 20679 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785642638176 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20680] ppid=20662 vsize=14090948 memory=2216 CPUtime=0.04 cores=1,3,5,7
/proc/20665/task/20680/stat : 20680 (java) S 20662 20665 20185 0 -1 1077944384 486 0 0 0 3 1 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785641585200 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
Current children cumulated CPU time: 251.29 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 265392 KiB

[startup+247.201 s]
/proc/loadavg: 1.86 1.79 1.65 3/219 20762
/proc/meminfo: memFree=22967684/32770624 swapFree=67108840/67108860
[pid=20665] ppid=20662 vsize=14090948 memory=265392 CPUtime=251.69 cores=1,3,5,7
/proc/20665/stat : 20665 (java) S 20662 20665 20185 0 -1 1077944320 63340 0 0 0 25151 18 0 0 20 0 15 0 250546228 14429130752 66348 33554432000 4194304 4196468 140733156547040 140733156529584 139786669797111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
/proc/20665/statm: 3522737 66348 3585 1 0 3484809 0
[pid=20665/tid=20667] ppid=20662 vsize=14090948 memory=265392 CPUtime=247.13 cores=1,3,5,7
/proc/20665/task/20667/stat : 20667 (java) R 20662 20665 20185 0 -1 4202560 25279 0 0 0 24705 8 0 0 20 0 15 0 250546228 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786674032504 139786313556276 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20668] ppid=20662 vsize=14090948 memory=265392 CPUtime=0.02 cores=1,3,5,7
/proc/20665/task/20668/stat : 20668 (java) S 20662 20665 20185 0 -1 1077944384 762 0 0 0 2 0 0 0 20 0 15 0 250546229 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786626350096 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20669] ppid=20662 vsize=14090948 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20669/stat : 20669 (java) S 20662 20665 20185 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 15 0 250546229 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786625297552 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20670] ppid=20662 vsize=14090948 memory=265392 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20670/stat : 20670 (java) S 20662 20665 20185 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 15 0 250546229 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786624244496 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20671] ppid=20662 vsize=14090948 memory=924 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20671/stat : 20671 (java) S 20662 20665 20185 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 15 0 250546229 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786262604688 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20672] ppid=20662 vsize=14090948 memory=2372 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20672/stat : 20672 (java) S 20662 20665 20185 0 -1 1077944384 1085 0 0 0 1 0 0 0 20 0 15 0 250546231 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785650006256 139786669808258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20673] ppid=20662 vsize=14090948 memory=1532 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20673/stat : 20673 (java) S 20662 20665 20185 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250546231 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785648952544 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20674] ppid=20662 vsize=14090948 memory=928 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20674/stat : 20674 (java) S 20662 20665 20185 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250546231 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785647899392 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20675] ppid=20662 vsize=14090948 memory=265392 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20675/stat : 20675 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785646847952 139786669815707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20676] ppid=20662 vsize=14090948 memory=7528 CPUtime=1.8 cores=1,3,5,7
/proc/20665/task/20676/stat : 20676 (java) S 20662 20665 20185 0 -1 1077944384 12576 0 0 0 179 1 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785645796080 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20677] ppid=20662 vsize=14090948 memory=3500 CPUtime=1.7 cores=1,3,5,7
/proc/20665/task/20677/stat : 20677 (java) S 20662 20665 20185 0 -1 1077944384 11117 0 0 0 169 1 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785644743536 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20678] ppid=20662 vsize=14090948 memory=68212 CPUtime=0.87 cores=1,3,5,7
/proc/20665/task/20678/stat : 20678 (java) S 20662 20665 20185 0 -1 1077944384 10224 0 0 0 85 2 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785643690480 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20679] ppid=20662 vsize=14090948 memory=1100 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20679/stat : 20679 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785642638176 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20680] ppid=20662 vsize=14090948 memory=2356 CPUtime=0.04 cores=1,3,5,7
/proc/20665/task/20680/stat : 20680 (java) S 20662 20665 20185 0 -1 1077944384 486 0 0 0 3 1 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785641585200 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
Current children cumulated CPU time: 251.69 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 265392 KiB

[startup+247.301 s]
/proc/loadavg: 1.86 1.79 1.65 3/219 20762
/proc/meminfo: memFree=22967684/32770624 swapFree=67108840/67108860
[pid=20665] ppid=20662 vsize=14090948 memory=265392 CPUtime=251.79 cores=1,3,5,7
/proc/20665/stat : 20665 (java) S 20662 20665 20185 0 -1 1077944320 63340 0 0 0 25161 18 0 0 20 0 15 0 250546228 14429130752 66348 33554432000 4194304 4196468 140733156547040 140733156529584 139786669797111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
/proc/20665/statm: 3522737 66348 3585 1 0 3484809 0
[pid=20665/tid=20667] ppid=20662 vsize=14090948 memory=265392 CPUtime=247.23 cores=1,3,5,7
/proc/20665/task/20667/stat : 20667 (java) R 20662 20665 20185 0 -1 4202560 25279 0 0 0 24715 8 0 0 20 0 15 0 250546228 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786674032504 139786313556757 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20668] ppid=20662 vsize=14090948 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20665/task/20668/stat : 20668 (java) S 20662 20665 20185 0 -1 1077944384 762 0 0 0 2 0 0 0 20 0 15 0 250546229 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786626350096 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20669] ppid=20662 vsize=14090948 memory=1408 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20669/stat : 20669 (java) S 20662 20665 20185 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 15 0 250546229 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786625297552 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20670] ppid=20662 vsize=14090948 memory=3144 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20670/stat : 20670 (java) S 20662 20665 20185 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 15 0 250546229 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786624244496 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20671] ppid=20662 vsize=14090948 memory=265392 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20671/stat : 20671 (java) S 20662 20665 20185 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 15 0 250546229 14429130752 66348 33554432000 4194304 4196468 140733156547040 139786262604688 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20672] ppid=20662 vsize=14090948 memory=265392 CPUtime=0.01 cores=1,3,5,7
/proc/20665/task/20672/stat : 20672 (java) S 20662 20665 20185 0 -1 1077944384 1085 0 0 0 1 0 0 0 20 0 15 0 250546231 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785650006256 139786669808258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20673] ppid=20662 vsize=14090948 memory=265392 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20673/stat : 20673 (java) S 20662 20665 20185 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250546231 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785648952544 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20674] ppid=20662 vsize=14090948 memory=265392 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20674/stat : 20674 (java) S 20662 20665 20185 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250546231 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785647899392 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20675] ppid=20662 vsize=14090948 memory=265392 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20675/stat : 20675 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785646847952 139786669815707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20676] ppid=20662 vsize=14090948 memory=6864 CPUtime=1.8 cores=1,3,5,7
/proc/20665/task/20676/stat : 20676 (java) S 20662 20665 20185 0 -1 1077944384 12576 0 0 0 179 1 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785645796080 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20677] ppid=20662 vsize=14090948 memory=0 CPUtime=1.7 cores=1,3,5,7
/proc/20665/task/20677/stat : 20677 (java) S 20662 20665 20185 0 -1 1077944384 11117 0 0 0 169 1 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785644743536 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20678] ppid=20662 vsize=14090948 memory=265392 CPUtime=0.87 cores=1,3,5,7
/proc/20665/task/20678/stat : 20678 (java) S 20662 20665 20185 0 -1 1077944384 10224 0 0 0 85 2 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785643690480 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20679] ppid=20662 vsize=14090948 memory=265392 CPUtime=0 cores=1,3,5,7
/proc/20665/task/20679/stat : 20679 (java) S 20662 20665 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785642638176 139786669807317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
[pid=20665/tid=20680] ppid=20662 vsize=14090948 memory=265392 CPUtime=0.04 cores=1,3,5,7
/proc/20665/task/20680/stat : 20680 (java) S 20662 20665 20185 0 -1 1077944384 486 0 0 0 3 1 0 0 20 0 15 0 250546234 14429130752 66348 33554432000 4194304 4196468 140733156547040 139785641585200 139786669808258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7589888 140733156549711 140733156549902 140733156549902 140733156552655 0
Current children cumulated CPU time: 251.79 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 265392 KiB

Child status: 0
Real time (s): 247.381
CPU time (s): 251.886
CPU user time (s): 251.687
CPU system time (s): 0.199107
CPU usage (%): 101.821
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 267880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.687
system time used= 0.199107
maximum resident set size= 267880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63891
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8492
involuntary context switches= 102


# summary of solver processes directly reported to runsolver:
#   pid: 20665
#   total CPU time (s): 251.886
#   total CPU user time (s): 251.687
#   total CPU system time (s): 0.199107

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35133 second user time and 2.12201 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-15 12:43:50
IDJOB=4310174
IDBENCH=141206
IDSOLVER=2795
FILE ID=node135/4310174-1534329830
RUNJOBID= node135-1534329094-20217
PBS_JOBID= 21038158
Free space on /tmp= 47172 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-04-opt_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310174-1534329830/watcher-4310174-1534329830 -o /tmp/evaluation-result-4310174-1534329830/solver-4310174-1534329830 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534329094-20217 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 828515737 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310174-1534329830.xml

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

MD5SUM BENCH= 78811932529a67bdc61c23a432ac663c
RANDOM SEED=828515737

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24519120 kB
MemAvailable:   31726948 kB
Buffers:          160508 kB
Cached:          7281628 kB
SwapCached:           20 kB
Active:          4200252 kB
Inactive:        3463792 kB
Active(anon):     171308 kB
Inactive(anon):   111464 kB
Active(file):    4028944 kB
Inactive(file):  3352328 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:             35760 kB
Writeback:             0 kB
AnonPages:        200776 kB
Mapped:            71216 kB
Shmem:             57996 kB
Slab:             283420 kB
SReclaimable:     255016 kB
SUnreclaim:        28404 kB
KernelStack:        3872 kB
PageTables:         6192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1223772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 47136 MiB
End job on node135 at 2018-08-15 12:47:58