Trace number 4311655

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
OscaR - Conflict Ordering with restarts 2018-08-17SAT (TO)34 2520.12 2500.42

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16a_c18.xml
MD5SUM33cd07532de3d8b94fe29f3b9aee1e6b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark2400.22
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints39
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":38},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":218},{"degree":1,"count":6},{"degree":2,"count":38},{"degree":7,"count":2},{"degree":8,"count":4},{"degree":10,"count":4}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":38},{"arity":16,"count":1}]
Number of extensional constraints38
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":38},{"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.68/0.55	c version: 2018-08-17
0.68/0.56	c seed: 1169432436
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
1.76/1.12	c Parsing done, starting search...
1.76/1.15	o 58
1.76/1.16	o 56
1.76/1.17	o 54
1.76/1.17	o 52
1.76/1.17	o 51
1.76/1.18	o 49
1.76/1.18	o 48
1.76/1.20	o 47
2.00/1.25	o 46
2.63/1.49	o 45
3.24/1.61	o 43
3.79/1.92	o 42
4.10/2.16	o 41
4.77/2.78	o 40
5.83/3.78	o 39
6.90/4.76	o 38
6.90/4.77	o 37
7.73/5.56	o 35
9.79/7.55	o 34
2520.09/2500.40	s SATISFIABLE
2520.09/2500.40	v <instantiation>
2520.09/2500.40	v 	<list>
2520.09/2500.40	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][2] d[1][3] d[1][4] d[1][7] d[1][8] d[1][9] d[2][3] d[2][7] d[2][8] d[2][9] d[3][6] d[3][7] d[3][8] d[3][9] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][6] d[5][7] d[5][8] d[5][9] d[6][7] d[6][8] d[6][9] d[7][8] d[7][9] d[8][9]
2520.09/2500.40	v 	</list>
2520.09/2500.40	v 	<values>
2520.09/2500.40	v 		10 2 6 3 8 12 9 15 11 14 1 13 4 5 7 0 0 1 1 0 1 1 1 0 0 0 0 1 2 1 1 1 1 2 0 1 1 0 2 0 0 2 1 1 1 1 2 0 1 0 2 0 0 1 
2520.09/2500.40	v 	</values>
2520.09/2500.40	v </instantiation>

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311655-1534551044/watcher-4311655-1534551044 -o /tmp/evaluation-result-4311655-1534551044/solver-4311655-1534551044 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534541043-30919 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1169432436 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311655-1534551044.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=32071, runsolver pid=32068

[startup+0.100164 s]*
/proc/loadavg: 1.48 1.43 1.40 3/215 32086
/proc/meminfo: memFree=23242596/32770624 swapFree=67059156/67108860
[pid=32071] ppid=32068 vsize=14082736 memory=31172 CPUtime=0.12 cores=0,2,4,6
/proc/32071/stat : 32071 (java) S 32068 32071 30888 0 -1 1077944320 6719 0 0 0 11 1 0 0 20 0 15 0 272667617 14420721664 7793 33554432000 4194304 4196468 140721080947680 140721080930224 140485506137847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
/proc/32071/statm: 3520684 7793 3150 1 0 3482761 0
[pid=32071/tid=32073] ppid=32068 vsize=14082736 memory=-8701690554792316546 CPUtime=0.09 cores=0,2,4,6
/proc/32071/task/32073/stat : 32073 (java) R 32068 32071 30888 0 -1 4202560 4750 0 0 0 8 1 0 0 20 0 15 0 272667618 14420721664 7793 33554432000 4194304 4196468 140721080947680 140485510338232 140485490218334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32074] ppid=32068 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32074/stat : 32074 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667619 14420721664 7793 33554432000 4194304 4196468 140721080947680 140485436225808 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32075] ppid=32068 vsize=14082736 memory=140517973124736 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32075/stat : 32075 (java) S 32068 32071 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667619 14420721664 7793 33554432000 4194304 4196468 140721080947680 140485435173264 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32076] ppid=32068 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32076/stat : 32076 (java) S 32068 32071 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667619 14420721664 7793 33554432000 4194304 4196468 140721080947680 140485434120720 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32077] ppid=32068 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32077/stat : 32077 (java) S 32068 32071 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272667619 14420721664 7793 33554432000 4194304 4196468 140721080947680 140485433068176 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32078] ppid=32068 vsize=14082736 memory=140517973124736 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32078/stat : 32078 (java) S 32068 32071 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272667620 14420721664 7793 33554432000 4194304 4196468 140721080947680 140484417665520 140485506148994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32079] ppid=32068 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32079/stat : 32079 (java) S 32068 32071 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272667620 14420721664 7793 33554432000 4194304 4196468 140721080947680 140484416611744 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32080] ppid=32068 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32080/stat : 32080 (java) S 32068 32071 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272667621 14420721664 7793 33554432000 4194304 4196468 140721080947680 140484415559152 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32081] ppid=32068 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32081/stat : 32081 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14420721664 7793 33554432000 4194304 4196468 140721080947680 140484414507728 140485506156443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32082] ppid=32068 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32082/stat : 32082 (java) S 32068 32071 30888 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 272667623 14420721664 7793 33554432000 4194304 4196468 140721080947680 140484413454320 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32083] ppid=32068 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32083/stat : 32083 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14420721664 7793 33554432000 4194304 4196468 140721080947680 140484412401776 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32084] ppid=32068 vsize=14082736 memory=140517973124736 CPUtime=0.01 cores=0,2,4,6
/proc/32071/task/32084/stat : 32084 (java) S 32068 32071 30888 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 15 0 272667623 14420721664 7793 33554432000 4194304 4196468 140721080947680 140484411349232 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32085] ppid=32068 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32085/stat : 32085 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14420721664 7793 33554432000 4194304 4196468 140721080947680 140484410296928 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32086] ppid=32068 vsize=14082736 memory=140517973124736 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32086/stat : 32086 (java) S 32068 32071 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667623 14420721664 7793 33554432000 4194304 4196468 140721080947680 140484409244464 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31172 KiB

[startup+0.213849 s]*
/proc/loadavg: 1.48 1.43 1.40 5/215 32086
/proc/meminfo: memFree=23227820/32770624 swapFree=67059156/67108860
[pid=32071] ppid=32068 vsize=14082736 memory=46988 CPUtime=0.32 cores=0,2,4,6
/proc/32071/stat : 32071 (java) S 32068 32071 30888 0 -1 1077944320 10409 0 0 0 29 3 0 0 20 0 15 0 272667617 14420721664 11747 33554432000 4194304 4196468 140721080947680 140721080930224 140485506137847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
/proc/32071/statm: 3520684 11747 3367 1 0 3482761 0
[pid=32071/tid=32073] ppid=32068 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/32071/task/32073/stat : 32073 (java) R 32068 32071 30888 0 -1 4202560 8099 0 0 0 18 2 0 0 20 0 15 0 272667618 14420721664 11747 33554432000 4194304 4196468 140721080947680 140485510356768 140485506159194 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32074] ppid=32068 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32074/stat : 32074 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667619 14420721664 11747 33554432000 4194304 4196468 140721080947680 140485436225808 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32075] ppid=32068 vsize=14082736 memory=140517973153694 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32075/stat : 32075 (java) S 32068 32071 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667619 14420721664 11747 33554432000 4194304 4196468 140721080947680 140485435173264 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32076] ppid=32068 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32076/stat : 32076 (java) S 32068 32071 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667619 14420721664 11747 33554432000 4194304 4196468 140721080947680 140485434120720 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32077] ppid=32068 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32077/stat : 32077 (java) S 32068 32071 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272667619 14420721664 11747 33554432000 4194304 4196468 140721080947680 140485433068176 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32078] ppid=32068 vsize=14082736 memory=140517973124736 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32078/stat : 32078 (java) S 32068 32071 30888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272667620 14420721664 11747 33554432000 4194304 4196468 140721080947680 140484417665520 140485506148994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32079] ppid=32068 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32079/stat : 32079 (java) S 32068 32071 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272667620 14420721664 11747 33554432000 4194304 4196468 140721080947680 140484416611744 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32080] ppid=32068 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32080/stat : 32080 (java) S 32068 32071 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272667621 14420721664 11747 33554432000 4194304 4196468 140721080947680 140484415559152 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32081] ppid=32068 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32081/stat : 32081 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14420721664 11747 33554432000 4194304 4196468 140721080947680 140484414507728 140485506156443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32082] ppid=32068 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32071/task/32082/stat : 32082 (java) R 32068 32071 30888 0 -1 1077944384 349 0 0 0 1 0 0 0 20 0 15 0 272667623 14420721664 11747 33554432000 4194304 4196468 140721080947680 140484413454320 140485506148994 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32083] ppid=32068 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32071/task/32083/stat : 32083 (java) S 32068 32071 30888 0 -1 1077944384 263 0 0 0 2 0 0 0 20 0 15 0 272667623 14420721664 11747 33554432000 4194304 4196468 140721080947680 140484412401776 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32084] ppid=32068 vsize=14082736 memory=140517973124736 CPUtime=0.06 cores=0,2,4,6
/proc/32071/task/32084/stat : 32084 (java) R 32068 32071 30888 0 -1 4202560 314 0 0 0 6 0 0 0 20 0 15 0 272667623 14420721664 11747 33554432000 4194304 4196468 140721080947680 140484411349232 140485506149782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32085] ppid=32068 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32085/stat : 32085 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14420721664 11747 33554432000 4194304 4196468 140721080947680 140484410296928 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32086] ppid=32068 vsize=14082736 memory=140517973124736 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32086/stat : 32086 (java) S 32068 32071 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667623 14420721664 11747 33554432000 4194304 4196468 140721080947680 140484409244464 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46988 KiB

[startup+0.310518 s]*
/proc/loadavg: 1.48 1.43 1.40 3/215 32086
/proc/meminfo: memFree=23224160/32770624 swapFree=67059156/67108860
[pid=32071] ppid=32068 vsize=14082736 memory=50728 CPUtime=0.45 cores=0,2,4,6
/proc/32071/stat : 32071 (java) S 32068 32071 30888 0 -1 1077944320 10795 0 0 0 42 3 0 0 20 0 15 0 272667617 14420721664 12682 33554432000 4194304 4196468 140721080947680 140721080930224 140485506137847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
/proc/32071/statm: 3520684 12682 3383 1 0 3482761 0
[pid=32071/tid=32073] ppid=32068 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/32071/task/32073/stat : 32073 (java) R 32068 32071 30888 0 -1 4202560 8446 0 0 0 28 2 0 0 20 0 15 0 272667618 14420721664 12682 33554432000 4194304 4196468 140721080947680 140485510347200 140485491303400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32074] ppid=32068 vsize=14082736 memory=4294979972 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32074/stat : 32074 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667619 14420721664 12682 33554432000 4194304 4196468 140721080947680 140485436225808 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32075] ppid=32068 vsize=14082736 memory=140517973153237 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32075/stat : 32075 (java) S 32068 32071 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667619 14420721664 12682 33554432000 4194304 4196468 140721080947680 140485435173264 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32076] ppid=32068 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32076/stat : 32076 (java) S 32068 32071 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667619 14420721664 12682 33554432000 4194304 4196468 140721080947680 140485434120720 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32077] ppid=32068 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32077/stat : 32077 (java) S 32068 32071 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272667619 14420721664 12682 33554432000 4194304 4196468 140721080947680 140485433068176 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32078] ppid=32068 vsize=14082736 memory=140517973124736 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32078/stat : 32078 (java) S 32068 32071 30888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272667620 14420721664 12682 33554432000 4194304 4196468 140721080947680 140484417665520 140485506148994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32079] ppid=32068 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32079/stat : 32079 (java) S 32068 32071 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272667620 14420721664 12682 33554432000 4194304 4196468 140721080947680 140484416611744 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32080] ppid=32068 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32080/stat : 32080 (java) S 32068 32071 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272667621 14420721664 12682 33554432000 4194304 4196468 140721080947680 140484415559152 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32081] ppid=32068 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32081/stat : 32081 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14420721664 12682 33554432000 4194304 4196468 140721080947680 140484414507728 140485506156443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32082] ppid=32068 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32071/task/32082/stat : 32082 (java) S 32068 32071 30888 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 15 0 272667623 14420721664 12682 33554432000 4194304 4196468 140721080947680 140484413454320 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32083] ppid=32068 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32071/task/32083/stat : 32083 (java) S 32068 32071 30888 0 -1 1077944384 263 0 0 0 2 0 0 0 20 0 15 0 272667623 14420721664 12682 33554432000 4194304 4196468 140721080947680 140484412401776 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32084] ppid=32068 vsize=14082736 memory=140517973124736 CPUtime=0.08 cores=0,2,4,6
/proc/32071/task/32084/stat : 32084 (java) S 32068 32071 30888 0 -1 1077944384 333 0 0 0 8 0 0 0 20 0 15 0 272667623 14420721664 12682 33554432000 4194304 4196468 140721080947680 140484411349232 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32085] ppid=32068 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32085/stat : 32085 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14420721664 12682 33554432000 4194304 4196468 140721080947680 140484410296928 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32086] ppid=32068 vsize=14082736 memory=140517973124736 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32086/stat : 32086 (java) S 32068 32071 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667623 14420721664 12682 33554432000 4194304 4196468 140721080947680 140484409244464 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50728 KiB

[startup+0.700792 s]
/proc/loadavg: 1.48 1.43 1.40 3/215 32086
/proc/meminfo: memFree=23199976/32770624 swapFree=67059156/67108860
[pid=32071] ppid=32068 vsize=14084804 memory=88872 CPUtime=0.99 cores=0,2,4,6
/proc/32071/stat : 32071 (java) S 32068 32071 30888 0 -1 1077944320 17640 0 0 0 94 5 0 0 20 0 15 0 272667617 14422839296 22218 33554432000 4194304 4196468 140721080947680 140721080930224 140485506137847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
/proc/32071/statm: 3521201 22218 3499 1 0 3483273 0
[pid=32071/tid=32073] ppid=32068 vsize=14084804 memory=278291802001581 CPUtime=0.68 cores=0,2,4,6
/proc/32071/task/32073/stat : 32073 (java) R 32068 32071 30888 0 -1 4202560 14901 0 0 0 64 4 0 0 20 0 15 0 272667618 14422839296 22218 33554432000 4194304 4196468 140721080947680 140485510361216 140485490218334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32074] ppid=32068 vsize=14084804 memory=288230376152040317 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32074/stat : 32074 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667619 14422839296 22218 33554432000 4194304 4196468 140721080947680 140485436225808 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32075] ppid=32068 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32075/stat : 32075 (java) S 32068 32071 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667619 14422839296 22218 33554432000 4194304 4196468 140721080947680 140485435173264 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32076] ppid=32068 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32076/stat : 32076 (java) S 32068 32071 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667619 14422839296 22218 33554432000 4194304 4196468 140721080947680 140485434120720 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32077] ppid=32068 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32077/stat : 32077 (java) S 32068 32071 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272667619 14422839296 22218 33554432000 4194304 4196468 140721080947680 140485433068176 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32078] ppid=32068 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32078/stat : 32078 (java) S 32068 32071 30888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272667620 14422839296 22218 33554432000 4194304 4196468 140721080947680 140484417665520 140485506148994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32079] ppid=32068 vsize=14084804 memory=9050996774187204781 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32079/stat : 32079 (java) S 32068 32071 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272667620 14422839296 22218 33554432000 4194304 4196468 140721080947680 140484416611744 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32080] ppid=32068 vsize=14084804 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32080/stat : 32080 (java) S 32068 32071 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272667621 14422839296 22218 33554432000 4194304 4196468 140721080947680 140484415559152 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32081] ppid=32068 vsize=14084804 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32081/stat : 32081 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14422839296 22218 33554432000 4194304 4196468 140721080947680 140484414507728 140485506156443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32082] ppid=32068 vsize=14084804 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/32071/task/32082/stat : 32082 (java) S 32068 32071 30888 0 -1 1077944384 523 0 0 0 7 0 0 0 20 0 15 0 272667623 14422839296 22218 33554432000 4194304 4196468 140721080947680 140484413454320 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32083] ppid=32068 vsize=14084804 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/32071/task/32083/stat : 32083 (java) S 32068 32071 30888 0 -1 1077944384 412 0 0 0 7 0 0 0 20 0 15 0 272667623 14422839296 22218 33554432000 4194304 4196468 140721080947680 140484412401776 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32084] ppid=32068 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/32071/task/32084/stat : 32084 (java) S 32068 32071 30888 0 -1 1077944384 421 0 0 0 15 0 0 0 20 0 15 0 272667623 14422839296 22218 33554432000 4194304 4196468 140721080947680 140484411349232 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32085] ppid=32068 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32085/stat : 32085 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14422839296 22218 33554432000 4194304 4196468 140721080947680 140484410296928 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32086] ppid=32068 vsize=14084804 memory=1860 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32086/stat : 32086 (java) S 32068 32071 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667623 14422839296 22218 33554432000 4194304 4196468 140721080947680 140484409244464 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88872 KiB

[startup+1.50104 s]
/proc/loadavg: 1.48 1.43 1.40 3/215 32086
/proc/meminfo: memFree=23167416/32770624 swapFree=67059156/67108860
[pid=32071] ppid=32068 vsize=14090948 memory=154576 CPUtime=2.93 cores=0,2,4,6
/proc/32071/stat : 32071 (java) S 32068 32071 30888 0 -1 1077944320 25539 0 0 0 287 6 0 0 20 0 15 0 272667617 14429130752 38644 33554432000 4194304 4196468 140721080947680 140721080930224 140485506137847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
/proc/32071/statm: 3522737 38644 3552 1 0 3484809 0
[pid=32071/tid=32073] ppid=32068 vsize=14090948 memory=12902 CPUtime=1.47 cores=0,2,4,6
/proc/32071/task/32073/stat : 32073 (java) R 32068 32071 30888 0 -1 4202560 19022 0 0 0 143 4 0 0 20 0 15 0 272667618 14429130752 38644 33554432000 4194304 4196468 140721080947680 140485510366992 140485113133412 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32074] ppid=32068 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32074/stat : 32074 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667619 14429130752 38644 33554432000 4194304 4196468 140721080947680 140485436225808 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32075] ppid=32068 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32075/stat : 32075 (java) S 32068 32071 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667619 14429130752 38644 33554432000 4194304 4196468 140721080947680 140485435173264 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32076] ppid=32068 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32076/stat : 32076 (java) S 32068 32071 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667619 14429130752 38644 33554432000 4194304 4196468 140721080947680 140485434120720 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32077] ppid=32068 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32077/stat : 32077 (java) S 32068 32071 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272667619 14429130752 38644 33554432000 4194304 4196468 140721080947680 140485433068176 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32078] ppid=32068 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32078/stat : 32078 (java) S 32068 32071 30888 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 272667620 14429130752 38644 33554432000 4194304 4196468 140721080947680 140484417665520 140485506148994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0

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

/proc/32071/task/32073/stat : 32073 (java) R 32068 32071 30888 0 -1 4202560 37768 0 0 0 230791 25 0 0 20 0 15 0 272667618 14429130752 74985 33554432000 4194304 4196468 140721080947680 140485510376112 140485113564139 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32074] ppid=32068 vsize=14090948 memory=299924 CPUtime=5.78 cores=0,2,4,6
/proc/32071/task/32074/stat : 32074 (java) S 32068 32071 30888 0 -1 1077944384 2842 0 0 0 541 37 0 0 20 0 15 0 272667619 14429130752 74985 33554432000 4194304 4196468 140721080947680 140485436225808 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32075] ppid=32068 vsize=14090948 memory=299924 CPUtime=5.78 cores=0,2,4,6
/proc/32071/task/32075/stat : 32075 (java) S 32068 32071 30888 0 -1 1077944384 3848 0 0 0 538 40 0 0 20 0 15 0 272667619 14429130752 74985 33554432000 4194304 4196468 140721080947680 140485435173264 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32076] ppid=32068 vsize=14090948 memory=299924 CPUtime=5.78 cores=0,2,4,6
/proc/32071/task/32076/stat : 32076 (java) S 32068 32071 30888 0 -1 1077944384 2500 0 0 0 536 42 0 0 20 0 15 0 272667619 14429130752 74985 33554432000 4194304 4196468 140721080947680 140485434120720 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32077] ppid=32068 vsize=14090948 memory=299940 CPUtime=5.78 cores=0,2,4,6
/proc/32071/task/32077/stat : 32077 (java) S 32068 32071 30888 0 -1 1077944384 2498 0 0 0 534 44 0 0 20 0 15 0 272667619 14429130752 74985 33554432000 4194304 4196468 140721080947680 140485433068176 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32078] ppid=32068 vsize=14090948 memory=295808 CPUtime=5.52 cores=0,2,4,6
/proc/32071/task/32078/stat : 32078 (java) S 32068 32071 30888 0 -1 1077944384 4528 0 0 0 518 34 0 0 20 0 15 0 272667620 14429130752 74985 33554432000 4194304 4196468 140721080947680 140484417665520 140485506148994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32079] ppid=32068 vsize=14090948 memory=137808320691541 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32079/stat : 32079 (java) S 32068 32071 30888 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 272667620 14429130752 74985 33554432000 4194304 4196468 140721080947680 140484416611808 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32080] ppid=32068 vsize=14090948 memory=299940 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32080/stat : 32080 (java) S 32068 32071 30888 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 272667621 14429130752 74985 33554432000 4194304 4196468 140721080947680 140484415559152 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32081] ppid=32068 vsize=14090948 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32081/stat : 32081 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14429130752 74985 33554432000 4194304 4196468 140721080947680 140484414507728 140485506156443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32082] ppid=32068 vsize=14090948 memory=916 CPUtime=0.9 cores=0,2,4,6
/proc/32071/task/32082/stat : 32082 (java) S 32068 32071 30888 0 -1 1077944384 3885 0 0 0 90 0 0 0 20 0 15 0 272667623 14429130752 74985 33554432000 4194304 4196468 140721080947680 140484413454320 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32083] ppid=32068 vsize=14090948 memory=299924 CPUtime=0.89 cores=0,2,4,6
/proc/32071/task/32083/stat : 32083 (java) S 32068 32071 30888 0 -1 1077944384 2632 0 0 0 88 1 0 0 20 0 15 0 272667623 14429130752 74985 33554432000 4194304 4196468 140721080947680 140484412401776 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32084] ppid=32068 vsize=14090948 memory=3544 CPUtime=0.48 cores=0,2,4,6
/proc/32071/task/32084/stat : 32084 (java) S 32068 32071 30888 0 -1 1077944384 3149 0 0 0 48 0 0 0 20 0 15 0 272667623 14429130752 74985 33554432000 4194304 4196468 140721080947680 140484411349232 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32085] ppid=32068 vsize=14090948 memory=299940 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32085/stat : 32085 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14429130752 74985 33554432000 4194304 4196468 140721080947680 140484410296928 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32086] ppid=32068 vsize=14090948 memory=3544 CPUtime=1.21 cores=0,2,4,6
/proc/32071/task/32086/stat : 32086 (java) S 32068 32071 30888 0 -1 1077944384 1162 0 0 0 64 57 0 0 20 0 15 0 272667623 14429130752 74985 33554432000 4194304 4196468 140721080947680 140484409244464 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
Current children cumulated CPU time: 2340.37 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 299940 KiB

[startup+2382.3 s]
/proc/loadavg: 1.94 1.71 1.64 3/215 32233
/proc/meminfo: memFree=20002028/32770624 swapFree=67059156/67108860
[pid=32071] ppid=32068 vsize=14090948 memory=301992 CPUtime=2400.91 cores=0,2,4,6
/proc/32071/stat : 32071 (java) S 32068 32071 30888 0 -1 1077944320 67005 0 0 0 239863 228 0 0 20 0 15 0 272667617 14429130752 75498 33554432000 4194304 4196468 140721080947680 140721080930224 140485506137847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
/proc/32071/statm: 3522737 75498 3586 1 0 3484809 0
[pid=32071/tid=32073] ppid=32068 vsize=14090948 memory=301992 CPUtime=2367.76 cores=0,2,4,6
/proc/32071/task/32073/stat : 32073 (java) R 32068 32071 30888 0 -1 4202560 38272 0 0 0 236751 25 0 0 20 0 15 0 272667618 14429130752 75498 33554432000 4194304 4196468 140721080947680 140485510375984 140485114289229 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32074] ppid=32068 vsize=14090948 memory=301992 CPUtime=5.97 cores=0,2,4,6
/proc/32071/task/32074/stat : 32074 (java) S 32068 32071 30888 0 -1 1077944384 2852 0 0 0 559 38 0 0 20 0 15 0 272667619 14429130752 75498 33554432000 4194304 4196468 140721080947680 140485436225808 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32075] ppid=32068 vsize=14090948 memory=301992 CPUtime=5.97 cores=0,2,4,6
/proc/32071/task/32075/stat : 32075 (java) S 32068 32071 30888 0 -1 1077944384 3931 0 0 0 556 41 0 0 20 0 15 0 272667619 14429130752 75498 33554432000 4194304 4196468 140721080947680 140485435173264 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32076] ppid=32068 vsize=14090948 memory=301992 CPUtime=5.97 cores=0,2,4,6
/proc/32071/task/32076/stat : 32076 (java) S 32068 32071 30888 0 -1 1077944384 2527 0 0 0 554 43 0 0 20 0 15 0 272667619 14429130752 75498 33554432000 4194304 4196468 140721080947680 140485434120720 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32077] ppid=32068 vsize=14090948 memory=301992 CPUtime=5.97 cores=0,2,4,6
/proc/32071/task/32077/stat : 32077 (java) S 32068 32071 30888 0 -1 1077944384 2618 0 0 0 552 45 0 0 20 0 15 0 272667619 14429130752 75498 33554432000 4194304 4196468 140721080947680 140485433068176 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32078] ppid=32068 vsize=14090948 memory=299940 CPUtime=5.66 cores=0,2,4,6
/proc/32071/task/32078/stat : 32078 (java) S 32068 32071 30888 0 -1 1077944384 4546 0 0 0 531 35 0 0 20 0 15 0 272667620 14429130752 75498 33554432000 4194304 4196468 140721080947680 140484417665520 140485506148994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32079] ppid=32068 vsize=14090948 memory=299940 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32079/stat : 32079 (java) S 32068 32071 30888 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 272667620 14429130752 75498 33554432000 4194304 4196468 140721080947680 140484416611808 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32080] ppid=32068 vsize=14090948 memory=301992 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32080/stat : 32080 (java) S 32068 32071 30888 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 272667621 14429130752 75498 33554432000 4194304 4196468 140721080947680 140484415559152 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32081] ppid=32068 vsize=14090948 memory=301992 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32081/stat : 32081 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14429130752 75498 33554432000 4194304 4196468 140721080947680 140484414507728 140485506156443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32082] ppid=32068 vsize=14090948 memory=3544 CPUtime=0.9 cores=0,2,4,6
/proc/32071/task/32082/stat : 32082 (java) S 32068 32071 30888 0 -1 1077944384 3887 0 0 0 90 0 0 0 20 0 15 0 272667623 14429130752 75498 33554432000 4194304 4196468 140721080947680 140484413454320 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32083] ppid=32068 vsize=14090948 memory=6468 CPUtime=0.89 cores=0,2,4,6
/proc/32071/task/32083/stat : 32083 (java) S 32068 32071 30888 0 -1 1077944384 2634 0 0 0 88 1 0 0 20 0 15 0 272667623 14429130752 75498 33554432000 4194304 4196468 140721080947680 140484412401776 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32084] ppid=32068 vsize=14090948 memory=301992 CPUtime=0.48 cores=0,2,4,6
/proc/32071/task/32084/stat : 32084 (java) S 32068 32071 30888 0 -1 1077944384 3151 0 0 0 48 0 0 0 20 0 15 0 272667623 14429130752 75498 33554432000 4194304 4196468 140721080947680 140484411349232 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32085] ppid=32068 vsize=14090948 memory=299944 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32085/stat : 32085 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14429130752 75498 33554432000 4194304 4196468 140721080947680 140484410296928 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32086] ppid=32068 vsize=14090948 memory=6791534058613427641 CPUtime=1.23 cores=0,2,4,6
/proc/32071/task/32086/stat : 32086 (java) S 32068 32071 30888 0 -1 1077944384 1167 0 0 0 65 58 0 0 20 0 15 0 272667623 14429130752 75498 33554432000 4194304 4196468 140721080947680 140484409244464 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
Current children cumulated CPU time: 2400.91 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 301992 KiB

[startup+2442.31 s]
/proc/loadavg: 1.99 1.77 1.66 3/215 32234
/proc/meminfo: memFree=20137796/32770624 swapFree=67059156/67108860
[pid=32071] ppid=32068 vsize=14090948 memory=306104 CPUtime=2461.48 cores=0,2,4,6
/proc/32071/stat : 32071 (java) S 32068 32071 30888 0 -1 1077944320 67838 0 0 0 245914 234 0 0 20 0 15 0 272667617 14429130752 76526 33554432000 4194304 4196468 140721080947680 140721080930224 140485506137847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
/proc/32071/statm: 3522737 76526 3586 1 0 3484809 0
[pid=32071/tid=32073] ppid=32068 vsize=14090948 memory=306104 CPUtime=2427.36 cores=0,2,4,6
/proc/32071/task/32073/stat : 32073 (java) R 32068 32071 30888 0 -1 4202560 38674 0 0 0 242711 25 0 0 20 0 15 0 272667618 14429130752 76526 33554432000 4194304 4196468 140721080947680 140485510376000 140485113645696 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32074] ppid=32068 vsize=14090948 memory=306104 CPUtime=6.17 cores=0,2,4,6
/proc/32071/task/32074/stat : 32074 (java) S 32068 32071 30888 0 -1 1077944384 2923 0 0 0 578 39 0 0 20 0 15 0 272667619 14429130752 76526 33554432000 4194304 4196468 140721080947680 140485436225808 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32075] ppid=32068 vsize=14090948 memory=301992 CPUtime=6.18 cores=0,2,4,6
/proc/32071/task/32075/stat : 32075 (java) S 32068 32071 30888 0 -1 1077944384 3974 0 0 0 576 42 0 0 20 0 15 0 272667619 14429130752 76526 33554432000 4194304 4196468 140721080947680 140485435173264 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32076] ppid=32068 vsize=14090948 memory=304056 CPUtime=6.18 cores=0,2,4,6
/proc/32071/task/32076/stat : 32076 (java) S 32068 32071 30888 0 -1 1077944384 2531 0 0 0 573 45 0 0 20 0 15 0 272667619 14429130752 76526 33554432000 4194304 4196468 140721080947680 140485434120720 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32077] ppid=32068 vsize=14090948 memory=140517842037297 CPUtime=6.16 cores=0,2,4,6
/proc/32071/task/32077/stat : 32077 (java) S 32068 32071 30888 0 -1 1077944384 2762 0 0 0 571 45 0 0 20 0 15 0 272667619 14429130752 76526 33554432000 4194304 4196468 140721080947680 140485433068176 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32078] ppid=32068 vsize=14090948 memory=304040 CPUtime=5.8 cores=0,2,4,6
/proc/32071/task/32078/stat : 32078 (java) S 32068 32071 30888 0 -1 1077944384 4709 0 0 0 544 36 0 0 20 0 15 0 272667620 14429130752 76526 33554432000 4194304 4196468 140721080947680 140484417665520 140485506148994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32079] ppid=32068 vsize=14090948 memory=306104 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32079/stat : 32079 (java) S 32068 32071 30888 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 272667620 14429130752 76526 33554432000 4194304 4196468 140721080947680 140484416611808 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32080] ppid=32068 vsize=14090948 memory=306104 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32080/stat : 32080 (java) S 32068 32071 30888 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 272667621 14429130752 76526 33554432000 4194304 4196468 140721080947680 140484415559152 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32081] ppid=32068 vsize=14090948 memory=306104 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32081/stat : 32081 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14429130752 76526 33554432000 4194304 4196468 140721080947680 140484414507728 140485506156443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32082] ppid=32068 vsize=14090948 memory=306104 CPUtime=0.9 cores=0,2,4,6
/proc/32071/task/32082/stat : 32082 (java) S 32068 32071 30888 0 -1 1077944384 3887 0 0 0 90 0 0 0 20 0 15 0 272667623 14429130752 76526 33554432000 4194304 4196468 140721080947680 140484413454320 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32083] ppid=32068 vsize=14090948 memory=306104 CPUtime=0.89 cores=0,2,4,6
/proc/32071/task/32083/stat : 32083 (java) S 32068 32071 30888 0 -1 1077944384 2634 0 0 0 88 1 0 0 20 0 15 0 272667623 14429130752 76526 33554432000 4194304 4196468 140721080947680 140484412401776 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32084] ppid=32068 vsize=14090948 memory=306104 CPUtime=0.48 cores=0,2,4,6
/proc/32071/task/32084/stat : 32084 (java) S 32068 32071 30888 0 -1 1077944384 3151 0 0 0 48 0 0 0 20 0 15 0 272667623 14429130752 76526 33554432000 4194304 4196468 140721080947680 140484411349232 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32085] ppid=32068 vsize=14090948 memory=306104 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32085/stat : 32085 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14429130752 76526 33554432000 4194304 4196468 140721080947680 140484410296928 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32086] ppid=32068 vsize=14090948 memory=306104 CPUtime=1.26 cores=0,2,4,6
/proc/32071/task/32086/stat : 32086 (java) S 32068 32071 30888 0 -1 1077944384 1173 0 0 0 66 60 0 0 20 0 15 0 272667623 14429130752 76526 33554432000 4194304 4196468 140721080947680 140484409244464 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
Current children cumulated CPU time: 2461.48 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 306104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.4 s]
/proc/loadavg: 1.76 1.75 1.66 3/215 32235
/proc/meminfo: memFree=20214724/32770624 swapFree=67059156/67108860
[pid=32071] ppid=32068 vsize=14090948 memory=310200 CPUtime=2520.09 cores=0,2,4,6
/proc/32071/stat : 32071 (java) S 32068 32071 30888 0 -1 1077944320 68933 0 0 0 251770 239 0 0 20 0 15 0 272667617 14429130752 77550 33554432000 4194304 4196468 140721080947680 140721080930224 140485506137847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
/proc/32071/statm: 3522737 77550 3586 1 0 3484809 0
[pid=32071/tid=32073] ppid=32068 vsize=14090948 memory=4126316290023845779 CPUtime=2485.04 cores=0,2,4,6
/proc/32071/task/32073/stat : 32073 (java) R 32068 32071 30888 0 -1 4202560 39229 0 0 0 248478 26 0 0 20 0 15 0 272667618 14429130752 77550 33554432000 4194304 4196468 140721080947680 140485510375984 140485114331338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32074] ppid=32068 vsize=14090948 memory=6791534058613427641 CPUtime=6.36 cores=0,2,4,6
/proc/32071/task/32074/stat : 32074 (java) S 32068 32071 30888 0 -1 1077944384 3062 0 0 0 596 40 0 0 20 0 15 0 272667619 14429130752 77550 33554432000 4194304 4196468 140721080947680 140485436225808 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32075] ppid=32068 vsize=14090948 memory=13808 CPUtime=6.36 cores=0,2,4,6
/proc/32071/task/32075/stat : 32075 (java) S 32068 32071 30888 0 -1 1077944384 4022 0 0 0 594 42 0 0 20 0 15 0 272667619 14429130752 77550 33554432000 4194304 4196468 140721080947680 140485435173264 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32076] ppid=32068 vsize=14090948 memory=524 CPUtime=6.37 cores=0,2,4,6
/proc/32071/task/32076/stat : 32076 (java) S 32068 32071 30888 0 -1 1077944384 2665 0 0 0 591 46 0 0 20 0 15 0 272667619 14429130752 77550 33554432000 4194304 4196468 140721080947680 140485434120720 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32077] ppid=32068 vsize=14090948 memory=1528 CPUtime=6.35 cores=0,2,4,6
/proc/32071/task/32077/stat : 32077 (java) S 32068 32071 30888 0 -1 1077944384 2791 0 0 0 589 46 0 0 20 0 15 0 272667619 14429130752 77550 33554432000 4194304 4196468 140721080947680 140485433068176 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32078] ppid=32068 vsize=14090948 memory=924 CPUtime=5.95 cores=0,2,4,6
/proc/32071/task/32078/stat : 32078 (java) S 32068 32071 30888 0 -1 1077944384 4885 0 0 0 558 37 0 0 20 0 15 0 272667620 14429130752 77550 33554432000 4194304 4196468 140721080947680 140484417665520 140485506148994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32079] ppid=32068 vsize=14090948 memory=13608 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32079/stat : 32079 (java) S 32068 32071 30888 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 272667620 14429130752 77550 33554432000 4194304 4196468 140721080947680 140484416611808 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32080] ppid=32068 vsize=14090948 memory=1860 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32080/stat : 32080 (java) S 32068 32071 30888 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 272667621 14429130752 77550 33554432000 4194304 4196468 140721080947680 140484415559152 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32081] ppid=32068 vsize=14090948 memory=3288 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32081/stat : 32081 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14429130752 77550 33554432000 4194304 4196468 140721080947680 140484414507728 140485506156443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32082] ppid=32068 vsize=14090948 memory=13808 CPUtime=0.9 cores=0,2,4,6
/proc/32071/task/32082/stat : 32082 (java) S 32068 32071 30888 0 -1 1077944384 3889 0 0 0 90 0 0 0 20 0 15 0 272667623 14429130752 77550 33554432000 4194304 4196468 140721080947680 140484413454320 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32083] ppid=32068 vsize=14090948 memory=524 CPUtime=0.89 cores=0,2,4,6
/proc/32071/task/32083/stat : 32083 (java) S 32068 32071 30888 0 -1 1077944384 2636 0 0 0 88 1 0 0 20 0 15 0 272667623 14429130752 77550 33554432000 4194304 4196468 140721080947680 140484412401776 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32084] ppid=32068 vsize=14090948 memory=1528 CPUtime=0.48 cores=0,2,4,6
/proc/32071/task/32084/stat : 32084 (java) S 32068 32071 30888 0 -1 1077944384 3153 0 0 0 48 0 0 0 20 0 15 0 272667623 14429130752 77550 33554432000 4194304 4196468 140721080947680 140484411349232 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32085] ppid=32068 vsize=14090948 memory=924 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32085/stat : 32085 (java) S 32068 32071 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667623 14429130752 77550 33554432000 4194304 4196468 140721080947680 140484410296928 140485506148053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
[pid=32071/tid=32086] ppid=32068 vsize=14090948 memory=1140 CPUtime=1.29 cores=0,2,4,6
/proc/32071/task/32086/stat : 32086 (java) S 32068 32071 30888 0 -1 1077944384 1181 0 0 0 68 61 0 0 20 0 15 0 272667623 14429130752 77550 33554432000 4194304 4196468 140721080947680 140484409244464 140485506148994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8855552 140721080951880 140721080952073 140721080952073 140721080954831 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 310200 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2500.42 s]
# the end of solver process 32071 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.72 s, system=2.39832 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2500.42
CPU time (s): 2520.12
CPU user time (s): 2517.72
CPU system time (s): 2.39832
CPU usage (%): 100.788
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 310200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.72
system time used= 2.39832
maximum resident set size= 310796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69253
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 213590
involuntary context switches= 7500


# summary of solver processes directly reported to runsolver:
#   pid: 32071
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.72
#   total CPU system time (s): 2.39832

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5402 second user time and 23.469 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-18 02:10:44
IDJOB=4311655
IDBENCH=141255
IDSOLVER=2799
FILE ID=node103/4311655-1534551044
RUNJOBID= node103-1534541043-30919
PBS_JOBID= 21038644
Free space on /tmp= 44296 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16a_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311655-1534551044/watcher-4311655-1534551044 -o /tmp/evaluation-result-4311655-1534551044/solver-4311655-1534551044 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534541043-30919 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1169432436 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311655-1534551044.xml

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

MD5SUM BENCH= 33cd07532de3d8b94fe29f3b9aee1e6b
RANDOM SEED=1169432436

node103.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.48
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.48
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.48
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.48
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:        23260708 kB
MemAvailable:   31683744 kB
Buffers:          227620 kB
Cached:          8424920 kB
SwapCached:         5152 kB
Active:          5126648 kB
Inactive:        3782392 kB
Active(anon):     260512 kB
Inactive(anon):    64692 kB
Active(file):    4866136 kB
Inactive(file):  3717700 kB
Unevictable:        7768 kB
Mlocked:            7768 kB
SwapTotal:      67108860 kB
SwapFree:       67059156 kB
Dirty:             36032 kB
Writeback:             0 kB
AnonPages:        372776 kB
Mapped:            31564 kB
Shmem:             65136 kB
Slab:             296540 kB
SReclaimable:     267660 kB
SUnreclaim:        28880 kB
KernelStack:        3792 kB
PageTables:         5104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1235016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    333824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 44116 MiB
End job on node103 at 2018-08-18 02:52:25