Trace number 4392107

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.10OPT5549 98.5031 81.9898

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.9848
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.71/0.55	c Concrete v3.10.1560635388952 running
7.11/3.21	o 9681
7.11/3.22	o 9133
7.11/3.23	o 9096
7.11/3.23	o 9012
7.11/3.23	o 8845
7.11/3.24	o 8815
7.11/3.24	o 8437
7.11/3.25	o 8336
7.11/3.26	o 8316
7.11/3.27	o 8295
7.46/3.39	o 8189
7.80/3.44	o 7717
7.80/3.47	o 7019
10.07/4.15	o 6792
10.07/4.16	o 6762
10.54/4.32	o 6737
10.54/4.33	o 6534
10.54/4.39	o 6405
10.54/4.39	o 6237
10.82/4.47	o 6140
11.07/4.60	o 6007
11.07/4.60	o 5754
11.27/4.61	o 5549
98.39/81.97	v <instantiation
98.39/81.97	v         cost = '5549'>
98.39/81.97	v       <list>
98.39/81.97	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]
98.39/81.97	v       </list>
98.39/81.97	v       <values>
98.39/81.97	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
98.39/81.97	v       </values>
98.39/81.97	v     </instantiation>
98.39/81.97	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 (10208 MiB free)
  memory of node 1: 16384 MiB (13025 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392107-1568309855/watcher-4392107-1568309855 -o /tmp/evaluation-result-4392107-1568309855/solver-4392107-1568309855 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8655 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1255702328 HOME/instance-4392107-1568309855.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=8876, runsolver pid=8873

[startup+0.100119 s]*
/proc/loadavg: 1.34 0.92 1.07 3/218 8933
/proc/meminfo: memFree=23779060/32770624 swapFree=67108848/67108860
[pid=8876] ppid=8873 vsize=9972712 memory=17080 CPUtime=0.08 cores=1,3,5,7
/proc/8876/stat : 8876 (java) S 8873 8876 8623 0 -1 1077944320 4510 13007 0 0 1 0 5 2 20 0 6 0 406922856 10212057088 4270 33554432000 4194304 4196468 140723078904704 140723078887248 139662773706487 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
/proc/8876/statm: 2493178 4270 1935 1 0 2481616 0
[pid=8876/tid=8929] ppid=8873 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=1,3,5,7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 8623 0 -1 4202560 2329 13007 0 0 1 0 5 2 20 0 6 0 406922865 10212057088 4270 33554432000 4194304 4196468 140723078904704 139662745543248 139662758829424 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8930] ppid=8873 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 6 0 406922866 10212057088 4270 33554432000 4194304 4196468 140723078904704 139662777948816 139662773716693 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8931] ppid=8873 vsize=9972712 memory=139681084704384 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 6 0 406922866 10212057088 4270 33554432000 4194304 4196468 140723078904704 139662676838928 139662773716693 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8932] ppid=8873 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 8623 0 -1 1077944384 2 13007 0 0 0 0 5 2 20 0 6 0 406922866 10212057088 4270 33554432000 4194304 4196468 140723078904704 139662675786128 139662773716693 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8933] ppid=8873 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 6 0 406922866 10212057088 4270 33554432000 4194304 4196468 140723078904704 139662674733328 139662773716693 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210265 s]*
/proc/loadavg: 1.47 0.95 1.08 3/227 8942
/proc/meminfo: memFree=23760908/32770624 swapFree=67108848/67108860
[pid=8876] ppid=8873 vsize=10818940 memory=38672 CPUtime=0.25 cores=1,3,5,7
/proc/8876/stat : 8876 (java) S 8873 8876 8623 0 -1 1077944320 7015 13007 0 0 17 1 5 2 20 0 15 0 406922856 11078594560 9668 33554432000 4194304 4196468 140723078904704 140723078887248 139662773706487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
/proc/8876/statm: 2704735 9668 2963 1 0 2667149 0
[pid=8876/tid=8929] ppid=8873 vsize=10818940 memory=5450916389569530688 CPUtime=0.18 cores=1,3,5,7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 8623 0 -1 4202560 3535 13007 0 0 11 0 5 2 20 0 15 0 406922865 11078594560 9676 33554432000 4194304 4196468 140723078904704 139662745536568 139662766806390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8930] ppid=8873 vsize=10818940 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 406922866 11078594560 9676 33554432000 4194304 4196468 140723078904704 139662777948816 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8931] ppid=8873 vsize=10818940 memory=139681084704384 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 406922866 11078594560 9676 33554432000 4194304 4196468 140723078904704 139662676838928 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8932] ppid=8873 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 8623 0 -1 1077944384 2 13007 0 0 0 0 5 2 20 0 15 0 406922866 11078594560 9676 33554432000 4194304 4196468 140723078904704 139662675786128 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8933] ppid=8873 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 406922866 11078594560 9676 33554432000 4194304 4196468 140723078904704 139662674733328 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8934] ppid=8873 vsize=10818940 memory=139681084704384 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8934/stat : 8934 (java) S 8873 8876 8623 0 -1 1077944384 2 13007 0 0 0 0 5 2 20 0 15 0 406922867 11078594560 9676 33554432000 4194304 4196468 140723078904704 139662233185136 139662773717634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8935] ppid=8873 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8935/stat : 8935 (java) S 8873 8876 8623 0 -1 1077944384 13 13007 0 0 0 0 5 2 20 0 15 0 406922868 11078594560 9676 33554432000 4194304 4196468 140723078904704 139661666149920 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8936] ppid=8873 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8936/stat : 8936 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 406922868 11078594560 9676 33554432000 4194304 4196468 140723078904704 139661531932016 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8937] ppid=8873 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8937/stat : 8937 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11078594560 9676 33554432000 4194304 4196468 140723078904704 139661291641168 139662773725083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8938] ppid=8873 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8876/task/8938/stat : 8938 (java) S 8873 8876 8623 0 -1 1077944384 567 13007 0 0 1 0 5 2 20 0 15 0 406922871 11078594560 9676 33554432000 4194304 4196468 140723078904704 139662232131952 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8939] ppid=8873 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8939/stat : 8939 (java) S 8873 8876 8623 0 -1 1077944384 56 13007 0 0 0 0 5 2 20 0 15 0 406922871 11078594560 9676 33554432000 4194304 4196468 140723078904704 139662231079152 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8940] ppid=8873 vsize=10818940 memory=139681084704384 CPUtime=0.1 cores=1,3,5,7
/proc/8876/task/8940/stat : 8940 (java) S 8873 8876 8623 0 -1 1077944384 632 13007 0 0 3 0 5 2 20 0 15 0 406922871 11078594560 9676 33554432000 4194304 4196468 140723078904704 139662230026352 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8941] ppid=8873 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11078594560 9676 33554432000 4194304 4196468 140723078904704 139661258082528 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8942] ppid=8873 vsize=10818940 memory=139681084704384 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 406922871 11078594560 9676 33554432000 4194304 4196468 140723078904704 139662228974768 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38672 KiB

[startup+0.310395 s]*
/proc/loadavg: 1.47 0.95 1.08 3/227 8942
/proc/meminfo: memFree=23750756/32770624 swapFree=67108848/67108860
[pid=8876] ppid=8873 vsize=10820096 memory=49860 CPUtime=0.39 cores=1,3,5,7
/proc/8876/stat : 8876 (java) S 8873 8876 8623 0 -1 1077944320 10749 13007 0 0 29 3 5 2 20 0 15 0 406922856 11079778304 12465 33554432000 4194304 4196468 140723078904704 140723078887248 139662773706487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
/proc/8876/statm: 2705024 12465 3217 1 0 2667149 0
[pid=8876/tid=8929] ppid=8873 vsize=10820096 memory=1398722017469774279 CPUtime=0.28 cores=1,3,5,7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 8623 0 -1 4202560 7247 13007 0 0 19 2 5 2 20 0 15 0 406922865 11079778304 12465 33554432000 4194304 4196468 140723078904704 139662745527888 139662773728413 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8930] ppid=8873 vsize=10820096 memory=7302140829570131559 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 406922866 11079778304 12465 33554432000 4194304 4196468 140723078904704 139662777948816 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8931] ppid=8873 vsize=10820096 memory=5788339726952981056 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 406922866 11079778304 12465 33554432000 4194304 4196468 140723078904704 139662676838928 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8932] ppid=8873 vsize=10820096 memory=7019606768950529736 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 8623 0 -1 1077944384 2 13007 0 0 0 0 5 2 20 0 15 0 406922866 11079778304 12465 33554432000 4194304 4196468 140723078904704 139662675786128 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8933] ppid=8873 vsize=10820096 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 406922866 11079778304 12465 33554432000 4194304 4196468 140723078904704 139662674733328 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8934] ppid=8873 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8934/stat : 8934 (java) S 8873 8876 8623 0 -1 1077944384 2 13007 0 0 0 0 5 2 20 0 15 0 406922867 11079778304 12465 33554432000 4194304 4196468 140723078904704 139662233185136 139662773717634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8935] ppid=8873 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8935/stat : 8935 (java) S 8873 8876 8623 0 -1 1077944384 13 13007 0 0 0 0 5 2 20 0 15 0 406922868 11079778304 12465 33554432000 4194304 4196468 140723078904704 139661666149920 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8936] ppid=8873 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8936/stat : 8936 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 406922868 11079778304 12465 33554432000 4194304 4196468 140723078904704 139661531932016 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8937] ppid=8873 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8937/stat : 8937 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11079778304 12465 33554432000 4194304 4196468 140723078904704 139661291641168 139662773725083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8938] ppid=8873 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8876/task/8938/stat : 8938 (java) S 8873 8876 8623 0 -1 1077944384 568 13007 0 0 2 0 5 2 20 0 15 0 406922871 11079778304 12465 33554432000 4194304 4196468 140723078904704 139662232131952 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8939] ppid=8873 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8876/task/8939/stat : 8939 (java) S 8873 8876 8623 0 -1 1077944384 57 13007 0 0 1 0 5 2 20 0 15 0 406922871 11079778304 12465 33554432000 4194304 4196468 140723078904704 139662231079152 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8940] ppid=8873 vsize=10820096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8876/task/8940/stat : 8940 (java) S 8873 8876 8623 0 -1 1077944384 641 13007 0 0 5 0 5 2 20 0 15 0 406922871 11079778304 12465 33554432000 4194304 4196468 140723078904704 139662230026352 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8941] ppid=8873 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11079778304 12465 33554432000 4194304 4196468 140723078904704 139661258082528 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8942] ppid=8873 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 406922871 11079778304 12465 33554432000 4194304 4196468 140723078904704 139662228974768 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49860 KiB

[startup+0.700713 s]
/proc/loadavg: 1.47 0.95 1.08 5/227 8942
/proc/meminfo: memFree=23734440/32770624 swapFree=67108848/67108860
[pid=8876] ppid=8873 vsize=10824340 memory=80160 CPUtime=1.14 cores=1,3,5,7
/proc/8876/stat : 8876 (java) S 8873 8876 8623 0 -1 1077944320 14835 13007 0 0 102 5 5 2 20 0 15 0 406922856 11084124160 20040 33554432000 4194304 4196468 140723078904704 140723078887248 139662773706487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
/proc/8876/statm: 2706085 20040 3496 1 0 2668173 0
[pid=8876/tid=8929] ppid=8873 vsize=10824340 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 8623 0 -1 4202560 10501 13007 0 0 55 4 5 2 20 0 15 0 406922865 11084124160 20040 33554432000 4194304 4196468 140723078904704 139662745519680 139662757786974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8930] ppid=8873 vsize=10824340 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 406922866 11084124160 20040 33554432000 4194304 4196468 140723078904704 139662777948816 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8931] ppid=8873 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 406922866 11084124160 20040 33554432000 4194304 4196468 140723078904704 139662676838928 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8932] ppid=8873 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 8623 0 -1 1077944384 2 13007 0 0 0 0 5 2 20 0 15 0 406922866 11084124160 20040 33554432000 4194304 4196468 140723078904704 139662675786128 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8933] ppid=8873 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 406922866 11084124160 20040 33554432000 4194304 4196468 140723078904704 139662674733328 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8934] ppid=8873 vsize=10824340 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8934/stat : 8934 (java) S 8873 8876 8623 0 -1 1077944384 5 13007 0 0 0 0 5 2 20 0 15 0 406922867 11084124160 20040 33554432000 4194304 4196468 140723078904704 139662233185136 139662773717634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8935] ppid=8873 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8935/stat : 8935 (java) S 8873 8876 8623 0 -1 1077944384 13 13007 0 0 0 0 5 2 20 0 15 0 406922868 11084124160 20094 33554432000 4194304 4196468 140723078904704 139661666149920 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8936] ppid=8873 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8936/stat : 8936 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 406922868 11084124160 20094 33554432000 4194304 4196468 140723078904704 139661531932016 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8937] ppid=8873 vsize=10824340 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8937/stat : 8937 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11084124160 20094 33554432000 4194304 4196468 140723078904704 139661291641168 139662773725083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8938] ppid=8873 vsize=10824340 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/8876/task/8938/stat : 8938 (java) S 8873 8876 8623 0 -1 1077944384 851 13007 0 0 14 0 5 2 20 0 15 0 406922871 11084124160 20094 33554432000 4194304 4196468 140723078904704 139662232131952 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8939] ppid=8873 vsize=10824340 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/8876/task/8939/stat : 8939 (java) S 8873 8876 8623 0 -1 1077944384 400 13007 0 0 13 0 5 2 20 0 15 0 406922871 11084124160 20094 33554432000 4194304 4196468 140723078904704 139662231079152 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8940] ppid=8873 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/8876/task/8940/stat : 8940 (java) S 8873 8876 8623 0 -1 1077944384 846 13007 0 0 17 0 5 2 20 0 15 0 406922871 11084124160 20094 33554432000 4194304 4196468 140723078904704 139662230026352 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8941] ppid=8873 vsize=10824340 memory=279361852801264 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11084124160 20094 33554432000 4194304 4196468 140723078904704 139661258082528 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8942] ppid=8873 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 406922871 11084124160 20094 33554432000 4194304 4196468 140723078904704 139662228974768 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80160 KiB

[startup+1.50106 s]
/proc/loadavg: 1.47 0.95 1.08 3/227 8942
/proc/meminfo: memFree=23675300/32770624 swapFree=67108848/67108860
[pid=8876] ppid=8873 vsize=10834656 memory=166360 CPUtime=2.5 cores=1,3,5,7
/proc/8876/stat : 8876 (java) S 8873 8876 8623 0 -1 1077944320 21477 13007 0 0 233 10 5 2 20 0 15 0 406922856 11094687744 41590 33554432000 4194304 4196468 140723078904704 140723078887248 139662773706487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
/proc/8876/statm: 2708664 41590 3578 1 0 2670733 0
[pid=8876/tid=8929] ppid=8873 vsize=10834656 memory=19 CPUtime=1.42 cores=1,3,5,7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 8623 0 -1 4202560 15295 13007 0 0 130 5 5 2 20 0 15 0 406922865 11094687744 41590 33554432000 4194304 4196468 140723078904704 139662745519184 139662773718422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8930] ppid=8873 vsize=10834656 memory=26 CPUtime=0.08 cores=1,3,5,7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 8623 0 -1 1077944384 31 13007 0 0 1 0 5 2 20 0 15 0 406922866 11094687744 41590 33554432000 4194304 4196468 140723078904704 139662777948816 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8931] ppid=8873 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 8623 0 -1 1077944384 77 13007 0 0 0 0 5 2 20 0 15 0 406922866 11094687744 41590 33554432000 4194304 4196468 140723078904704 139662676838928 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8932] ppid=8873 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 8623 0 -1 1077944384 81 13007 0 0 1 0 5 2 20 0 15 0 406922866 11094687744 41590 33554432000 4194304 4196468 140723078904704 139662675786128 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8933] ppid=8873 vsize=10834656 memory=96936 CPUtime=0.08 cores=1,3,5,7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 8623 0 -1 1077944384 423 13007 0 0 1 0 5 2 20 0 15 0 406922866 11094687744 41590 33554432000 4194304 4196468 140723078904704 139662674733328 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8934] ppid=8873 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8876/task/8934/stat : 8934 (java) S 8873 8876 8623 0 -1 1077944384 141 13007 0 0 1 0 5 2 20 0 15 0 406922867 11094687744 41590 33554432000 4194304 4196468 140723078904704 139662233185136 139662773717634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8935] ppid=8873 vsize=10834656 memory=7014751519633528425 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8935/stat : 8935 (java) S 8873 8876 8623 0 -1 1077944384 13 13007 0 0 0 0 5 2 20 0 15 0 406922868 11094687744 41590 33554432000 4194304 4196468 140723078904704 139661666149920 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8936] ppid=8873 vsize=10834656 memory=7302984137976407641 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8936/stat : 8936 (java) S 8873 8876 8623 0 -1 1077944384 2 13007 0 0 0 0 5 2 20 0 15 0 406922868 11094687744 41590 33554432000 4194304 4196468 140723078904704 139661531932016 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8937] ppid=8873 vsize=10834656 memory=7451044407896795751 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8937/stat : 8937 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11094687744 41590 33554432000 4194304 4196468 140723078904704 139661291641168 139662773725083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8938] ppid=8873 vsize=10834656 memory=7011348500760777048 CPUtime=0.35 cores=1,3,5,7
/proc/8876/task/8938/stat : 8938 (java) R 8873 8876 8623 0 -1 4202560 1009 13007 0 0 27 1 5 2 20 0 15 0 406922871 11094687744 41590 33554432000 4194304 4196468 140723078904704 139662232131952 139662766691529 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8939] ppid=8873 vsize=10834656 memory=7883928707187042401 CPUtime=0.32 cores=1,3,5,7
/proc/8876/task/8939/stat : 8939 (java) R 8873 8876 8623 0 -1 1077944384 550 13007 0 0 25 0 5 2 20 0 15 0 406922871 11094687744 41590 33554432000 4194304 4196468 140723078904704 139662231079152 139662773717634 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8940] ppid=8873 vsize=10834656 memory=7014751519633528425 CPUtime=0.49 cores=1,3,5,7
/proc/8876/task/8940/stat : 8940 (java) R 8873 8876 8623 0 -1 4202560 1640 13007 0 0 42 0 5 2 20 0 15 0 406922871 11094687744 41590 33554432000 4194304 4196468 140723078904704 139662230022112 139662751846065 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8941] ppid=8873 vsize=10834656 memory=7014751519633528425 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11094687744 41590 33554432000 4194304 4196468 140723078904704 139661258082528 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8942] ppid=8873 vsize=10834656 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 8623 0 -1 1077944384 1 13007 0 0 0 0 5 2 20 0 15 0 406922871 11094687744 41590 33554432000 4194304 4196468 140723078904704 139662228974768 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834656 KiB

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

[pid=8876/tid=8941] ppid=8873 vsize=10849024 memory=804 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661258082528 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8942] ppid=8873 vsize=10849024 memory=4108 CPUtime=0.1 cores=1,3,5,7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 8623 0 -1 1077944384 587 13007 0 0 1 2 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662228974768 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
Current children cumulated CPU time: 96.36 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 626376 KiB

[startup+80.8008 s]
/proc/loadavg: 1.79 1.20 1.16 3/227 8948
/proc/meminfo: memFree=23032128/32770624 swapFree=67108848/67108860
[pid=8876] ppid=8873 vsize=10849024 memory=626376 CPUtime=97.2 cores=1,3,5,7
/proc/8876/stat : 8876 (java) S 8873 8876 8623 0 -1 1077944320 105957 13007 0 0 9661 52 5 2 20 0 15 0 406922856 11109400576 156594 33554432000 4194304 4196468 140723078904704 140723078887248 139662773706487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
/proc/8876/statm: 2712256 156594 3621 1 0 2674317 0
[pid=8876/tid=8929] ppid=8873 vsize=10849024 memory=8112282956445269571 CPUtime=80.43 cores=1,3,5,7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 8623 0 -1 4202560 30520 13007 0 0 8021 15 5 2 20 0 15 0 406922865 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662745541872 139662365439397 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8930] ppid=8873 vsize=10849024 memory=23160 CPUtime=0.21 cores=1,3,5,7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 8623 0 -1 1077944384 2064 13007 0 0 11 3 5 2 20 0 15 0 406922866 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662777948816 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8931] ppid=8873 vsize=10849024 memory=4048 CPUtime=0.2 cores=1,3,5,7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 8623 0 -1 1077944384 1646 13007 0 0 10 3 5 2 20 0 15 0 406922866 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662676838928 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8932] ppid=8873 vsize=10849024 memory=14288 CPUtime=0.2 cores=1,3,5,7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 8623 0 -1 1077944384 1807 13007 0 0 10 3 5 2 20 0 15 0 406922866 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662675786128 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8933] ppid=8873 vsize=10849024 memory=504 CPUtime=0.22 cores=1,3,5,7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 8623 0 -1 1077944384 2766 13007 0 0 12 3 5 2 20 0 15 0 406922866 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662674733328 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8934] ppid=8873 vsize=10849024 memory=626376 CPUtime=0.18 cores=1,3,5,7
/proc/8876/task/8934/stat : 8934 (java) S 8873 8876 8623 0 -1 1077944384 3015 13007 0 0 10 1 5 2 20 0 15 0 406922867 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662233185136 139662773717634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8935] ppid=8873 vsize=10849024 memory=38024 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8935/stat : 8935 (java) S 8873 8876 8623 0 -1 1077944384 21 13007 0 0 0 0 5 2 20 0 15 0 406922868 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661666149984 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8936] ppid=8873 vsize=10849024 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8936/stat : 8936 (java) S 8873 8876 8623 0 -1 1077944384 13 13007 0 0 0 0 5 2 20 0 15 0 406922868 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661531932032 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8937] ppid=8873 vsize=10849024 memory=2352 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8937/stat : 8937 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661291641168 139662773725083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8938] ppid=8873 vsize=10849024 memory=1792 CPUtime=6.5 cores=1,3,5,7
/proc/8876/task/8938/stat : 8938 (java) S 8873 8876 8623 0 -1 1077944384 24751 13007 0 0 637 6 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662232131952 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8939] ppid=8873 vsize=10849024 memory=8612 CPUtime=5.66 cores=1,3,5,7
/proc/8876/task/8939/stat : 8939 (java) S 8873 8876 8623 0 -1 1077944384 15289 13007 0 0 555 4 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662231079152 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8940] ppid=8873 vsize=10849024 memory=1192 CPUtime=4.02 cores=1,3,5,7
/proc/8876/task/8940/stat : 8940 (java) S 8873 8876 8623 0 -1 1077944384 21263 13007 0 0 386 9 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662230026352 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8941] ppid=8873 vsize=10849024 memory=5536 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661258082528 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8942] ppid=8873 vsize=10849024 memory=4540 CPUtime=0.1 cores=1,3,5,7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 8623 0 -1 1077944384 588 13007 0 0 1 2 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662228974768 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
Current children cumulated CPU time: 97.2 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 626376 KiB

[startup+81.6008 s]
/proc/loadavg: 1.81 1.21 1.16 4/227 8948
/proc/meminfo: memFree=23032128/32770624 swapFree=67108848/67108860
[pid=8876] ppid=8873 vsize=10849024 memory=626376 CPUtime=98.07 cores=1,3,5,7
/proc/8876/stat : 8876 (java) S 8873 8876 8623 0 -1 1077944320 105977 13007 0 0 9747 53 5 2 20 0 15 0 406922856 11109400576 156594 33554432000 4194304 4196468 140723078904704 140723078887248 139662773706487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
/proc/8876/statm: 2712256 156594 3621 1 0 2674317 0
[pid=8876/tid=8929] ppid=8873 vsize=10849024 memory=626376 CPUtime=81.22 cores=1,3,5,7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 8623 0 -1 4202560 30525 13007 0 0 8100 15 5 2 20 0 15 0 406922865 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662745541632 139662365438224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8930] ppid=8873 vsize=10849024 memory=7588935152971043925 CPUtime=0.22 cores=1,3,5,7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 8623 0 -1 1077944384 2064 13007 0 0 11 4 5 2 20 0 15 0 406922866 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662777948816 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8931] ppid=8873 vsize=10849024 memory=6154282490091891024 CPUtime=0.2 cores=1,3,5,7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 8623 0 -1 1077944384 1646 13007 0 0 10 3 5 2 20 0 15 0 406922866 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662676838928 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8932] ppid=8873 vsize=10849024 memory=626376 CPUtime=0.2 cores=1,3,5,7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 8623 0 -1 1077944384 1807 13007 0 0 10 3 5 2 20 0 15 0 406922866 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662675786128 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8933] ppid=8873 vsize=10849024 memory=6655300316396806240 CPUtime=0.22 cores=1,3,5,7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 8623 0 -1 1077944384 2766 13007 0 0 12 3 5 2 20 0 15 0 406922866 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662674733328 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8934] ppid=8873 vsize=10849024 memory=6944656575208382560 CPUtime=0.18 cores=1,3,5,7
/proc/8876/task/8934/stat : 8934 (java) S 8873 8876 8623 0 -1 1077944384 3015 13007 0 0 10 1 5 2 20 0 15 0 406922867 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662233185136 139662773717634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8935] ppid=8873 vsize=10849024 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8935/stat : 8935 (java) S 8873 8876 8623 0 -1 1077944384 21 13007 0 0 0 0 5 2 20 0 15 0 406922868 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661666149984 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8936] ppid=8873 vsize=10849024 memory=7810484636872369512 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8936/stat : 8936 (java) S 8873 8876 8623 0 -1 1077944384 13 13007 0 0 0 0 5 2 20 0 15 0 406922868 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661531932032 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8937] ppid=8873 vsize=10849024 memory=4640790453641307494 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8937/stat : 8937 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661291641168 139662773725083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8938] ppid=8873 vsize=10849024 memory=0 CPUtime=6.52 cores=1,3,5,7
/proc/8876/task/8938/stat : 8938 (java) S 8873 8876 8623 0 -1 1077944384 24757 13007 0 0 639 6 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662232131952 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8939] ppid=8873 vsize=10849024 memory=8112282956445269571 CPUtime=5.68 cores=1,3,5,7
/proc/8876/task/8939/stat : 8939 (java) S 8873 8876 8623 0 -1 1077944384 15290 13007 0 0 557 4 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662231079152 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8940] ppid=8873 vsize=10849024 memory=288230596050944315 CPUtime=4.03 cores=1,3,5,7
/proc/8876/task/8940/stat : 8940 (java) S 8873 8876 8623 0 -1 1077944384 21271 13007 0 0 387 9 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662230026352 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8941] ppid=8873 vsize=10849024 memory=13572582825789870 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661258082528 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8942] ppid=8873 vsize=10849024 memory=1728 CPUtime=0.1 cores=1,3,5,7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 8623 0 -1 1077944384 588 13007 0 0 1 2 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662228974768 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
Current children cumulated CPU time: 98.07 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 626376 KiB

[startup+81.8007 s]
/proc/loadavg: 1.81 1.21 1.16 4/227 8948
/proc/meminfo: memFree=23032128/32770624 swapFree=67108848/67108860
[pid=8876] ppid=8873 vsize=10849024 memory=626376 CPUtime=98.28 cores=1,3,5,7
/proc/8876/stat : 8876 (java) S 8873 8876 8623 0 -1 1077944320 105977 13007 0 0 9768 53 5 2 20 0 15 0 406922856 11109400576 156594 33554432000 4194304 4196468 140723078904704 140723078887248 139662773706487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
/proc/8876/statm: 2712256 156594 3621 1 0 2674317 0
[pid=8876/tid=8929] ppid=8873 vsize=10849024 memory=8112282956445269571 CPUtime=81.42 cores=1,3,5,7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 8623 0 -1 4202560 30525 13007 0 0 8120 15 5 2 20 0 15 0 406922865 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662745541632 139662365435727 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8930] ppid=8873 vsize=10849024 memory=626376 CPUtime=0.22 cores=1,3,5,7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 8623 0 -1 1077944384 2064 13007 0 0 11 4 5 2 20 0 15 0 406922866 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662777948816 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8931] ppid=8873 vsize=10849024 memory=2376 CPUtime=0.2 cores=1,3,5,7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 8623 0 -1 1077944384 1646 13007 0 0 10 3 5 2 20 0 15 0 406922866 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662676838928 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8932] ppid=8873 vsize=10849024 memory=2212 CPUtime=0.2 cores=1,3,5,7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 8623 0 -1 1077944384 1807 13007 0 0 10 3 5 2 20 0 15 0 406922866 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662675786128 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8933] ppid=8873 vsize=10849024 memory=4276 CPUtime=0.22 cores=1,3,5,7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 8623 0 -1 1077944384 2766 13007 0 0 12 3 5 2 20 0 15 0 406922866 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662674733328 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8934] ppid=8873 vsize=10849024 memory=1536 CPUtime=0.18 cores=1,3,5,7
/proc/8876/task/8934/stat : 8934 (java) S 8873 8876 8623 0 -1 1077944384 3015 13007 0 0 10 1 5 2 20 0 15 0 406922867 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662233185136 139662773717634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8935] ppid=8873 vsize=10849024 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8935/stat : 8935 (java) S 8873 8876 8623 0 -1 1077944384 21 13007 0 0 0 0 5 2 20 0 15 0 406922868 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661666149984 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8936] ppid=8873 vsize=10849024 memory=626376 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8936/stat : 8936 (java) S 8873 8876 8623 0 -1 1077944384 13 13007 0 0 0 0 5 2 20 0 15 0 406922868 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661531932032 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8937] ppid=8873 vsize=10849024 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8937/stat : 8937 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661291641168 139662773725083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8938] ppid=8873 vsize=10849024 memory=0 CPUtime=6.53 cores=1,3,5,7
/proc/8876/task/8938/stat : 8938 (java) S 8873 8876 8623 0 -1 1077944384 24757 13007 0 0 640 6 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662232131952 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8939] ppid=8873 vsize=10849024 memory=7 CPUtime=5.68 cores=1,3,5,7
/proc/8876/task/8939/stat : 8939 (java) S 8873 8876 8623 0 -1 1077944384 15290 13007 0 0 557 4 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662231079152 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8940] ppid=8873 vsize=10849024 memory=14 CPUtime=4.03 cores=1,3,5,7
/proc/8876/task/8940/stat : 8940 (java) S 8873 8876 8623 0 -1 1077944384 21271 13007 0 0 387 9 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662230026352 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8941] ppid=8873 vsize=10849024 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661258082528 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8942] ppid=8873 vsize=10849024 memory=140 CPUtime=0.1 cores=1,3,5,7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 8623 0 -1 1077944384 588 13007 0 0 1 2 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662228974768 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
Current children cumulated CPU time: 98.28 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 626376 KiB

[startup+81.9007 s]
/proc/loadavg: 1.81 1.21 1.16 4/227 8948
/proc/meminfo: memFree=23032128/32770624 swapFree=67108848/67108860
[pid=8876] ppid=8873 vsize=10849024 memory=626376 CPUtime=98.39 cores=1,3,5,7
/proc/8876/stat : 8876 (java) S 8873 8876 8623 0 -1 1077944320 105980 13007 0 0 9779 53 5 2 20 0 15 0 406922856 11109400576 156594 33554432000 4194304 4196468 140723078904704 140723078887248 139662773706487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
/proc/8876/statm: 2712256 156594 3621 1 0 2674317 0
[pid=8876/tid=8929] ppid=8873 vsize=10849024 memory=924 CPUtime=81.52 cores=1,3,5,7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 8623 0 -1 4202560 30526 13007 0 0 8130 15 5 2 20 0 15 0 406922865 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662745541920 139662365478212 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8930] ppid=8873 vsize=10849024 memory=626376 CPUtime=0.22 cores=1,3,5,7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 8623 0 -1 1077944384 2064 13007 0 0 11 4 5 2 20 0 15 0 406922866 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662777948816 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8931] ppid=8873 vsize=10849024 memory=626376 CPUtime=0.21 cores=1,3,5,7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 8623 0 -1 1077944384 1646 13007 0 0 11 3 5 2 20 0 15 0 406922866 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662676838928 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8932] ppid=8873 vsize=10849024 memory=666912 CPUtime=0.2 cores=1,3,5,7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 8623 0 -1 1077944384 1807 13007 0 0 10 3 5 2 20 0 15 0 406922866 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662675786128 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8933] ppid=8873 vsize=10849024 memory=664340 CPUtime=0.22 cores=1,3,5,7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 8623 0 -1 1077944384 2766 13007 0 0 12 3 5 2 20 0 15 0 406922866 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662674733328 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8934] ppid=8873 vsize=10849024 memory=626376 CPUtime=0.18 cores=1,3,5,7
/proc/8876/task/8934/stat : 8934 (java) S 8873 8876 8623 0 -1 1077944384 3015 13007 0 0 10 1 5 2 20 0 15 0 406922867 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662233185136 139662773717634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8935] ppid=8873 vsize=10849024 memory=626376 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8935/stat : 8935 (java) S 8873 8876 8623 0 -1 1077944384 21 13007 0 0 0 0 5 2 20 0 15 0 406922868 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661666149984 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8936] ppid=8873 vsize=10849024 memory=626376 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8936/stat : 8936 (java) S 8873 8876 8623 0 -1 1077944384 13 13007 0 0 0 0 5 2 20 0 15 0 406922868 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661531932032 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8937] ppid=8873 vsize=10849024 memory=626376 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8937/stat : 8937 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661291641168 139662773725083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8938] ppid=8873 vsize=10849024 memory=626376 CPUtime=6.53 cores=1,3,5,7
/proc/8876/task/8938/stat : 8938 (java) S 8873 8876 8623 0 -1 1077944384 24758 13007 0 0 640 6 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662232131952 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8939] ppid=8873 vsize=10849024 memory=626376 CPUtime=5.68 cores=1,3,5,7
/proc/8876/task/8939/stat : 8939 (java) S 8873 8876 8623 0 -1 1077944384 15290 13007 0 0 557 4 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662231079152 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8940] ppid=8873 vsize=10849024 memory=14 CPUtime=4.04 cores=1,3,5,7
/proc/8876/task/8940/stat : 8940 (java) S 8873 8876 8623 0 -1 1077944384 21272 13007 0 0 388 9 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662230026352 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8941] ppid=8873 vsize=10849024 memory=752 CPUtime=0.07 cores=1,3,5,7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 8623 0 -1 1077944384 3 13007 0 0 0 0 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139661258082528 139662773716693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
[pid=8876/tid=8942] ppid=8873 vsize=10849024 memory=279361853854032 CPUtime=0.1 cores=1,3,5,7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 8623 0 -1 1077944384 588 13007 0 0 1 2 5 2 20 0 15 0 406922871 11109400576 156594 33554432000 4194304 4196468 140723078904704 139662228974768 139662773717634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18309120 140723078908661 140723078911173 140723078911173 140723078913999 0
Current children cumulated CPU time: 98.39 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 626376 KiB

Child status: 0
Real time (s): 81.9898
CPU time (s): 98.5031
CPU user time (s): 97.9303
CPU system time (s): 0.572824
CPU usage (%): 120.141
Max. virtual memory (cumulated for all children) (KiB): 10853196
Max. memory (cumulated for all children) (KiB): 666912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.9303
system time used= 0.572824
maximum resident set size= 667948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119775
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20449
involuntary context switches= 160


# summary of solver processes directly reported to runsolver:
#   pid: 8876
#   total CPU time (s): 98.5031
#   total CPU user time (s): 97.9303
#   total CPU system time (s): 0.572824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.542753 second user time and 0.785586 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-12 19:36:54
IDJOB=4392107
IDBENCH=123027
IDSOLVER=2837
FILE ID=node143/4392107-1568309855
RUNJOBID= node143-1568309802-8655
PBS_JOBID= 21701123
Free space on /tmp= 58820 MiB

SOLVER NAME= Concrete 3.10
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 /tmp/evaluation-result-4392107-1568309855/watcher-4392107-1568309855 -o /tmp/evaluation-result-4392107-1568309855/solver-4392107-1568309855 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8655 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1255702328 HOME/instance-4392107-1568309855.xml

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

MD5SUM BENCH= 7a8b402fb105147dc13a1900b7358194
RANDOM SEED=1255702328

node143.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.73
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.73
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.73
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.73
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:        23792968 kB
MemAvailable:   31270736 kB
Buffers:          145672 kB
Cached:          7620164 kB
SwapCached:            8 kB
Active:          2686540 kB
Inactive:        5619004 kB
Active(anon):     494632 kB
Inactive(anon):   144520 kB
Active(file):    2191908 kB
Inactive(file):  5474484 kB
Unevictable:      107780 kB
Mlocked:          107780 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             35712 kB
Writeback:             0 kB
AnonPages:        646148 kB
Mapped:            60648 kB
Shmem:             90756 kB
Slab:             268544 kB
SReclaimable:     239836 kB
SUnreclaim:        28708 kB
KernelStack:        3696 kB
PageTables:         6728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1807048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    419840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 58784 MiB
End job on node143 at 2019-09-12 19:38:16