Trace number 4298960

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
SuperSolver_Macq_Stevenart 2018-04-27SAT4776 301.842 300.32

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-qap_c18.xml
MD5SUMae953de311e4ef2e73bebc6e6ca1406d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4776
Best CPU time to get the best result obtained on this benchmark0.378238
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints12
Number of domains2
Minimum domain size12
Maximum domain size51
Distribution of domain sizes[{"size":12,"count":12},{"size":51,"count":11}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":133},{"degree":2,"count":16},{"degree":3,"count":5},{"degree":4,"count":1},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":11},{"arity":12,"count":1}]
Number of extensional constraints11
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":11},{"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.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.58/0.33	o 20086
0.58/0.33	o 19320
0.58/0.33	o 18583
0.58/0.34	o 17805
0.58/0.34	o 17205
0.58/0.34	o 17201
0.58/0.34	o 16763
0.58/0.34	o 16411
0.58/0.34	o 16392
0.58/0.34	o 15752
0.58/0.35	o 15506
0.58/0.35	o 15500
0.58/0.35	o 15380
0.58/0.35	o 15356
0.58/0.35	o 15284
0.58/0.35	o 15125
0.58/0.35	o 13998
0.58/0.35	o 13926
0.58/0.35	o 13902
0.58/0.35	o 13830
0.58/0.35	o 13822
0.58/0.36	o 13803
0.58/0.36	o 13797
0.58/0.37	o 10715
0.58/0.37	o 10619
0.58/0.37	o 10515
0.58/0.39	o 10451
0.58/0.39	o 10111
0.58/0.41	o 9093
0.58/0.42	o 6855
0.58/0.42	o 6782
0.88/0.42	o 6142
0.88/0.46	o 6126
0.88/0.46	o 5890
1.45/0.68	o 5507
1.45/0.69	o 5395
1.63/0.72	o 5326
1.63/0.73	o 5312
1.63/0.74	o 5290
1.63/0.79	o 5238
2.29/1.28	o 4781
2.29/1.28	o 4776
301.81/300.31	s SATISFIABLE
301.81/300.31	v <instantiation>
301.81/300.31	v 	<list>
301.81/300.31	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] d[0][1] d[0][2] d[0][3] d[0][4] d[1][5] d[2][6] d[2][7] d[5][8] d[7][9] d[8][10] d[9][11] 
301.81/300.31	v 	</list>
301.81/300.31	v 	<values>
301.81/300.31	v 		6 4 11 1 0 2 8 10 9 5 7 3 5 37 30 9 10 33 18 61 0 12 12 
301.81/300.31	v 	</values>
301.81/300.31	v </instantiation>

Verifier Data

OK	4776

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298960-1532817241/watcher-4298960-1532817241 -o /tmp/evaluation-result-4298960-1532817241/solver-4298960-1532817241 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532808819-31438 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298960-1532817241.xml 

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

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

solver pid=775, runsolver pid=772

[startup+0.100164 s]*
/proc/loadavg: 1.43 1.45 1.42 3/219 790
/proc/meminfo: memFree=27260128/32770624 swapFree=67108856/67108860
[pid=775] ppid=772 vsize=10661052 memory=27568 CPUtime=0.12 cores=0,2,4,6
/proc/775/stat : 775 (java) S 772 775 31407 0 -1 1077944320 5279 0 0 0 11 1 0 0 20 0 15 0 99287209 10916917248 6892 33554432000 4194304 4196468 140732544253184 140732544235728 139938341641975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
/proc/775/statm: 2665263 6892 2840 1 0 2627263 0
[pid=775/tid=777] ppid=772 vsize=10661052 memory=8389772277269004345 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/777/stat : 777 (java) R 772 775 31407 0 -1 4202560 3170 0 0 0 8 0 0 0 20 0 15 0 99287210 10916917248 6892 33554432000 4194304 4196468 140732544253184 139938345863136 139938333879102 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=778] ppid=772 vsize=10661052 memory=4294967639 CPUtime=0 cores=0,2,4,6
/proc/775/task/778/stat : 778 (java) S 772 775 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99287211 10916917248 6892 33554432000 4194304 4196468 140732544253184 139938294262032 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=779] ppid=772 vsize=10661052 memory=139826211390741 CPUtime=0 cores=0,2,4,6
/proc/775/task/779/stat : 779 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287211 10916917248 6892 33554432000 4194304 4196468 140732544253184 139938293209488 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=780] ppid=772 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/775/task/780/stat : 780 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287211 10916917248 6892 33554432000 4194304 4196468 140732544253184 139938292156944 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=781] ppid=772 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/775/task/781/stat : 781 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287211 10916917248 6892 33554432000 4194304 4196468 140732544253184 139938291104400 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=782] ppid=772 vsize=10661052 memory=139826210850432 CPUtime=0 cores=0,2,4,6
/proc/775/task/782/stat : 782 (java) S 772 775 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99287212 10916917248 6892 33554432000 4194304 4196468 140732544253184 139937444530672 139938341653122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=783] ppid=772 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/775/task/783/stat : 783 (java) S 772 775 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99287212 10916917248 6892 33554432000 4194304 4196468 140732544253184 139937443476896 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=784] ppid=772 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/775/task/784/stat : 784 (java) S 772 775 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99287213 10916917248 6892 33554432000 4194304 4196468 140732544253184 139937442424304 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=785] ppid=772 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/775/task/785/stat : 785 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916917248 6892 33554432000 4194304 4196468 140732544253184 139937441372880 139938341660571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=786] ppid=772 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/775/task/786/stat : 786 (java) R 772 775 31407 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 99287215 10916917248 6892 33554432000 4194304 4196468 140732544253184 139937440319472 139938341653122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=787] ppid=772 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/775/task/787/stat : 787 (java) R 772 775 31407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916917248 6892 33554432000 4194304 4196468 140732544253184 139937439266928 139938321514770 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=788] ppid=772 vsize=10661052 memory=139826210850432 CPUtime=0.01 cores=0,2,4,6
/proc/775/task/788/stat : 788 (java) R 772 775 31407 0 -1 4202560 329 0 0 0 1 0 0 0 20 0 15 0 99287215 10916917248 6892 33554432000 4194304 4196468 140732544253184 139937438214384 139938320780691 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=789] ppid=772 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/775/task/789/stat : 789 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916917248 6892 33554432000 4194304 4196468 140732544253184 139937437162080 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=790] ppid=772 vsize=10661052 memory=139826210850432 CPUtime=0 cores=0,2,4,6
/proc/775/task/790/stat : 790 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287215 10916917248 6892 33554432000 4194304 4196468 140732544253184 139937436109616 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27568 KiB

[startup+0.210675 s]*
/proc/loadavg: 1.43 1.45 1.42 4/219 790
/proc/meminfo: memFree=27248336/32770624 swapFree=67108856/67108860
[pid=775] ppid=772 vsize=10661052 memory=40080 CPUtime=0.32 cores=0,2,4,6
/proc/775/stat : 775 (java) S 772 775 31407 0 -1 1077944320 8129 0 0 0 30 2 0 0 20 0 15 0 99287209 10916917248 10020 33554432000 4194304 4196468 140732544253184 140732544235728 139938341641975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
/proc/775/statm: 2665263 10020 2933 1 0 2627263 0
[pid=775/tid=777] ppid=772 vsize=10661128 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/775/task/777/stat : 777 (java) R 772 775 31407 0 -1 4202560 5251 0 0 0 18 1 0 0 20 0 15 0 99287210 10916995072 10107 33554432000 4194304 4196468 140732544253184 139938345874288 139938325722462 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=778] ppid=772 vsize=10661128 memory=4294967639 CPUtime=0 cores=0,2,4,6
/proc/775/task/778/stat : 778 (java) S 772 775 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99287211 10916995072 10107 33554432000 4194304 4196468 140732544253184 139938294262032 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=779] ppid=772 vsize=10661128 memory=139826211390741 CPUtime=0 cores=0,2,4,6
/proc/775/task/779/stat : 779 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287211 10916995072 10107 33554432000 4194304 4196468 140732544253184 139938293209488 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=780] ppid=772 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/775/task/780/stat : 780 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287211 10916995072 10107 33554432000 4194304 4196468 140732544253184 139938292156944 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=781] ppid=772 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/775/task/781/stat : 781 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287211 10916995072 10107 33554432000 4194304 4196468 140732544253184 139938291104400 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=782] ppid=772 vsize=10661128 memory=139826210850432 CPUtime=0 cores=0,2,4,6
/proc/775/task/782/stat : 782 (java) S 772 775 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99287212 10916995072 10107 33554432000 4194304 4196468 140732544253184 139937444530672 139938341653122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=783] ppid=772 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/775/task/783/stat : 783 (java) S 772 775 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99287212 10916995072 10107 33554432000 4194304 4196468 140732544253184 139937443476896 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=784] ppid=772 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/775/task/784/stat : 784 (java) S 772 775 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99287213 10916995072 10107 33554432000 4194304 4196468 140732544253184 139937442424304 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=785] ppid=772 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/775/task/785/stat : 785 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 10107 33554432000 4194304 4196468 140732544253184 139937441372880 139938341660571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=786] ppid=772 vsize=10661128 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/775/task/786/stat : 786 (java) S 772 775 31407 0 -1 1077944384 454 0 0 0 1 0 0 0 20 0 15 0 99287215 10916995072 10107 33554432000 4194304 4196468 140732544253184 139937440319472 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=787] ppid=772 vsize=10661128 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/775/task/787/stat : 787 (java) S 772 775 31407 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 15 0 99287215 10916995072 10107 33554432000 4194304 4196468 140732544253184 139937439266928 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=788] ppid=772 vsize=10661128 memory=139826210850432 CPUtime=0.06 cores=0,2,4,6
/proc/775/task/788/stat : 788 (java) S 772 775 31407 0 -1 1077944384 728 0 0 0 6 0 0 0 20 0 15 0 99287215 10916995072 10107 33554432000 4194304 4196468 140732544253184 139937438214384 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=789] ppid=772 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/775/task/789/stat : 789 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 10107 33554432000 4194304 4196468 140732544253184 139937437162080 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=790] ppid=772 vsize=10661128 memory=139826210850432 CPUtime=0 cores=0,2,4,6
/proc/775/task/790/stat : 790 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 10107 33554432000 4194304 4196468 140732544253184 139937436109616 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40080 KiB

[startup+0.320564 s]*
/proc/loadavg: 1.43 1.45 1.42 7/219 790
/proc/meminfo: memFree=27241884/32770624 swapFree=67108856/67108860
[pid=775] ppid=772 vsize=10661128 memory=47252 CPUtime=0.58 cores=0,2,4,6
/proc/775/stat : 775 (java) S 772 775 31407 0 -1 1077944320 8848 0 0 0 55 3 0 0 20 0 15 0 99287209 10916995072 11813 33554432000 4194304 4196468 140732544253184 140732544235728 139938341641975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
/proc/775/statm: 2665282 11813 3056 1 0 2627263 0
[pid=775/tid=777] ppid=772 vsize=10661128 memory=6935054825532540783 CPUtime=0.31 cores=0,2,4,6
/proc/775/task/777/stat : 777 (java) R 772 775 31407 0 -1 4202560 5602 0 0 0 29 2 0 0 20 0 15 0 99287210 10916995072 11813 33554432000 4194304 4196468 140732544253184 139938345880640 139938325722462 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=778] ppid=772 vsize=10661128 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/775/task/778/stat : 778 (java) S 772 775 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99287211 10916995072 11813 33554432000 4194304 4196468 140732544253184 139938294262032 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=779] ppid=772 vsize=10661128 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/775/task/779/stat : 779 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287211 10916995072 11813 33554432000 4194304 4196468 140732544253184 139938293209488 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=780] ppid=772 vsize=10661128 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/775/task/780/stat : 780 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287211 10916995072 11813 33554432000 4194304 4196468 140732544253184 139938292156944 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=781] ppid=772 vsize=10661128 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/775/task/781/stat : 781 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287211 10916995072 11813 33554432000 4194304 4196468 140732544253184 139938291104400 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=782] ppid=772 vsize=10661128 memory=1188 CPUtime=0 cores=0,2,4,6
/proc/775/task/782/stat : 782 (java) S 772 775 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99287212 10916995072 11813 33554432000 4194304 4196468 140732544253184 139937444530672 139938341653122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=783] ppid=772 vsize=10661128 memory=8444 CPUtime=0 cores=0,2,4,6
/proc/775/task/783/stat : 783 (java) S 772 775 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99287212 10916995072 11813 33554432000 4194304 4196468 140732544253184 139937443476896 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=784] ppid=772 vsize=10661128 memory=15252 CPUtime=0 cores=0,2,4,6
/proc/775/task/784/stat : 784 (java) S 772 775 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99287213 10916995072 11813 33554432000 4194304 4196468 140732544253184 139937442424304 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=785] ppid=772 vsize=10661128 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/775/task/785/stat : 785 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 11813 33554432000 4194304 4196468 140732544253184 139937441372880 139938341660571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=786] ppid=772 vsize=10661128 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/775/task/786/stat : 786 (java) R 772 775 31407 0 -1 4202560 557 0 0 0 4 0 0 0 20 0 15 0 99287215 10916995072 11813 33554432000 4194304 4196468 140732544253184 139937440305496 139938326034204 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=787] ppid=772 vsize=10661128 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/775/task/787/stat : 787 (java) R 772 775 31407 0 -1 4202560 482 0 0 0 7 0 0 0 20 0 15 0 99287215 10916995072 11813 33554432000 4194304 4196468 140732544253184 139937439253472 139938333931357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=788] ppid=772 vsize=10661128 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/775/task/788/stat : 788 (java) R 772 775 31407 0 -1 4202560 885 0 0 0 15 0 0 0 20 0 15 0 99287215 10916995072 11813 33554432000 4194304 4196468 140732544253184 139937438208752 139938320010614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=789] ppid=772 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/775/task/789/stat : 789 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 11813 33554432000 4194304 4196468 140732544253184 139937437162080 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=790] ppid=772 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/775/task/790/stat : 790 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 11813 33554432000 4194304 4196468 140732544253184 139937436109616 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 47252 KiB

[startup+0.700773 s]
/proc/loadavg: 1.43 1.45 1.42 6/219 790
/proc/meminfo: memFree=27232656/32770624 swapFree=67108856/67108860
[pid=775] ppid=772 vsize=10661128 memory=65220 CPUtime=1.63 cores=0,2,4,6
/proc/775/stat : 775 (java) S 772 775 31407 0 -1 1077944320 11301 0 0 0 160 3 0 0 20 0 15 0 99287209 10916995072 16305 33554432000 4194304 4196468 140732544253184 140732544235728 139938341641975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
/proc/775/statm: 2665282 16305 3104 1 0 2627263 0
[pid=775/tid=777] ppid=772 vsize=10661128 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/775/task/777/stat : 777 (java) R 772 775 31407 0 -1 4202560 5626 0 0 0 66 2 0 0 20 0 15 0 99287210 10916995072 16305 33554432000 4194304 4196468 140732544253184 139938345881376 139937972833216 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=778] ppid=772 vsize=10661128 memory=7012214916208808299 CPUtime=0 cores=0,2,4,6
/proc/775/task/778/stat : 778 (java) S 772 775 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99287211 10916995072 16305 33554432000 4194304 4196468 140732544253184 139938294262032 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=779] ppid=772 vsize=10661128 memory=5795410798321558898 CPUtime=0 cores=0,2,4,6
/proc/775/task/779/stat : 779 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287211 10916995072 16305 33554432000 4194304 4196468 140732544253184 139938293209488 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=780] ppid=772 vsize=10661128 memory=7228954977720690514 CPUtime=0 cores=0,2,4,6
/proc/775/task/780/stat : 780 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287211 10916995072 16305 33554432000 4194304 4196468 140732544253184 139938292156944 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=781] ppid=772 vsize=10661128 memory=1244 CPUtime=0 cores=0,2,4,6
/proc/775/task/781/stat : 781 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287211 10916995072 16305 33554432000 4194304 4196468 140732544253184 139938291104400 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=782] ppid=772 vsize=10661128 memory=2268 CPUtime=0 cores=0,2,4,6
/proc/775/task/782/stat : 782 (java) S 772 775 31407 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99287212 10916995072 16305 33554432000 4194304 4196468 140732544253184 139937444530672 139938341653122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=783] ppid=772 vsize=10661128 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/775/task/783/stat : 783 (java) S 772 775 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99287212 10916995072 16305 33554432000 4194304 4196468 140732544253184 139937443476896 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=784] ppid=772 vsize=10661128 memory=796 CPUtime=0 cores=0,2,4,6
/proc/775/task/784/stat : 784 (java) S 772 775 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99287213 10916995072 16305 33554432000 4194304 4196468 140732544253184 139937442424304 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=785] ppid=772 vsize=10661128 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/775/task/785/stat : 785 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 16305 33554432000 4194304 4196468 140732544253184 139937441372880 139938341660571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=786] ppid=772 vsize=10661128 memory=11860 CPUtime=0.34 cores=0,2,4,6
/proc/775/task/786/stat : 786 (java) S 772 775 31407 0 -1 1077944384 1352 0 0 0 34 0 0 0 20 0 15 0 99287215 10916995072 16305 33554432000 4194304 4196468 140732544253184 139937440319472 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=787] ppid=772 vsize=10661128 memory=5772 CPUtime=0.39 cores=0,2,4,6
/proc/775/task/787/stat : 787 (java) R 772 775 31407 0 -1 4202560 1750 0 0 0 39 0 0 0 20 0 15 0 99287215 10916995072 16305 33554432000 4194304 4196468 140732544253184 139937439266928 139938326750161 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=788] ppid=772 vsize=10661128 memory=4616 CPUtime=0.2 cores=0,2,4,6
/proc/775/task/788/stat : 788 (java) S 772 775 31407 0 -1 1077944384 1201 0 0 0 20 0 0 0 20 0 15 0 99287215 10916995072 16305 33554432000 4194304 4196468 140732544253184 139937438214384 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=789] ppid=772 vsize=10661128 memory=1388 CPUtime=0 cores=0,2,4,6
/proc/775/task/789/stat : 789 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 16305 33554432000 4194304 4196468 140732544253184 139937437162080 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=790] ppid=772 vsize=10661128 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/775/task/790/stat : 790 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 16305 33554432000 4194304 4196468 140732544253184 139937436109616 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 65220 KiB

[startup+1.50077 s]
/proc/loadavg: 1.43 1.45 1.42 4/219 790
/proc/meminfo: memFree=27209928/32770624 swapFree=67108856/67108860
[pid=775] ppid=772 vsize=10661128 memory=98204 CPUtime=2.59 cores=0,2,4,6
/proc/775/stat : 775 (java) S 772 775 31407 0 -1 1077944320 14762 0 0 0 255 4 0 0 20 0 15 0 99287209 10916995072 24551 33554432000 4194304 4196468 140732544253184 140732544235728 139938341641975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
/proc/775/statm: 2665282 24551 3115 1 0 2627263 0
[pid=775/tid=777] ppid=772 vsize=10661128 memory=288230583166042425 CPUtime=1.48 cores=0,2,4,6
/proc/775/task/777/stat : 777 (java) R 772 775 31407 0 -1 4202560 6721 0 0 0 145 3 0 0 20 0 15 0 99287210 10916995072 24551 33554432000 4194304 4196468 140732544253184 139938345878096 139937972833250 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=778] ppid=772 vsize=10661128 memory=14132234227549641 CPUtime=0 cores=0,2,4,6
/proc/775/task/778/stat : 778 (java) S 772 775 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99287211 10916995072 24551 33554432000 4194304 4196468 140732544253184 139938294262032 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=779] ppid=772 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/775/task/779/stat : 779 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287211 10916995072 24551 33554432000 4194304 4196468 140732544253184 139938293209488 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=780] ppid=772 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/775/task/780/stat : 780 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287211 10916995072 24551 33554432000 4194304 4196468 140732544253184 139938292156944 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=781] ppid=772 vsize=10661128 memory=8547712850019655617 CPUtime=0 cores=0,2,4,6
/proc/775/task/781/stat : 781 (java) S 772 775 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99287211 10916995072 24551 33554432000 4194304 4196468 140732544253184 139938291104400 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=782] ppid=772 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/775/task/782/stat : 782 (java) S 772 775 31407 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 99287212 10916995072 24551 33554432000 4194304 4196468 140732544253184 139937444530672 139938341653122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0

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

[pid=775/tid=789] ppid=772 vsize=10661128 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/775/task/789/stat : 789 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937437162080 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=790] ppid=772 vsize=10661128 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/775/task/790/stat : 790 (java) S 772 775 31407 0 -1 1077944384 304 0 0 0 3 4 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937436109616 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
Current children cumulated CPU time: 299.11 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 171984 KiB

[startup+299.201 s]
/proc/loadavg: 1.66 1.45 1.42 3/220 875
/proc/meminfo: memFree=23144384/32770624 swapFree=67108856/67108860
[pid=775] ppid=772 vsize=10661128 memory=171984 CPUtime=300.71 cores=0,2,4,6
/proc/775/stat : 775 (java) S 772 775 31407 0 -1 1077944320 26198 0 0 0 30057 14 0 0 20 0 15 0 99287209 10916995072 42996 33554432000 4194304 4196468 140732544253184 140732544235728 139938341641975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
/proc/775/statm: 2665282 42996 3150 1 0 2627263 0
[pid=775/tid=777] ppid=772 vsize=10661128 memory=1780 CPUtime=298.9 cores=0,2,4,6
/proc/775/task/777/stat : 777 (java) R 772 775 31407 0 -1 4202560 9231 0 0 0 29886 4 0 0 20 0 15 0 99287210 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938345881568 139937972833216 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=778] ppid=772 vsize=10661128 memory=171984 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/778/stat : 778 (java) S 772 775 31407 0 -1 1077944384 1168 0 0 0 6 2 0 0 20 0 15 0 99287211 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938294262032 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=779] ppid=772 vsize=10661128 memory=171984 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/779/stat : 779 (java) S 772 775 31407 0 -1 1077944384 773 0 0 0 7 1 0 0 20 0 15 0 99287211 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938293209488 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=780] ppid=772 vsize=10661128 memory=171984 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/780/stat : 780 (java) S 772 775 31407 0 -1 1077944384 1009 0 0 0 7 1 0 0 20 0 15 0 99287211 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938292156944 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=781] ppid=772 vsize=10661128 memory=171984 CPUtime=0.07 cores=0,2,4,6
/proc/775/task/781/stat : 781 (java) S 772 775 31407 0 -1 1077944384 562 0 0 0 6 1 0 0 20 0 15 0 99287211 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938291104400 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=782] ppid=772 vsize=10661128 memory=796 CPUtime=0.11 cores=0,2,4,6
/proc/775/task/782/stat : 782 (java) S 772 775 31407 0 -1 1077944384 1858 0 0 0 10 1 0 0 20 0 15 0 99287212 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937444530672 139938341653122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=783] ppid=772 vsize=10661128 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/775/task/783/stat : 783 (java) S 772 775 31407 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 99287212 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937443476896 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=784] ppid=772 vsize=10661128 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/775/task/784/stat : 784 (java) S 772 775 31407 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 99287213 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937442424304 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=785] ppid=772 vsize=10661128 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/775/task/785/stat : 785 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937441372880 139938341660571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=786] ppid=772 vsize=10661128 memory=4100 CPUtime=0.5 cores=0,2,4,6
/proc/775/task/786/stat : 786 (java) S 772 775 31407 0 -1 1077944384 4484 0 0 0 50 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937440319472 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=787] ppid=772 vsize=10661128 memory=28932 CPUtime=0.49 cores=0,2,4,6
/proc/775/task/787/stat : 787 (java) S 772 775 31407 0 -1 1077944384 3079 0 0 0 49 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937439266928 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=788] ppid=772 vsize=10661128 memory=6947385649911455296 CPUtime=0.22 cores=0,2,4,6
/proc/775/task/788/stat : 788 (java) S 772 775 31407 0 -1 1077944384 2314 0 0 0 22 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937438214384 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=789] ppid=772 vsize=10661128 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/775/task/789/stat : 789 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937437162080 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=790] ppid=772 vsize=10661128 memory=11860 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/790/stat : 790 (java) S 772 775 31407 0 -1 1077944384 304 0 0 0 3 5 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937436109616 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
Current children cumulated CPU time: 300.71 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 171984 KiB

[startup+300.001 s]*
/proc/loadavg: 1.66 1.45 1.42 3/220 875
/proc/meminfo: memFree=23144012/32770624 swapFree=67108856/67108860
[pid=775] ppid=772 vsize=10661128 memory=171984 CPUtime=301.52 cores=0,2,4,6
/proc/775/stat : 775 (java) S 772 775 31407 0 -1 1077944320 26199 0 0 0 30138 14 0 0 20 0 15 0 99287209 10916995072 42996 33554432000 4194304 4196468 140732544253184 140732544235728 139938341641975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
/proc/775/statm: 2665282 42996 3150 1 0 2627263 0
[pid=775/tid=777] ppid=772 vsize=10661128 memory=6935054825532540783 CPUtime=299.71 cores=0,2,4,6
/proc/775/task/777/stat : 777 (java) R 772 775 31407 0 -1 4202560 9232 0 0 0 29967 4 0 0 20 0 15 0 99287210 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938345881456 139937972833100 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=778] ppid=772 vsize=10661128 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/778/stat : 778 (java) S 772 775 31407 0 -1 1077944384 1168 0 0 0 6 2 0 0 20 0 15 0 99287211 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938294262032 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=779] ppid=772 vsize=10661128 memory=3270 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/779/stat : 779 (java) S 772 775 31407 0 -1 1077944384 773 0 0 0 7 1 0 0 20 0 15 0 99287211 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938293209488 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=780] ppid=772 vsize=10661128 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/780/stat : 780 (java) S 772 775 31407 0 -1 1077944384 1009 0 0 0 7 1 0 0 20 0 15 0 99287211 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938292156944 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=781] ppid=772 vsize=10661128 memory=284 CPUtime=0.07 cores=0,2,4,6
/proc/775/task/781/stat : 781 (java) S 772 775 31407 0 -1 1077944384 562 0 0 0 6 1 0 0 20 0 15 0 99287211 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938291104400 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=782] ppid=772 vsize=10661128 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/775/task/782/stat : 782 (java) S 772 775 31407 0 -1 1077944384 1858 0 0 0 10 1 0 0 20 0 15 0 99287212 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937444530672 139938341653122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=783] ppid=772 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/775/task/783/stat : 783 (java) S 772 775 31407 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 99287212 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937443476896 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=784] ppid=772 vsize=10661128 memory=164115043 CPUtime=0 cores=0,2,4,6
/proc/775/task/784/stat : 784 (java) S 772 775 31407 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 99287213 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937442424304 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=785] ppid=772 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/775/task/785/stat : 785 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937441372880 139938341660571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=786] ppid=772 vsize=10661128 memory=4 CPUtime=0.5 cores=0,2,4,6
/proc/775/task/786/stat : 786 (java) S 772 775 31407 0 -1 1077944384 4484 0 0 0 50 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937440319472 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=787] ppid=772 vsize=10661128 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/775/task/787/stat : 787 (java) S 772 775 31407 0 -1 1077944384 3079 0 0 0 49 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937439266928 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=788] ppid=772 vsize=10661128 memory=184 CPUtime=0.22 cores=0,2,4,6
/proc/775/task/788/stat : 788 (java) S 772 775 31407 0 -1 1077944384 2314 0 0 0 22 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937438214384 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=789] ppid=772 vsize=10661128 memory=4036 CPUtime=0 cores=0,2,4,6
/proc/775/task/789/stat : 789 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937437162080 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=790] ppid=772 vsize=10661128 memory=4100 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/790/stat : 790 (java) S 772 775 31407 0 -1 1077944384 304 0 0 0 3 5 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937436109616 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
Current children cumulated CPU time: 301.52 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 171984 KiB

[startup+300.201 s]
/proc/loadavg: 1.66 1.45 1.42 3/220 875
/proc/meminfo: memFree=23144012/32770624 swapFree=67108856/67108860
[pid=775] ppid=772 vsize=10661128 memory=171984 CPUtime=301.71 cores=0,2,4,6
/proc/775/stat : 775 (java) S 772 775 31407 0 -1 1077944320 26199 0 0 0 30157 14 0 0 20 0 15 0 99287209 10916995072 42996 33554432000 4194304 4196468 140732544253184 140732544235728 139938341641975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
/proc/775/statm: 2665282 42996 3150 1 0 2627263 0
[pid=775/tid=777] ppid=772 vsize=10661128 memory=288230583166042425 CPUtime=299.9 cores=0,2,4,6
/proc/775/task/777/stat : 777 (java) R 772 775 31407 0 -1 4202560 9232 0 0 0 29986 4 0 0 20 0 15 0 99287210 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938345881456 139937972753662 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=778] ppid=772 vsize=10661128 memory=13851854467499417 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/778/stat : 778 (java) S 772 775 31407 0 -1 1077944384 1168 0 0 0 6 2 0 0 20 0 15 0 99287211 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938294262032 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=779] ppid=772 vsize=10661128 memory=2268 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/779/stat : 779 (java) S 772 775 31407 0 -1 1077944384 773 0 0 0 7 1 0 0 20 0 15 0 99287211 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938293209488 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=780] ppid=772 vsize=10661128 memory=1804 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/780/stat : 780 (java) S 772 775 31407 0 -1 1077944384 1009 0 0 0 7 1 0 0 20 0 15 0 99287211 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938292156944 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=781] ppid=772 vsize=10661128 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/775/task/781/stat : 781 (java) S 772 775 31407 0 -1 1077944384 562 0 0 0 6 1 0 0 20 0 15 0 99287211 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938291104400 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=782] ppid=772 vsize=10661128 memory=1712 CPUtime=0.11 cores=0,2,4,6
/proc/775/task/782/stat : 782 (java) S 772 775 31407 0 -1 1077944384 1858 0 0 0 10 1 0 0 20 0 15 0 99287212 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937444530672 139938341653122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=783] ppid=772 vsize=10661128 memory=11860 CPUtime=0 cores=0,2,4,6
/proc/775/task/783/stat : 783 (java) S 772 775 31407 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 99287212 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937443476896 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=784] ppid=772 vsize=10661128 memory=5772 CPUtime=0 cores=0,2,4,6
/proc/775/task/784/stat : 784 (java) S 772 775 31407 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 99287213 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937442424304 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=785] ppid=772 vsize=10661128 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/775/task/785/stat : 785 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937441372880 139938341660571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=786] ppid=772 vsize=10661128 memory=1388 CPUtime=0.5 cores=0,2,4,6
/proc/775/task/786/stat : 786 (java) S 772 775 31407 0 -1 1077944384 4484 0 0 0 50 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937440319472 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=787] ppid=772 vsize=10661128 memory=1232 CPUtime=0.49 cores=0,2,4,6
/proc/775/task/787/stat : 787 (java) S 772 775 31407 0 -1 1077944384 3079 0 0 0 49 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937439266928 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=788] ppid=772 vsize=10661128 memory=1012 CPUtime=0.22 cores=0,2,4,6
/proc/775/task/788/stat : 788 (java) S 772 775 31407 0 -1 1077944384 2314 0 0 0 22 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937438214384 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=789] ppid=772 vsize=10661128 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/775/task/789/stat : 789 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937437162080 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=790] ppid=772 vsize=10661128 memory=28932 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/790/stat : 790 (java) S 772 775 31407 0 -1 1077944384 304 0 0 0 3 5 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937436109616 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
Current children cumulated CPU time: 301.71 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 171984 KiB

[startup+300.301 s]
/proc/loadavg: 1.66 1.45 1.42 3/220 875
/proc/meminfo: memFree=23144012/32770624 swapFree=67108856/67108860
[pid=775] ppid=772 vsize=10661128 memory=171984 CPUtime=301.81 cores=0,2,4,6
/proc/775/stat : 775 (java) S 772 775 31407 0 -1 1077944320 26199 0 0 0 30167 14 0 0 20 0 15 0 99287209 10916995072 42996 33554432000 4194304 4196468 140732544253184 140732544235728 139938341641975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
/proc/775/statm: 2665282 42996 3150 1 0 2627263 0
[pid=775/tid=777] ppid=772 vsize=10661128 memory=171984 CPUtime=300 cores=0,2,4,6
/proc/775/task/777/stat : 777 (java) R 772 775 31407 0 -1 4202560 9232 0 0 0 29996 4 0 0 20 0 15 0 99287210 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938345881456 139937973081290 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=778] ppid=772 vsize=10661128 memory=171984 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/778/stat : 778 (java) S 772 775 31407 0 -1 1077944384 1168 0 0 0 6 2 0 0 20 0 15 0 99287211 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938294262032 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=779] ppid=772 vsize=10661128 memory=171984 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/779/stat : 779 (java) S 772 775 31407 0 -1 1077944384 773 0 0 0 7 1 0 0 20 0 15 0 99287211 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938293209488 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=780] ppid=772 vsize=10661128 memory=171984 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/780/stat : 780 (java) S 772 775 31407 0 -1 1077944384 1009 0 0 0 7 1 0 0 20 0 15 0 99287211 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938292156944 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=781] ppid=772 vsize=10661128 memory=2268 CPUtime=0.07 cores=0,2,4,6
/proc/775/task/781/stat : 781 (java) S 772 775 31407 0 -1 1077944384 562 0 0 0 6 1 0 0 20 0 15 0 99287211 10916995072 42996 33554432000 4194304 4196468 140732544253184 139938291104400 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=782] ppid=772 vsize=10661128 memory=1804 CPUtime=0.11 cores=0,2,4,6
/proc/775/task/782/stat : 782 (java) S 772 775 31407 0 -1 1077944384 1858 0 0 0 10 1 0 0 20 0 15 0 99287212 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937444530672 139938341653122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=783] ppid=772 vsize=10661128 memory=171984 CPUtime=0 cores=0,2,4,6
/proc/775/task/783/stat : 783 (java) S 772 775 31407 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 99287212 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937443476896 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=784] ppid=772 vsize=10661128 memory=171984 CPUtime=0 cores=0,2,4,6
/proc/775/task/784/stat : 784 (java) S 772 775 31407 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 99287213 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937442424304 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=785] ppid=772 vsize=10661128 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/775/task/785/stat : 785 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937441372880 139938341660571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=786] ppid=772 vsize=10661128 memory=7380 CPUtime=0.5 cores=0,2,4,6
/proc/775/task/786/stat : 786 (java) S 772 775 31407 0 -1 1077944384 4484 0 0 0 50 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937440319472 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=787] ppid=772 vsize=10661128 memory=171984 CPUtime=0.49 cores=0,2,4,6
/proc/775/task/787/stat : 787 (java) S 772 775 31407 0 -1 1077944384 3079 0 0 0 49 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937439266928 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=788] ppid=772 vsize=10661128 memory=1804 CPUtime=0.22 cores=0,2,4,6
/proc/775/task/788/stat : 788 (java) S 772 775 31407 0 -1 1077944384 2314 0 0 0 22 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937438214384 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=789] ppid=772 vsize=10661128 memory=171984 CPUtime=0 cores=0,2,4,6
/proc/775/task/789/stat : 789 (java) S 772 775 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937437162080 139938341652181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
[pid=775/tid=790] ppid=772 vsize=10661128 memory=171984 CPUtime=0.08 cores=0,2,4,6
/proc/775/task/790/stat : 790 (java) S 772 775 31407 0 -1 1077944384 304 0 0 0 3 5 0 0 20 0 15 0 99287215 10916995072 42996 33554432000 4194304 4196468 140732544253184 139937436109616 139938341653122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36360192 140732544259210 140732544259337 140732544259337 140732544262095 0
Current children cumulated CPU time: 301.81 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 171984 KiB

Child status: 0
Real time (s): 300.32
CPU time (s): 301.842
CPU user time (s): 301.693
CPU system time (s): 0.14911
CPU usage (%): 100.507
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 188836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 301.693
system time used= 0.14911
maximum resident set size= 188836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26869
page faults= 0
swaps= 0
block input operations= 0
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11006
involuntary context switches= 520


# summary of solver processes directly reported to runsolver:
#   pid: 775
#   total CPU time (s): 301.842
#   total CPU user time (s): 301.693
#   total CPU system time (s): 0.14911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.84749 second user time and 2.52748 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-29 00:34:01
IDJOB=4298960
IDBENCH=141257
IDSOLVER=2767
FILE ID=node133/4298960-1532817241
RUNJOBID= node133-1532808819-31438
PBS_JOBID= 21022475
Free space on /tmp= 48248 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-qap_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298960-1532817241/watcher-4298960-1532817241 -o /tmp/evaluation-result-4298960-1532817241/solver-4298960-1532817241 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532808819-31438 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298960-1532817241.xml

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

MD5SUM BENCH= ae953de311e4ef2e73bebc6e6ca1406d
RANDOM SEED=367106158

node133.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.24
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.24
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.24
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.24
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:        27276324 kB
MemAvailable:   31779228 kB
Buffers:          185856 kB
Cached:          4564648 kB
SwapCached:            0 kB
Active:          2314440 kB
Inactive:        2658176 kB
Active(anon):     173200 kB
Inactive(anon):    76688 kB
Active(file):    2141240 kB
Inactive(file):  2581488 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:              1436 kB
Writeback:             0 kB
AnonPages:        245092 kB
Mapped:            53244 kB
Shmem:             25244 kB
Slab:             219760 kB
SReclaimable:     192020 kB
SUnreclaim:        27740 kB
KernelStack:        3856 kB
PageTables:         5788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1138740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48148 MiB
End job on node133 at 2018-07-29 00:39:01