Trace number 4387070

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.10OPT67514 320.032 300.479

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai10a.xml
MD5SUMb58690ea851c8aad9573a552336d280c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark67514
Best CPU time to get the best result obtained on this benchmark30.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size10
Maximum domain size35
Distribution of domain sizes[{"size":10,"count":10},{"size":35,"count":45}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":45},{"arity":10,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"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.71/0.55	c Concrete v3.10.1560635388952 running
6.61/3.13	o 87799
6.61/3.16	o 87122
6.61/3.16	o 81371
6.94/3.20	o 77006
7.65/3.43	o 76698
7.65/3.46	o 74178
8.89/3.87	o 72443
9.92/4.92	o 71381
11.33/5.59	o 70248
12.26/5.99	o 69547
12.26/5.99	o 69067
12.84/6.21	o 67914
22.00/12.55	o 67820
67.44/55.01	o 67514
319.94/300.45	v <instantiation
319.94/300.45	v         cost = '67514'>
319.94/300.45	v       <list>
319.94/300.45	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][6] d[5][7] d[5][8] d[5][9] d[6][7] d[6][8] d[6][9] d[7][8] d[7][9] d[8][9]
319.94/300.45	v       </list>
319.94/300.45	v       <values>
319.94/300.45	v         8 0 7 5 9 4 3 2 6 1 10 61 76 21 45 82 12 57 0 25 41 4 56 82 95 6 21 18 36 86 35 84 18 79 39 69 91 1 59 40 91 26 0 36 89 26 9 56 44 35 11 6 85 63 75
319.94/300.45	v       </values>
319.94/300.45	v     </instantiation>
319.94/300.45	s OPTIMUM FOUND

Verifier Data

OK	67514

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387070-1568289554/watcher-4387070-1568289554 -o /tmp/evaluation-result-4387070-1568289554/solver-4387070-1568289554 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6843 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1398779474 HOME/instance-4387070-1568289554.xml 

running on 4 cores: 0,2,4,6

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

solver pid=7293, runsolver pid=7290

[startup+0.1001 s]*
/proc/loadavg: 1.50 1.55 1.50 3/217 7350
/proc/meminfo: memFree=19876036/32770624 swapFree=66977604/67108860
[pid=7293] ppid=7290 vsize=9972712 memory=16904 CPUtime=0.08 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 5836 0 -1 1077944320 4481 13270 0 0 1 0 5 2 20 0 6 0 405212763 10212057088 4226 33554432000 4194304 4196468 140728053872320 140728053854864 140637034757879 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
/proc/7293/statm: 2493178 4226 1935 1 0 2481616 0
[pid=7293/tid=7346] ppid=7290 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/7293/task/7346/stat : 7346 (java) R 7290 7293 5836 0 -1 4202560 2307 13270 0 0 1 0 5 2 20 0 6 0 405212772 10212057088 4292 33554432000 4194304 4196468 140728053872320 140637006594640 140637018838366 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7347] ppid=7290 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7347/stat : 7347 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 6 0 405212772 10212057088 4292 33554432000 4194304 4196468 140728053872320 140637039000080 140637034768085 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7348] ppid=7290 vsize=9972712 memory=16246147655239320 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7348/stat : 7348 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 6 0 405212772 10212057088 4292 33554432000 4194304 4196468 140728053872320 140636607818384 140637034768085 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7349] ppid=7290 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7349/stat : 7349 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 6 0 405212772 10212057088 4292 33554432000 4194304 4196468 140728053872320 140636606765328 140637034768085 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7350] ppid=7290 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7350/stat : 7350 (java) S 7290 7293 5836 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 6 0 405212772 10212057088 4292 33554432000 4194304 4196468 140728053872320 140636605712784 140637034768085 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16904 KiB

[startup+0.210245 s]*
/proc/loadavg: 1.50 1.55 1.50 3/226 7359
/proc/meminfo: memFree=19855372/32770624 swapFree=66977604/67108860
[pid=7293] ppid=7290 vsize=10818940 memory=39208 CPUtime=0.25 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 5836 0 -1 1077944320 7106 13270 0 0 17 1 5 2 20 0 15 0 405212763 11078594560 9802 33554432000 4194304 4196468 140728053872320 140728053854864 140637034757879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
/proc/7293/statm: 2704735 9802 2974 1 0 2667149 0
[pid=7293/tid=7346] ppid=7290 vsize=10818940 memory=729618466009055537 CPUtime=0.18 cores=0,2,4,6
/proc/7293/task/7346/stat : 7346 (java) R 7290 7293 5836 0 -1 4202560 3617 13270 0 0 11 0 5 2 20 0 15 0 405212772 11078594560 9802 33554432000 4194304 4196468 140728053872320 140637006590736 140637026995006 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7347] ppid=7290 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7347/stat : 7347 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212772 11078594560 9802 33554432000 4194304 4196468 140728053872320 140637039000080 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7348] ppid=7290 vsize=10818940 memory=16246147655239320 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7348/stat : 7348 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212772 11078594560 9802 33554432000 4194304 4196468 140728053872320 140636607818384 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7349] ppid=7290 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7349/stat : 7349 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212772 11078594560 9802 33554432000 4194304 4196468 140728053872320 140636606765328 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7350] ppid=7290 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7350/stat : 7350 (java) S 7290 7293 5836 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 15 0 405212772 11078594560 9802 33554432000 4194304 4196468 140728053872320 140636605712784 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7351] ppid=7290 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7351/stat : 7351 (java) S 7290 7293 5836 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 15 0 405212774 11078594560 9802 33554432000 4194304 4196468 140728053872320 140636561406704 140637034769026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7352] ppid=7290 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7352/stat : 7352 (java) S 7290 7293 5836 0 -1 1077944384 13 13270 0 0 0 0 5 2 20 0 15 0 405212774 11078594560 9802 33554432000 4194304 4196468 140728053872320 140636489508512 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7353] ppid=7290 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7353/stat : 7353 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212774 11078594560 9802 33554432000 4194304 4196468 140728053872320 140635885528304 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7354] ppid=7290 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7354/stat : 7354 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11078594560 9802 33554432000 4194304 4196468 140728053872320 140635578128848 140637034776475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7355] ppid=7290 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7293/task/7355/stat : 7355 (java) S 7290 7293 5836 0 -1 1077944384 465 13270 0 0 1 0 5 2 20 0 15 0 405212777 11078594560 9802 33554432000 4194304 4196468 140728053872320 140636560353520 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7356] ppid=7290 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7356/stat : 7356 (java) S 7290 7293 5836 0 -1 1077944384 182 13270 0 0 0 0 5 2 20 0 15 0 405212777 11078594560 9802 33554432000 4194304 4196468 140728053872320 140636559300976 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7357] ppid=7290 vsize=10818940 memory=140285660202624 CPUtime=0.1 cores=0,2,4,6
/proc/7293/task/7357/stat : 7357 (java) S 7290 7293 5836 0 -1 1077944384 618 13270 0 0 3 0 5 2 20 0 15 0 405212777 11078594560 9802 33554432000 4194304 4196468 140728053872320 140636558247920 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7358] ppid=7290 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7358/stat : 7358 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11078594560 9802 33554432000 4194304 4196468 140728053872320 140635544570208 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7359] ppid=7290 vsize=10818940 memory=140285660202624 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7359/stat : 7359 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212778 11078594560 9802 33554432000 4194304 4196468 140728053872320 140636455951408 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 39208 KiB

[startup+0.310696 s]*
/proc/loadavg: 1.50 1.55 1.50 3/226 7359
/proc/meminfo: memFree=19845596/32770624 swapFree=66977604/67108860
[pid=7293] ppid=7290 vsize=10820096 memory=48520 CPUtime=0.39 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 5836 0 -1 1077944320 10868 13270 0 0 29 3 5 2 20 0 15 0 405212763 11079778304 12130 33554432000 4194304 4196468 140728053872320 140728053854864 140637034757879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
/proc/7293/statm: 2705024 12130 3228 1 0 2667149 0
[pid=7293/tid=7346] ppid=7290 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/7293/task/7346/stat : 7346 (java) R 7290 7293 5836 0 -1 4202560 7359 13270 0 0 19 2 5 2 20 0 15 0 405212772 11079778304 12642 33554432000 4194304 4196468 140728053872320 140637006574160 140637034779805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7347] ppid=7290 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7347/stat : 7347 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212772 11079778304 12642 33554432000 4194304 4196468 140728053872320 140637039000080 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7348] ppid=7290 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7348/stat : 7348 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212772 11079778304 12642 33554432000 4194304 4196468 140728053872320 140636607818384 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7349] ppid=7290 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7349/stat : 7349 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212772 11079778304 12642 33554432000 4194304 4196468 140728053872320 140636606765328 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7350] ppid=7290 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7350/stat : 7350 (java) S 7290 7293 5836 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 15 0 405212772 11079778304 12642 33554432000 4194304 4196468 140728053872320 140636605712784 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7351] ppid=7290 vsize=10820096 memory=140285660202623 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7351/stat : 7351 (java) S 7290 7293 5836 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 15 0 405212774 11079778304 12642 33554432000 4194304 4196468 140728053872320 140636561406704 140637034769026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7352] ppid=7290 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7352/stat : 7352 (java) S 7290 7293 5836 0 -1 1077944384 13 13270 0 0 0 0 5 2 20 0 15 0 405212774 11079778304 12642 33554432000 4194304 4196468 140728053872320 140636489508512 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7353] ppid=7290 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7353/stat : 7353 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212774 11079778304 12642 33554432000 4194304 4196468 140728053872320 140635885528304 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7354] ppid=7290 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7354/stat : 7354 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11079778304 12642 33554432000 4194304 4196468 140728053872320 140635578128848 140637034776475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7355] ppid=7290 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7293/task/7355/stat : 7355 (java) S 7290 7293 5836 0 -1 1077944384 467 13270 0 0 2 0 5 2 20 0 15 0 405212777 11079778304 12642 33554432000 4194304 4196468 140728053872320 140636560353520 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7356] ppid=7290 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7293/task/7356/stat : 7356 (java) S 7290 7293 5836 0 -1 1077944384 182 13270 0 0 1 0 5 2 20 0 15 0 405212777 11079778304 12642 33554432000 4194304 4196468 140728053872320 140636559300976 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7357] ppid=7290 vsize=10820096 memory=140285660202624 CPUtime=0.12 cores=0,2,4,6
/proc/7293/task/7357/stat : 7357 (java) S 7290 7293 5836 0 -1 1077944384 628 13270 0 0 5 0 5 2 20 0 15 0 405212777 11079778304 12642 33554432000 4194304 4196468 140728053872320 140636558247920 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7358] ppid=7290 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7358/stat : 7358 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11079778304 12642 33554432000 4194304 4196468 140728053872320 140635544570208 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7359] ppid=7290 vsize=10820096 memory=140285660202624 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7359/stat : 7359 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212778 11079778304 12642 33554432000 4194304 4196468 140728053872320 140636455951408 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 48520 KiB

[startup+0.700654 s]
/proc/loadavg: 1.50 1.55 1.50 5/226 7359
/proc/meminfo: memFree=19832588/32770624 swapFree=66977604/67108860
[pid=7293] ppid=7290 vsize=10824340 memory=80224 CPUtime=1.13 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 5836 0 -1 1077944320 14817 13270 0 0 101 5 5 2 20 0 15 0 405212763 11084124160 20056 33554432000 4194304 4196468 140728053872320 140728053854864 140637034757879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
/proc/7293/statm: 2706085 20056 3503 1 0 2668173 0
[pid=7293/tid=7346] ppid=7290 vsize=10824340 memory=7810487918915055718 CPUtime=0.65 cores=0,2,4,6
/proc/7293/task/7346/stat : 7346 (java) R 7290 7293 5836 0 -1 4202560 10541 13270 0 0 55 3 5 2 20 0 15 0 405212772 11084124160 20056 33554432000 4194304 4196468 140728053872320 140637006580016 140637018838366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7347] ppid=7290 vsize=10824340 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7347/stat : 7347 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212772 11084124160 20056 33554432000 4194304 4196468 140728053872320 140637039000080 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7348] ppid=7290 vsize=10824340 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7348/stat : 7348 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212772 11084124160 20056 33554432000 4194304 4196468 140728053872320 140636607818384 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7349] ppid=7290 vsize=10824340 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7349/stat : 7349 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212772 11084124160 20056 33554432000 4194304 4196468 140728053872320 140636606765328 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7350] ppid=7290 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7350/stat : 7350 (java) S 7290 7293 5836 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 15 0 405212772 11084124160 20056 33554432000 4194304 4196468 140728053872320 140636605712784 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7351] ppid=7290 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7351/stat : 7351 (java) S 7290 7293 5836 0 -1 1077944384 5 13270 0 0 0 0 5 2 20 0 15 0 405212774 11084124160 20056 33554432000 4194304 4196468 140728053872320 140636561406704 140637034769026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7352] ppid=7290 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7352/stat : 7352 (java) S 7290 7293 5836 0 -1 1077944384 13 13270 0 0 0 0 5 2 20 0 15 0 405212774 11084124160 20056 33554432000 4194304 4196468 140728053872320 140636489508512 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7353] ppid=7290 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7353/stat : 7353 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212774 11084124160 20056 33554432000 4194304 4196468 140728053872320 140635885528304 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7354] ppid=7290 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7354/stat : 7354 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11084124160 20056 33554432000 4194304 4196468 140728053872320 140635578128848 140637034776475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7355] ppid=7290 vsize=10824340 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/7293/task/7355/stat : 7355 (java) R 7290 7293 5836 0 -1 4202560 837 13270 0 0 14 0 5 2 20 0 15 0 405212777 11084124160 20056 33554432000 4194304 4196468 140728053872320 140636560353520 140637019522816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7356] ppid=7290 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/7293/task/7356/stat : 7356 (java) R 7290 7293 5836 0 -1 4202560 428 13270 0 0 13 0 5 2 20 0 15 0 405212777 11084124160 20056 33554432000 4194304 4196468 140728053872320 140636559300976 140637034779226 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7357] ppid=7290 vsize=10824340 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/7293/task/7357/stat : 7357 (java) S 7290 7293 5836 0 -1 1077944384 776 13270 0 0 17 0 5 2 20 0 15 0 405212777 11084124160 20056 33554432000 4194304 4196468 140728053872320 140636558247920 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7358] ppid=7290 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7358/stat : 7358 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11084124160 20056 33554432000 4194304 4196468 140728053872320 140635544570208 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7359] ppid=7290 vsize=10824340 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7359/stat : 7359 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212778 11084124160 20056 33554432000 4194304 4196468 140728053872320 140636455951408 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80224 KiB

[startup+1.50267 s]
/proc/loadavg: 1.50 1.55 1.50 3/226 7359
/proc/meminfo: memFree=19788344/32770624 swapFree=66977604/67108860
[pid=7293] ppid=7290 vsize=10834656 memory=166520 CPUtime=2.48 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 5836 0 -1 1077944320 22506 13270 0 0 232 9 5 2 20 0 15 0 405212763 11094687744 41630 33554432000 4194304 4196468 140728053872320 140728053854864 140637034757879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
/proc/7293/statm: 2708664 41630 3576 1 0 2670733 0
[pid=7293/tid=7346] ppid=7290 vsize=10834656 memory=140285510160984 CPUtime=1.43 cores=0,2,4,6
/proc/7293/task/7346/stat : 7346 (java) R 7290 7293 5836 0 -1 4202560 15526 13270 0 0 131 5 5 2 20 0 15 0 405212772 11094687744 41630 33554432000 4194304 4196468 140728053872320 140637006569848 140636638434963 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7347] ppid=7290 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7293/task/7347/stat : 7347 (java) S 7290 7293 5836 0 -1 1077944384 97 13270 0 0 1 0 5 2 20 0 15 0 405212772 11094687744 41630 33554432000 4194304 4196468 140728053872320 140637039000080 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7348] ppid=7290 vsize=10834656 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7348/stat : 7348 (java) S 7290 7293 5836 0 -1 1077944384 23 13270 0 0 0 0 5 2 20 0 15 0 405212772 11094687744 41630 33554432000 4194304 4196468 140728053872320 140636607818384 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7349] ppid=7290 vsize=10834656 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7349/stat : 7349 (java) S 7290 7293 5836 0 -1 1077944384 79 13270 0 0 0 0 5 2 20 0 15 0 405212772 11094687744 41630 33554432000 4194304 4196468 140728053872320 140636606765328 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7350] ppid=7290 vsize=10834656 memory=280571020728736 CPUtime=0.08 cores=0,2,4,6
/proc/7293/task/7350/stat : 7350 (java) S 7290 7293 5836 0 -1 1077944384 435 13270 0 0 1 0 5 2 20 0 15 0 405212772 11094687744 41630 33554432000 4194304 4196468 140728053872320 140636605712784 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7351] ppid=7290 vsize=10834656 memory=171592533424432 CPUtime=0.08 cores=0,2,4,6
/proc/7293/task/7351/stat : 7351 (java) S 7290 7293 5836 0 -1 1077944384 979 13270 0 0 1 0 5 2 20 0 15 0 405212774 11094687744 41630 33554432000 4194304 4196468 140728053872320 140636561406704 140637034769026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7352] ppid=7290 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7352/stat : 7352 (java) S 7290 7293 5836 0 -1 1077944384 14 13270 0 0 0 0 5 2 20 0 15 0 405212774 11094687744 41630 33554432000 4194304 4196468 140728053872320 140636489508576 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7353] ppid=7290 vsize=10834656 memory=6011695965183832882 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7353/stat : 7353 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212774 11094687744 41630 33554432000 4194304 4196468 140728053872320 140635885528320 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7354] ppid=7290 vsize=10834656 memory=-8412660965132101773 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7354/stat : 7354 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11094687744 41630 33554432000 4194304 4196468 140728053872320 140635578128848 140637034776475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7355] ppid=7290 vsize=10834656 memory=-7668917182949848256 CPUtime=0.35 cores=0,2,4,6
/proc/7293/task/7355/stat : 7355 (java) S 7290 7293 5836 0 -1 1077944384 1073 13270 0 0 28 0 5 2 20 0 15 0 405212777 11094687744 41630 33554432000 4194304 4196468 140728053872320 140636560353520 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7356] ppid=7290 vsize=10834656 memory=8514726395714956677 CPUtime=0.31 cores=0,2,4,6
/proc/7293/task/7356/stat : 7356 (java) R 7290 7293 5836 0 -1 4202560 575 13270 0 0 24 0 5 2 20 0 15 0 405212777 11094687744 41630 33554432000 4194304 4196468 140728053872320 140636559300976 140637018144490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7357] ppid=7290 vsize=10834656 memory=-8995268955501401461 CPUtime=0.47 cores=0,2,4,6
/proc/7293/task/7357/stat : 7357 (java) R 7290 7293 5836 0 -1 4202560 1492 13270 0 0 40 0 5 2 20 0 15 0 405212777 11094687744 41630 33554432000 4194304 4196468 140728053872320 140636558247920 140637013277717 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7358] ppid=7290 vsize=10834656 memory=4283920778551074714 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7358/stat : 7358 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11094687744 41630 33554432000 4194304 4196468 140728053872320 140635544570208 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7359] ppid=7290 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7359/stat : 7359 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212778 11094687744 41630 33554432000 4194304 4196468 140728053872320 140636455951408 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834656 KiB

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

[pid=7293/tid=7358] ppid=7290 vsize=10849024 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7358/stat : 7358 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140635544570208 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7359] ppid=7290 vsize=10849024 memory=2832 CPUtime=0.23 cores=0,2,4,6
/proc/7293/task/7359/stat : 7359 (java) S 7290 7293 5836 0 -1 1077944384 339 13270 0 0 7 9 5 2 20 0 15 0 405212778 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636455951408 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
Current children cumulated CPU time: 313.76 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 771800 KiB

[startup+297.601 s]
/proc/loadavg: 2.10 1.90 1.67 3/229 8158
/proc/meminfo: memFree=19617012/32770624 swapFree=66977604/67108860
[pid=7293] ppid=7290 vsize=10849024 memory=771800 CPUtime=317.05 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 5836 0 -1 1077944320 143230 13270 0 0 31612 86 5 2 20 0 15 0 405212763 11109400576 192950 33554432000 4194304 4196468 140728053872320 140728053854864 140637034757879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
/proc/7293/statm: 2712256 192950 3624 1 0 2674317 0
[pid=7293/tid=7346] ppid=7290 vsize=10849024 memory=771800 CPUtime=294.11 cores=0,2,4,6
/proc/7293/task/7346/stat : 7346 (java) R 7290 7293 5836 0 -1 4202560 35302 13270 0 0 29380 24 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140637006593904 140636651835591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7347] ppid=7290 vsize=10849024 memory=771800 CPUtime=1.22 cores=0,2,4,6
/proc/7293/task/7347/stat : 7347 (java) S 7290 7293 5836 0 -1 1077944384 2617 13270 0 0 108 7 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140637039000080 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7348] ppid=7290 vsize=10849024 memory=14012 CPUtime=1.23 cores=0,2,4,6
/proc/7293/task/7348/stat : 7348 (java) S 7290 7293 5836 0 -1 1077944384 2083 13270 0 0 109 7 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636607818384 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7349] ppid=7290 vsize=10849024 memory=1728 CPUtime=1.22 cores=0,2,4,6
/proc/7293/task/7349/stat : 7349 (java) S 7290 7293 5836 0 -1 1077944384 5440 13270 0 0 107 8 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636606765328 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7350] ppid=7290 vsize=10849024 memory=704 CPUtime=1.22 cores=0,2,4,6
/proc/7293/task/7350/stat : 7350 (java) S 7290 7293 5836 0 -1 1077944384 3214 13270 0 0 106 9 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636605712784 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7351] ppid=7290 vsize=10849024 memory=1056 CPUtime=1.13 cores=0,2,4,6
/proc/7293/task/7351/stat : 7351 (java) S 7290 7293 5836 0 -1 1077944384 6076 13270 0 0 100 6 5 2 20 0 15 0 405212774 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636561406704 140637034769026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7352] ppid=7290 vsize=10849024 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7352/stat : 7352 (java) S 7290 7293 5836 0 -1 1077944384 15 13270 0 0 0 0 5 2 20 0 15 0 405212774 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636489508576 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7353] ppid=7290 vsize=10849024 memory=37484 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7353/stat : 7353 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212774 11109400576 192950 33554432000 4194304 4196468 140728053872320 140635885528320 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7354] ppid=7290 vsize=10849024 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7354/stat : 7354 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140635578128848 140637034776475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7355] ppid=7290 vsize=10849024 memory=8112282956445269571 CPUtime=6.13 cores=0,2,4,6
/proc/7293/task/7355/stat : 7355 (java) S 7290 7293 5836 0 -1 1077944384 27163 13270 0 0 599 7 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636560353520 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7356] ppid=7290 vsize=10849024 memory=2596 CPUtime=6.68 cores=0,2,4,6
/proc/7293/task/7356/stat : 7356 (java) S 7290 7293 5836 0 -1 1077944384 26559 13270 0 0 654 7 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636559300976 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7357] ppid=7290 vsize=10849024 memory=2856 CPUtime=4.4 cores=0,2,4,6
/proc/7293/task/7357/stat : 7357 (java) S 7290 7293 5836 0 -1 1077944384 32210 13270 0 0 425 8 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636558247920 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 78 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7358] ppid=7290 vsize=10849024 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7358/stat : 7358 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140635544570208 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7359] ppid=7290 vsize=10849024 memory=8112282956445269571 CPUtime=0.24 cores=0,2,4,6
/proc/7293/task/7359/stat : 7359 (java) S 7290 7293 5836 0 -1 1077944384 339 13270 0 0 8 9 5 2 20 0 15 0 405212778 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636455951408 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
Current children cumulated CPU time: 317.05 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 771800 KiB

[startup+299.201 s]
/proc/loadavg: 2.09 1.91 1.67 3/229 8160
/proc/meminfo: memFree=19615716/32770624 swapFree=66977604/67108860
[pid=7293] ppid=7290 vsize=10849024 memory=771800 CPUtime=318.7 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 5836 0 -1 1077944320 143255 13270 0 0 31776 87 5 2 20 0 15 0 405212763 11109400576 192950 33554432000 4194304 4196468 140728053872320 140728053854864 140637034757879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
/proc/7293/statm: 2712256 192950 3624 1 0 2674317 0
[pid=7293/tid=7346] ppid=7290 vsize=10849024 memory=8112282956445269571 CPUtime=295.68 cores=0,2,4,6
/proc/7293/task/7346/stat : 7346 (java) R 7290 7293 5836 0 -1 4202560 35313 13270 0 0 29537 24 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140637006592480 140636643914238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7347] ppid=7290 vsize=10849024 memory=1056 CPUtime=1.24 cores=0,2,4,6
/proc/7293/task/7347/stat : 7347 (java) S 7290 7293 5836 0 -1 1077944384 2618 13270 0 0 109 8 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140637039000080 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7348] ppid=7290 vsize=10849024 memory=1556 CPUtime=1.24 cores=0,2,4,6
/proc/7293/task/7348/stat : 7348 (java) S 7290 7293 5836 0 -1 1077944384 2084 13270 0 0 110 7 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636607818384 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7349] ppid=7290 vsize=10849024 memory=780 CPUtime=1.23 cores=0,2,4,6
/proc/7293/task/7349/stat : 7349 (java) S 7290 7293 5836 0 -1 1077944384 5440 13270 0 0 108 8 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636606765328 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7350] ppid=7290 vsize=10849024 memory=3252 CPUtime=1.23 cores=0,2,4,6
/proc/7293/task/7350/stat : 7350 (java) S 7290 7293 5836 0 -1 1077944384 3214 13270 0 0 107 9 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636605712784 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7351] ppid=7290 vsize=10849024 memory=1112 CPUtime=1.14 cores=0,2,4,6
/proc/7293/task/7351/stat : 7351 (java) S 7290 7293 5836 0 -1 1077944384 6078 13270 0 0 101 6 5 2 20 0 15 0 405212774 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636561406704 140637034769026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7352] ppid=7290 vsize=10849024 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7352/stat : 7352 (java) S 7290 7293 5836 0 -1 1077944384 15 13270 0 0 0 0 5 2 20 0 15 0 405212774 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636489508576 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7353] ppid=7290 vsize=10849024 memory=37484 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7353/stat : 7353 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212774 11109400576 192950 33554432000 4194304 4196468 140728053872320 140635885528320 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7354] ppid=7290 vsize=10849024 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7354/stat : 7354 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140635578128848 140637034776475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7355] ppid=7290 vsize=10849024 memory=2004 CPUtime=6.14 cores=0,2,4,6
/proc/7293/task/7355/stat : 7355 (java) S 7290 7293 5836 0 -1 1077944384 27168 13270 0 0 600 7 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636560353520 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7356] ppid=7290 vsize=10849024 memory=1428 CPUtime=6.69 cores=0,2,4,6
/proc/7293/task/7356/stat : 7356 (java) S 7290 7293 5836 0 -1 1077944384 26559 13270 0 0 655 7 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636559300976 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7357] ppid=7290 vsize=10849024 memory=1728 CPUtime=4.41 cores=0,2,4,6
/proc/7293/task/7357/stat : 7357 (java) S 7290 7293 5836 0 -1 1077944384 32215 13270 0 0 426 8 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636558247920 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 78 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7358] ppid=7290 vsize=10849024 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7358/stat : 7358 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140635544570208 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7359] ppid=7290 vsize=10849024 memory=780 CPUtime=0.24 cores=0,2,4,6
/proc/7293/task/7359/stat : 7359 (java) S 7290 7293 5836 0 -1 1077944384 339 13270 0 0 8 9 5 2 20 0 15 0 405212778 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636455951408 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
Current children cumulated CPU time: 318.7 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 771800 KiB

[startup+300.001 s]*
/proc/loadavg: 2.09 1.91 1.67 3/229 8160
/proc/meminfo: memFree=19646064/32770624 swapFree=66977604/67108860
[pid=7293] ppid=7290 vsize=10849024 memory=771800 CPUtime=319.53 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 5836 0 -1 1077944320 143262 13270 0 0 31859 87 5 2 20 0 15 0 405212763 11109400576 192950 33554432000 4194304 4196468 140728053872320 140728053854864 140637034757879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
/proc/7293/statm: 2712256 192950 3624 1 0 2674317 0
[pid=7293/tid=7346] ppid=7290 vsize=10849024 memory=8317482817917895235 CPUtime=296.48 cores=0,2,4,6
/proc/7293/task/7346/stat : 7346 (java) R 7290 7293 5836 0 -1 4202560 35318 13270 0 0 29617 24 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140637006593840 140637013835371 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7347] ppid=7290 vsize=10849024 memory=1804 CPUtime=1.24 cores=0,2,4,6
/proc/7293/task/7347/stat : 7347 (java) S 7290 7293 5836 0 -1 1077944384 2618 13270 0 0 109 8 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140637039000080 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7348] ppid=7290 vsize=10849024 memory=916 CPUtime=1.24 cores=0,2,4,6
/proc/7293/task/7348/stat : 7348 (java) S 7290 7293 5836 0 -1 1077944384 2084 13270 0 0 110 7 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636607818384 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7349] ppid=7290 vsize=10849024 memory=3848 CPUtime=1.24 cores=0,2,4,6
/proc/7293/task/7349/stat : 7349 (java) S 7290 7293 5836 0 -1 1077944384 5440 13270 0 0 109 8 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636606765328 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7350] ppid=7290 vsize=10849024 memory=4104 CPUtime=1.23 cores=0,2,4,6
/proc/7293/task/7350/stat : 7350 (java) S 7290 7293 5836 0 -1 1077944384 3214 13270 0 0 107 9 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636605712784 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7351] ppid=7290 vsize=10849024 memory=2596 CPUtime=1.14 cores=0,2,4,6
/proc/7293/task/7351/stat : 7351 (java) S 7290 7293 5836 0 -1 1077944384 6078 13270 0 0 101 6 5 2 20 0 15 0 405212774 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636561406704 140637034769026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7352] ppid=7290 vsize=10849024 memory=2856 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7352/stat : 7352 (java) S 7290 7293 5836 0 -1 1077944384 15 13270 0 0 0 0 5 2 20 0 15 0 405212774 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636489508576 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7353] ppid=7290 vsize=10849024 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7353/stat : 7353 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212774 11109400576 192950 33554432000 4194304 4196468 140728053872320 140635885528320 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7354] ppid=7290 vsize=10849024 memory=3136 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7354/stat : 7354 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140635578128848 140637034776475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7355] ppid=7290 vsize=10849024 memory=771800 CPUtime=6.14 cores=0,2,4,6
/proc/7293/task/7355/stat : 7355 (java) S 7290 7293 5836 0 -1 1077944384 27168 13270 0 0 600 7 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636560353520 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7356] ppid=7290 vsize=10849024 memory=1408 CPUtime=6.69 cores=0,2,4,6
/proc/7293/task/7356/stat : 7356 (java) S 7290 7293 5836 0 -1 1077944384 26560 13270 0 0 655 7 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636559300976 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7357] ppid=7290 vsize=10849024 memory=2888 CPUtime=4.41 cores=0,2,4,6
/proc/7293/task/7357/stat : 7357 (java) S 7290 7293 5836 0 -1 1077944384 32216 13270 0 0 426 8 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636558247920 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 78 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7358] ppid=7290 vsize=10849024 memory=2088320 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7358/stat : 7358 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140635544570208 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7359] ppid=7290 vsize=10849024 memory=1164 CPUtime=0.24 cores=0,2,4,6
/proc/7293/task/7359/stat : 7359 (java) S 7290 7293 5836 0 -1 1077944384 339 13270 0 0 8 9 5 2 20 0 15 0 405212778 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636455951408 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
Current children cumulated CPU time: 319.53 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 771800 KiB

[startup+300.401 s]
/proc/loadavg: 2.09 1.91 1.67 3/229 8160
/proc/meminfo: memFree=19646064/32770624 swapFree=66977604/67108860
[pid=7293] ppid=7290 vsize=10849024 memory=771800 CPUtime=319.94 cores=0,2,4,6
/proc/7293/stat : 7293 (java) S 7290 7293 5836 0 -1 1077944320 143269 13270 0 0 31900 87 5 2 20 0 15 0 405212763 11109400576 192950 33554432000 4194304 4196468 140728053872320 140728053854864 140637034757879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
/proc/7293/statm: 2712256 192950 3624 1 0 2674317 0
[pid=7293/tid=7346] ppid=7290 vsize=10849024 memory=288230617509003574 CPUtime=296.87 cores=0,2,4,6
/proc/7293/task/7346/stat : 7346 (java) R 7290 7293 5836 0 -1 4202560 35321 13270 0 0 29656 24 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140637006592160 140637017278896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7347] ppid=7290 vsize=10849024 memory=13851858779244951 CPUtime=1.24 cores=0,2,4,6
/proc/7293/task/7347/stat : 7347 (java) S 7290 7293 5836 0 -1 1077944384 2618 13270 0 0 109 8 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140637039000080 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7348] ppid=7290 vsize=10849024 memory=2832 CPUtime=1.25 cores=0,2,4,6
/proc/7293/task/7348/stat : 7348 (java) S 7290 7293 5836 0 -1 1077944384 2084 13270 0 0 111 7 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636607818384 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7349] ppid=7290 vsize=10849024 memory=1084 CPUtime=1.24 cores=0,2,4,6
/proc/7293/task/7349/stat : 7349 (java) S 7290 7293 5836 0 -1 1077944384 5440 13270 0 0 109 8 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636606765328 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7350] ppid=7290 vsize=10849024 memory=14012 CPUtime=1.23 cores=0,2,4,6
/proc/7293/task/7350/stat : 7350 (java) S 7290 7293 5836 0 -1 1077944384 3214 13270 0 0 107 9 5 2 20 0 15 0 405212772 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636605712784 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7351] ppid=7290 vsize=10849024 memory=14048 CPUtime=1.15 cores=0,2,4,6
/proc/7293/task/7351/stat : 7351 (java) S 7290 7293 5836 0 -1 1077944384 6080 13270 0 0 102 6 5 2 20 0 15 0 405212774 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636561406704 140637034769026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7352] ppid=7290 vsize=10849024 memory=771800 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7352/stat : 7352 (java) S 7290 7293 5836 0 -1 1077944384 15 13270 0 0 0 0 5 2 20 0 15 0 405212774 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636489508576 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7353] ppid=7290 vsize=10849024 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7353/stat : 7353 (java) S 7290 7293 5836 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 405212774 11109400576 192950 33554432000 4194304 4196468 140728053872320 140635885528320 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7354] ppid=7290 vsize=10849024 memory=1804 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7354/stat : 7354 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140635578128848 140637034776475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7355] ppid=7290 vsize=10849024 memory=916 CPUtime=6.15 cores=0,2,4,6
/proc/7293/task/7355/stat : 7355 (java) S 7290 7293 5836 0 -1 1077944384 27169 13270 0 0 601 7 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636560353520 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7356] ppid=7290 vsize=10849024 memory=3848 CPUtime=6.69 cores=0,2,4,6
/proc/7293/task/7356/stat : 7356 (java) S 7290 7293 5836 0 -1 1077944384 26560 13270 0 0 655 7 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636559300976 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7357] ppid=7290 vsize=10849024 memory=4104 CPUtime=4.41 cores=0,2,4,6
/proc/7293/task/7357/stat : 7357 (java) S 7290 7293 5836 0 -1 1077944384 32217 13270 0 0 426 8 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636558247920 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 78 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7358] ppid=7290 vsize=10849024 memory=2596 CPUtime=0.07 cores=0,2,4,6
/proc/7293/task/7358/stat : 7358 (java) S 7290 7293 5836 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 405212777 11109400576 192950 33554432000 4194304 4196468 140728053872320 140635544570208 140637034768085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
[pid=7293/tid=7359] ppid=7290 vsize=10849024 memory=2856 CPUtime=0.24 cores=0,2,4,6
/proc/7293/task/7359/stat : 7359 (java) S 7290 7293 5836 0 -1 1077944384 339 13270 0 0 8 9 5 2 20 0 15 0 405212778 11109400576 192950 33554432000 4194304 4196468 140728053872320 140636455951408 140637034769026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140728053873397 140728053875909 140728053875909 140728053878735 0
Current children cumulated CPU time: 319.94 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 771800 KiB

Child status: 0
Real time (s): 300.479
CPU time (s): 320.032
CPU user time (s): 319.12
CPU system time (s): 0.91198
CPU usage (%): 106.507
Max. virtual memory (cumulated for all children) (KiB): 10854900
Max. memory (cumulated for all children) (KiB): 788464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 319.12
system time used= 0.91198
maximum resident set size= 789992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157392
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48166
involuntary context switches= 1439


# summary of solver processes directly reported to runsolver:
#   pid: 7293
#   total CPU time (s): 320.032
#   total CPU user time (s): 319.12
#   total CPU system time (s): 0.91198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.7947 second user time and 2.88071 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 12:48:58
IDJOB=4387070
IDBENCH=123062
IDSOLVER=2823
FILE ID=node104/4387070-1568289554
RUNJOBID= node104-1568282865-6843
PBS_JOBID= 21701090
Free space on /tmp= 54196 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai10a.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387070-1568289554/watcher-4387070-1568289554 -o /tmp/evaluation-result-4387070-1568289554/solver-4387070-1568289554 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6843 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1398779474 HOME/instance-4387070-1568289554.xml

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

MD5SUM BENCH= b58690ea851c8aad9573a552336d280c
RANDOM SEED=1398779474

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
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:        19882668 kB
MemAvailable:   29256204 kB
Buffers:          116980 kB
Cached:          9429608 kB
SwapCached:        31868 kB
Active:          4911080 kB
Inactive:        7242112 kB
Active(anon):    2574404 kB
Inactive(anon):    74116 kB
Active(file):    2336676 kB
Inactive(file):  7167996 kB
Unevictable:      106872 kB
Mlocked:          106872 kB
SwapTotal:      67108860 kB
SwapFree:       66977604 kB
Dirty:             35332 kB
Writeback:             0 kB
AnonPages:       2683788 kB
Mapped:            55824 kB
Shmem:             32780 kB
Slab:             326788 kB
SReclaimable:     297324 kB
SUnreclaim:        29464 kB
KernelStack:        3680 kB
PageTables:        10712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3737176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2596864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 54164 MiB
End job on node104 at 2019-09-12 12:53:59