Trace number 4308463

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 - Hybrid 2018-08-14SAT (TO)60 2520.04 2472.41

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark174.248
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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-14
0.68/0.55	c seed: 528720961
0.68/0.55	c timeout: 2520
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.57	c Parsing instance...
1.53/1.05	c Parsing done, starting first complete search...
1.78/1.17	o 99
3.59/1.79	c First complete search done, starting ALNS search...
4.11/1.98	o 96
4.64/2.25	o 88
5.32/2.51	o 84
5.32/2.59	o 79
8.21/5.19	o 77
13.49/10.31	o 76
28.22/24.83	o 69
30.26/26.85	o 66
102.73/97.87	o 65
119.67/114.44	o 64
119.97/114.79	o 60
2520.01/2472.40	s SATISFIABLE
2520.01/2472.40	v <instantiation>
2520.01/2472.40	v 	<list>
2520.01/2472.40	v 		y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9]
2520.01/2472.40	v 	</list>
2520.01/2472.40	v 	<values>
2520.01/2472.40	v 		2 8 19 35 42 47 56 57 60 6 17 33 40 45 54 55 58 11 27 34 39 48 49 52 16 23 28 37 38 41 7 12 21 22 25 5 14 15 18 9 10 13 1 4 3 0 2 8 19 35 42 47 56 57 60 
2520.01/2472.40	v 	</values>
2520.01/2472.40	v </instantiation>

Verifier Data

OK	60

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308463-1534313556/watcher-4308463-1534313556 -o /tmp/evaluation-result-4308463-1534313556/solver-4308463-1534313556 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16385 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 528720961 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308463-1534313556.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
solver pid=19315, runsolver pid=19312
Current StackSize limit: 8192 KiB


[startup+0.100168 s]*
/proc/loadavg: 2.17 1.61 1.42 3/215 19330
/proc/meminfo: memFree=24429460/32770624 swapFree=67108524/67108860
[pid=19315] ppid=19312 vsize=14082736 memory=33904 CPUtime=0.12 cores=0,2,4,6
/proc/19315/stat : 19315 (java) S 19312 19315 16354 0 -1 1077944320 6905 0 0 0 11 1 0 0 20 0 15 0 248918829 14420721664 8476 33554432000 4194304 4196468 140731287876544 140731287859088 140019041001207 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
/proc/19315/statm: 3520684 8476 3135 1 0 3482761 0
[pid=19315/tid=19317] ppid=19312 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/19315/task/19317/stat : 19317 (java) R 19312 19315 16354 0 -1 4202560 4971 0 0 0 9 0 0 0 20 0 15 0 248918830 14420721664 8476 33554432000 4194304 4196468 140731287876544 140019045204336 140018635060408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19318] ppid=19312 vsize=14082736 memory=5793855017952614841 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19318/stat : 19318 (java) S 19312 19315 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248918830 14420721664 8476 33554432000 4194304 4196468 140731287876544 140018956069648 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19319] ppid=19312 vsize=14082736 memory=139766942721664 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19319/stat : 19319 (java) S 19312 19315 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248918830 14420721664 8476 33554432000 4194304 4196468 140731287876544 140018955017104 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19320] ppid=19312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19320/stat : 19320 (java) S 19312 19315 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248918830 14420721664 8476 33554432000 4194304 4196468 140731287876544 140018634976272 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19321] ppid=19312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19321/stat : 19321 (java) S 19312 19315 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248918831 14420721664 8476 33554432000 4194304 4196468 140731287876544 140018633923728 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19322] ppid=19312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19322/stat : 19322 (java) S 19312 19315 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248918832 14420721664 8476 33554432000 4194304 4196468 140731287876544 140018245126128 140019041012354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19323] ppid=19312 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19323/stat : 19323 (java) S 19312 19315 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248918832 14420721664 8476 33554432000 4194304 4196468 140731287876544 140018244072352 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19324] ppid=19312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19324/stat : 19324 (java) S 19312 19315 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248918832 14420721664 8476 33554432000 4194304 4196468 140731287876544 140018243019760 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19325] ppid=19312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19325/stat : 19325 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14420721664 8476 33554432000 4194304 4196468 140731287876544 140018241968336 140019041019803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19326] ppid=19312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19326/stat : 19326 (java) S 19312 19315 16354 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 248918835 14420721664 8476 33554432000 4194304 4196468 140731287876544 140018240915952 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19327] ppid=19312 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19327/stat : 19327 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14420721664 8476 33554432000 4194304 4196468 140731287876544 140018239863408 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19328] ppid=19312 vsize=14082736 memory=139766942721664 CPUtime=0.01 cores=0,2,4,6
/proc/19315/task/19328/stat : 19328 (java) R 19312 19315 16354 0 -1 4202560 255 0 0 0 1 0 0 0 20 0 15 0 248918835 14420721664 8476 33554432000 4194304 4196468 140731287876544 140018238810864 140019020411152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19329] ppid=19312 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19329/stat : 19329 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14420721664 8476 33554432000 4194304 4196468 140731287876544 140018237758560 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19330] ppid=19312 vsize=14082736 memory=139766942721664 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19330/stat : 19330 (java) S 19312 19315 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248918835 14420721664 8476 33554432000 4194304 4196468 140731287876544 140018236705072 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33904 KiB

[startup+0.217774 s]*
/proc/loadavg: 2.17 1.61 1.42 5/215 19330
/proc/meminfo: memFree=24414876/32770624 swapFree=67108524/67108860
[pid=19315] ppid=19312 vsize=14082736 memory=47588 CPUtime=0.33 cores=0,2,4,6
/proc/19315/stat : 19315 (java) S 19312 19315 16354 0 -1 1077944320 9993 0 0 0 31 2 0 0 20 0 15 0 248918829 14420721664 11897 33554432000 4194304 4196468 140731287876544 140731287859088 140019041001207 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
/proc/19315/statm: 3520684 11897 3386 1 0 3482761 0
[pid=19315/tid=19317] ppid=19312 vsize=14082736 memory=6735269665583770266 CPUtime=0.21 cores=0,2,4,6
/proc/19315/task/19317/stat : 19317 (java) R 19312 19315 16354 0 -1 4202560 7717 0 0 0 20 1 0 0 20 0 15 0 248918830 14420721664 11897 33554432000 4194304 4196468 140731287876544 140019045230752 140019033238334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19318] ppid=19312 vsize=14082736 memory=4211973493147512202 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19318/stat : 19318 (java) S 19312 19315 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248918830 14420721664 11897 33554432000 4194304 4196468 140731287876544 140018956069648 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19319] ppid=19312 vsize=14082736 memory=139766942721664 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19319/stat : 19319 (java) S 19312 19315 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248918830 14420721664 11897 33554432000 4194304 4196468 140731287876544 140018955017104 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19320] ppid=19312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19320/stat : 19320 (java) S 19312 19315 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248918830 14420721664 11897 33554432000 4194304 4196468 140731287876544 140018634976272 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19321] ppid=19312 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19321/stat : 19321 (java) S 19312 19315 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248918831 14420721664 11897 33554432000 4194304 4196468 140731287876544 140018633923728 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19322] ppid=19312 vsize=14082736 memory=139766942721664 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19322/stat : 19322 (java) S 19312 19315 16354 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 248918832 14420721664 11897 33554432000 4194304 4196468 140731287876544 140018245126128 140019041012354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19323] ppid=19312 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19323/stat : 19323 (java) S 19312 19315 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248918832 14420721664 11897 33554432000 4194304 4196468 140731287876544 140018244072352 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19324] ppid=19312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19324/stat : 19324 (java) S 19312 19315 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248918832 14420721664 11897 33554432000 4194304 4196468 140731287876544 140018243019760 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19325] ppid=19312 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19325/stat : 19325 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14420721664 11897 33554432000 4194304 4196468 140731287876544 140018241968336 140019041019803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19326] ppid=19312 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19315/task/19326/stat : 19326 (java) S 19312 19315 16354 0 -1 1077944384 479 0 0 0 1 0 0 0 20 0 15 0 248918835 14420721664 11897 33554432000 4194304 4196468 140731287876544 140018240915952 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19327] ppid=19312 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/19315/task/19327/stat : 19327 (java) S 19312 19315 16354 0 -1 1077944384 126 0 0 0 2 0 0 0 20 0 15 0 248918835 14420721664 11897 33554432000 4194304 4196468 140731287876544 140018239863408 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19328] ppid=19312 vsize=14082736 memory=139766942721664 CPUtime=0.06 cores=0,2,4,6
/proc/19315/task/19328/stat : 19328 (java) R 19312 19315 16354 0 -1 4202560 288 0 0 0 6 0 0 0 20 0 15 0 248918835 14420721664 11897 33554432000 4194304 4196468 140731287876544 140018238810864 140019022230925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19329] ppid=19312 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19329/stat : 19329 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14420721664 11897 33554432000 4194304 4196468 140731287876544 140018237758560 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19330] ppid=19312 vsize=14082736 memory=139766942721664 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19330/stat : 19330 (java) S 19312 19315 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248918835 14420721664 11897 33554432000 4194304 4196468 140731287876544 140018236705072 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47588 KiB

[startup+0.310477 s]*
/proc/loadavg: 2.17 1.61 1.42 3/215 19330
/proc/meminfo: memFree=24411216/32770624 swapFree=67108524/67108860
[pid=19315] ppid=19312 vsize=14082736 memory=50796 CPUtime=0.43 cores=0,2,4,6
/proc/19315/stat : 19315 (java) S 19312 19315 16354 0 -1 1077944320 10299 0 0 0 41 2 0 0 20 0 15 0 248918829 14420721664 12699 33554432000 4194304 4196468 140731287876544 140731287859088 140019041001207 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
/proc/19315/statm: 3520684 12699 3388 1 0 3482761 0
[pid=19315/tid=19317] ppid=19312 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/19315/task/19317/stat : 19317 (java) R 19312 19315 16354 0 -1 4202560 8016 0 0 0 29 1 0 0 20 0 15 0 248918830 14420721664 12699 33554432000 4194304 4196468 140731287876544 140019045209904 140019021276967 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19318] ppid=19312 vsize=14082736 memory=4211973493147512202 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19318/stat : 19318 (java) S 19312 19315 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248918830 14420721664 12699 33554432000 4194304 4196468 140731287876544 140018956069648 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19319] ppid=19312 vsize=14082736 memory=139766942724029 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19319/stat : 19319 (java) S 19312 19315 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248918830 14420721664 12699 33554432000 4194304 4196468 140731287876544 140018955017104 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19320] ppid=19312 vsize=14082736 memory=139766825871858 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19320/stat : 19320 (java) S 19312 19315 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248918830 14420721664 12699 33554432000 4194304 4196468 140731287876544 140018634976272 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19321] ppid=19312 vsize=14082736 memory=139766825864655 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19321/stat : 19321 (java) S 19312 19315 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248918831 14420721664 12699 33554432000 4194304 4196468 140731287876544 140018633923728 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19322] ppid=19312 vsize=14082736 memory=139766942738045 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19322/stat : 19322 (java) S 19312 19315 16354 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 248918832 14420721664 12699 33554432000 4194304 4196468 140731287876544 140018245126128 140019041012354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19323] ppid=19312 vsize=14082736 memory=139766825873839 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19323/stat : 19323 (java) S 19312 19315 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248918832 14420721664 12699 33554432000 4194304 4196468 140731287876544 140018244072352 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19324] ppid=19312 vsize=14082736 memory=279533651738512 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19324/stat : 19324 (java) S 19312 19315 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248918832 14420721664 12699 33554432000 4194304 4196468 140731287876544 140018243019760 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19325] ppid=19312 vsize=14082736 memory=279533651736208 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19325/stat : 19325 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14420721664 12699 33554432000 4194304 4196468 140731287876544 140018241968336 140019041019803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19326] ppid=19312 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19315/task/19326/stat : 19326 (java) S 19312 19315 16354 0 -1 1077944384 479 0 0 0 1 0 0 0 20 0 15 0 248918835 14420721664 12699 33554432000 4194304 4196468 140731287876544 140018240915952 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19327] ppid=19312 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/19315/task/19327/stat : 19327 (java) S 19312 19315 16354 0 -1 1077944384 126 0 0 0 2 0 0 0 20 0 15 0 248918835 14420721664 12699 33554432000 4194304 4196468 140731287876544 140018239863408 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19328] ppid=19312 vsize=14082736 memory=139766942721664 CPUtime=0.08 cores=0,2,4,6
/proc/19315/task/19328/stat : 19328 (java) S 19312 19315 16354 0 -1 1077944384 293 0 0 0 8 0 0 0 20 0 15 0 248918835 14420721664 12699 33554432000 4194304 4196468 140731287876544 140018238810864 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19329] ppid=19312 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19329/stat : 19329 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14420721664 12699 33554432000 4194304 4196468 140731287876544 140018237758560 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19330] ppid=19312 vsize=14082736 memory=139766942721664 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19330/stat : 19330 (java) S 19312 19315 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248918835 14420721664 12699 33554432000 4194304 4196468 140731287876544 140018236705072 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50796 KiB

[startup+0.700776 s]
/proc/loadavg: 2.17 1.61 1.42 3/215 19330
/proc/meminfo: memFree=24387168/32770624 swapFree=67108524/67108860
[pid=19315] ppid=19312 vsize=14084804 memory=90616 CPUtime=0.99 cores=0,2,4,6
/proc/19315/stat : 19315 (java) S 19312 19315 16354 0 -1 1077944320 17034 0 0 0 96 3 0 0 20 0 15 0 248918829 14422839296 22654 33554432000 4194304 4196468 140731287876544 140731287859088 140019041001207 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
/proc/19315/statm: 3521201 22654 3505 1 0 3483273 0
[pid=19315/tid=19317] ppid=19312 vsize=14084804 memory=1120 CPUtime=0.67 cores=0,2,4,6
/proc/19315/task/19317/stat : 19317 (java) R 19312 19315 16354 0 -1 4202560 14341 0 0 0 65 2 0 0 20 0 15 0 248918830 14422839296 22654 33554432000 4194304 4196468 140731287876544 140019045226288 140019008585695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19318] ppid=19312 vsize=14084804 memory=6068 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19318/stat : 19318 (java) S 19312 19315 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248918830 14422839296 22654 33554432000 4194304 4196468 140731287876544 140018956069648 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19319] ppid=19312 vsize=14084804 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19319/stat : 19319 (java) S 19312 19315 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248918830 14422839296 22654 33554432000 4194304 4196468 140731287876544 140018955017104 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19320] ppid=19312 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19320/stat : 19320 (java) S 19312 19315 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248918830 14422839296 22654 33554432000 4194304 4196468 140731287876544 140018634976272 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19321] ppid=19312 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19321/stat : 19321 (java) S 19312 19315 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248918831 14422839296 22654 33554432000 4194304 4196468 140731287876544 140018633923728 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19322] ppid=19312 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19322/stat : 19322 (java) S 19312 19315 16354 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 248918832 14422839296 22654 33554432000 4194304 4196468 140731287876544 140018245126128 140019041012354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19323] ppid=19312 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19323/stat : 19323 (java) S 19312 19315 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248918832 14422839296 22654 33554432000 4194304 4196468 140731287876544 140018244072352 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19324] ppid=19312 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19324/stat : 19324 (java) S 19312 19315 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248918832 14422839296 22654 33554432000 4194304 4196468 140731287876544 140018243019760 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19325] ppid=19312 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19325/stat : 19325 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14422839296 22654 33554432000 4194304 4196468 140731287876544 140018241968336 140019041019803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19326] ppid=19312 vsize=14084804 memory=223 CPUtime=0.07 cores=0,2,4,6
/proc/19315/task/19326/stat : 19326 (java) S 19312 19315 16354 0 -1 1077944384 657 0 0 0 7 0 0 0 20 0 15 0 248918835 14422839296 22654 33554432000 4194304 4196468 140731287876544 140018240915952 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19327] ppid=19312 vsize=14084804 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/19315/task/19327/stat : 19327 (java) S 19312 19315 16354 0 -1 1077944384 275 0 0 0 7 0 0 0 20 0 15 0 248918835 14422839296 22654 33554432000 4194304 4196468 140731287876544 140018239863408 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19328] ppid=19312 vsize=14084804 memory=706 CPUtime=0.15 cores=0,2,4,6
/proc/19315/task/19328/stat : 19328 (java) S 19312 19315 16354 0 -1 1077944384 376 0 0 0 15 0 0 0 20 0 15 0 248918835 14422839296 22654 33554432000 4194304 4196468 140731287876544 140018238810864 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19329] ppid=19312 vsize=14084804 memory=279533651922416 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19329/stat : 19329 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14422839296 22654 33554432000 4194304 4196468 140731287876544 140018237758560 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19330] ppid=19312 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19330/stat : 19330 (java) S 19312 19315 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248918835 14422839296 22654 33554432000 4194304 4196468 140731287876544 140018236705072 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90616 KiB

[startup+1.50082 s]
/proc/loadavg: 2.17 1.61 1.42 3/215 19330
/proc/meminfo: memFree=24352612/32770624 swapFree=67108524/67108860
[pid=19315] ppid=19312 vsize=14090948 memory=132996 CPUtime=2.99 cores=0,2,4,6
/proc/19315/stat : 19315 (java) S 19312 19315 16354 0 -1 1077944320 24462 0 0 0 293 6 0 0 20 0 15 0 248918829 14429130752 33249 33554432000 4194304 4196468 140731287876544 140731287859088 140019041001207 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
/proc/19315/statm: 3522737 33249 3532 1 0 3484809 0
[pid=19315/tid=19317] ppid=19312 vsize=14090948 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/19315/task/19317/stat : 19317 (java) R 19312 19315 16354 0 -1 4202560 17888 0 0 0 144 3 0 0 20 0 15 0 248918830 14429130752 33249 33554432000 4194304 4196468 140731287876544 140019045236328 140018639431251 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19318] ppid=19312 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19318/stat : 19318 (java) S 19312 19315 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248918830 14429130752 33249 33554432000 4194304 4196468 140731287876544 140018956069648 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19319] ppid=19312 vsize=14090948 memory=-5862946231257622879 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19319/stat : 19319 (java) S 19312 19315 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248918830 14429130752 33249 33554432000 4194304 4196468 140731287876544 140018955017104 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19320] ppid=19312 vsize=14090948 memory=-7232332780372185646 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19320/stat : 19320 (java) S 19312 19315 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248918830 14429130752 33249 33554432000 4194304 4196468 140731287876544 140018634976272 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19321] ppid=19312 vsize=14090948 memory=4946531975011605376 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19321/stat : 19321 (java) S 19312 19315 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248918831 14429130752 33249 33554432000 4194304 4196468 140731287876544 140018633923728 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19322] ppid=19312 vsize=14090948 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19322/stat : 19322 (java) S 19312 19315 16354 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 248918832 14429130752 33249 33554432000 4194304 4196468 140731287876544 140018245126128 140019041012354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0

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

/proc/19315/task/19317/stat : 19317 (java) R 19312 19315 16354 0 -1 4202560 58094 0 0 0 229686 35 0 0 20 0 15 0 248918830 14431227904 148114 33554432000 4194304 4196468 140731287876544 140019045239104 140018639084993 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19318] ppid=19312 vsize=14092996 memory=590408 CPUtime=13.59 cores=0,2,4,6
/proc/19315/task/19318/stat : 19318 (java) S 19312 19315 16354 0 -1 1077944384 6654 0 0 0 1304 55 0 0 20 0 15 0 248918830 14431227904 148114 33554432000 4194304 4196468 140731287876544 140018956069648 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19319] ppid=19312 vsize=14092996 memory=590408 CPUtime=13.61 cores=0,2,4,6
/proc/19315/task/19319/stat : 19319 (java) S 19312 19315 16354 0 -1 1077944384 7063 0 0 0 1308 53 0 0 20 0 15 0 248918830 14431227904 148114 33554432000 4194304 4196468 140731287876544 140018955017104 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19320] ppid=19312 vsize=14092996 memory=592456 CPUtime=13.65 cores=0,2,4,6
/proc/19315/task/19320/stat : 19320 (java) S 19312 19315 16354 0 -1 1077944384 5510 0 0 0 1308 57 0 0 20 0 15 0 248918830 14431227904 148114 33554432000 4194304 4196468 140731287876544 140018634976272 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19321] ppid=19312 vsize=14092996 memory=592456 CPUtime=13.63 cores=0,2,4,6
/proc/19315/task/19321/stat : 19321 (java) S 19312 19315 16354 0 -1 1077944384 4819 0 0 0 1306 57 0 0 20 0 15 0 248918831 14431227904 148114 33554432000 4194304 4196468 140731287876544 140018633923728 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19322] ppid=19312 vsize=14092996 memory=592456 CPUtime=8.32 cores=0,2,4,6
/proc/19315/task/19322/stat : 19322 (java) S 19312 19315 16354 0 -1 1077944384 6325 0 0 0 778 54 0 0 20 0 15 0 248918832 14431227904 148114 33554432000 4194304 4196468 140731287876544 140018245126128 140019041012354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19323] ppid=19312 vsize=14092996 memory=14888 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19323/stat : 19323 (java) S 19312 19315 16354 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 248918832 14431227904 148114 33554432000 4194304 4196468 140731287876544 140018244072416 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19324] ppid=19312 vsize=14092996 memory=4427205132082312746 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19324/stat : 19324 (java) S 19312 19315 16354 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 248918832 14431227904 148114 33554432000 4194304 4196468 140731287876544 140018243019776 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19325] ppid=19312 vsize=14092996 memory=592456 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19325/stat : 19325 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14431227904 148114 33554432000 4194304 4196468 140731287876544 140018241968336 140019041019803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19326] ppid=19312 vsize=14092996 memory=2132 CPUtime=2.23 cores=0,2,4,6
/proc/19315/task/19326/stat : 19326 (java) S 19312 19315 16354 0 -1 1077944384 18150 0 0 0 220 3 0 0 20 0 15 0 248918835 14431227904 148114 33554432000 4194304 4196468 140731287876544 140018240915952 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19327] ppid=19312 vsize=14092996 memory=11192 CPUtime=2.33 cores=0,2,4,6
/proc/19315/task/19327/stat : 19327 (java) S 19312 19315 16354 0 -1 1077944384 16560 0 0 0 231 2 0 0 20 0 15 0 248918835 14431227904 148114 33554432000 4194304 4196468 140731287876544 140018239863408 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19328] ppid=19312 vsize=14092996 memory=752 CPUtime=0.9 cores=0,2,4,6
/proc/19315/task/19328/stat : 19328 (java) S 19312 19315 16354 0 -1 1077944384 13882 0 0 0 88 2 0 0 20 0 15 0 248918835 14431227904 148114 33554432000 4194304 4196468 140731287876544 140018238810864 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19329] ppid=19312 vsize=14092996 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19329/stat : 19329 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14431227904 148114 33554432000 4194304 4196468 140731287876544 140018237758560 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19330] ppid=19312 vsize=14092996 memory=3312 CPUtime=1.31 cores=0,2,4,6
/proc/19315/task/19330/stat : 19330 (java) S 19312 19315 16354 0 -1 1077944384 1146 0 0 0 64 67 0 0 20 0 15 0 248918835 14431227904 148114 33554432000 4194304 4196468 140731287876544 140018236705072 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
Current children cumulated CPU time: 2366.89 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 592456 KiB

[startup+2382.3 s]
/proc/loadavg: 1.40 1.33 1.35 3/216 19480
/proc/meminfo: memFree=23616316/32770624 swapFree=67108524/67108860
[pid=19315] ppid=19312 vsize=14092996 memory=596572 CPUtime=2428.1 cores=0,2,4,6
/proc/19315/stat : 19315 (java) S 19312 19315 16354 0 -1 1077944320 141160 0 0 0 242475 335 0 0 20 0 15 0 248918829 14431227904 149143 33554432000 4194304 4196468 140731287876544 140731287859088 140019041001207 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
/proc/19315/statm: 3523249 149143 3598 1 0 3485321 0
[pid=19315/tid=19317] ppid=19312 vsize=14092996 memory=596572 CPUtime=2356.58 cores=0,2,4,6
/proc/19315/task/19317/stat : 19317 (java) R 19312 19315 16354 0 -1 4202560 58638 0 0 0 235622 36 0 0 20 0 15 0 248918830 14431227904 149143 33554432000 4194304 4196468 140731287876544 140019045239216 140018636114508 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19318] ppid=19312 vsize=14092996 memory=596572 CPUtime=14 cores=0,2,4,6
/proc/19315/task/19318/stat : 19318 (java) S 19312 19315 16354 0 -1 1077944384 6712 0 0 0 1344 56 0 0 20 0 15 0 248918830 14431227904 149143 33554432000 4194304 4196468 140731287876544 140018956069648 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19319] ppid=19312 vsize=14092996 memory=596572 CPUtime=14.03 cores=0,2,4,6
/proc/19315/task/19319/stat : 19319 (java) S 19312 19315 16354 0 -1 1077944384 7420 0 0 0 1349 54 0 0 20 0 15 0 248918830 14431227904 149143 33554432000 4194304 4196468 140731287876544 140018955017104 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19320] ppid=19312 vsize=14092996 memory=594504 CPUtime=14.07 cores=0,2,4,6
/proc/19315/task/19320/stat : 19320 (java) S 19312 19315 16354 0 -1 1077944384 5650 0 0 0 1349 58 0 0 20 0 15 0 248918830 14431227904 149143 33554432000 4194304 4196468 140731287876544 140018634976272 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19321] ppid=19312 vsize=14092996 memory=596572 CPUtime=14.04 cores=0,2,4,6
/proc/19315/task/19321/stat : 19321 (java) S 19312 19315 16354 0 -1 1077944384 5038 0 0 0 1346 58 0 0 20 0 15 0 248918831 14431227904 149143 33554432000 4194304 4196468 140731287876544 140018633923728 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19322] ppid=19312 vsize=14092996 memory=596572 CPUtime=8.48 cores=0,2,4,6
/proc/19315/task/19322/stat : 19322 (java) S 19312 19315 16354 0 -1 1077944384 6506 0 0 0 794 54 0 0 20 0 15 0 248918832 14431227904 149143 33554432000 4194304 4196468 140731287876544 140018245126128 140019041012354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19323] ppid=19312 vsize=14092996 memory=596572 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19323/stat : 19323 (java) S 19312 19315 16354 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 248918832 14431227904 149143 33554432000 4194304 4196468 140731287876544 140018244072416 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19324] ppid=19312 vsize=14092996 memory=596572 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19324/stat : 19324 (java) S 19312 19315 16354 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 248918832 14431227904 149143 33554432000 4194304 4196468 140731287876544 140018243019776 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19325] ppid=19312 vsize=14092996 memory=222711234205429 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19325/stat : 19325 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14431227904 149143 33554432000 4194304 4196468 140731287876544 140018241968336 140019041019803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19326] ppid=19312 vsize=14092996 memory=594504 CPUtime=2.23 cores=0,2,4,6
/proc/19315/task/19326/stat : 19326 (java) S 19312 19315 16354 0 -1 1077944384 18152 0 0 0 220 3 0 0 20 0 15 0 248918835 14431227904 149143 33554432000 4194304 4196468 140731287876544 140018240915952 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19327] ppid=19312 vsize=14092996 memory=596572 CPUtime=2.33 cores=0,2,4,6
/proc/19315/task/19327/stat : 19327 (java) S 19312 19315 16354 0 -1 1077944384 16562 0 0 0 231 2 0 0 20 0 15 0 248918835 14431227904 149143 33554432000 4194304 4196468 140731287876544 140018239863408 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19328] ppid=19312 vsize=14092996 memory=596572 CPUtime=0.9 cores=0,2,4,6
/proc/19315/task/19328/stat : 19328 (java) S 19312 19315 16354 0 -1 1077944384 13884 0 0 0 88 2 0 0 20 0 15 0 248918835 14431227904 149143 33554432000 4194304 4196468 140731287876544 140018238810864 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19329] ppid=19312 vsize=14092996 memory=3712 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19329/stat : 19329 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14431227904 149143 33554432000 4194304 4196468 140731287876544 140018237758560 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19330] ppid=19312 vsize=14092996 memory=164 CPUtime=1.34 cores=0,2,4,6
/proc/19315/task/19330/stat : 19330 (java) S 19312 19315 16354 0 -1 1077944384 1160 0 0 0 66 68 0 0 20 0 15 0 248918835 14431227904 149143 33554432000 4194304 4196468 140731287876544 140018236705072 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 40 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
Current children cumulated CPU time: 2428.1 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 596572 KiB

[startup+2442.3 s]
/proc/loadavg: 1.48 1.36 1.36 3/216 19481
/proc/meminfo: memFree=23612404/32770624 swapFree=67108524/67108860
[pid=19315] ppid=19312 vsize=14092996 memory=602716 CPUtime=2489.29 cores=0,2,4,6
/proc/19315/stat : 19315 (java) S 19312 19315 16354 0 -1 1077944320 142684 0 0 0 248589 340 0 0 20 0 15 0 248918829 14431227904 150679 33554432000 4194304 4196468 140731287876544 140731287859088 140019041001207 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
/proc/19315/statm: 3523249 150679 3598 1 0 3485321 0
[pid=19315/tid=19317] ppid=19312 vsize=14092996 memory=600668 CPUtime=2415.94 cores=0,2,4,6
/proc/19315/task/19317/stat : 19317 (java) R 19312 19315 16354 0 -1 4202560 59363 0 0 0 241558 36 0 0 20 0 15 0 248918830 14431227904 150679 33554432000 4194304 4196468 140731287876544 140019045239056 140018640915327 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19318] ppid=19312 vsize=14092996 memory=600668 CPUtime=14.41 cores=0,2,4,6
/proc/19315/task/19318/stat : 19318 (java) S 19312 19315 16354 0 -1 1077944384 6776 0 0 0 1384 57 0 0 20 0 15 0 248918830 14431227904 150679 33554432000 4194304 4196468 140731287876544 140018956069648 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19319] ppid=19312 vsize=14092996 memory=600668 CPUtime=14.43 cores=0,2,4,6
/proc/19315/task/19319/stat : 19319 (java) S 19312 19315 16354 0 -1 1077944384 7627 0 0 0 1389 54 0 0 20 0 15 0 248918830 14431227904 150679 33554432000 4194304 4196468 140731287876544 140018955017104 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19320] ppid=19312 vsize=14092996 memory=602716 CPUtime=14.48 cores=0,2,4,6
/proc/19315/task/19320/stat : 19320 (java) S 19312 19315 16354 0 -1 1077944384 5952 0 0 0 1389 59 0 0 20 0 15 0 248918830 14431227904 150679 33554432000 4194304 4196468 140731287876544 140018634976272 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19321] ppid=19312 vsize=14092996 memory=602716 CPUtime=14.45 cores=0,2,4,6
/proc/19315/task/19321/stat : 19321 (java) S 19312 19315 16354 0 -1 1077944384 5064 0 0 0 1386 59 0 0 20 0 15 0 248918831 14431227904 150679 33554432000 4194304 4196468 140731287876544 140018633923728 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19322] ppid=19312 vsize=14092996 memory=602716 CPUtime=8.64 cores=0,2,4,6
/proc/19315/task/19322/stat : 19322 (java) S 19312 19315 16354 0 -1 1077944384 6687 0 0 0 809 55 0 0 20 0 15 0 248918832 14431227904 150679 33554432000 4194304 4196468 140731287876544 140018245126128 140019041012354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19323] ppid=19312 vsize=14092996 memory=600668 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19323/stat : 19323 (java) S 19312 19315 16354 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 248918832 14431227904 150679 33554432000 4194304 4196468 140731287876544 140018244072416 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19324] ppid=19312 vsize=14092996 memory=600668 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19324/stat : 19324 (java) S 19312 19315 16354 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 248918832 14431227904 150679 33554432000 4194304 4196468 140731287876544 140018243019776 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19325] ppid=19312 vsize=14092996 memory=600668 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19325/stat : 19325 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14431227904 150679 33554432000 4194304 4196468 140731287876544 140018241968336 140019041019803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19326] ppid=19312 vsize=14092996 memory=602716 CPUtime=2.23 cores=0,2,4,6
/proc/19315/task/19326/stat : 19326 (java) S 19312 19315 16354 0 -1 1077944384 18154 0 0 0 220 3 0 0 20 0 15 0 248918835 14431227904 150679 33554432000 4194304 4196468 140731287876544 140018240915952 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19327] ppid=19312 vsize=14092996 memory=602716 CPUtime=2.33 cores=0,2,4,6
/proc/19315/task/19327/stat : 19327 (java) S 19312 19315 16354 0 -1 1077944384 16564 0 0 0 231 2 0 0 20 0 15 0 248918835 14431227904 150679 33554432000 4194304 4196468 140731287876544 140018239863408 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 29 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19328] ppid=19312 vsize=14092996 memory=3712 CPUtime=0.9 cores=0,2,4,6
/proc/19315/task/19328/stat : 19328 (java) S 19312 19315 16354 0 -1 1077944384 13886 0 0 0 88 2 0 0 20 0 15 0 248918835 14431227904 150679 33554432000 4194304 4196468 140731287876544 140018238810864 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19329] ppid=19312 vsize=14092996 memory=67776 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19329/stat : 19329 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14431227904 150679 33554432000 4194304 4196468 140731287876544 140018237758560 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19330] ppid=19312 vsize=14092996 memory=602716 CPUtime=1.38 cores=0,2,4,6
/proc/19315/task/19330/stat : 19330 (java) S 19312 19315 16354 0 -1 1077944384 1173 0 0 0 68 70 0 0 20 0 15 0 248918835 14431227904 150679 33554432000 4194304 4196468 140731287876544 140018236705072 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
Current children cumulated CPU time: 2489.29 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 602716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.4 s]
/proc/loadavg: 1.52 1.37 1.36 3/216 19482
/proc/meminfo: memFree=23638428/32770624 swapFree=67108524/67108860
[pid=19315] ppid=19312 vsize=14092996 memory=604764 CPUtime=2520.01 cores=0,2,4,6
/proc/19315/stat : 19315 (java) S 19312 19315 16354 0 -1 1077944320 143159 0 0 0 251658 343 0 0 20 0 15 0 248918829 14431227904 151191 33554432000 4194304 4196468 140731287876544 140731287859088 140019041001207 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
/proc/19315/statm: 3523249 151191 3598 1 0 3485321 0
[pid=19315/tid=19317] ppid=19312 vsize=14092996 memory=604764 CPUtime=2445.72 cores=0,2,4,6
/proc/19315/task/19317/stat : 19317 (java) R 19312 19315 16354 0 -1 4202560 59805 0 0 0 244536 36 0 0 20 0 15 0 248918830 14431227904 151191 33554432000 4194304 4196468 140731287876544 140019045239168 140018639085415 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19318] ppid=19312 vsize=14092996 memory=6791534058613427641 CPUtime=14.62 cores=0,2,4,6
/proc/19315/task/19318/stat : 19318 (java) S 19312 19315 16354 0 -1 1077944384 6782 0 0 0 1404 58 0 0 20 0 15 0 248918830 14431227904 151191 33554432000 4194304 4196468 140731287876544 140018956069648 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19319] ppid=19312 vsize=14092996 memory=3312 CPUtime=14.64 cores=0,2,4,6
/proc/19315/task/19319/stat : 19319 (java) S 19312 19315 16354 0 -1 1077944384 7627 0 0 0 1410 54 0 0 20 0 15 0 248918830 14431227904 151191 33554432000 4194304 4196468 140731287876544 140018955017104 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19320] ppid=19312 vsize=14092996 memory=15708 CPUtime=14.69 cores=0,2,4,6
/proc/19315/task/19320/stat : 19320 (java) S 19312 19315 16354 0 -1 1077944384 5968 0 0 0 1409 60 0 0 20 0 15 0 248918830 14431227904 151191 33554432000 4194304 4196468 140731287876544 140018634976272 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19321] ppid=19312 vsize=14092996 memory=1620 CPUtime=14.66 cores=0,2,4,6
/proc/19315/task/19321/stat : 19321 (java) S 19312 19315 16354 0 -1 1077944384 5066 0 0 0 1406 60 0 0 20 0 15 0 248918831 14431227904 151191 33554432000 4194304 4196468 140731287876544 140018633923728 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19322] ppid=19312 vsize=14092996 memory=504 CPUtime=8.73 cores=0,2,4,6
/proc/19315/task/19322/stat : 19322 (java) S 19312 19315 16354 0 -1 1077944384 6694 0 0 0 817 56 0 0 20 0 15 0 248918832 14431227904 151191 33554432000 4194304 4196468 140731287876544 140018245126128 140019041012354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19323] ppid=19312 vsize=14092996 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19323/stat : 19323 (java) S 19312 19315 16354 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 248918832 14431227904 151191 33554432000 4194304 4196468 140731287876544 140018244072416 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19324] ppid=19312 vsize=14092996 memory=924 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19324/stat : 19324 (java) S 19312 19315 16354 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 248918832 14431227904 151191 33554432000 4194304 4196468 140731287876544 140018243019776 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19325] ppid=19312 vsize=14092996 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19325/stat : 19325 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14431227904 151191 33554432000 4194304 4196468 140731287876544 140018241968336 140019041019803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19326] ppid=19312 vsize=14092996 memory=3980 CPUtime=2.23 cores=0,2,4,6
/proc/19315/task/19326/stat : 19326 (java) S 19312 19315 16354 0 -1 1077944384 18154 0 0 0 220 3 0 0 20 0 15 0 248918835 14431227904 151191 33554432000 4194304 4196468 140731287876544 140018240915952 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19327] ppid=19312 vsize=14092996 memory=1932 CPUtime=2.33 cores=0,2,4,6
/proc/19315/task/19327/stat : 19327 (java) S 19312 19315 16354 0 -1 1077944384 16564 0 0 0 231 2 0 0 20 0 15 0 248918835 14431227904 151191 33554432000 4194304 4196468 140731287876544 140018239863408 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19328] ppid=19312 vsize=14092996 memory=7288 CPUtime=0.9 cores=0,2,4,6
/proc/19315/task/19328/stat : 19328 (java) S 19312 19315 16354 0 -1 1077944384 13886 0 0 0 88 2 0 0 20 0 15 0 248918835 14431227904 151191 33554432000 4194304 4196468 140731287876544 140018238810864 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19329] ppid=19312 vsize=14092996 memory=804 CPUtime=0 cores=0,2,4,6
/proc/19315/task/19329/stat : 19329 (java) S 19312 19315 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248918835 14431227904 151191 33554432000 4194304 4196468 140731287876544 140018237758560 140019041011413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
[pid=19315/tid=19330] ppid=19312 vsize=14092996 memory=1696 CPUtime=1.39 cores=0,2,4,6
/proc/19315/task/19330/stat : 19330 (java) S 19312 19315 16354 0 -1 1077944384 1175 0 0 0 69 70 0 0 20 0 15 0 248918835 14431227904 151191 33554432000 4194304 4196468 140731287876544 140018236705072 140019041012354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 40 0 0 6293624 6294260 19574784 140731287880789 140731287880969 140731287880969 140731287883727 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 604764 KiB

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

[startup+2472.41 s]
# the end of solver process 19315 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.6 s, system=3.44319 s

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

Child status: 143
Real time (s): 2472.41
CPU time (s): 2520.04
CPU user time (s): 2516.6
CPU system time (s): 3.44319
CPU usage (%): 101.926
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 604764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.6
system time used= 3.44319
maximum resident set size= 605128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143429
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 288343
involuntary context switches= 7799


# summary of solver processes directly reported to runsolver:
#   pid: 19315
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.6
#   total CPU system time (s): 3.44319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0861 second user time and 21.3213 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 08:12:36
IDJOB=4308463
IDBENCH=141365
IDSOLVER=2792
FILE ID=node107/4308463-1534313556
RUNJOBID= node107-1534294079-16385
PBS_JOBID= 21038147
Free space on /tmp= 42256 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308463-1534313556/watcher-4308463-1534313556 -o /tmp/evaluation-result-4308463-1534313556/solver-4308463-1534313556 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16385 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 528720961 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308463-1534313556.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=528720961

node107.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.40
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.40
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.40
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.40
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:        24449224 kB
MemAvailable:   31670332 kB
Buffers:          204868 kB
Cached:          7244648 kB
SwapCached:           20 kB
Active:          4213400 kB
Inactive:        3517044 kB
Active(anon):     229924 kB
Inactive(anon):   111372 kB
Active(file):    3983476 kB
Inactive(file):  3405672 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             35704 kB
Writeback:             0 kB
AnonPages:        287760 kB
Mapped:            68132 kB
Shmem:             57824 kB
Slab:             289260 kB
SReclaimable:     260420 kB
SUnreclaim:        28840 kB
KernelStack:        3536 kB
PageTables:         5896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1225732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 42220 MiB
End job on node107 at 2018-08-15 08:53:49