Trace number 4401228

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 70.9736 59.6648

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.1433
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.76/0.56	c Concrete v3.12.2.1568631193530 running
7.10/3.29	o 19
7.44/3.31	o 17
7.79/3.44	o 16
11.25/4.54	o 14
70.89/59.64	v <instantiation
70.89/59.64	v         cost = '14'>
70.89/59.64	v       <list>
70.89/59.64	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]
70.89/59.64	v       </list>
70.89/59.64	v       <values>
70.89/59.64	v         1 8 0 9 7 11 3 15 13 5 6 14 12 4 2 10 0 0 1 0 2 1 0 0 1 1 0 1 0 0 1 0 0 1 1 2 0
70.89/59.64	v       </values>
70.89/59.64	v     </instantiation>
70.89/59.64	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 (14831 MiB free)
  memory of node 1: 16384 MiB (14948 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401228-1568678057/watcher-4401228-1568678057 -o /tmp/evaluation-result-4401228-1568678057/solver-4401228-1568678057 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568669113-17367 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1332689568 HOME/instance-4401228-1568678057.xml 

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

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


[startup+0.100098 s]*
/proc/loadavg: 1.33 1.36 1.38 3/218 18518
/proc/meminfo: memFree=30488672/32770624 swapFree=66977376/67108860
[pid=18461] ppid=18458 vsize=9972712 memory=14916 CPUtime=0.09 cores=0,2,4,6
/proc/18461/stat : 18461 (java) S 18458 18461 17336 0 -1 1077944320 4485 13479 0 0 1 0 5 3 20 0 6 0 444062806 10212057088 3729 33554432000 4194304 4196468 140730476419920 140730476402464 140526296264439 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
/proc/18461/statm: 2493178 3729 1935 1 0 2481616 0
[pid=18461/tid=18514] ppid=18458 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18514/stat : 18514 (java) R 18458 18461 17336 0 -1 4202560 2291 13479 0 0 0 0 5 3 20 0 6 0 444062815 10212057088 3729 33554432000 4194304 4196468 140730476419920 140526268101200 140526280344926 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18515] ppid=18458 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18515/stat : 18515 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 6 0 444062816 10212057088 3729 33554432000 4194304 4196468 140730476419920 140526300506640 140526296274645 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18516] ppid=18458 vsize=9972712 memory=140290896520736 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18516/stat : 18516 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 6 0 444062816 10212057088 3729 33554432000 4194304 4196468 140730476419920 140525869394576 140526296274645 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18517] ppid=18458 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18517/stat : 18517 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 6 0 444062816 10212057088 3729 33554432000 4194304 4196468 140730476419920 140525868341520 140526296274645 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18518] ppid=18458 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18518/stat : 18518 (java) S 18458 18461 17336 0 -1 1077944384 2 13479 0 0 0 0 5 3 20 0 6 0 444062816 10212057088 3729 33554432000 4194304 4196468 140730476419920 140525867288976 140526296274645 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14916 KiB

[startup+0.211074 s]*
/proc/loadavg: 1.33 1.36 1.38 4/227 18527
/proc/meminfo: memFree=30465484/32770624 swapFree=66977376/67108860
[pid=18461] ppid=18458 vsize=10819712 memory=40616 CPUtime=0.27 cores=0,2,4,6
/proc/18461/stat : 18461 (java) S 18458 18461 17336 0 -1 1077944320 7521 13479 0 0 17 2 5 3 20 0 15 0 444062806 11079385088 10154 33554432000 4194304 4196468 140730476419920 140730476402464 140526296264439 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
/proc/18461/statm: 2704928 10154 3197 1 0 2667149 0
[pid=18461/tid=18514] ppid=18458 vsize=10819712 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/18461/task/18514/stat : 18514 (java) R 18458 18461 17336 0 -1 4202560 3913 13479 0 0 10 1 5 3 20 0 15 0 444062815 11079385088 10666 33554432000 4194304 4196468 140730476419920 140526268070792 140526296286365 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18515] ppid=18458 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18515/stat : 18515 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062816 11079385088 10666 33554432000 4194304 4196468 140730476419920 140526300506640 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18516] ppid=18458 vsize=10819712 memory=140290896520736 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18516/stat : 18516 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062816 11079385088 10666 33554432000 4194304 4196468 140730476419920 140525869394576 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18517] ppid=18458 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18517/stat : 18517 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062816 11079385088 10666 33554432000 4194304 4196468 140730476419920 140525868341520 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18518] ppid=18458 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18518/stat : 18518 (java) S 18458 18461 17336 0 -1 1077944384 2 13479 0 0 0 0 5 3 20 0 15 0 444062816 11079385088 10666 33554432000 4194304 4196468 140730476419920 140525867288976 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18519] ppid=18458 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18519/stat : 18519 (java) S 18458 18461 17336 0 -1 1077944384 2 13479 0 0 0 0 5 3 20 0 15 0 444062817 11079385088 10666 33554432000 4194304 4196468 140730476419920 140525755673328 140526296275586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18520] ppid=18458 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18520/stat : 18520 (java) S 18458 18461 17336 0 -1 1077944384 33 13479 0 0 0 0 5 3 20 0 15 0 444062818 11079385088 10666 33554432000 4194304 4196468 140730476419920 140525754619552 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18521] ppid=18458 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18521/stat : 18521 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062818 11079385088 10666 33554432000 4194304 4196468 140730476419920 140525625664752 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18522] ppid=18458 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18522/stat : 18522 (java) S 18458 18461 17336 0 -1 1077944384 2 13479 0 0 0 0 5 3 20 0 15 0 444062821 11079385088 10666 33554432000 4194304 4196468 140730476419920 140525021686224 140526296283035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18523] ppid=18458 vsize=10819712 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18461/task/18523/stat : 18523 (java) S 18458 18461 17336 0 -1 1077944384 496 13479 0 0 1 0 5 3 20 0 15 0 444062821 11079385088 10666 33554432000 4194304 4196468 140730476419920 140525721061616 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18524] ppid=18458 vsize=10819712 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18461/task/18524/stat : 18524 (java) S 18458 18461 17336 0 -1 1077944384 186 13479 0 0 1 0 5 3 20 0 15 0 444062821 11079385088 10666 33554432000 4194304 4196468 140730476419920 140525720009072 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18525] ppid=18458 vsize=10819712 memory=140290893375104 CPUtime=0.11 cores=0,2,4,6
/proc/18461/task/18525/stat : 18525 (java) S 18458 18461 17336 0 -1 1077944384 674 13479 0 0 3 0 5 3 20 0 15 0 444062821 11079385088 10666 33554432000 4194304 4196468 140730476419920 140525718956016 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18526] ppid=18458 vsize=10819712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18526/stat : 18526 (java) S 18458 18461 17336 0 -1 1077944384 3 13479 0 0 0 0 5 3 20 0 15 0 444062821 11079385088 10666 33554432000 4194304 4196468 140730476419920 140524551924064 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18527] ppid=18458 vsize=10819712 memory=140290893375104 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18527/stat : 18527 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062821 11079385088 10666 33554432000 4194304 4196468 140730476419920 140525717904432 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 40616 KiB

[startup+0.311988 s]*
/proc/loadavg: 1.33 1.36 1.38 3/227 18527
/proc/meminfo: memFree=30451764/32770624 swapFree=66977376/67108860
[pid=18461] ppid=18458 vsize=10820196 memory=52000 CPUtime=0.41 cores=0,2,4,6
/proc/18461/stat : 18461 (java) S 18458 18461 17336 0 -1 1077944320 11218 13479 0 0 29 4 5 3 20 0 15 0 444062806 11079880704 13000 33554432000 4194304 4196468 140730476419920 140730476402464 140526296264439 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
/proc/18461/statm: 2705049 13000 3345 1 0 2667149 0
[pid=18461/tid=18514] ppid=18458 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/18461/task/18514/stat : 18514 (java) R 18458 18461 17336 0 -1 4202560 7554 13479 0 0 18 3 5 3 20 0 15 0 444062815 11079880704 13000 33554432000 4194304 4196468 140730476419920 140526268074048 140526280308069 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18515] ppid=18458 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18515/stat : 18515 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062816 11079880704 13000 33554432000 4194304 4196468 140730476419920 140526300506640 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18516] ppid=18458 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18516/stat : 18516 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062816 11079880704 13000 33554432000 4194304 4196468 140730476419920 140525869394576 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18517] ppid=18458 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18517/stat : 18517 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062816 11079880704 13000 33554432000 4194304 4196468 140730476419920 140525868341520 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18518] ppid=18458 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18518/stat : 18518 (java) S 18458 18461 17336 0 -1 1077944384 2 13479 0 0 0 0 5 3 20 0 15 0 444062816 11079880704 13000 33554432000 4194304 4196468 140730476419920 140525867288976 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18519] ppid=18458 vsize=10820196 memory=140290893375103 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18519/stat : 18519 (java) S 18458 18461 17336 0 -1 1077944384 2 13479 0 0 0 0 5 3 20 0 15 0 444062817 11079880704 13000 33554432000 4194304 4196468 140730476419920 140525755673328 140526296275586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18520] ppid=18458 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18520/stat : 18520 (java) S 18458 18461 17336 0 -1 1077944384 33 13479 0 0 0 0 5 3 20 0 15 0 444062818 11079880704 13000 33554432000 4194304 4196468 140730476419920 140525754619552 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18521] ppid=18458 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18521/stat : 18521 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062818 11079880704 13000 33554432000 4194304 4196468 140730476419920 140525625664752 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18522] ppid=18458 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18522/stat : 18522 (java) S 18458 18461 17336 0 -1 1077944384 2 13479 0 0 0 0 5 3 20 0 15 0 444062821 11079880704 13000 33554432000 4194304 4196468 140730476419920 140525021686224 140526296283035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18523] ppid=18458 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/18461/task/18523/stat : 18523 (java) S 18458 18461 17336 0 -1 1077944384 501 13479 0 0 2 0 5 3 20 0 15 0 444062821 11079880704 13000 33554432000 4194304 4196468 140730476419920 140525721061616 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18524] ppid=18458 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/18461/task/18524/stat : 18524 (java) S 18458 18461 17336 0 -1 1077944384 205 13479 0 0 2 0 5 3 20 0 15 0 444062821 11079880704 13000 33554432000 4194304 4196468 140730476419920 140525720009072 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18525] ppid=18458 vsize=10820196 memory=140290893375104 CPUtime=0.13 cores=0,2,4,6
/proc/18461/task/18525/stat : 18525 (java) S 18458 18461 17336 0 -1 1077944384 706 13479 0 0 5 0 5 3 20 0 15 0 444062821 11079880704 13000 33554432000 4194304 4196468 140730476419920 140525718956016 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18526] ppid=18458 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18526/stat : 18526 (java) S 18458 18461 17336 0 -1 1077944384 3 13479 0 0 0 0 5 3 20 0 15 0 444062821 11079880704 13000 33554432000 4194304 4196468 140730476419920 140524551924064 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18527] ppid=18458 vsize=10820196 memory=140290893375104 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18527/stat : 18527 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062821 11079880704 13000 33554432000 4194304 4196468 140730476419920 140525717904432 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52000 KiB

[startup+0.700639 s]
/proc/loadavg: 1.33 1.36 1.38 3/227 18527
/proc/meminfo: memFree=30440724/32770624 swapFree=66977376/67108860
[pid=18461] ppid=18458 vsize=10824364 memory=86752 CPUtime=1.13 cores=0,2,4,6
/proc/18461/stat : 18461 (java) S 18458 18461 17336 0 -1 1077944320 15371 13479 0 0 100 5 5 3 20 0 15 0 444062806 11084148736 21688 33554432000 4194304 4196468 140730476419920 140730476402464 140526296264439 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
/proc/18461/statm: 2706091 21688 3510 1 0 2668173 0
[pid=18461/tid=18514] ppid=18458 vsize=10824364 memory=7810487918915055718 CPUtime=0.66 cores=0,2,4,6
/proc/18461/task/18514/stat : 18514 (java) R 18458 18461 17336 0 -1 4202560 10581 13479 0 0 55 3 5 3 20 0 15 0 444062815 11084148736 21688 33554432000 4194304 4196468 140730476419920 140526268093984 140526296286365 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18515] ppid=18458 vsize=10824364 memory=1416 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18515/stat : 18515 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062816 11084148736 21688 33554432000 4194304 4196468 140730476419920 140526300506640 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18516] ppid=18458 vsize=10824364 memory=1716 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18516/stat : 18516 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062816 11084148736 21688 33554432000 4194304 4196468 140730476419920 140525869394576 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18517] ppid=18458 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18517/stat : 18517 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062816 11084148736 21688 33554432000 4194304 4196468 140730476419920 140525868341520 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18518] ppid=18458 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18518/stat : 18518 (java) S 18458 18461 17336 0 -1 1077944384 2 13479 0 0 0 0 5 3 20 0 15 0 444062816 11084148736 21688 33554432000 4194304 4196468 140730476419920 140525867288976 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18519] ppid=18458 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18519/stat : 18519 (java) S 18458 18461 17336 0 -1 1077944384 5 13479 0 0 0 0 5 3 20 0 15 0 444062817 11084148736 21688 33554432000 4194304 4196468 140730476419920 140525755673328 140526296275586 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18520] ppid=18458 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18520/stat : 18520 (java) S 18458 18461 17336 0 -1 1077944384 33 13479 0 0 0 0 5 3 20 0 15 0 444062818 11084148736 21688 33554432000 4194304 4196468 140730476419920 140525754619552 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18521] ppid=18458 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18521/stat : 18521 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062818 11084148736 21688 33554432000 4194304 4196468 140730476419920 140525625664752 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18522] ppid=18458 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18522/stat : 18522 (java) S 18458 18461 17336 0 -1 1077944384 2 13479 0 0 0 0 5 3 20 0 15 0 444062821 11084148736 21688 33554432000 4194304 4196468 140730476419920 140525021686224 140526296283035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18523] ppid=18458 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/18461/task/18523/stat : 18523 (java) S 18458 18461 17336 0 -1 1077944384 918 13479 0 0 12 0 5 3 20 0 15 0 444062821 11084148736 21688 33554432000 4194304 4196468 140730476419920 140525721061616 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18524] ppid=18458 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/18461/task/18524/stat : 18524 (java) S 18458 18461 17336 0 -1 1077944384 670 13479 0 0 14 0 5 3 20 0 15 0 444062821 11084148736 21688 33554432000 4194304 4196468 140730476419920 140525720009072 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18525] ppid=18458 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/18461/task/18525/stat : 18525 (java) S 18458 18461 17336 0 -1 1077944384 945 13479 0 0 17 0 5 3 20 0 15 0 444062821 11084148736 21688 33554432000 4194304 4196468 140730476419920 140525718956016 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18526] ppid=18458 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18526/stat : 18526 (java) S 18458 18461 17336 0 -1 1077944384 3 13479 0 0 0 0 5 3 20 0 15 0 444062821 11084148736 21688 33554432000 4194304 4196468 140730476419920 140524551924064 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18527] ppid=18458 vsize=10824364 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18527/stat : 18527 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062821 11084148736 21688 33554432000 4194304 4196468 140730476419920 140525717904432 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 86752 KiB

[startup+1.50075 s]
/proc/loadavg: 1.33 1.36 1.38 4/227 18527
/proc/meminfo: memFree=30392392/32770624 swapFree=66977376/67108860
[pid=18461] ppid=18458 vsize=10834680 memory=174168 CPUtime=2.44 cores=0,2,4,6
/proc/18461/stat : 18461 (java) S 18458 18461 17336 0 -1 1077944320 21884 13479 0 0 227 9 5 3 20 0 15 0 444062806 11094712320 43542 33554432000 4194304 4196468 140730476419920 140730476402464 140526296264439 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
/proc/18461/statm: 2708670 43542 3577 1 0 2670733 0
[pid=18461/tid=18514] ppid=18458 vsize=10834680 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/18461/task/18514/stat : 18514 (java) R 18458 18461 17336 0 -1 4202560 15428 13479 0 0 130 5 5 3 20 0 15 0 444062815 11094712320 43542 33554432000 4194304 4196468 140730476419920 140526268063808 140526296276374 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18515] ppid=18458 vsize=10834680 memory=-7531822216213012384 CPUtime=0.09 cores=0,2,4,6
/proc/18461/task/18515/stat : 18515 (java) S 18458 18461 17336 0 -1 1077944384 345 13479 0 0 1 0 5 3 20 0 15 0 444062816 11094712320 43542 33554432000 4194304 4196468 140730476419920 140526300506640 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18516] ppid=18458 vsize=10834680 memory=7378113797262696790 CPUtime=0.09 cores=0,2,4,6
/proc/18461/task/18516/stat : 18516 (java) S 18458 18461 17336 0 -1 1077944384 27 13479 0 0 1 0 5 3 20 0 15 0 444062816 11094712320 43542 33554432000 4194304 4196468 140730476419920 140525869394576 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18517] ppid=18458 vsize=10834680 memory=7451318117674213973 CPUtime=0.09 cores=0,2,4,6
/proc/18461/task/18517/stat : 18517 (java) S 18458 18461 17336 0 -1 1077944384 62 13479 0 0 1 0 5 3 20 0 15 0 444062816 11094712320 43542 33554432000 4194304 4196468 140730476419920 140525868341520 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18518] ppid=18458 vsize=10834680 memory=280581489731936 CPUtime=0.09 cores=0,2,4,6
/proc/18461/task/18518/stat : 18518 (java) S 18458 18461 17336 0 -1 1077944384 56 13479 0 0 1 0 5 3 20 0 15 0 444062816 11094712320 43542 33554432000 4194304 4196468 140730476419920 140525867288976 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18519] ppid=18458 vsize=10834680 memory=219563023175801 CPUtime=0.09 cores=0,2,4,6
/proc/18461/task/18519/stat : 18519 (java) S 18458 18461 17336 0 -1 1077944384 106 13479 0 0 1 0 5 3 20 0 15 0 444062817 11094712320 43542 33554432000 4194304 4196468 140730476419920 140525755673328 140526296275586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18520] ppid=18458 vsize=10834680 memory=219563023175802 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18520/stat : 18520 (java) S 18458 18461 17336 0 -1 1077944384 34 13479 0 0 0 0 5 3 20 0 15 0 444062818 11094712320 43542 33554432000 4194304 4196468 140730476419920 140525754619552 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18521] ppid=18458 vsize=10834680 memory=219563023175803 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18521/stat : 18521 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062818 11094712320 43542 33554432000 4194304 4196468 140730476419920 140525625664752 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18522] ppid=18458 vsize=10834680 memory=219563023175804 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18522/stat : 18522 (java) S 18458 18461 17336 0 -1 1077944384 2 13479 0 0 0 0 5 3 20 0 15 0 444062821 11094712320 43542 33554432000 4194304 4196468 140730476419920 140525021686224 140526296283035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18523] ppid=18458 vsize=10834680 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/18461/task/18523/stat : 18523 (java) S 18458 18461 17336 0 -1 1077944384 1021 13479 0 0 23 0 5 3 20 0 15 0 444062821 11094712320 43542 33554432000 4194304 4196468 140730476419920 140525721061616 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18524] ppid=18458 vsize=10834680 memory=280581489326000 CPUtime=0.35 cores=0,2,4,6
/proc/18461/task/18524/stat : 18524 (java) S 18458 18461 17336 0 -1 1077944384 890 13479 0 0 27 0 5 3 20 0 15 0 444062821 11094712320 43542 33554432000 4194304 4196468 140730476419920 140525720009072 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18525] ppid=18458 vsize=10834680 memory=280581489324144 CPUtime=0.47 cores=0,2,4,6
/proc/18461/task/18525/stat : 18525 (java) R 18458 18461 17336 0 -1 4202560 1703 13479 0 0 39 0 5 3 20 0 15 0 444062821 11094712320 43542 33554432000 4194304 4196468 140730476419920 140525718956016 140526277027307 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18526] ppid=18458 vsize=10834680 memory=280581489324208 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18526/stat : 18526 (java) S 18458 18461 17336 0 -1 1077944384 3 13479 0 0 0 0 5 3 20 0 15 0 444062821 11094712320 43542 33554432000 4194304 4196468 140730476419920 140524551924064 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18527] ppid=18458 vsize=10834680 memory=280581489771728 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18527/stat : 18527 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062821 11094712320 43542 33554432000 4194304 4196468 140730476419920 140525717904432 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834680 KiB

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

[pid=18461/tid=18526] ppid=18458 vsize=10849048 memory=780 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18526/stat : 18526 (java) S 18458 18461 17336 0 -1 1077944384 3 13479 0 0 0 0 5 3 20 0 15 0 444062821 11109425152 188224 33554432000 4194304 4196468 140730476419920 140524551924064 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18527] ppid=18458 vsize=10849048 memory=3616 CPUtime=0.1 cores=0,2,4,6
/proc/18461/task/18527/stat : 18527 (java) S 18458 18461 17336 0 -1 1077944384 372 13479 0 0 1 1 5 3 20 0 15 0 444062821 11109425152 188224 33554432000 4194304 4196468 140730476419920 140525717904432 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
Current children cumulated CPU time: 65.62 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 752896 KiB

[startup+57.601 s]
/proc/loadavg: 1.54 1.43 1.41 3/227 18532
/proc/meminfo: memFree=29624464/32770624 swapFree=66977376/67108860
[pid=18461] ppid=18458 vsize=10849048 memory=751360 CPUtime=68.87 cores=0,2,4,6
/proc/18461/stat : 18461 (java) S 18458 18461 17336 0 -1 1077944320 100557 13479 0 0 6835 44 5 3 20 0 15 0 444062806 11109425152 187840 33554432000 4194304 4196468 140730476419920 140730476402464 140526296264439 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
/proc/18461/statm: 2712262 187840 3631 1 0 2674317 0
[pid=18461/tid=18514] ppid=18458 vsize=10849048 memory=1556 CPUtime=57.27 cores=0,2,4,6
/proc/18461/task/18514/stat : 18514 (java) R 18458 18461 17336 0 -1 4202560 31596 13479 0 0 5701 18 5 3 20 0 15 0 444062815 11109425152 187840 33554432000 4194304 4196468 140730476419920 140526268096720 140525913971020 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18515] ppid=18458 vsize=10849048 memory=780 CPUtime=0.2 cores=0,2,4,6
/proc/18461/task/18515/stat : 18515 (java) S 18458 18461 17336 0 -1 1077944384 1780 13479 0 0 10 2 5 3 20 0 15 0 444062816 11109425152 187840 33554432000 4194304 4196468 140730476419920 140526300506640 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18516] ppid=18458 vsize=10849048 memory=6791534058613427641 CPUtime=0.21 cores=0,2,4,6
/proc/18461/task/18516/stat : 18516 (java) S 18458 18461 17336 0 -1 1077944384 2163 13479 0 0 10 3 5 3 20 0 15 0 444062816 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525869394576 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18517] ppid=18458 vsize=10849048 memory=3047711591807361159 CPUtime=0.2 cores=0,2,4,6
/proc/18461/task/18517/stat : 18517 (java) S 18458 18461 17336 0 -1 1077944384 1466 13479 0 0 10 2 5 3 20 0 15 0 444062816 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525868341520 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18518] ppid=18458 vsize=10849048 memory=8246111205470666818 CPUtime=0.19 cores=0,2,4,6
/proc/18461/task/18518/stat : 18518 (java) S 18458 18461 17336 0 -1 1077944384 778 13479 0 0 9 2 5 3 20 0 15 0 444062816 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525867288976 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18519] ppid=18458 vsize=10849048 memory=280581489295600 CPUtime=0.17 cores=0,2,4,6
/proc/18461/task/18519/stat : 18519 (java) S 18458 18461 17336 0 -1 1077944384 4931 13479 0 0 8 1 5 3 20 0 15 0 444062817 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525755673328 140526296275586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18520] ppid=18458 vsize=10849048 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18520/stat : 18520 (java) S 18458 18461 17336 0 -1 1077944384 39 13479 0 0 0 0 5 3 20 0 15 0 444062818 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525754619616 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18521] ppid=18458 vsize=10849048 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18521/stat : 18521 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062818 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525625664768 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18522] ppid=18458 vsize=10849048 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18522/stat : 18522 (java) S 18458 18461 17336 0 -1 1077944384 2 13479 0 0 0 0 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525021686224 140526296283035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18523] ppid=18458 vsize=10849048 memory=8836 CPUtime=3.77 cores=0,2,4,6
/proc/18461/task/18523/stat : 18523 (java) S 18458 18461 17336 0 -1 1077944384 13733 13479 0 0 366 3 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525721061616 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18524] ppid=18458 vsize=10849048 memory=11044 CPUtime=4.1 cores=0,2,4,6
/proc/18461/task/18524/stat : 18524 (java) S 18458 18461 17336 0 -1 1077944384 20611 13479 0 0 398 4 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525720009072 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18525] ppid=18458 vsize=10849048 memory=753412 CPUtime=3.29 cores=0,2,4,6
/proc/18461/task/18525/stat : 18525 (java) S 18458 18461 17336 0 -1 1077944384 20874 13479 0 0 315 6 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525718956016 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18526] ppid=18458 vsize=10849048 memory=780 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18526/stat : 18526 (java) S 18458 18461 17336 0 -1 1077944384 3 13479 0 0 0 0 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140524551924064 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18527] ppid=18458 vsize=10849048 memory=4132 CPUtime=0.1 cores=0,2,4,6
/proc/18461/task/18527/stat : 18527 (java) S 18458 18461 17336 0 -1 1077944384 373 13479 0 0 1 1 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525717904432 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
Current children cumulated CPU time: 68.87 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 751360 KiB

[startup+58.4007 s]
/proc/loadavg: 1.54 1.43 1.41 3/227 18532
/proc/meminfo: memFree=29625328/32770624 swapFree=66977376/67108860
[pid=18461] ppid=18458 vsize=10849048 memory=751360 CPUtime=69.68 cores=0,2,4,6
/proc/18461/stat : 18461 (java) S 18458 18461 17336 0 -1 1077944320 100577 13479 0 0 6916 44 5 3 20 0 15 0 444062806 11109425152 187840 33554432000 4194304 4196468 140730476419920 140730476402464 140526296264439 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
/proc/18461/statm: 2712262 187840 3631 1 0 2674317 0
[pid=18461/tid=18514] ppid=18458 vsize=10849048 memory=724196 CPUtime=58.06 cores=0,2,4,6
/proc/18461/task/18514/stat : 18514 (java) R 18458 18461 17336 0 -1 4202560 31597 13479 0 0 5780 18 5 3 20 0 15 0 444062815 11109425152 187840 33554432000 4194304 4196468 140730476419920 140526268096864 140525911352674 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18515] ppid=18458 vsize=10849048 memory=6791534058613427641 CPUtime=0.2 cores=0,2,4,6
/proc/18461/task/18515/stat : 18515 (java) S 18458 18461 17336 0 -1 1077944384 1780 13479 0 0 10 2 5 3 20 0 15 0 444062816 11109425152 187840 33554432000 4194304 4196468 140730476419920 140526300506640 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18516] ppid=18458 vsize=10849048 memory=398 CPUtime=0.21 cores=0,2,4,6
/proc/18461/task/18516/stat : 18516 (java) S 18458 18461 17336 0 -1 1077944384 2163 13479 0 0 10 3 5 3 20 0 15 0 444062816 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525869394576 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18517] ppid=18458 vsize=10849048 memory=1067 CPUtime=0.2 cores=0,2,4,6
/proc/18461/task/18517/stat : 18517 (java) S 18458 18461 17336 0 -1 1077944384 1466 13479 0 0 10 2 5 3 20 0 15 0 444062816 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525868341520 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18518] ppid=18458 vsize=10849048 memory=1422 CPUtime=0.19 cores=0,2,4,6
/proc/18461/task/18518/stat : 18518 (java) S 18458 18461 17336 0 -1 1077944384 778 13479 0 0 9 2 5 3 20 0 15 0 444062816 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525867288976 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18519] ppid=18458 vsize=10849048 memory=162 CPUtime=0.17 cores=0,2,4,6
/proc/18461/task/18519/stat : 18519 (java) S 18458 18461 17336 0 -1 1077944384 4932 13479 0 0 8 1 5 3 20 0 15 0 444062817 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525755673328 140526296275586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18520] ppid=18458 vsize=10849048 memory=322 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18520/stat : 18520 (java) S 18458 18461 17336 0 -1 1077944384 39 13479 0 0 0 0 5 3 20 0 15 0 444062818 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525754619616 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18521] ppid=18458 vsize=10849048 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18521/stat : 18521 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062818 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525625664768 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18522] ppid=18458 vsize=10849048 memory=1112 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18522/stat : 18522 (java) S 18458 18461 17336 0 -1 1077944384 2 13479 0 0 0 0 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525021686224 140526296283035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18523] ppid=18458 vsize=10849048 memory=6004 CPUtime=3.77 cores=0,2,4,6
/proc/18461/task/18523/stat : 18523 (java) S 18458 18461 17336 0 -1 1077944384 13737 13479 0 0 366 3 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525721061616 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18524] ppid=18458 vsize=10849048 memory=7552 CPUtime=4.1 cores=0,2,4,6
/proc/18461/task/18524/stat : 18524 (java) S 18458 18461 17336 0 -1 1077944384 20616 13479 0 0 398 4 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525720009072 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18525] ppid=18458 vsize=10849048 memory=2832 CPUtime=3.3 cores=0,2,4,6
/proc/18461/task/18525/stat : 18525 (java) S 18458 18461 17336 0 -1 1077944384 20883 13479 0 0 316 6 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525718956016 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18526] ppid=18458 vsize=10849048 memory=1084 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18526/stat : 18526 (java) S 18458 18461 17336 0 -1 1077944384 3 13479 0 0 0 0 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140524551924064 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18527] ppid=18458 vsize=10849048 memory=6791534058613427641 CPUtime=0.1 cores=0,2,4,6
/proc/18461/task/18527/stat : 18527 (java) S 18458 18461 17336 0 -1 1077944384 373 13479 0 0 1 1 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525717904432 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
Current children cumulated CPU time: 69.68 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 751360 KiB

[startup+59.2007 s]
/proc/loadavg: 1.54 1.43 1.41 3/227 18532
/proc/meminfo: memFree=29625328/32770624 swapFree=66977376/67108860
[pid=18461] ppid=18458 vsize=10849048 memory=751360 CPUtime=70.48 cores=0,2,4,6
/proc/18461/stat : 18461 (java) S 18458 18461 17336 0 -1 1077944320 100697 13479 0 0 6996 44 5 3 20 0 15 0 444062806 11109425152 187840 33554432000 4194304 4196468 140730476419920 140730476402464 140526296264439 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
/proc/18461/statm: 2712262 187840 3631 1 0 2674317 0
[pid=18461/tid=18514] ppid=18458 vsize=10849048 memory=6791534058613427641 CPUtime=58.86 cores=0,2,4,6
/proc/18461/task/18514/stat : 18514 (java) R 18458 18461 17336 0 -1 4202560 31716 13479 0 0 5860 18 5 3 20 0 15 0 444062815 11109425152 187840 33554432000 4194304 4196468 140730476419920 140526268097120 140525916088712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18515] ppid=18458 vsize=10849048 memory=751872 CPUtime=0.2 cores=0,2,4,6
/proc/18461/task/18515/stat : 18515 (java) S 18458 18461 17336 0 -1 1077944384 1780 13479 0 0 10 2 5 3 20 0 15 0 444062816 11109425152 187840 33554432000 4194304 4196468 140730476419920 140526300506640 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18516] ppid=18458 vsize=10849048 memory=1716 CPUtime=0.21 cores=0,2,4,6
/proc/18461/task/18516/stat : 18516 (java) S 18458 18461 17336 0 -1 1077944384 2163 13479 0 0 10 3 5 3 20 0 15 0 444062816 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525869394576 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18517] ppid=18458 vsize=10849048 memory=692 CPUtime=0.2 cores=0,2,4,6
/proc/18461/task/18517/stat : 18517 (java) S 18458 18461 17336 0 -1 1077944384 1466 13479 0 0 10 2 5 3 20 0 15 0 444062816 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525868341520 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18518] ppid=18458 vsize=10849048 memory=920 CPUtime=0.19 cores=0,2,4,6
/proc/18461/task/18518/stat : 18518 (java) S 18458 18461 17336 0 -1 1077944384 778 13479 0 0 9 2 5 3 20 0 15 0 444062816 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525867288976 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18519] ppid=18458 vsize=10849048 memory=3848 CPUtime=0.17 cores=0,2,4,6
/proc/18461/task/18519/stat : 18519 (java) S 18458 18461 17336 0 -1 1077944384 4932 13479 0 0 8 1 5 3 20 0 15 0 444062817 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525755673328 140526296275586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18520] ppid=18458 vsize=10849048 memory=2608 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18520/stat : 18520 (java) S 18458 18461 17336 0 -1 1077944384 39 13479 0 0 0 0 5 3 20 0 15 0 444062818 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525754619616 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18521] ppid=18458 vsize=10849048 memory=2648 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18521/stat : 18521 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062818 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525625664768 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18522] ppid=18458 vsize=10849048 memory=4100 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18522/stat : 18522 (java) S 18458 18461 17336 0 -1 1077944384 2 13479 0 0 0 0 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525021686224 140526296283035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18523] ppid=18458 vsize=10849048 memory=1556 CPUtime=3.77 cores=0,2,4,6
/proc/18461/task/18523/stat : 18523 (java) S 18458 18461 17336 0 -1 1077944384 13737 13479 0 0 366 3 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525721061616 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18524] ppid=18458 vsize=10849048 memory=780 CPUtime=4.1 cores=0,2,4,6
/proc/18461/task/18524/stat : 18524 (java) R 18458 18461 17336 0 -1 4202560 20616 13479 0 0 398 4 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525720009072 140526280248337 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18525] ppid=18458 vsize=10849048 memory=4132 CPUtime=3.3 cores=0,2,4,6
/proc/18461/task/18525/stat : 18525 (java) S 18458 18461 17336 0 -1 1077944384 20884 13479 0 0 316 6 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525718956016 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18526] ppid=18458 vsize=10849048 memory=1112 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18526/stat : 18526 (java) S 18458 18461 17336 0 -1 1077944384 3 13479 0 0 0 0 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140524551924064 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18527] ppid=18458 vsize=10849048 memory=6004 CPUtime=0.1 cores=0,2,4,6
/proc/18461/task/18527/stat : 18527 (java) S 18458 18461 17336 0 -1 1077944384 373 13479 0 0 1 1 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525717904432 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
Current children cumulated CPU time: 70.48 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 751360 KiB

[startup+59.6007 s]
/proc/loadavg: 1.54 1.43 1.41 3/227 18532
/proc/meminfo: memFree=29625328/32770624 swapFree=66977376/67108860
[pid=18461] ppid=18458 vsize=10849048 memory=751360 CPUtime=70.89 cores=0,2,4,6
/proc/18461/stat : 18461 (java) S 18458 18461 17336 0 -1 1077944320 100710 13479 0 0 7037 44 5 3 20 0 15 0 444062806 11109425152 187840 33554432000 4194304 4196468 140730476419920 140730476402464 140526296264439 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
/proc/18461/statm: 2712262 187840 3631 1 0 2674317 0
[pid=18461/tid=18514] ppid=18458 vsize=10849048 memory=1056 CPUtime=59.26 cores=0,2,4,6
/proc/18461/task/18514/stat : 18514 (java) R 18458 18461 17336 0 -1 4202560 31727 13479 0 0 5900 18 5 3 20 0 15 0 444062815 11109425152 187840 33554432000 4194304 4196468 140730476419920 140526268098912 140525910137216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18515] ppid=18458 vsize=10849048 memory=1556 CPUtime=0.2 cores=0,2,4,6
/proc/18461/task/18515/stat : 18515 (java) S 18458 18461 17336 0 -1 1077944384 1780 13479 0 0 10 2 5 3 20 0 15 0 444062816 11109425152 187840 33554432000 4194304 4196468 140730476419920 140526300506640 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18516] ppid=18458 vsize=10849048 memory=780 CPUtime=0.21 cores=0,2,4,6
/proc/18461/task/18516/stat : 18516 (java) S 18458 18461 17336 0 -1 1077944384 2163 13479 0 0 10 3 5 3 20 0 15 0 444062816 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525869394576 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18517] ppid=18458 vsize=10849048 memory=4132 CPUtime=0.2 cores=0,2,4,6
/proc/18461/task/18517/stat : 18517 (java) S 18458 18461 17336 0 -1 1077944384 1466 13479 0 0 10 2 5 3 20 0 15 0 444062816 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525868341520 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18518] ppid=18458 vsize=10849048 memory=1112 CPUtime=0.19 cores=0,2,4,6
/proc/18461/task/18518/stat : 18518 (java) S 18458 18461 17336 0 -1 1077944384 778 13479 0 0 9 2 5 3 20 0 15 0 444062816 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525867288976 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18519] ppid=18458 vsize=10849048 memory=6004 CPUtime=0.17 cores=0,2,4,6
/proc/18461/task/18519/stat : 18519 (java) S 18458 18461 17336 0 -1 1077944384 4932 13479 0 0 8 1 5 3 20 0 15 0 444062817 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525755673328 140526296275586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18520] ppid=18458 vsize=10849048 memory=7552 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18520/stat : 18520 (java) S 18458 18461 17336 0 -1 1077944384 39 13479 0 0 0 0 5 3 20 0 15 0 444062818 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525754619616 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18521] ppid=18458 vsize=10849048 memory=17828 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18521/stat : 18521 (java) S 18458 18461 17336 0 -1 1077944384 1 13479 0 0 0 0 5 3 20 0 15 0 444062818 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525625664768 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18522] ppid=18458 vsize=10849048 memory=2004 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18522/stat : 18522 (java) S 18458 18461 17336 0 -1 1077944384 2 13479 0 0 0 0 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525021686224 140526296283035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18523] ppid=18458 vsize=10849048 memory=1416 CPUtime=3.77 cores=0,2,4,6
/proc/18461/task/18523/stat : 18523 (java) S 18458 18461 17336 0 -1 1077944384 13737 13479 0 0 366 3 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525721061616 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18524] ppid=18458 vsize=10849048 memory=1716 CPUtime=4.1 cores=0,2,4,6
/proc/18461/task/18524/stat : 18524 (java) S 18458 18461 17336 0 -1 1077944384 20618 13479 0 0 398 4 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525720009072 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18525] ppid=18458 vsize=10849048 memory=692 CPUtime=3.3 cores=0,2,4,6
/proc/18461/task/18525/stat : 18525 (java) S 18458 18461 17336 0 -1 1077944384 20884 13479 0 0 316 6 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525718956016 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18526] ppid=18458 vsize=10849048 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/18461/task/18526/stat : 18526 (java) S 18458 18461 17336 0 -1 1077944384 3 13479 0 0 0 0 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140524551924064 140526296274645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
[pid=18461/tid=18527] ppid=18458 vsize=10849048 memory=1556 CPUtime=0.1 cores=0,2,4,6
/proc/18461/task/18527/stat : 18527 (java) S 18458 18461 17336 0 -1 1077944384 373 13479 0 0 1 1 5 3 20 0 15 0 444062821 11109425152 187840 33554432000 4194304 4196468 140730476419920 140525717904432 140526296275586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28700672 140730476428015 140730476430533 140730476430533 140730476433359 0
Current children cumulated CPU time: 70.89 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 751360 KiB

Child status: 0
Real time (s): 59.6648
CPU time (s): 70.9736
CPU user time (s): 70.4806
CPU system time (s): 0.493032
CPU usage (%): 118.954
Max. virtual memory (cumulated for all children) (KiB): 10853220
Max. memory (cumulated for all children) (KiB): 770344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.4806
system time used= 0.493032
maximum resident set size= 771360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114995
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13209
involuntary context switches= 179


# summary of solver processes directly reported to runsolver:
#   pid: 18461
#   total CPU time (s): 70.9736
#   total CPU user time (s): 70.4806
#   total CPU system time (s): 0.493032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.408165 second user time and 0.584378 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-17 00:43:58
IDJOB=4401228
IDBENCH=123101
IDSOLVER=2858
FILE ID=node104/4401228-1568678057
RUNJOBID= node104-1568669113-17367
PBS_JOBID= 21703796
Free space on /tmp= 58976 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-4401228-1568678057/watcher-4401228-1568678057 -o /tmp/evaluation-result-4401228-1568678057/solver-4401228-1568678057 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568669113-17367 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1332689568 HOME/instance-4401228-1568678057.xml

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

MD5SUM BENCH= 9478703244e8f640224ac5c9e01083b8
RANDOM SEED=1332689568

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:        30495412 kB
MemAvailable:   31126524 kB
Buffers:           82272 kB
Cached:           846780 kB
SwapCached:        32272 kB
Active:          1381008 kB
Inactive:         325624 kB
Active(anon):     746684 kB
Inactive(anon):    80696 kB
Active(file):     634324 kB
Inactive(file):   244928 kB
Unevictable:      109412 kB
Mlocked:          109412 kB
SwapTotal:      67108860 kB
SwapFree:       66977376 kB
Dirty:             35240 kB
Writeback:             0 kB
AnonPages:        826592 kB
Mapped:            61468 kB
Shmem:             40464 kB
Slab:             165196 kB
SReclaimable:     135388 kB
SUnreclaim:        29808 kB
KernelStack:        3744 kB
PageTables:         7496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2053320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    647168 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= 58944 MiB
End job on node104 at 2019-09-17 00:44:58