Trace number 4396048

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
Concrete 3.12.2OPT14 135.269 121.081

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc16e.xml
MD5SUM9478703244e8f640224ac5c9e01083b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark13.1944
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":7},{"degree":2,"count":23},{"degree":5,"count":1},{"degree":7,"count":6}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.79/0.55	c Concrete v3.12.2.1568380929293 running
8.53/3.61	o 19
8.53/3.64	o 16
11.07/4.44	o 14
135.18/121.06	v <instantiation
135.18/121.06	v         cost = '14'>
135.18/121.06	v       <list>
135.18/121.06	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][2] d[0][3] d[0][5] d[0][6] d[0][7] d[0][8] d[1][3] d[3][5] d[3][6] d[3][7] d[3][8] d[4][5] d[4][6] d[4][7] d[4][8] d[5][6] d[5][7] d[5][8] d[6][7] d[6][8] d[7][8]
135.18/121.06	v       </list>
135.18/121.06	v       <values>
135.18/121.06	v         7 13 15 5 2 0 6 4 1 3 10 11 14 12 9 8 0 0 2 0 1 1 0 1 1 0 0 0 0 1 1 1 0 0 0 2 1
135.18/121.06	v       </values>
135.18/121.06	v     </instantiation>
135.18/121.06	s OPTIMUM FOUND

Verifier Data

OK	14

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 (14396 MiB free)
  memory of node 1: 16384 MiB (15386 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396048-1568396108/watcher-4396048-1568396108 -o /tmp/evaluation-result-4396048-1568396108/solver-4396048-1568396108 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568393581-9267 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=693074807 HOME/instance-4396048-1568396108.xml 

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

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=9869, runsolver pid=9866

[startup+0.109293 s]*
/proc/loadavg: 1.72 1.36 1.37 3/218 9926
/proc/meminfo: memFree=30487836/32770624 swapFree=66934672/67108860
[pid=9869] ppid=9866 vsize=10153664 memory=20440 CPUtime=0.1 cores=1,3,5,7
/proc/9869/stat : 9869 (java) S 9866 9869 9235 0 -1 1077944320 4848 13190 0 0 2 0 5 3 20 0 8 0 415882285 10397351936 5110 33554432000 4194304 4196468 140735093756192 140735093738736 140252455878391 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
/proc/9869/statm: 2538416 5110 2077 1 0 2526854 0
[pid=9869/tid=9922] ppid=9866 vsize=10355560 memory=4284219918694129050 CPUtime=0.09 cores=1,3,5,7
/proc/9869/task/9922/stat : 9922 (java) S 9866 9869 9235 0 -1 1077944384 2652 13190 0 0 1 0 5 3 20 0 9 0 415882294 10604093440 5156 33554432000 4194304 4196468 140735093756192 140252427714416 140252448574973 0 4 0 16784584 18446744071581020693 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9923] ppid=9866 vsize=10355560 memory=5793855673309587897 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9923/stat : 9923 (java) S 9866 9869 9235 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 9 0 415882295 10604093440 5156 33554432000 4194304 4196468 140735093756192 140252460120592 140252455888597 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9924] ppid=9866 vsize=10355560 memory=140422299694720 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9924/stat : 9924 (java) S 9866 9869 9235 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 9 0 415882295 10604093440 5156 33554432000 4194304 4196468 140735093756192 140252028988048 140252455888597 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9925] ppid=9866 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9925/stat : 9925 (java) S 9866 9869 9235 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 9 0 415882295 10604093440 5156 33554432000 4194304 4196468 140735093756192 140252027934992 140252455888597 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9926] ppid=9866 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9926/stat : 9926 (java) S 9866 9869 9235 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 9 0 415882295 10604093440 5156 33554432000 4194304 4196468 140735093756192 140252026882448 140252455888597 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9927] ppid=9866 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9927/stat : 9927 (java) S 9866 9869 9235 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 9 0 415882297 10604093440 5156 33554432000 4194304 4196468 140735093756192 140251915209456 140252455889538 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9928] ppid=9866 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9928/stat : 9928 (java) S 9866 9869 9235 0 -1 1077944384 13 13190 0 0 0 0 5 3 20 0 9 0 415882297 10604093440 5156 33554432000 4194304 4196468 140735093756192 140251365369504 140252455888597 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9929] ppid=9866 vsize=10355564 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9929/stat : 9929 (java) S 9866 9869 9235 0 -1 1077944384 21 13190 0 0 0 0 5 3 20 0 9 0 415882297 10604097536 5156 33554432000 4194304 4196468 140735093756192 140251331810608 140252455888597 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10153664 KiB
Current children cumulated memory: 20440 KiB

[startup+0.210322 s]*
/proc/loadavg: 1.72 1.36 1.37 5/228 9937
/proc/meminfo: memFree=30464812/32770624 swapFree=66934672/67108860
[pid=9869] ppid=9866 vsize=10819664 memory=43528 CPUtime=0.26 cores=1,3,5,7
/proc/9869/stat : 9869 (java) S 9866 9869 9235 0 -1 1077944320 7178 13190 0 0 17 1 5 3 20 0 15 0 415882285 11079335936 10882 33554432000 4194304 4196468 140735093756192 140735093738736 140252455878391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
/proc/9869/statm: 2704916 10882 3172 1 0 2667149 0
[pid=9869/tid=9922] ppid=9866 vsize=10819664 memory=-2899909650764262549 CPUtime=0.18 cores=1,3,5,7
/proc/9869/task/9922/stat : 9922 (java) R 9866 9869 9235 0 -1 4202560 3657 13190 0 0 10 0 5 3 20 0 15 0 415882294 11079335936 10882 33554432000 4194304 4196468 140735093756192 140252427701552 140252455900317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9923] ppid=9866 vsize=10819664 memory=4211974148504485258 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9923/stat : 9923 (java) S 9866 9869 9235 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 415882295 11079335936 10882 33554432000 4194304 4196468 140735093756192 140252460120592 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9924] ppid=9866 vsize=10819664 memory=140422299694720 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9924/stat : 9924 (java) S 9866 9869 9235 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 415882295 11079335936 10882 33554432000 4194304 4196468 140735093756192 140252028988048 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9925] ppid=9866 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9925/stat : 9925 (java) S 9866 9869 9235 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 415882295 11079335936 10882 33554432000 4194304 4196468 140735093756192 140252027934992 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9926] ppid=9866 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9926/stat : 9926 (java) S 9866 9869 9235 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 415882295 11079335936 10882 33554432000 4194304 4196468 140735093756192 140252026882448 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9927] ppid=9866 vsize=10819664 memory=140422299694720 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9927/stat : 9927 (java) S 9866 9869 9235 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 415882297 11079335936 10882 33554432000 4194304 4196468 140735093756192 140251915209456 140252455889538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9928] ppid=9866 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9928/stat : 9928 (java) S 9866 9869 9235 0 -1 1077944384 13 13190 0 0 0 0 5 3 20 0 15 0 415882297 11079335936 10882 33554432000 4194304 4196468 140735093756192 140251365369504 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9929] ppid=9866 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9929/stat : 9929 (java) S 9866 9869 9235 0 -1 1077944384 21 13190 0 0 0 0 5 3 20 0 15 0 415882297 11079335936 10882 33554432000 4194304 4196468 140735093756192 140251331810544 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9930] ppid=9866 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9930/stat : 9930 (java) S 9866 9869 9235 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 415882300 11079335936 10882 33554432000 4194304 4196468 140735093756192 140251217521104 140252455896987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9931] ppid=9866 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9869/task/9931/stat : 9931 (java) S 9866 9869 9235 0 -1 1077944384 349 13190 0 0 1 0 5 3 20 0 15 0 415882300 11079335936 10882 33554432000 4194304 4196468 140735093756192 140251914156272 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9932] ppid=9866 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9932/stat : 9932 (java) S 9866 9869 9235 0 -1 1077944384 289 13190 0 0 0 0 5 3 20 0 15 0 415882300 11079335936 10882 33554432000 4194304 4196468 140735093756192 140251913103728 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9933] ppid=9866 vsize=10819664 memory=140422299694720 CPUtime=0.11 cores=1,3,5,7
/proc/9869/task/9933/stat : 9933 (java) R 9866 9869 9235 0 -1 4202560 627 13190 0 0 3 0 5 3 20 0 15 0 415882300 11079335936 10882 33554432000 4194304 4196468 140735093756192 140251912050672 140252434862401 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9934] ppid=9866 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9934/stat : 9934 (java) S 9866 9869 9235 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 415882300 11079335936 10882 33554432000 4194304 4196468 140735093756192 140250747758944 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9935] ppid=9866 vsize=10819664 memory=140422299694720 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9935/stat : 9935 (java) S 9866 9869 9235 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 415882300 11079335936 10882 33554432000 4194304 4196468 140735093756192 140251910999088 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 43528 KiB

[startup+0.310493 s]*
/proc/loadavg: 1.72 1.36 1.37 3/228 9937
/proc/meminfo: memFree=30446436/32770624 swapFree=66934672/67108860
[pid=9869] ppid=9866 vsize=10820148 memory=54632 CPUtime=0.4 cores=1,3,5,7
/proc/9869/stat : 9869 (java) S 9866 9869 9235 0 -1 1077944320 10886 13190 0 0 29 3 5 3 20 0 15 0 415882285 11079831552 13658 33554432000 4194304 4196468 140735093756192 140735093738736 140252455878391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
/proc/9869/statm: 2705037 13658 3304 1 0 2667149 0
[pid=9869/tid=9922] ppid=9866 vsize=10820148 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/9869/task/9922/stat : 9922 (java) R 9866 9869 9235 0 -1 4202560 7347 13190 0 0 19 2 5 3 20 0 15 0 415882294 11079831552 13658 33554432000 4194304 4196468 140735093756192 140252427678304 140252455900317 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9923] ppid=9866 vsize=10820148 memory=-7003737579269690708 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9923/stat : 9923 (java) S 9866 9869 9235 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 415882295 11079831552 13658 33554432000 4194304 4196468 140735093756192 140252460120592 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9924] ppid=9866 vsize=10820148 memory=140422299701713 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9924/stat : 9924 (java) S 9866 9869 9235 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 415882295 11079831552 13658 33554432000 4194304 4196468 140735093756192 140252028988048 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9925] ppid=9866 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9925/stat : 9925 (java) S 9866 9869 9235 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 415882295 11079831552 13658 33554432000 4194304 4196468 140735093756192 140252027934992 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9926] ppid=9866 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9926/stat : 9926 (java) S 9866 9869 9235 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 415882295 11079831552 13658 33554432000 4194304 4196468 140735093756192 140252026882448 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9927] ppid=9866 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9927/stat : 9927 (java) S 9866 9869 9235 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 415882297 11079831552 13658 33554432000 4194304 4196468 140735093756192 140251915209456 140252455889538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9928] ppid=9866 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9928/stat : 9928 (java) S 9866 9869 9235 0 -1 1077944384 13 13190 0 0 0 0 5 3 20 0 15 0 415882297 11079831552 13658 33554432000 4194304 4196468 140735093756192 140251365369504 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9929] ppid=9866 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9929/stat : 9929 (java) S 9866 9869 9235 0 -1 1077944384 21 13190 0 0 0 0 5 3 20 0 15 0 415882297 11079831552 13658 33554432000 4194304 4196468 140735093756192 140251331810544 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9930] ppid=9866 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9930/stat : 9930 (java) S 9866 9869 9235 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 415882300 11079831552 13658 33554432000 4194304 4196468 140735093756192 140251217521104 140252455896987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9931] ppid=9866 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/9869/task/9931/stat : 9931 (java) S 9866 9869 9235 0 -1 1077944384 359 13190 0 0 2 0 5 3 20 0 15 0 415882300 11079831552 13658 33554432000 4194304 4196468 140735093756192 140251914156272 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9932] ppid=9866 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9869/task/9932/stat : 9932 (java) S 9866 9869 9235 0 -1 1077944384 289 13190 0 0 1 0 5 3 20 0 15 0 415882300 11079831552 13658 33554432000 4194304 4196468 140735093756192 140251913103728 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9933] ppid=9866 vsize=10820148 memory=140422299694720 CPUtime=0.13 cores=1,3,5,7
/proc/9869/task/9933/stat : 9933 (java) S 9866 9869 9235 0 -1 1077944384 636 13190 0 0 5 0 5 3 20 0 15 0 415882300 11079831552 13658 33554432000 4194304 4196468 140735093756192 140251912050672 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9934] ppid=9866 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9934/stat : 9934 (java) S 9866 9869 9235 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 415882300 11079831552 13658 33554432000 4194304 4196468 140735093756192 140250747758944 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9935] ppid=9866 vsize=10820148 memory=140422299694720 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9935/stat : 9935 (java) S 9866 9869 9235 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 415882300 11079831552 13658 33554432000 4194304 4196468 140735093756192 140251910999088 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54632 KiB

[startup+0.700737 s]
/proc/loadavg: 1.72 1.36 1.37 4/228 9937
/proc/meminfo: memFree=30432000/32770624 swapFree=66934672/67108860
[pid=9869] ppid=9866 vsize=10824360 memory=87796 CPUtime=1.11 cores=1,3,5,7
/proc/9869/stat : 9869 (java) S 9866 9869 9235 0 -1 1077944320 15160 13190 0 0 98 5 5 3 20 0 15 0 415882285 11084144640 21949 33554432000 4194304 4196468 140735093756192 140735093738736 140252455878391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
/proc/9869/statm: 2706090 21949 3504 1 0 2668173 0
[pid=9869/tid=9922] ppid=9866 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/9869/task/9922/stat : 9922 (java) R 9866 9869 9235 0 -1 4202560 10384 13190 0 0 55 4 5 3 20 0 15 0 415882294 11084144640 21949 33554432000 4194304 4196468 140735093756192 140252427707936 140252437273594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9923] ppid=9866 vsize=10824360 memory=14269388001909800 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9923/stat : 9923 (java) S 9866 9869 9235 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 415882295 11084144640 21949 33554432000 4194304 4196468 140735093756192 140252460120592 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9924] ppid=9866 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9924/stat : 9924 (java) S 9866 9869 9235 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 415882295 11084144640 21949 33554432000 4194304 4196468 140735093756192 140252028988048 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9925] ppid=9866 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9925/stat : 9925 (java) S 9866 9869 9235 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 415882295 11084144640 21949 33554432000 4194304 4196468 140735093756192 140252027934992 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9926] ppid=9866 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9926/stat : 9926 (java) S 9866 9869 9235 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 415882295 11084144640 21949 33554432000 4194304 4196468 140735093756192 140252026882448 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9927] ppid=9866 vsize=10824360 memory=7809523229951467570 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9927/stat : 9927 (java) S 9866 9869 9235 0 -1 1077944384 5 13190 0 0 0 0 5 3 20 0 15 0 415882297 11084144640 21949 33554432000 4194304 4196468 140735093756192 140251915209456 140252455889538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9928] ppid=9866 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9928/stat : 9928 (java) S 9866 9869 9235 0 -1 1077944384 13 13190 0 0 0 0 5 3 20 0 15 0 415882297 11084144640 21949 33554432000 4194304 4196468 140735093756192 140251365369504 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9929] ppid=9866 vsize=10824360 memory=-6726778459202829140 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9929/stat : 9929 (java) S 9866 9869 9235 0 -1 1077944384 21 13190 0 0 0 0 5 3 20 0 15 0 415882297 11084144640 21949 33554432000 4194304 4196468 140735093756192 140251331810544 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9930] ppid=9866 vsize=10824360 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9930/stat : 9930 (java) S 9866 9869 9235 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 415882300 11084144640 21949 33554432000 4194304 4196468 140735093756192 140251217521104 140252455896987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9931] ppid=9866 vsize=10824360 memory=6944656592455360604 CPUtime=0.22 cores=1,3,5,7
/proc/9869/task/9931/stat : 9931 (java) R 9866 9869 9235 0 -1 4202560 856 13190 0 0 14 0 5 3 20 0 15 0 415882300 11084144640 21949 33554432000 4194304 4196468 140735093756192 140251914156272 140252440286492 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9932] ppid=9866 vsize=10824360 memory=6944652177228980320 CPUtime=0.18 cores=1,3,5,7
/proc/9869/task/9932/stat : 9932 (java) S 9866 9869 9235 0 -1 1077944384 787 13190 0 0 10 0 5 3 20 0 15 0 415882300 11084144640 21949 33554432000 4194304 4196468 140735093756192 140251913103728 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9933] ppid=9866 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/9869/task/9933/stat : 9933 (java) S 9866 9869 9235 0 -1 1077944384 877 13190 0 0 17 0 5 3 20 0 15 0 415882300 11084144640 21949 33554432000 4194304 4196468 140735093756192 140251912050672 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9934] ppid=9866 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9934/stat : 9934 (java) S 9866 9869 9235 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 415882300 11084144640 21949 33554432000 4194304 4196468 140735093756192 140250747758944 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9935] ppid=9866 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9935/stat : 9935 (java) S 9866 9869 9235 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 415882300 11084144640 21949 33554432000 4194304 4196468 140735093756192 140251910999088 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87796 KiB

[startup+1.50329 s]
/proc/loadavg: 1.72 1.36 1.37 4/228 9937
/proc/meminfo: memFree=30386648/32770624 swapFree=66934672/67108860
[pid=9869] ppid=9866 vsize=10834676 memory=175924 CPUtime=2.43 cores=1,3,5,7
/proc/9869/stat : 9869 (java) S 9866 9869 9235 0 -1 1077944320 22070 13190 0 0 226 9 5 3 20 0 15 0 415882285 11094708224 43981 33554432000 4194304 4196468 140735093756192 140735093738736 140252455878391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
/proc/9869/statm: 2708669 43981 3582 1 0 2670733 0
[pid=9869/tid=9922] ppid=9866 vsize=10834676 memory=8 CPUtime=1.44 cores=1,3,5,7
/proc/9869/task/9922/stat : 9922 (java) R 9866 9869 9235 0 -1 4202560 15322 13190 0 0 130 6 5 3 20 0 15 0 415882294 11094708224 43981 33554432000 4194304 4196468 140735093756192 140252427690312 140252439235080 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9923] ppid=9866 vsize=10834676 memory=280844288213984 CPUtime=0.09 cores=1,3,5,7
/proc/9869/task/9923/stat : 9923 (java) S 9866 9869 9235 0 -1 1077944384 75 13190 0 0 1 0 5 3 20 0 15 0 415882295 11094708224 43981 33554432000 4194304 4196468 140735093756192 140252460120592 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9924] ppid=9866 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9869/task/9924/stat : 9924 (java) S 9866 9869 9235 0 -1 1077944384 92 13190 0 0 1 0 5 3 20 0 15 0 415882295 11094708224 43981 33554432000 4194304 4196468 140735093756192 140252028988048 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9925] ppid=9866 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9869/task/9925/stat : 9925 (java) S 9866 9869 9235 0 -1 1077944384 31 13190 0 0 1 0 5 3 20 0 15 0 415882295 11094708224 43981 33554432000 4194304 4196468 140735093756192 140252027934992 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9926] ppid=9866 vsize=10834676 memory=4580 CPUtime=0.09 cores=1,3,5,7
/proc/9869/task/9926/stat : 9926 (java) S 9866 9869 9235 0 -1 1077944384 417 13190 0 0 1 0 5 3 20 0 15 0 415882295 11094708224 43981 33554432000 4194304 4196468 140735093756192 140252026882448 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9927] ppid=9866 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9869/task/9927/stat : 9927 (java) S 9866 9869 9235 0 -1 1077944384 153 13190 0 0 1 0 5 3 20 0 15 0 415882297 11094708224 43981 33554432000 4194304 4196468 140735093756192 140251915209456 140252455889538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9928] ppid=9866 vsize=10834676 memory=140422144071266 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9928/stat : 9928 (java) S 9866 9869 9235 0 -1 1077944384 13 13190 0 0 0 0 5 3 20 0 15 0 415882297 11094708224 43981 33554432000 4194304 4196468 140735093756192 140251365369568 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9929] ppid=9866 vsize=10834676 memory=280844288131856 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9929/stat : 9929 (java) S 9866 9869 9235 0 -1 1077944384 43 13190 0 0 0 0 5 3 20 0 15 0 415882297 11094708224 43981 33554432000 4194304 4196468 140735093756192 140251331810560 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9930] ppid=9866 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9930/stat : 9930 (java) S 9866 9869 9235 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 415882300 11094708224 43981 33554432000 4194304 4196468 140735093756192 140251217521104 140252455896987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9931] ppid=9866 vsize=10834676 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/9869/task/9931/stat : 9931 (java) S 9866 9869 9235 0 -1 1077944384 1044 13190 0 0 27 0 5 3 20 0 15 0 415882300 11094708224 43981 33554432000 4194304 4196468 140735093756192 140251914156272 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9932] ppid=9866 vsize=10834676 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/9869/task/9932/stat : 9932 (java) S 9866 9869 9235 0 -1 1077944384 920 13190 0 0 20 0 5 3 20 0 15 0 415882300 11094708224 43981 33554432000 4194304 4196468 140735093756192 140251913103728 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9933] ppid=9866 vsize=10834676 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/9869/task/9933/stat : 9933 (java) R 9866 9869 9235 0 -1 4202560 1744 13190 0 0 41 0 5 3 20 0 15 0 415882300 11094708224 43981 33554432000 4194304 4196468 140735093756192 140251912046096 140252435014538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0

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

[pid=9869/tid=9934] ppid=9866 vsize=10849044 memory=1124 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9934/stat : 9934 (java) S 9866 9869 9235 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140250747758944 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9935] ppid=9866 vsize=10849044 memory=733516 CPUtime=0.13 cores=1,3,5,7
/proc/9869/task/9935/stat : 9935 (java) S 9866 9869 9235 0 -1 1077944384 537 13190 0 0 2 3 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251910999088 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
Current children cumulated CPU time: 129.23 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 733516 KiB

[startup+118.401 s]
/proc/loadavg: 1.45 1.41 1.39 3/228 9945
/proc/meminfo: memFree=29537160/32770624 swapFree=66934672/67108860
[pid=9869] ppid=9866 vsize=10849044 memory=733516 CPUtime=132.52 cores=1,3,5,7
/proc/9869/stat : 9869 (java) S 9866 9869 9235 0 -1 1077944320 111399 13190 0 0 13191 53 5 3 20 0 15 0 415882285 11109421056 183379 33554432000 4194304 4196468 140735093756192 140735093738736 140252455878391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
/proc/9869/statm: 2712261 183379 3628 1 0 2674317 0
[pid=9869/tid=9922] ppid=9866 vsize=10849044 memory=28 CPUtime=117.66 cores=1,3,5,7
/proc/9869/task/9922/stat : 9922 (java) R 9866 9869 9235 0 -1 4202560 30761 13190 0 0 11741 17 5 3 20 0 15 0 415882294 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252427714304 140252051470001 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9923] ppid=9866 vsize=10849044 memory=27 CPUtime=0.38 cores=1,3,5,7
/proc/9869/task/9923/stat : 9923 (java) S 9866 9869 9235 0 -1 1077944384 1788 13190 0 0 26 4 5 3 20 0 15 0 415882295 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252460120592 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9924] ppid=9866 vsize=10849044 memory=8112282956445269571 CPUtime=0.36 cores=1,3,5,7
/proc/9869/task/9924/stat : 9924 (java) S 9866 9869 9235 0 -1 1077944384 2154 13190 0 0 23 5 5 3 20 0 15 0 415882295 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252028988048 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9925] ppid=9866 vsize=10849044 memory=-6586667735541663136 CPUtime=0.39 cores=1,3,5,7
/proc/9869/task/9925/stat : 9925 (java) S 9866 9869 9235 0 -1 1077944384 3471 13190 0 0 27 4 5 3 20 0 15 0 415882295 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252027934992 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9926] ppid=9866 vsize=10849044 memory=6656426216300493408 CPUtime=0.39 cores=1,3,5,7
/proc/9869/task/9926/stat : 9926 (java) S 9866 9869 9235 0 -1 1077944384 1076 13190 0 0 26 5 5 3 20 0 15 0 415882295 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252026882448 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9927] ppid=9866 vsize=10849044 memory=11525303351 CPUtime=0.34 cores=1,3,5,7
/proc/9869/task/9927/stat : 9927 (java) S 9866 9869 9235 0 -1 1077944384 3226 13190 0 0 24 2 5 3 20 0 15 0 415882297 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251915209456 140252455889538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9928] ppid=9866 vsize=10849044 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9928/stat : 9928 (java) S 9866 9869 9235 0 -1 1077944384 20 13190 0 0 0 0 5 3 20 0 15 0 415882297 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251365369568 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9929] ppid=9866 vsize=10849044 memory=2032 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9929/stat : 9929 (java) S 9866 9869 9235 0 -1 1077944384 52 13190 0 0 0 0 5 3 20 0 15 0 415882297 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251331810560 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9930] ppid=9866 vsize=10849044 memory=1332 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9930/stat : 9930 (java) S 9866 9869 9235 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251217521104 140252455896987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9931] ppid=9866 vsize=10849044 memory=1564 CPUtime=4.71 cores=1,3,5,7
/proc/9869/task/9931/stat : 9931 (java) S 9866 9869 9235 0 -1 1077944384 19585 13190 0 0 459 4 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251914156272 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9932] ppid=9866 vsize=10849044 memory=0 CPUtime=5.09 cores=1,3,5,7
/proc/9869/task/9932/stat : 9932 (java) S 9866 9869 9235 0 -1 1077944384 23033 13190 0 0 497 4 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251913103728 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9933] ppid=9866 vsize=10849044 memory=140423955743297 CPUtime=3.69 cores=1,3,5,7
/proc/9869/task/9933/stat : 9933 (java) S 9866 9869 9235 0 -1 1077944384 23481 13190 0 0 356 5 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251912050672 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9934] ppid=9866 vsize=10849044 memory=140423955743301 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9934/stat : 9934 (java) S 9866 9869 9235 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140250747758944 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9935] ppid=9866 vsize=10849044 memory=140423955743304 CPUtime=0.13 cores=1,3,5,7
/proc/9869/task/9935/stat : 9935 (java) S 9866 9869 9235 0 -1 1077944384 537 13190 0 0 2 3 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251910999088 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
Current children cumulated CPU time: 132.52 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 733516 KiB

[startup+120.001 s]*
/proc/loadavg: 1.49 1.42 1.39 3/228 9946
/proc/meminfo: memFree=29536524/32770624 swapFree=66934672/67108860
[pid=9869] ppid=9866 vsize=10849044 memory=733516 CPUtime=134.16 cores=1,3,5,7
/proc/9869/stat : 9869 (java) S 9866 9869 9235 0 -1 1077944320 111449 13190 0 0 13355 53 5 3 20 0 15 0 415882285 11109421056 183379 33554432000 4194304 4196468 140735093756192 140735093738736 140252455878391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
/proc/9869/statm: 2712261 183379 3628 1 0 2674317 0
[pid=9869/tid=9922] ppid=9866 vsize=10849044 memory=5952 CPUtime=119.25 cores=1,3,5,7
/proc/9869/task/9922/stat : 9922 (java) R 9866 9869 9235 0 -1 4202560 30808 13190 0 0 11900 17 5 3 20 0 15 0 415882294 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252427713312 140252040727926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9923] ppid=9866 vsize=10849044 memory=-7003737579269690708 CPUtime=0.39 cores=1,3,5,7
/proc/9869/task/9923/stat : 9923 (java) S 9866 9869 9235 0 -1 1077944384 1790 13190 0 0 27 4 5 3 20 0 15 0 415882295 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252460120592 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9924] ppid=9866 vsize=10849044 memory=8112282956445269571 CPUtime=0.37 cores=1,3,5,7
/proc/9869/task/9924/stat : 9924 (java) S 9866 9869 9235 0 -1 1077944384 2154 13190 0 0 24 5 5 3 20 0 15 0 415882295 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252028988048 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9925] ppid=9866 vsize=10849044 memory=-7003737579269690708 CPUtime=0.39 cores=1,3,5,7
/proc/9869/task/9925/stat : 9925 (java) S 9866 9869 9235 0 -1 1077944384 3472 13190 0 0 27 4 5 3 20 0 15 0 415882295 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252027934992 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9926] ppid=9866 vsize=10849044 memory=2124 CPUtime=0.39 cores=1,3,5,7
/proc/9869/task/9926/stat : 9926 (java) S 9866 9869 9235 0 -1 1077944384 1076 13190 0 0 26 5 5 3 20 0 15 0 415882295 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252026882448 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9927] ppid=9866 vsize=10849044 memory=7312 CPUtime=0.35 cores=1,3,5,7
/proc/9869/task/9927/stat : 9927 (java) S 9866 9869 9235 0 -1 1077944384 3226 13190 0 0 25 2 5 3 20 0 15 0 415882297 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251915209456 140252455889538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9928] ppid=9866 vsize=10849044 memory=504 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9928/stat : 9928 (java) S 9866 9869 9235 0 -1 1077944384 20 13190 0 0 0 0 5 3 20 0 15 0 415882297 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251365369568 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9929] ppid=9866 vsize=10849044 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9929/stat : 9929 (java) S 9866 9869 9235 0 -1 1077944384 52 13190 0 0 0 0 5 3 20 0 15 0 415882297 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251331810560 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9930] ppid=9866 vsize=10849044 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9930/stat : 9930 (java) S 9866 9869 9235 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251217521104 140252455896987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9931] ppid=9866 vsize=10849044 memory=1420 CPUtime=4.71 cores=1,3,5,7
/proc/9869/task/9931/stat : 9931 (java) S 9866 9869 9235 0 -1 1077944384 19585 13190 0 0 459 4 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251914156272 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9932] ppid=9866 vsize=10849044 memory=1984 CPUtime=5.1 cores=1,3,5,7
/proc/9869/task/9932/stat : 9932 (java) S 9866 9869 9235 0 -1 1077944384 23033 13190 0 0 498 4 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251913103728 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9933] ppid=9866 vsize=10849044 memory=2532 CPUtime=3.7 cores=1,3,5,7
/proc/9869/task/9933/stat : 9933 (java) S 9866 9869 9235 0 -1 1077944384 23481 13190 0 0 357 5 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251912050672 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9934] ppid=9866 vsize=10849044 memory=1440 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9934/stat : 9934 (java) S 9866 9869 9235 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140250747758944 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9935] ppid=9866 vsize=10849044 memory=808 CPUtime=0.13 cores=1,3,5,7
/proc/9869/task/9935/stat : 9935 (java) S 9866 9869 9235 0 -1 1077944384 537 13190 0 0 2 3 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251910999088 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
Current children cumulated CPU time: 134.16 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 733516 KiB

[startup+120.801 s]
/proc/loadavg: 1.49 1.42 1.39 3/228 9946
/proc/meminfo: memFree=29536524/32770624 swapFree=66934672/67108860
[pid=9869] ppid=9866 vsize=10849044 memory=733516 CPUtime=134.97 cores=1,3,5,7
/proc/9869/stat : 9869 (java) S 9866 9869 9235 0 -1 1077944320 111454 13190 0 0 13436 53 5 3 20 0 15 0 415882285 11109421056 183379 33554432000 4194304 4196468 140735093756192 140735093738736 140252455878391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
/proc/9869/statm: 2712261 183379 3628 1 0 2674317 0
[pid=9869/tid=9922] ppid=9866 vsize=10849044 memory=22728 CPUtime=120.03 cores=1,3,5,7
/proc/9869/task/9922/stat : 9922 (java) R 9866 9869 9235 0 -1 4202560 30812 13190 0 0 11978 17 5 3 20 0 15 0 415882294 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252427713824 140252051465767 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9923] ppid=9866 vsize=10849044 memory=984 CPUtime=0.39 cores=1,3,5,7
/proc/9869/task/9923/stat : 9923 (java) S 9866 9869 9235 0 -1 1077944384 1790 13190 0 0 27 4 5 3 20 0 15 0 415882295 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252460120592 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9924] ppid=9866 vsize=10849044 memory=2032 CPUtime=0.37 cores=1,3,5,7
/proc/9869/task/9924/stat : 9924 (java) S 9866 9869 9235 0 -1 1077944384 2155 13190 0 0 24 5 5 3 20 0 15 0 415882295 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252028988048 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9925] ppid=9866 vsize=10849044 memory=1332 CPUtime=0.4 cores=1,3,5,7
/proc/9869/task/9925/stat : 9925 (java) S 9866 9869 9235 0 -1 1077944384 3472 13190 0 0 28 4 5 3 20 0 15 0 415882295 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252027934992 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9926] ppid=9866 vsize=10849044 memory=1564 CPUtime=0.39 cores=1,3,5,7
/proc/9869/task/9926/stat : 9926 (java) S 9866 9869 9235 0 -1 1077944384 1076 13190 0 0 26 5 5 3 20 0 15 0 415882295 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252026882448 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9927] ppid=9866 vsize=10849044 memory=976 CPUtime=0.35 cores=1,3,5,7
/proc/9869/task/9927/stat : 9927 (java) S 9866 9869 9235 0 -1 1077944384 3226 13190 0 0 25 2 5 3 20 0 15 0 415882297 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251915209456 140252455889538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9928] ppid=9866 vsize=10849044 memory=772 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9928/stat : 9928 (java) S 9866 9869 9235 0 -1 1077944384 20 13190 0 0 0 0 5 3 20 0 15 0 415882297 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251365369568 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9929] ppid=9866 vsize=10849044 memory=3932 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9929/stat : 9929 (java) S 9866 9869 9235 0 -1 1077944384 52 13190 0 0 0 0 5 3 20 0 15 0 415882297 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251331810560 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9930] ppid=9866 vsize=10849044 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9930/stat : 9930 (java) S 9866 9869 9235 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251217521104 140252455896987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9931] ppid=9866 vsize=10849044 memory=1548 CPUtime=4.71 cores=1,3,5,7
/proc/9869/task/9931/stat : 9931 (java) S 9866 9869 9235 0 -1 1077944384 19585 13190 0 0 459 4 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251914156272 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9932] ppid=9866 vsize=10849044 memory=1056 CPUtime=5.1 cores=1,3,5,7
/proc/9869/task/9932/stat : 9932 (java) S 9866 9869 9235 0 -1 1077944384 23033 13190 0 0 498 4 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251913103728 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9933] ppid=9866 vsize=10849044 memory=744 CPUtime=3.7 cores=1,3,5,7
/proc/9869/task/9933/stat : 9933 (java) S 9866 9869 9235 0 -1 1077944384 23481 13190 0 0 357 5 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251912050672 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9934] ppid=9866 vsize=10849044 memory=8296 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9934/stat : 9934 (java) S 9866 9869 9235 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140250747758944 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9935] ppid=9866 vsize=10849044 memory=5952 CPUtime=0.13 cores=1,3,5,7
/proc/9869/task/9935/stat : 9935 (java) S 9866 9869 9235 0 -1 1077944384 537 13190 0 0 2 3 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251910999088 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
Current children cumulated CPU time: 134.97 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 733516 KiB

[startup+121.001 s]*
/proc/loadavg: 1.49 1.42 1.39 3/228 9946
/proc/meminfo: memFree=29536384/32770624 swapFree=66934672/67108860
[pid=9869] ppid=9866 vsize=10849044 memory=733516 CPUtime=135.18 cores=1,3,5,7
/proc/9869/stat : 9869 (java) S 9866 9869 9235 0 -1 1077944320 111463 13190 0 0 13457 53 5 3 20 0 15 0 415882285 11109421056 183379 33554432000 4194304 4196468 140735093756192 140735093738736 140252455878391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
/proc/9869/statm: 2712261 183379 3628 1 0 2674317 0
[pid=9869/tid=9922] ppid=9866 vsize=10849044 memory=590024538737094835 CPUtime=120.24 cores=1,3,5,7
/proc/9869/task/9922/stat : 9922 (java) R 9866 9869 9235 0 -1 4202560 30813 13190 0 0 11999 17 5 3 20 0 15 0 415882294 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252427712928 140252053787731 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9923] ppid=9866 vsize=10849044 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/9869/task/9923/stat : 9923 (java) S 9866 9869 9235 0 -1 1077944384 1790 13190 0 0 27 4 5 3 20 0 15 0 415882295 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252460120592 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9924] ppid=9866 vsize=10849044 memory=140422302990964 CPUtime=0.38 cores=1,3,5,7
/proc/9869/task/9924/stat : 9924 (java) S 9866 9869 9235 0 -1 1077944384 2155 13190 0 0 25 5 5 3 20 0 15 0 415882295 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252028988048 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9925] ppid=9866 vsize=10849044 memory=7681421203011431829 CPUtime=0.4 cores=1,3,5,7
/proc/9869/task/9925/stat : 9925 (java) S 9866 9869 9235 0 -1 1077944384 3472 13190 0 0 28 4 5 3 20 0 15 0 415882295 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252027934992 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9926] ppid=9866 vsize=10849044 memory=3472328128895149430 CPUtime=0.39 cores=1,3,5,7
/proc/9869/task/9926/stat : 9926 (java) S 9866 9869 9235 0 -1 1077944384 1076 13190 0 0 26 5 5 3 20 0 15 0 415882295 11109421056 183379 33554432000 4194304 4196468 140735093756192 140252026882448 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9927] ppid=9866 vsize=10849044 memory=3472468718527112880 CPUtime=0.35 cores=1,3,5,7
/proc/9869/task/9927/stat : 9927 (java) S 9866 9869 9235 0 -1 1077944384 3226 13190 0 0 25 2 5 3 20 0 15 0 415882297 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251915209456 140252455889538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9928] ppid=9866 vsize=10849044 memory=3472328279047811119 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9928/stat : 9928 (java) S 9866 9869 9235 0 -1 1077944384 20 13190 0 0 0 0 5 3 20 0 15 0 415882297 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251365369568 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9929] ppid=9866 vsize=10849044 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9929/stat : 9929 (java) S 9866 9869 9235 0 -1 1077944384 52 13190 0 0 0 0 5 3 20 0 15 0 415882297 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251331810560 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9930] ppid=9866 vsize=10849044 memory=11514826762 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9930/stat : 9930 (java) S 9866 9869 9235 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251217521104 140252455896987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9931] ppid=9866 vsize=10849044 memory=0 CPUtime=4.72 cores=1,3,5,7
/proc/9869/task/9931/stat : 9931 (java) S 9866 9869 9235 0 -1 1077944384 19593 13190 0 0 460 4 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251914156272 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9932] ppid=9866 vsize=10849044 memory=-1 CPUtime=5.1 cores=1,3,5,7
/proc/9869/task/9932/stat : 9932 (java) S 9866 9869 9235 0 -1 1077944384 23033 13190 0 0 498 4 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251913103728 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9933] ppid=9866 vsize=10849044 memory=3251792268150827193 CPUtime=3.71 cores=1,3,5,7
/proc/9869/task/9933/stat : 9933 (java) S 9866 9869 9235 0 -1 1077944384 23481 13190 0 0 358 5 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251912050672 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9934] ppid=9866 vsize=10849044 memory=140422144415679 CPUtime=0.08 cores=1,3,5,7
/proc/9869/task/9934/stat : 9934 (java) S 9866 9869 9235 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140250747758944 140252455888597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
[pid=9869/tid=9935] ppid=9866 vsize=10849044 memory=140422299806352 CPUtime=0.13 cores=1,3,5,7
/proc/9869/task/9935/stat : 9935 (java) S 9866 9869 9235 0 -1 1077944384 537 13190 0 0 2 3 5 3 20 0 15 0 415882300 11109421056 183379 33554432000 4194304 4196468 140735093756192 140251910999088 140252455889538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24489984 140735093758704 140735093761221 140735093761221 140735093764047 0
Current children cumulated CPU time: 135.18 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 733516 KiB

Child status: 0
Real time (s): 121.081
CPU time (s): 135.269
CPU user time (s): 134.685
CPU system time (s): 0.583764
CPU usage (%): 111.718
Max. virtual memory (cumulated for all children) (KiB): 10853204
Max. memory (cumulated for all children) (KiB): 761684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 134.685
system time used= 0.583764
maximum resident set size= 762720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125504
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19667
involuntary context switches= 286


# summary of solver processes directly reported to runsolver:
#   pid: 9869
#   total CPU time (s): 135.269
#   total CPU user time (s): 134.685
#   total CPU system time (s): 0.583764

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.854441 second user time and 1.09652 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-13 19:34:29
IDJOB=4396048
IDBENCH=123101
IDSOLVER=2846
FILE ID=node151/4396048-1568396108
RUNJOBID= node151-1568393581-9267
PBS_JOBID= 21701866
Free space on /tmp= 59276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc16e.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396048-1568396108/watcher-4396048-1568396108 -o /tmp/evaluation-result-4396048-1568396108/solver-4396048-1568396108 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568393581-9267 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=693074807 HOME/instance-4396048-1568396108.xml

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

MD5SUM BENCH= 9478703244e8f640224ac5c9e01083b8
RANDOM SEED=693074807

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30498692 kB
MemAvailable:   31317852 kB
Buffers:          165124 kB
Cached:           946588 kB
SwapCached:        71544 kB
Active:          1160440 kB
Inactive:         565688 kB
Active(anon):     550244 kB
Inactive(anon):    96848 kB
Active(file):     610196 kB
Inactive(file):   468840 kB
Unevictable:      110844 kB
Mlocked:          110844 kB
SwapTotal:      67108860 kB
SwapFree:       66934672 kB
Dirty:             35500 kB
Writeback:             0 kB
AnonPages:        654392 kB
Mapped:            50016 kB
Shmem:             23912 kB
Slab:             140712 kB
SReclaimable:     111920 kB
SUnreclaim:        28792 kB
KernelStack:        3696 kB
PageTables:         6788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1871300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    468992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59240 MiB
End job on node151 at 2019-09-13 19:36:30