Trace number 4402867

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.3OPT5549 110.956 96.873

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr18a.xml
MD5SUM7a8b402fb105147dc13a1900b7358194
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5549
Best CPU time to get the best result obtained on this benchmark12.6988
Satisfiable
(Un)Satisfiability was proved
Number of variables342
Number of constraints18
Number of domains2
Minimum domain size18
Maximum domain size75
Distribution of domain sizes[{"size":18,"count":18},{"size":75,"count":17}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":307},{"degree":2,"count":24},{"degree":3,"count":6},{"degree":4,"count":5}]
Minimum constraint arity3
Maximum constraint arity18
Distribution of constraint arities[{"arity":3,"count":17},{"arity":18,"count":1}]
Number of extensional constraints17
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":17},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.79/0.56	c Concrete v3.12.3.1568965526260 running
7.23/3.30	o 13704
7.23/3.35	o 12039
7.23/3.35	o 11777
7.23/3.36	o 11447
7.23/3.37	o 11077
7.23/3.38	o 11023
7.58/3.40	o 10153
7.58/3.40	o 9748
7.58/3.44	o 9151
7.92/3.55	o 8946
8.24/3.61	o 8659
8.24/3.61	o 8654
8.24/3.62	o 8636
8.24/3.62	o 8171
8.24/3.62	o 8116
8.24/3.64	o 7398
8.57/3.76	o 7287
9.23/3.98	o 7138
9.56/4.02	o 6986
9.88/4.17	o 6676
13.17/5.85	o 6672
13.17/5.89	o 6526
13.37/5.96	o 6438
13.37/5.96	o 6377
14.32/6.37	o 5805
15.29/7.08	o 5754
16.23/7.76	o 5549
110.87/96.86	v <instantiation
110.87/96.86	v         cost = '5549'>
110.87/96.86	v       <list>
110.87/96.86	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] x[16] x[17] d[0][1] d[0][2] d[0][3] d[2][4] d[2][5] d[3][6] d[3][7] d[5][8] d[6][9] d[7][10] d[8][11] d[8][12] d[10][13] d[10][14] d[12][15] d[14][16] d[15][17]
110.87/96.86	v       </list>
110.87/96.86	v       <values>
110.87/96.86	v         2 12 5 3 17 11 9 4 0 10 7 6 16 13 8 15 14 1 1 3 2 13 19 12 12 4 43 1 1 2 16 4 12 14 13
110.87/96.86	v       </values>
110.87/96.86	v     </instantiation>
110.87/96.86	s OPTIMUM FOUND

Verifier Data

OK	5549

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402867-1568970339/watcher-4402867-1568970339 -o /var/tmp/evaluation-result-4402867-1568970339/solver-4402867-1568970339 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1568967595-31373 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4402867-1568970339.xml 

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

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

solver pid=32766, runsolver pid=32763

[startup+0.101996 s]*
/proc/loadavg: 1.83 1.52 1.38 3/221 359
/proc/meminfo: memFree=4751784/32770624 swapFree=66972100/67108860
[pid=32766] ppid=32763 vsize=9972712 memory=18852 CPUtime=0.09 cores=1,3,5,7
/proc/32766/stat : 32766 (java) S 32763 32766 31341 0 -1 1077944320 4442 13305 0 0 1 0 5 3 20 0 6 0 472975725 10212057088 4713 33554432000 4194304 4196468 140723656515168 140723656497712 140107551145719 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
/proc/32766/statm: 2493178 4713 1934 1 0 2481616 0
[pid=32766/tid=355] ppid=32763 vsize=9972712 memory=4279135703946724751 CPUtime=0.09 cores=1,3,5,7
/proc/32766/task/355/stat : 355 (java) R 32763 32766 31341 0 -1 4202560 2241 13305 0 0 1 0 5 3 20 0 6 0 472975735 10212057088 4713 33554432000 4194304 4196468 140723656515168 140107522982480 140107536457721 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=356] ppid=32763 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/356/stat : 356 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 6 0 472975735 10212057088 4713 33554432000 4194304 4196468 140723656515168 140107555387792 140107551155925 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=357] ppid=32763 vsize=9972712 memory=139787535287936 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/357/stat : 357 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 6 0 472975735 10212057088 4713 33554432000 4194304 4196468 140723656515168 140107474139408 140107551155925 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=358] ppid=32763 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/358/stat : 358 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 6 0 472975735 10212057088 4713 33554432000 4194304 4196468 140723656515168 140107473087120 140107551155925 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=359] ppid=32763 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/359/stat : 359 (java) S 32763 32766 31341 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 6 0 472975735 10212057088 4713 33554432000 4194304 4196468 140723656515168 140107472034320 140107551155925 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18852 KiB

[startup+0.210252 s]*
/proc/loadavg: 1.83 1.52 1.38 3/230 368
/proc/meminfo: memFree=4717472/32770624 swapFree=66972100/67108860
[pid=32766] ppid=32763 vsize=10820176 memory=41296 CPUtime=0.27 cores=1,3,5,7
/proc/32766/stat : 32766 (java) S 32763 32766 31341 0 -1 1077944320 7316 13305 0 0 18 1 5 3 20 0 15 0 472975725 11079860224 10324 33554432000 4194304 4196468 140723656515168 140723656497712 140107551145719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
/proc/32766/statm: 2705044 10324 3267 1 0 2667149 0
[pid=32766/tid=355] ppid=32763 vsize=10820184 memory=-6517102902069810590 CPUtime=0.2 cores=1,3,5,7
/proc/32766/task/355/stat : 355 (java) R 32763 32766 31341 0 -1 4202560 3813 13305 0 0 11 1 5 3 20 0 15 0 472975735 11079868416 10324 33554432000 4194304 4196468 140723656515168 140107522956752 140107543382846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=356] ppid=32763 vsize=10820184 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/356/stat : 356 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975735 11079868416 10324 33554432000 4194304 4196468 140723656515168 140107555387792 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=357] ppid=32763 vsize=10820188 memory=139787535287936 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/357/stat : 357 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975735 11079872512 10324 33554432000 4194304 4196468 140723656515168 140107474139408 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=358] ppid=32763 vsize=10820188 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/358/stat : 358 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975735 11079872512 10324 33554432000 4194304 4196468 140723656515168 140107473087120 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=359] ppid=32763 vsize=10820188 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/359/stat : 359 (java) S 32763 32766 31341 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 472975735 11079872512 10324 33554432000 4194304 4196468 140723656515168 140107472034320 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=360] ppid=32763 vsize=10820188 memory=139787535287936 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/360/stat : 360 (java) S 32763 32766 31341 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 472975737 11079872512 10324 33554432000 4194304 4196468 140723656515168 140107077835376 140107551156866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=361] ppid=32763 vsize=10820188 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/361/stat : 361 (java) S 32763 32766 31341 0 -1 1077944384 13 13305 0 0 0 0 5 3 20 0 15 0 472975737 11079872512 10324 33554432000 4194304 4196468 140723656515168 140107000571168 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=362] ppid=32763 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/362/stat : 362 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975738 11079880704 10324 33554432000 4194304 4196468 140723656515168 140106396591728 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=363] ppid=32763 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/363/stat : 363 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11079880704 10324 33554432000 4194304 4196468 140723656515168 140106089192016 140107551164315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=364] ppid=32763 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32766/task/364/stat : 364 (java) R 32763 32766 31341 0 -1 4202560 583 13305 0 0 1 0 5 3 20 0 15 0 472975740 11079880704 10324 33554432000 4194304 4196468 140723656515168 140107076782192 140107537302083 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=365] ppid=32763 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/365/stat : 365 (java) S 32763 32766 31341 0 -1 1077944384 65 13305 0 0 0 0 5 3 20 0 15 0 472975740 11079880704 10324 33554432000 4194304 4196468 140723656515168 140107075729392 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=366] ppid=32763 vsize=10820196 memory=139787535287936 CPUtime=0.11 cores=1,3,5,7
/proc/32766/task/366/stat : 366 (java) R 32763 32766 31341 0 -1 1077944384 625 13305 0 0 3 0 5 3 20 0 15 0 472975740 11079880704 10324 33554432000 4194304 4196468 140723656515168 140107074677104 140107551156866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=367] ppid=32763 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/367/stat : 367 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11079880704 10324 33554432000 4194304 4196468 140723656515168 140106055633376 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=368] ppid=32763 vsize=10820196 memory=139787535287936 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/368/stat : 368 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975741 11079880704 10324 33554432000 4194304 4196468 140723656515168 140107073625008 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820176 KiB
Current children cumulated memory: 41296 KiB

[startup+0.310857 s]*
/proc/loadavg: 1.83 1.52 1.38 4/230 368
/proc/meminfo: memFree=4707212/32770624 swapFree=66972100/67108860
[pid=32766] ppid=32763 vsize=10820196 memory=49676 CPUtime=0.4 cores=1,3,5,7
/proc/32766/stat : 32766 (java) S 32763 32766 31341 0 -1 1077944320 10738 13305 0 0 29 3 5 3 20 0 15 0 472975725 11079880704 12419 33554432000 4194304 4196468 140723656515168 140723656497712 140107551145719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
/proc/32766/statm: 2705049 12419 3287 1 0 2667149 0
[pid=32766/tid=355] ppid=32763 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/32766/task/355/stat : 355 (java) R 32763 32766 31341 0 -1 4202560 7201 13305 0 0 19 2 5 3 20 0 15 0 472975735 11079880704 12419 33554432000 4194304 4196468 140723656515168 140107522957264 140107535226206 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=356] ppid=32763 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/356/stat : 356 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975735 11079880704 12419 33554432000 4194304 4196468 140723656515168 140107555387792 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=357] ppid=32763 vsize=10820196 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/357/stat : 357 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975735 11079880704 12419 33554432000 4194304 4196468 140723656515168 140107474139408 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=358] ppid=32763 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/358/stat : 358 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975735 11079880704 12419 33554432000 4194304 4196468 140723656515168 140107473087120 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=359] ppid=32763 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/359/stat : 359 (java) S 32763 32766 31341 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 472975735 11079880704 12419 33554432000 4194304 4196468 140723656515168 140107472034320 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=360] ppid=32763 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/360/stat : 360 (java) S 32763 32766 31341 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 472975737 11079880704 12419 33554432000 4194304 4196468 140723656515168 140107077835376 140107551156866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=361] ppid=32763 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/361/stat : 361 (java) S 32763 32766 31341 0 -1 1077944384 13 13305 0 0 0 0 5 3 20 0 15 0 472975737 11079880704 12419 33554432000 4194304 4196468 140723656515168 140107000571168 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=362] ppid=32763 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/362/stat : 362 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975738 11079880704 12419 33554432000 4194304 4196468 140723656515168 140106396591728 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=363] ppid=32763 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/363/stat : 363 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11079880704 12419 33554432000 4194304 4196468 140723656515168 140106089192016 140107551164315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=364] ppid=32763 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/32766/task/364/stat : 364 (java) S 32763 32766 31341 0 -1 1077944384 593 13305 0 0 2 0 5 3 20 0 15 0 472975740 11079880704 12419 33554432000 4194304 4196468 140723656515168 140107076782192 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=365] ppid=32763 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32766/task/365/stat : 365 (java) S 32763 32766 31341 0 -1 1077944384 65 13305 0 0 1 0 5 3 20 0 15 0 472975740 11079880704 12419 33554432000 4194304 4196468 140723656515168 140107075729392 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=366] ppid=32763 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/32766/task/366/stat : 366 (java) S 32763 32766 31341 0 -1 1077944384 644 13305 0 0 5 0 5 3 20 0 15 0 472975740 11079880704 12419 33554432000 4194304 4196468 140723656515168 140107074677104 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=367] ppid=32763 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/367/stat : 367 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11079880704 12419 33554432000 4194304 4196468 140723656515168 140106055633376 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=368] ppid=32763 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/368/stat : 368 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975741 11079880704 12419 33554432000 4194304 4196468 140723656515168 140107073625008 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49676 KiB

[startup+0.700761 s]
/proc/loadavg: 1.83 1.52 1.38 3/230 368
/proc/meminfo: memFree=4700020/32770624 swapFree=66972100/67108860
[pid=32766] ppid=32763 vsize=10824364 memory=83540 CPUtime=1.14 cores=1,3,5,7
/proc/32766/stat : 32766 (java) S 32763 32766 31341 0 -1 1077944320 15037 13305 0 0 100 6 5 3 20 0 15 0 472975725 11084148736 20885 33554432000 4194304 4196468 140723656515168 140723656497712 140107551145719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
/proc/32766/statm: 2706091 20885 3514 1 0 2668173 0
[pid=32766/tid=355] ppid=32763 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/32766/task/355/stat : 355 (java) R 32763 32766 31341 0 -1 4202560 10373 13305 0 0 55 4 5 3 20 0 15 0 472975735 11084148736 20885 33554432000 4194304 4196468 140723656515168 140107522975264 140107551167645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=356] ppid=32763 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/356/stat : 356 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975735 11084148736 20885 33554432000 4194304 4196468 140723656515168 140107555387792 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=357] ppid=32763 vsize=10824364 memory=3612 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/357/stat : 357 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975735 11084148736 20885 33554432000 4194304 4196468 140723656515168 140107474139408 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=358] ppid=32763 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/358/stat : 358 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975735 11084148736 20885 33554432000 4194304 4196468 140723656515168 140107473087120 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=359] ppid=32763 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/359/stat : 359 (java) S 32763 32766 31341 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 472975735 11084148736 20885 33554432000 4194304 4196468 140723656515168 140107472034320 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=360] ppid=32763 vsize=10824364 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/360/stat : 360 (java) S 32763 32766 31341 0 -1 1077944384 5 13305 0 0 0 0 5 3 20 0 15 0 472975737 11084148736 20885 33554432000 4194304 4196468 140723656515168 140107077835376 140107551156866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=361] ppid=32763 vsize=10824364 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/361/stat : 361 (java) S 32763 32766 31341 0 -1 1077944384 13 13305 0 0 0 0 5 3 20 0 15 0 472975737 11084148736 20885 33554432000 4194304 4196468 140723656515168 140107000571168 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=362] ppid=32763 vsize=10824364 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/362/stat : 362 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975738 11084148736 20885 33554432000 4194304 4196468 140723656515168 140106396591728 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=363] ppid=32763 vsize=10824364 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/363/stat : 363 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11084148736 20885 33554432000 4194304 4196468 140723656515168 140106089192016 140107551164315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=364] ppid=32763 vsize=10824364 memory=13252 CPUtime=0.2 cores=1,3,5,7
/proc/32766/task/364/stat : 364 (java) R 32763 32766 31341 0 -1 4202560 990 13305 0 0 12 0 5 3 20 0 15 0 472975740 11084148736 20885 33554432000 4194304 4196468 140723656515168 140107076782192 140107544130761 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=365] ppid=32763 vsize=10824364 memory=15460 CPUtime=0.23 cores=1,3,5,7
/proc/32766/task/365/stat : 365 (java) R 32763 32766 31341 0 -1 4202560 592 13305 0 0 15 0 5 3 20 0 15 0 472975740 11084148736 20885 33554432000 4194304 4196468 140723656515168 140107075729392 140107535041509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=366] ppid=32763 vsize=10824364 memory=17668 CPUtime=0.25 cores=1,3,5,7
/proc/32766/task/366/stat : 366 (java) R 32763 32766 31341 0 -1 1077944384 844 13305 0 0 17 0 5 3 20 0 15 0 472975740 11084148736 20885 33554432000 4194304 4196468 140723656515168 140107074677104 140107551156866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=367] ppid=32763 vsize=10824364 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/367/stat : 367 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11084148736 20885 33554432000 4194304 4196468 140723656515168 140106055633376 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=368] ppid=32763 vsize=10824364 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/368/stat : 368 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975741 11084148736 20885 33554432000 4194304 4196468 140723656515168 140107073625008 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83540 KiB

[startup+1.50075 s]
/proc/loadavg: 1.83 1.52 1.38 3/230 368
/proc/meminfo: memFree=4661940/32770624 swapFree=66972100/67108860
[pid=32766] ppid=32763 vsize=10834680 memory=169116 CPUtime=2.48 cores=1,3,5,7
/proc/32766/stat : 32766 (java) S 32763 32766 31341 0 -1 1077944320 21812 13305 0 0 229 11 5 3 20 0 15 0 472975725 11094712320 42279 33554432000 4194304 4196468 140723656515168 140723656497712 140107551145719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
/proc/32766/statm: 2708670 42279 3576 1 0 2670733 0
[pid=32766/tid=355] ppid=32763 vsize=10834680 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/32766/task/355/stat : 355 (java) R 32763 32766 31341 0 -1 4202560 15297 13305 0 0 129 7 5 3 20 0 15 0 472975735 11094712320 42279 33554432000 4194304 4196468 140723656515168 140107522945888 140107551167645 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=356] ppid=32763 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32766/task/356/stat : 356 (java) S 32763 32766 31341 0 -1 1077944384 53 13305 0 0 1 0 5 3 20 0 15 0 472975735 11094712320 42279 33554432000 4194304 4196468 140723656515168 140107555387792 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=357] ppid=32763 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32766/task/357/stat : 357 (java) S 32763 32766 31341 0 -1 1077944384 360 13305 0 0 1 0 5 3 20 0 15 0 472975735 11094712320 42279 33554432000 4194304 4196468 140723656515168 140107474139408 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=358] ppid=32763 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32766/task/358/stat : 358 (java) S 32763 32766 31341 0 -1 1077944384 27 13305 0 0 1 0 5 3 20 0 15 0 472975735 11094712320 42279 33554432000 4194304 4196468 140723656515168 140107473087120 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=359] ppid=32763 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32766/task/359/stat : 359 (java) S 32763 32766 31341 0 -1 1077944384 64 13305 0 0 1 0 5 3 20 0 15 0 472975735 11094712320 42279 33554432000 4194304 4196468 140723656515168 140107472034320 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=360] ppid=32763 vsize=10834680 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/32766/task/360/stat : 360 (java) S 32763 32766 31341 0 -1 1077944384 152 13305 0 0 1 0 5 3 20 0 15 0 472975737 11094712320 42279 33554432000 4194304 4196468 140723656515168 140107077835376 140107551156866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=361] ppid=32763 vsize=10834680 memory=279574856411392 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/361/stat : 361 (java) S 32763 32766 31341 0 -1 1077944384 14 13305 0 0 0 0 5 3 20 0 15 0 472975737 11094712320 42279 33554432000 4194304 4196468 140723656515168 140107000571232 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=362] ppid=32763 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/362/stat : 362 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975738 11094712320 42279 33554432000 4194304 4196468 140723656515168 140106396591744 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=363] ppid=32763 vsize=10834680 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/363/stat : 363 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11094712320 42279 33554432000 4194304 4196468 140723656515168 140106089192016 140107551164315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=364] ppid=32763 vsize=10834680 memory=1552 CPUtime=0.32 cores=1,3,5,7
/proc/32766/task/364/stat : 364 (java) S 32763 32766 31341 0 -1 1077944384 1178 13305 0 0 23 1 5 3 20 0 15 0 472975740 11094712320 42279 33554432000 4194304 4196468 140723656515168 140107076782192 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=365] ppid=32763 vsize=10834680 memory=1040 CPUtime=0.35 cores=1,3,5,7
/proc/32766/task/365/stat : 365 (java) S 32763 32766 31341 0 -1 1077944384 747 13305 0 0 27 0 5 3 20 0 15 0 472975740 11094712320 42279 33554432000 4194304 4196468 140723656515168 140107075729392 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=366] ppid=32763 vsize=10834680 memory=3644 CPUtime=0.49 cores=1,3,5,7
/proc/32766/task/366/stat : 366 (java) R 32763 32766 31341 0 -1 4202560 1705 13305 0 0 41 0 5 3 20 0 15 0 472975740 11094712320 42279 33554432000 4194304 4196468 140723656515168 140107074677232 140107529850486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=367] ppid=32763 vsize=10834680 memory=780 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/367/stat : 367 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11094712320 42279 33554432000 4194304 4196468 140723656515168 140106055633376 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=368] ppid=32763 vsize=10834680 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/368/stat : 368 (java) S 32763 32766 31341 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 472975741 11094712320 42279 33554432000 4194304 4196468 140723656515168 140107073625008 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834680 KiB

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

[pid=32766/tid=367] ppid=32763 vsize=10849048 memory=6933690279252828305 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/367/stat : 367 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140106055633376 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=368] ppid=32763 vsize=10849048 memory=6944656592455360608 CPUtime=0.12 cores=1,3,5,7
/proc/32766/task/368/stat : 368 (java) S 32763 32766 31341 0 -1 1077944384 744 13305 0 0 2 2 5 3 20 0 15 0 472975741 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107073625008 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
Current children cumulated CPU time: 106.77 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 774608 KiB

[startup+94.4009 s]
/proc/loadavg: 1.63 1.57 1.41 3/228 374
/proc/meminfo: memFree=4268532/32770624 swapFree=66972100/67108860
[pid=32766] ppid=32763 vsize=10849048 memory=774608 CPUtime=108.41 cores=1,3,5,7
/proc/32766/stat : 32766 (java) S 32763 32766 31341 0 -1 1077944320 111388 13305 0 0 10779 54 5 3 20 0 15 0 472975725 11109425152 193652 33554432000 4194304 4196468 140723656515168 140723656497712 140107551145719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
/proc/32766/statm: 2712262 193652 3627 1 0 2674317 0
[pid=32766/tid=355] ppid=32763 vsize=10849048 memory=1200 CPUtime=93.87 cores=1,3,5,7
/proc/32766/task/355/stat : 355 (java) R 32763 32766 31341 0 -1 4202560 31138 13305 0 0 9361 18 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107522977496 140107163773516 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=356] ppid=32763 vsize=10849048 memory=5984 CPUtime=0.31 cores=1,3,5,7
/proc/32766/task/356/stat : 356 (java) S 32763 32766 31341 0 -1 1077944384 3001 13305 0 0 19 4 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107555387792 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=357] ppid=32763 vsize=10849048 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/32766/task/357/stat : 357 (java) S 32763 32766 31341 0 -1 1077944384 1177 13305 0 0 17 4 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107474139408 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=358] ppid=32763 vsize=10849048 memory=992 CPUtime=0.3 cores=1,3,5,7
/proc/32766/task/358/stat : 358 (java) S 32763 32766 31341 0 -1 1077944384 1346 13305 0 0 18 4 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107473087120 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=359] ppid=32763 vsize=10849048 memory=2044 CPUtime=0.29 cores=1,3,5,7
/proc/32766/task/359/stat : 359 (java) S 32763 32766 31341 0 -1 1077944384 2997 13305 0 0 18 3 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107472034320 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=360] ppid=32763 vsize=10849048 memory=1432 CPUtime=0.27 cores=1,3,5,7
/proc/32766/task/360/stat : 360 (java) S 32763 32766 31341 0 -1 1077944384 3284 13305 0 0 18 1 5 3 20 0 15 0 472975737 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107077835376 140107551156866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=361] ppid=32763 vsize=10849048 memory=11624 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/361/stat : 361 (java) S 32763 32766 31341 0 -1 1077944384 21 13305 0 0 0 0 5 3 20 0 15 0 472975737 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107000571232 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=362] ppid=32763 vsize=10849048 memory=740 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/362/stat : 362 (java) S 32763 32766 31341 0 -1 1077944384 14 13305 0 0 0 0 5 3 20 0 15 0 472975738 11109425152 193652 33554432000 4194304 4196468 140723656515168 140106396591744 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=363] ppid=32763 vsize=10849048 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/363/stat : 363 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140106089192016 140107551164315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=364] ppid=32763 vsize=10849048 memory=1552 CPUtime=4.93 cores=1,3,5,7
/proc/32766/task/364/stat : 364 (java) S 32763 32766 31341 0 -1 1077944384 23217 13305 0 0 478 7 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107076782192 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=365] ppid=32763 vsize=10849048 memory=1040 CPUtime=4.57 cores=1,3,5,7
/proc/32766/task/365/stat : 365 (java) S 32763 32766 31341 0 -1 1077944384 16816 13305 0 0 444 5 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107075729392 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=366] ppid=32763 vsize=10849048 memory=3644 CPUtime=4.09 cores=1,3,5,7
/proc/32766/task/366/stat : 366 (java) S 32763 32766 31341 0 -1 1077944384 25420 13305 0 0 396 5 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107074677104 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=367] ppid=32763 vsize=10849048 memory=780 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/367/stat : 367 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140106055633376 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=368] ppid=32763 vsize=10849048 memory=2832 CPUtime=0.12 cores=1,3,5,7
/proc/32766/task/368/stat : 368 (java) S 32763 32766 31341 0 -1 1077944384 744 13305 0 0 2 2 5 3 20 0 15 0 472975741 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107073625008 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
Current children cumulated CPU time: 108.41 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 774608 KiB

[startup+96.0009 s]*
/proc/loadavg: 1.63 1.57 1.41 3/228 374
/proc/meminfo: memFree=4275016/32770624 swapFree=66972100/67108860
[pid=32766] ppid=32763 vsize=10849048 memory=774608 CPUtime=110.06 cores=1,3,5,7
/proc/32766/stat : 32766 (java) S 32763 32766 31341 0 -1 1077944320 111480 13305 0 0 10944 54 5 3 20 0 15 0 472975725 11109425152 193652 33554432000 4194304 4196468 140723656515168 140723656497712 140107551145719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
/proc/32766/statm: 2712262 193652 3627 1 0 2674317 0
[pid=32766/tid=355] ppid=32763 vsize=10849048 memory=6791534058613427641 CPUtime=95.46 cores=1,3,5,7
/proc/32766/task/355/stat : 355 (java) R 32763 32766 31341 0 -1 4202560 31146 13305 0 0 9520 18 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107522977752 140107155884627 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=356] ppid=32763 vsize=10849048 memory=3644 CPUtime=0.31 cores=1,3,5,7
/proc/32766/task/356/stat : 356 (java) S 32763 32766 31341 0 -1 1077944384 3002 13305 0 0 19 4 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107555387792 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=357] ppid=32763 vsize=10849048 memory=780 CPUtime=0.3 cores=1,3,5,7
/proc/32766/task/357/stat : 357 (java) S 32763 32766 31341 0 -1 1077944384 1177 13305 0 0 18 4 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107474139408 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=358] ppid=32763 vsize=10849048 memory=774608 CPUtime=0.3 cores=1,3,5,7
/proc/32766/task/358/stat : 358 (java) S 32763 32766 31341 0 -1 1077944384 1347 13305 0 0 18 4 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107473087120 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=359] ppid=32763 vsize=10849048 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/32766/task/359/stat : 359 (java) S 32763 32766 31341 0 -1 1077944384 2997 13305 0 0 19 3 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107472034320 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=360] ppid=32763 vsize=10849048 memory=2044 CPUtime=0.28 cores=1,3,5,7
/proc/32766/task/360/stat : 360 (java) S 32763 32766 31341 0 -1 1077944384 3286 13305 0 0 19 1 5 3 20 0 15 0 472975737 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107077835376 140107551156866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=361] ppid=32763 vsize=10849048 memory=1432 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/361/stat : 361 (java) S 32763 32766 31341 0 -1 1077944384 21 13305 0 0 0 0 5 3 20 0 15 0 472975737 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107000571232 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=362] ppid=32763 vsize=10849048 memory=11624 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/362/stat : 362 (java) S 32763 32766 31341 0 -1 1077944384 14 13305 0 0 0 0 5 3 20 0 15 0 472975738 11109425152 193652 33554432000 4194304 4196468 140723656515168 140106396591744 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=363] ppid=32763 vsize=10849048 memory=740 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/363/stat : 363 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140106089192016 140107551164315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=364] ppid=32763 vsize=10849048 memory=1056 CPUtime=4.93 cores=1,3,5,7
/proc/32766/task/364/stat : 364 (java) S 32763 32766 31341 0 -1 1077944384 23226 13305 0 0 478 7 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107076782192 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=365] ppid=32763 vsize=10849048 memory=1552 CPUtime=4.57 cores=1,3,5,7
/proc/32766/task/365/stat : 365 (java) S 32763 32766 31341 0 -1 1077944384 16866 13305 0 0 444 5 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107075729392 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=366] ppid=32763 vsize=10849048 memory=1040 CPUtime=4.11 cores=1,3,5,7
/proc/32766/task/366/stat : 366 (java) S 32763 32766 31341 0 -1 1077944384 25439 13305 0 0 398 5 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107074677104 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=367] ppid=32763 vsize=10849048 memory=3644 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/367/stat : 367 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140106055633376 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=368] ppid=32763 vsize=10849048 memory=780 CPUtime=0.12 cores=1,3,5,7
/proc/32766/task/368/stat : 368 (java) S 32763 32766 31341 0 -1 1077944384 746 13305 0 0 2 2 5 3 20 0 15 0 472975741 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107073625008 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
Current children cumulated CPU time: 110.06 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 774608 KiB

[startup+96.4007 s]
/proc/loadavg: 1.63 1.57 1.41 3/228 374
/proc/meminfo: memFree=4275016/32770624 swapFree=66972100/67108860
[pid=32766] ppid=32763 vsize=10849048 memory=774608 CPUtime=110.45 cores=1,3,5,7
/proc/32766/stat : 32766 (java) S 32763 32766 31341 0 -1 1077944320 111484 13305 0 0 10983 54 5 3 20 0 15 0 472975725 11109425152 193652 33554432000 4194304 4196468 140723656515168 140723656497712 140107551145719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
/proc/32766/statm: 2712262 193652 3627 1 0 2674317 0
[pid=32766/tid=355] ppid=32763 vsize=10849048 memory=1716 CPUtime=95.85 cores=1,3,5,7
/proc/32766/task/355/stat : 355 (java) R 32763 32766 31341 0 -1 4202560 31148 13305 0 0 9559 18 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107522977008 140107163772866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=356] ppid=32763 vsize=10849048 memory=1200 CPUtime=0.31 cores=1,3,5,7
/proc/32766/task/356/stat : 356 (java) S 32763 32766 31341 0 -1 1077944384 3003 13305 0 0 19 4 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107555387792 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=357] ppid=32763 vsize=10849048 memory=5984 CPUtime=0.3 cores=1,3,5,7
/proc/32766/task/357/stat : 357 (java) S 32763 32766 31341 0 -1 1077944384 1177 13305 0 0 18 4 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107474139408 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=358] ppid=32763 vsize=10849048 memory=14012 CPUtime=0.3 cores=1,3,5,7
/proc/32766/task/358/stat : 358 (java) S 32763 32766 31341 0 -1 1077944384 1347 13305 0 0 18 4 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107473087120 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=359] ppid=32763 vsize=10849048 memory=19000 CPUtime=0.3 cores=1,3,5,7
/proc/32766/task/359/stat : 359 (java) S 32763 32766 31341 0 -1 1077944384 2997 13305 0 0 19 3 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107472034320 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=360] ppid=32763 vsize=10849048 memory=12024 CPUtime=0.28 cores=1,3,5,7
/proc/32766/task/360/stat : 360 (java) S 32763 32766 31341 0 -1 1077944384 3286 13305 0 0 19 1 5 3 20 0 15 0 472975737 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107077835376 140107551156866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=361] ppid=32763 vsize=10849048 memory=2120 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/361/stat : 361 (java) S 32763 32766 31341 0 -1 1077944384 21 13305 0 0 0 0 5 3 20 0 15 0 472975737 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107000571232 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=362] ppid=32763 vsize=10849048 memory=500 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/362/stat : 362 (java) S 32763 32766 31341 0 -1 1077944384 14 13305 0 0 0 0 5 3 20 0 15 0 472975738 11109425152 193652 33554432000 4194304 4196468 140723656515168 140106396591744 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=363] ppid=32763 vsize=10849048 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/363/stat : 363 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140106089192016 140107551164315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=364] ppid=32763 vsize=10849048 memory=924 CPUtime=4.93 cores=1,3,5,7
/proc/32766/task/364/stat : 364 (java) S 32763 32766 31341 0 -1 1077944384 23226 13305 0 0 478 7 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107076782192 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=365] ppid=32763 vsize=10849048 memory=1672 CPUtime=4.57 cores=1,3,5,7
/proc/32766/task/365/stat : 365 (java) S 32763 32766 31341 0 -1 1077944384 16866 13305 0 0 444 5 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107075729392 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=366] ppid=32763 vsize=10849048 memory=780 CPUtime=4.11 cores=1,3,5,7
/proc/32766/task/366/stat : 366 (java) S 32763 32766 31341 0 -1 1077944384 25440 13305 0 0 398 5 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107074677104 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=367] ppid=32763 vsize=10849048 memory=1436 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/367/stat : 367 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140106055633376 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=368] ppid=32763 vsize=10849048 memory=1984 CPUtime=0.12 cores=1,3,5,7
/proc/32766/task/368/stat : 368 (java) S 32763 32766 31341 0 -1 1077944384 746 13305 0 0 2 2 5 3 20 0 15 0 472975741 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107073625008 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
Current children cumulated CPU time: 110.45 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 774608 KiB

[startup+96.8008 s]
/proc/loadavg: 1.63 1.57 1.41 3/228 374
/proc/meminfo: memFree=4275016/32770624 swapFree=66972100/67108860
[pid=32766] ppid=32763 vsize=10849048 memory=774608 CPUtime=110.87 cores=1,3,5,7
/proc/32766/stat : 32766 (java) S 32763 32766 31341 0 -1 1077944320 111492 13305 0 0 11025 54 5 3 20 0 15 0 472975725 11109425152 193652 33554432000 4194304 4196468 140723656515168 140723656497712 140107551145719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
/proc/32766/statm: 2712262 193652 3627 1 0 2674317 0
[pid=32766/tid=355] ppid=32763 vsize=10849048 memory=6791534058613427641 CPUtime=96.24 cores=1,3,5,7
/proc/32766/task/355/stat : 355 (java) R 32763 32766 31341 0 -1 4202560 31150 13305 0 0 9598 18 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107522981008 140107162869036 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=356] ppid=32763 vsize=10849048 memory=1716 CPUtime=0.32 cores=1,3,5,7
/proc/32766/task/356/stat : 356 (java) S 32763 32766 31341 0 -1 1077944384 3003 13305 0 0 20 4 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107555387792 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=357] ppid=32763 vsize=10849048 memory=1200 CPUtime=0.3 cores=1,3,5,7
/proc/32766/task/357/stat : 357 (java) S 32763 32766 31341 0 -1 1077944384 1177 13305 0 0 18 4 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107474139408 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=358] ppid=32763 vsize=10849048 memory=774596 CPUtime=0.31 cores=1,3,5,7
/proc/32766/task/358/stat : 358 (java) S 32763 32766 31341 0 -1 1077944384 1348 13305 0 0 19 4 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107473087120 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=359] ppid=32763 vsize=10849048 memory=992 CPUtime=0.3 cores=1,3,5,7
/proc/32766/task/359/stat : 359 (java) S 32763 32766 31341 0 -1 1077944384 2997 13305 0 0 19 3 5 3 20 0 15 0 472975735 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107472034320 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=360] ppid=32763 vsize=10849048 memory=2044 CPUtime=0.28 cores=1,3,5,7
/proc/32766/task/360/stat : 360 (java) S 32763 32766 31341 0 -1 1077944384 3286 13305 0 0 19 1 5 3 20 0 15 0 472975737 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107077835376 140107551156866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=361] ppid=32763 vsize=10849048 memory=1432 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/361/stat : 361 (java) S 32763 32766 31341 0 -1 1077944384 21 13305 0 0 0 0 5 3 20 0 15 0 472975737 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107000571232 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=362] ppid=32763 vsize=10849048 memory=11624 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/362/stat : 362 (java) S 32763 32766 31341 0 -1 1077944384 14 13305 0 0 0 0 5 3 20 0 15 0 472975738 11109425152 193652 33554432000 4194304 4196468 140723656515168 140106396591744 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=363] ppid=32763 vsize=10849048 memory=740 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/363/stat : 363 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140106089192016 140107551164315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=364] ppid=32763 vsize=10849048 memory=1056 CPUtime=4.94 cores=1,3,5,7
/proc/32766/task/364/stat : 364 (java) S 32763 32766 31341 0 -1 1077944384 23228 13305 0 0 479 7 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107076782192 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=365] ppid=32763 vsize=10849048 memory=1552 CPUtime=4.58 cores=1,3,5,7
/proc/32766/task/365/stat : 365 (java) S 32763 32766 31341 0 -1 1077944384 16866 13305 0 0 445 5 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107075729392 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=366] ppid=32763 vsize=10849048 memory=1040 CPUtime=4.11 cores=1,3,5,7
/proc/32766/task/366/stat : 366 (java) S 32763 32766 31341 0 -1 1077944384 25443 13305 0 0 398 5 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107074677104 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=367] ppid=32763 vsize=10849048 memory=3644 CPUtime=0.08 cores=1,3,5,7
/proc/32766/task/367/stat : 367 (java) S 32763 32766 31341 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 472975740 11109425152 193652 33554432000 4194304 4196468 140723656515168 140106055633376 140107551155925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
[pid=32766/tid=368] ppid=32763 vsize=10849048 memory=780 CPUtime=0.12 cores=1,3,5,7
/proc/32766/task/368/stat : 368 (java) S 32763 32766 31341 0 -1 1077944384 746 13305 0 0 2 2 5 3 20 0 15 0 472975741 11109425152 193652 33554432000 4194304 4196468 140723656515168 140107073625008 140107551156866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140723656518244 140723656520885 140723656520885 140723656523727 0
Current children cumulated CPU time: 110.87 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 774608 KiB

Child status: 0
Real time (s): 96.873
CPU time (s): 110.956
CPU user time (s): 110.364
CPU system time (s): 0.592029
CPU usage (%): 114.538
Max. virtual memory (cumulated for all children) (KiB): 10853220
Max. memory (cumulated for all children) (KiB): 794476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.364
system time used= 0.592029
maximum resident set size= 796524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125627
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20953
involuntary context switches= 250


# summary of solver processes directly reported to runsolver:
#   pid: 32766
#   total CPU time (s): 110.956
#   total CPU user time (s): 110.364
#   total CPU system time (s): 0.592029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.671601 second user time and 0.916693 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-20 11:04:55
IDJOB=4402867
IDBENCH=123027
IDSOLVER=2861
FILE ID=node117/4402867-1568970339
RUNJOBID= node117-1568967595-31373
PBS_JOBID= 21704629
Free space on /var/tmp= 13480 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr18a.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402867-1568970339/watcher-4402867-1568970339 -o /var/tmp/evaluation-result-4402867-1568970339/solver-4402867-1568970339 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1568967595-31373 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4402867-1568970339.xml

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

MD5SUM BENCH= 7a8b402fb105147dc13a1900b7358194
RANDOM SEED=453517493

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
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:         4759916 kB
MemAvailable:   30171040 kB
Buffers:          118452 kB
Cached:         25197836 kB
SwapCached:        27668 kB
Active:         14137628 kB
Inactive:       12870684 kB
Active(anon):    1663828 kB
Inactive(anon):    69092 kB
Active(file):   12473800 kB
Inactive(file): 12801592 kB
Unevictable:      107884 kB
Mlocked:          107884 kB
SwapTotal:      67108860 kB
SwapFree:       66972100 kB
Dirty:             35804 kB
Writeback:             0 kB
AnonPages:       1775100 kB
Mapped:            61352 kB
Shmem:             32276 kB
Slab:             592308 kB
SReclaimable:     564192 kB
SUnreclaim:        28116 kB
KernelStack:        3776 kB
PageTables:        10316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2770248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1583104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13444 MiB
End job on node117 at 2019-09-20 11:06:33