Trace number 4387139

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10OPT55 59.8263 49.7426

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-10-a3.xml
MD5SUM1a91370fd3edda64a19224a97cd9d854
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 benchmark17.3915
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints48
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":45},{"size":501,"count":10}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":8},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity45
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":45},{"arity":10,"count":1},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"type":"allDifferent","count":1},{"type":"ordered","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.76/1.22	c Concrete v3.10.1560635388952 running
7.02/3.87	o 72
7.35/3.93	o 71
7.35/3.97	o 69
8.32/4.22	o 65
9.96/4.75	o 63
10.14/4.88	o 61
15.13/7.72	o 60
20.30/11.54	o 59
21.54/12.65	o 55
59.77/49.73	v <instantiation
59.77/49.73	v         cost = '55'>
59.77/49.73	v       <list>
59.77/49.73	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] 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]
59.77/49.73	v       </list>
59.77/49.73	v       <values>
59.77/49.73	v         0 2 14 21 29 32 45 49 54 55 2 14 21 29 32 45 49 54 55 12 19 27 30 43 47 52 53 7 15 18 31 35 40 41 8 11 24 28 33 34 3 16 20 25 26 13 17 22 23 4 9 10 5 6 1
59.77/49.73	v       </values>
59.77/49.73	v     </instantiation>
59.77/49.73	s OPTIMUM FOUND

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387139-1568292090/watcher-4387139-1568292090 -o /tmp/evaluation-result-4387139-1568292090/solver-4387139-1568292090 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=216713678 HOME/instance-4387139-1568292090.xml 

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

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


[startup+0.100109 s]*
/proc/loadavg: 1.65 1.51 1.46 2/216 8455
/proc/meminfo: memFree=30905660/32770624 swapFree=66916160/67108860
[pid=8402] ppid=8399 vsize=141156 memory=5300 CPUtime=0.07 cores=1,3,5,7
/proc/8402/stat : 8402 (java) S 8399 8402 5064 0 -1 1077944320 2530 13354 0 0 0 0 5 2 20 0 2 0 405146899 144543744 1325 33554432000 4194304 4196468 140730631786480 140730631769024 140295398174455 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
/proc/8402/statm: 35289 1325 994 1 0 24747 0
[pid=8402/tid=8455] ppid=8399 vsize=141156 memory=7892391828772250251 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8455/stat : 8455 (java) D 8399 8402 5064 0 -1 4202560 319 13354 0 0 0 0 5 2 20 0 2 0 405146908 144543744 1325 33554432000 4194304 4196468 140730631786480 140295370017200 140295398198333 0 0 0 16784584 18446744072100220037 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 141156 KiB
Current children cumulated memory: 5300 KiB

[startup+0.871002 s]*
/proc/loadavg: 1.65 1.51 1.46 3/229 8468
/proc/meminfo: memFree=30903596/32770624 swapFree=66916160/67108860
[pid=8402] ppid=8399 vsize=10818900 memory=35440 CPUtime=0.23 cores=1,3,5,7
/proc/8402/stat : 8402 (java) S 8399 8402 5064 0 -1 1077944320 6712 13354 0 0 14 2 5 2 20 0 15 0 405146899 11078553600 8860 33554432000 4194304 4196468 140730631786480 140730631769024 140295398174455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
/proc/8402/statm: 2704725 8860 2954 1 0 2667149 0
[pid=8402/tid=8455] ppid=8399 vsize=10818900 memory=7022364594140610616 CPUtime=0.16 cores=1,3,5,7
/proc/8402/task/8455/stat : 8455 (java) R 8399 8402 5064 0 -1 4202560 3233 13354 0 0 9 0 5 2 20 0 15 0 405146908 11078553600 8860 33554432000 4194304 4196468 140730631786480 140295370004448 140295382254942 0 4 0 16800975 0 0 0 -1 1 0 0 67 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8456] ppid=8399 vsize=10818900 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8456/stat : 8456 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146977 11078553600 8860 33554432000 4194304 4196468 140730631786480 140295402417040 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8457] ppid=8399 vsize=10818900 memory=140387365333075 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8457/stat : 8457 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146977 11078553600 8860 33554432000 4194304 4196468 140730631786480 140295317236496 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8458] ppid=8399 vsize=10818900 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8458/stat : 8458 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146977 11078553600 8860 33554432000 4194304 4196468 140730631786480 140295316184208 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8459] ppid=8399 vsize=10818900 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8459/stat : 8459 (java) S 8399 8402 5064 0 -1 1077944384 2 13354 0 0 0 0 5 2 20 0 15 0 405146977 11078553600 8860 33554432000 4194304 4196468 140730631786480 140295315131408 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8460] ppid=8399 vsize=10818900 memory=140387365324416 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8460/stat : 8460 (java) S 8399 8402 5064 0 -1 1077944384 2 13354 0 0 0 0 5 2 20 0 15 0 405146978 11078553600 8860 33554432000 4194304 4196468 140730631786480 140294924732528 140295398185602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8461] ppid=8399 vsize=10818900 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8461/stat : 8461 (java) S 8399 8402 5064 0 -1 1077944384 13 13354 0 0 0 0 5 2 20 0 15 0 405146979 11078553600 8860 33554432000 4194304 4196468 140730631786480 140294838280992 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8462] ppid=8399 vsize=10818900 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8462/stat : 8462 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146979 11078553600 8860 33554432000 4194304 4196468 140730631786480 140294234301552 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8463] ppid=8399 vsize=10818900 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8463/stat : 8463 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11078553600 8860 33554432000 4194304 4196468 140730631786480 140293926901840 140295398193051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8464] ppid=8399 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8402/task/8464/stat : 8464 (java) S 8399 8402 5064 0 -1 1077944384 166 13354 0 0 1 0 5 2 20 0 15 0 405146982 11078553600 8860 33554432000 4194304 4196468 140730631786480 140294923680368 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8465] ppid=8399 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8402/task/8465/stat : 8465 (java) S 8399 8402 5064 0 -1 1077944384 453 13354 0 0 1 0 5 2 20 0 15 0 405146982 11078553600 8860 33554432000 4194304 4196468 140730631786480 140294922627568 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8466] ppid=8399 vsize=10818900 memory=140387365324416 CPUtime=0.09 cores=1,3,5,7
/proc/8402/task/8466/stat : 8466 (java) S 8399 8402 5064 0 -1 1077944384 624 13354 0 0 2 0 5 2 20 0 15 0 405146982 11078553600 8860 33554432000 4194304 4196468 140730631786480 140294921575280 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8467] ppid=8399 vsize=10818900 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8467/stat : 8467 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11078553600 8860 33554432000 4194304 4196468 140730631786480 140293893344224 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8468] ppid=8399 vsize=10818900 memory=140387365324416 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8468/stat : 8468 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146982 11078553600 8860 33554432000 4194304 4196468 140730631786480 140294920522160 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 35440 KiB

[startup+0.910298 s]*
/proc/loadavg: 1.65 1.51 1.46 3/229 8468
/proc/meminfo: memFree=30896896/32770624 swapFree=66916160/67108860
[pid=8402] ppid=8399 vsize=10819964 memory=44144 CPUtime=0.28 cores=1,3,5,7
/proc/8402/stat : 8402 (java) S 8399 8402 5064 0 -1 1077944320 9358 13354 0 0 18 3 5 2 20 0 15 0 405146899 11079643136 11036 33554432000 4194304 4196468 140730631786480 140730631769024 140295398174455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
/proc/8402/statm: 2704991 11036 2964 1 0 2667405 0
[pid=8402/tid=8455] ppid=8399 vsize=10818940 memory=6944656592455097440 CPUtime=0.2 cores=1,3,5,7
/proc/8402/task/8455/stat : 8455 (java) R 8399 8402 5064 0 -1 4202560 5850 13354 0 0 12 1 5 2 20 0 15 0 405146908 11078594560 10839 33554432000 4194304 4196468 140730631786480 140295369972464 140295390891559 0 4 0 16800975 0 0 0 -1 3 0 0 67 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8456] ppid=8399 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8456/stat : 8456 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146977 11078594560 10839 33554432000 4194304 4196468 140730631786480 140295402417040 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8457] ppid=8399 vsize=10818940 memory=140387365324416 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8457/stat : 8457 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146977 11078594560 10839 33554432000 4194304 4196468 140730631786480 140295317236496 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8458] ppid=8399 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8458/stat : 8458 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146977 11078594560 10839 33554432000 4194304 4196468 140730631786480 140295316184208 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8459] ppid=8399 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8459/stat : 8459 (java) S 8399 8402 5064 0 -1 1077944384 2 13354 0 0 0 0 5 2 20 0 15 0 405146977 11078594560 10839 33554432000 4194304 4196468 140730631786480 140295315131408 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8460] ppid=8399 vsize=10818940 memory=140387365324416 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8460/stat : 8460 (java) S 8399 8402 5064 0 -1 1077944384 2 13354 0 0 0 0 5 2 20 0 15 0 405146978 11078594560 10839 33554432000 4194304 4196468 140730631786480 140294924732528 140295398185602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8461] ppid=8399 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8461/stat : 8461 (java) S 8399 8402 5064 0 -1 1077944384 13 13354 0 0 0 0 5 2 20 0 15 0 405146979 11078594560 10839 33554432000 4194304 4196468 140730631786480 140294838280992 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8462] ppid=8399 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8462/stat : 8462 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146979 11078594560 10839 33554432000 4194304 4196468 140730631786480 140294234301552 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8463] ppid=8399 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8463/stat : 8463 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11078594560 10839 33554432000 4194304 4196468 140730631786480 140293926901840 140295398193051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8464] ppid=8399 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8402/task/8464/stat : 8464 (java) S 8399 8402 5064 0 -1 1077944384 166 13354 0 0 1 0 5 2 20 0 15 0 405146982 11078594560 10839 33554432000 4194304 4196468 140730631786480 140294923680368 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8465] ppid=8399 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8402/task/8465/stat : 8465 (java) S 8399 8402 5064 0 -1 1077944384 453 13354 0 0 1 0 5 2 20 0 15 0 405146982 11078594560 10839 33554432000 4194304 4196468 140730631786480 140294922627568 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8466] ppid=8399 vsize=10818940 memory=140387365324416 CPUtime=0.1 cores=1,3,5,7
/proc/8402/task/8466/stat : 8466 (java) S 8399 8402 5064 0 -1 1077944384 650 13354 0 0 3 0 5 2 20 0 15 0 405146982 11078594560 10839 33554432000 4194304 4196468 140730631786480 140294921575280 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8467] ppid=8399 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8467/stat : 8467 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11078594560 10839 33554432000 4194304 4196468 140730631786480 140293893344224 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8468] ppid=8399 vsize=10818940 memory=140387365324416 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8468/stat : 8468 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146982 11078594560 10839 33554432000 4194304 4196468 140730631786480 140294920522160 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10819964 KiB
Current children cumulated memory: 44144 KiB

[startup+1.01218 s]*
/proc/loadavg: 1.65 1.51 1.46 3/229 8468
/proc/meminfo: memFree=30888608/32770624 swapFree=66916160/67108860
[pid=8402] ppid=8399 vsize=10820244 memory=50728 CPUtime=0.43 cores=1,3,5,7
/proc/8402/stat : 8402 (java) S 8399 8402 5064 0 -1 1077944320 10884 13354 0 0 32 4 5 2 20 0 15 0 405146899 11079929856 12682 33554432000 4194304 4196468 140730631786480 140730631769024 140295398174455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
/proc/8402/statm: 2705061 12682 3349 1 0 2667149 0
[pid=8402/tid=8455] ppid=8399 vsize=10820244 memory=7022364594140610616 CPUtime=0.31 cores=1,3,5,7
/proc/8402/task/8455/stat : 8455 (java) R 8399 8402 5064 0 -1 4202560 7341 13354 0 0 22 2 5 2 20 0 15 0 405146908 11079929856 12682 33554432000 4194304 4196468 140730631786480 140295369996384 140295398196381 0 4 0 16800975 0 0 0 -1 5 0 0 67 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8456] ppid=8399 vsize=10820244 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8456/stat : 8456 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146977 11079929856 12682 33554432000 4194304 4196468 140730631786480 140295402417040 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8457] ppid=8399 vsize=10820244 memory=140387365333075 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8457/stat : 8457 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146977 11079929856 12682 33554432000 4194304 4196468 140730631786480 140295317236496 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8458] ppid=8399 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8458/stat : 8458 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146977 11079929856 12682 33554432000 4194304 4196468 140730631786480 140295316184208 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8459] ppid=8399 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8459/stat : 8459 (java) S 8399 8402 5064 0 -1 1077944384 2 13354 0 0 0 0 5 2 20 0 15 0 405146977 11079929856 12682 33554432000 4194304 4196468 140730631786480 140295315131408 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8460] ppid=8399 vsize=10820244 memory=140387365324416 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8460/stat : 8460 (java) S 8399 8402 5064 0 -1 1077944384 2 13354 0 0 0 0 5 2 20 0 15 0 405146978 11079929856 12682 33554432000 4194304 4196468 140730631786480 140294924732528 140295398185602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8461] ppid=8399 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8461/stat : 8461 (java) S 8399 8402 5064 0 -1 1077944384 13 13354 0 0 0 0 5 2 20 0 15 0 405146979 11079929856 12682 33554432000 4194304 4196468 140730631786480 140294838280992 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8462] ppid=8399 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8462/stat : 8462 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146979 11079929856 12682 33554432000 4194304 4196468 140730631786480 140294234301552 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8463] ppid=8399 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8463/stat : 8463 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11079929856 12682 33554432000 4194304 4196468 140730631786480 140293926901840 140295398193051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8464] ppid=8399 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8402/task/8464/stat : 8464 (java) S 8399 8402 5064 0 -1 1077944384 166 13354 0 0 1 0 5 2 20 0 15 0 405146982 11079929856 12682 33554432000 4194304 4196468 140730631786480 140294923680368 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8465] ppid=8399 vsize=10820244 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/8402/task/8465/stat : 8465 (java) S 8399 8402 5064 0 -1 1077944384 464 13354 0 0 2 0 5 2 20 0 15 0 405146982 11079929856 12682 33554432000 4194304 4196468 140730631786480 140294922627568 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8466] ppid=8399 vsize=10820244 memory=140387365324416 CPUtime=0.13 cores=1,3,5,7
/proc/8402/task/8466/stat : 8466 (java) R 8399 8402 5064 0 -1 4202560 682 13354 0 0 6 0 5 2 20 0 15 0 405146982 11079929856 12682 33554432000 4194304 4196468 140730631786480 140294921575280 140295376800832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8467] ppid=8399 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8467/stat : 8467 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11079929856 12682 33554432000 4194304 4196468 140730631786480 140293893344224 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8468] ppid=8399 vsize=10820244 memory=140387365324416 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8468/stat : 8468 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146982 11079929856 12682 33554432000 4194304 4196468 140730631786480 140294920522160 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 50728 KiB

[startup+1.50069 s]
/proc/loadavg: 1.65 1.51 1.46 4/229 8468
/proc/meminfo: memFree=30882776/32770624 swapFree=66916160/67108860
[pid=8402] ppid=8399 vsize=10826464 memory=90952 CPUtime=1.4 cores=1,3,5,7
/proc/8402/stat : 8402 (java) S 8399 8402 5064 0 -1 1077944320 16034 13354 0 0 127 6 5 2 20 0 15 0 405146899 11086299136 22738 33554432000 4194304 4196468 140730631786480 140730631769024 140295398174455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
/proc/8402/statm: 2706616 22738 3530 1 0 2668685 0
[pid=8402/tid=8455] ppid=8399 vsize=10826464 memory=6668 CPUtime=0.78 cores=1,3,5,7
/proc/8402/task/8455/stat : 8455 (java) R 8399 8402 5064 0 -1 4202560 11473 13354 0 0 67 4 5 2 20 0 15 0 405146908 11086299136 22738 33554432000 4194304 4196468 140730631786480 140295369994040 140295382254942 0 4 0 16800975 0 0 0 -1 5 0 0 67 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8456] ppid=8399 vsize=10826464 memory=76148 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8456/stat : 8456 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146977 11086299136 22738 33554432000 4194304 4196468 140730631786480 140295402417040 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8457] ppid=8399 vsize=10826464 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8457/stat : 8457 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146977 11086299136 22738 33554432000 4194304 4196468 140730631786480 140295317236496 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8458] ppid=8399 vsize=10826464 memory=280774494945120 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8458/stat : 8458 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146977 11086299136 22738 33554432000 4194304 4196468 140730631786480 140295316184208 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8459] ppid=8399 vsize=10826464 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8459/stat : 8459 (java) S 8399 8402 5064 0 -1 1077944384 2 13354 0 0 0 0 5 2 20 0 15 0 405146977 11086299136 22738 33554432000 4194304 4196468 140730631786480 140295315131408 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8460] ppid=8399 vsize=10826464 memory=280774494958656 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8460/stat : 8460 (java) S 8399 8402 5064 0 -1 1077944384 5 13354 0 0 0 0 5 2 20 0 15 0 405146978 11086299136 22738 33554432000 4194304 4196468 140730631786480 140294924732528 140295398185602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8461] ppid=8399 vsize=10826464 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8461/stat : 8461 (java) S 8399 8402 5064 0 -1 1077944384 13 13354 0 0 0 0 5 2 20 0 15 0 405146979 11086299136 22738 33554432000 4194304 4196468 140730631786480 140294838280992 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8462] ppid=8399 vsize=10826464 memory=280774494963200 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8462/stat : 8462 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146979 11086299136 22738 33554432000 4194304 4196468 140730631786480 140294234301552 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8463] ppid=8399 vsize=10826464 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8463/stat : 8463 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11086299136 22738 33554432000 4194304 4196468 140730631786480 140293926901840 140295398193051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8464] ppid=8399 vsize=10826464 memory=280774494972288 CPUtime=0.23 cores=1,3,5,7
/proc/8402/task/8464/stat : 8464 (java) S 8399 8402 5064 0 -1 1077944384 460 13354 0 0 16 0 5 2 20 0 15 0 405146982 11086299136 22738 33554432000 4194304 4196468 140730631786480 140294923680368 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8465] ppid=8399 vsize=10826464 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/8402/task/8465/stat : 8465 (java) S 8399 8402 5064 0 -1 1077944384 831 13354 0 0 19 0 5 2 20 0 15 0 405146982 11086299136 22738 33554432000 4194304 4196468 140730631786480 140294922627568 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8466] ppid=8399 vsize=10826464 memory=280774494983648 CPUtime=0.3 cores=1,3,5,7
/proc/8402/task/8466/stat : 8466 (java) S 8399 8402 5064 0 -1 1077944384 1029 13354 0 0 23 0 5 2 20 0 15 0 405146982 11086299136 22738 33554432000 4194304 4196468 140730631786480 140294921575280 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8467] ppid=8399 vsize=10826464 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8467/stat : 8467 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11086299136 22738 33554432000 4194304 4196468 140730631786480 140293893344224 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8468] ppid=8399 vsize=10826464 memory=280774494990528 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8468/stat : 8468 (java) S 8399 8402 5064 0 -1 1077944384 1 13354 0 0 0 0 5 2 20 0 15 0 405146982 11086299136 22738 33554432000 4194304 4196468 140730631786480 140294920522160 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 10826464 KiB
Current children cumulated memory: 90952 KiB

[startup+3.1008 s]
/proc/loadavg: 1.67 1.52 1.46 5/229 8468
/proc/meminfo: memFree=30756388/32770624 swapFree=66916160/67108860
[pid=8402] ppid=8399 vsize=10842868 memory=202184 CPUtime=4.9 cores=1,3,5,7
/proc/8402/stat : 8402 (java) S 8399 8402 5064 0 -1 1077944320 32923 13354 0 0 469 14 5 2 20 0 15 0 405146899 11103096832 50546 33554432000 4194304 4196468 140730631786480 140730631769024 140295398174455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
/proc/8402/statm: 2710717 50546 3585 1 0 2672781 0

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

[pid=8402/tid=8467] ppid=8399 vsize=10846964 memory=17276 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8467/stat : 8467 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11107291136 194584 33554432000 4194304 4196468 140730631786480 140293893344224 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8468] ppid=8399 vsize=10846964 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/8402/task/8468/stat : 8468 (java) S 8399 8402 5064 0 -1 1077944384 526 13354 0 0 0 1 5 2 20 0 15 0 405146982 11107291136 194584 33554432000 4194304 4196468 140730631786480 140294920522160 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
Current children cumulated CPU time: 56.98 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 778336 KiB

[startup+48.6007 s]*
/proc/loadavg: 1.46 1.49 1.45 3/228 8471
/proc/meminfo: memFree=30158408/32770624 swapFree=66916160/67108860
[pid=8402] ppid=8399 vsize=10846964 memory=777824 CPUtime=58.66 cores=1,3,5,7
/proc/8402/stat : 8402 (java) S 8399 8402 5064 0 -1 1077944320 88249 13354 0 0 5813 46 5 2 20 0 15 0 405146899 11107291136 194456 33554432000 4194304 4196468 140730631786480 140730631769024 140295398174455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
/proc/8402/statm: 2711741 194456 3621 1 0 2673805 0
[pid=8402/tid=8455] ppid=8399 vsize=10846964 memory=8317482817917895235 CPUtime=47.66 cores=1,3,5,7
/proc/8402/task/8455/stat : 8455 (java) R 8399 8402 5064 0 -1 4202560 25964 13354 0 0 4742 17 5 2 20 0 15 0 405146908 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295370009504 140295000925568 0 4 0 16800975 0 0 0 -1 5 0 0 67 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8456] ppid=8399 vsize=10846964 memory=4126316290023845779 CPUtime=0.16 cores=1,3,5,7
/proc/8402/task/8456/stat : 8456 (java) S 8399 8402 5064 0 -1 1077944384 3143 13354 0 0 7 2 5 2 20 0 15 0 405146977 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295402417040 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8457] ppid=8399 vsize=10846964 memory=8317482817917895235 CPUtime=0.17 cores=1,3,5,7
/proc/8402/task/8457/stat : 8457 (java) S 8399 8402 5064 0 -1 1077944384 418 13354 0 0 7 3 5 2 20 0 15 0 405146977 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295317236496 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8458] ppid=8399 vsize=10846964 memory=4126316290023845779 CPUtime=0.16 cores=1,3,5,7
/proc/8402/task/8458/stat : 8458 (java) S 8399 8402 5064 0 -1 1077944384 1510 13354 0 0 7 2 5 2 20 0 15 0 405146977 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295316184208 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8459] ppid=8399 vsize=10846964 memory=1760 CPUtime=0.17 cores=1,3,5,7
/proc/8402/task/8459/stat : 8459 (java) S 8399 8402 5064 0 -1 1077944384 1425 13354 0 0 7 3 5 2 20 0 15 0 405146977 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295315131408 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8460] ppid=8399 vsize=10846964 memory=280774495168480 CPUtime=0.16 cores=1,3,5,7
/proc/8402/task/8460/stat : 8460 (java) S 8399 8402 5064 0 -1 1077944384 1618 13354 0 0 8 1 5 2 20 0 15 0 405146978 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294924732528 140295398185602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8461] ppid=8399 vsize=10846964 memory=38261514832362 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8461/stat : 8461 (java) S 8399 8402 5064 0 -1 1077944384 14 13354 0 0 0 0 5 2 20 0 15 0 405146979 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294838281056 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8462] ppid=8399 vsize=10846964 memory=280774494997504 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8462/stat : 8462 (java) S 8399 8402 5064 0 -1 1077944384 7 13354 0 0 0 0 5 2 20 0 15 0 405146979 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294234301568 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8463] ppid=8399 vsize=10846964 memory=38261514832106 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8463/stat : 8463 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140293926901840 140295398193051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8464] ppid=8399 vsize=10846964 memory=280774494642496 CPUtime=4.05 cores=1,3,5,7
/proc/8402/task/8464/stat : 8464 (java) S 8399 8402 5064 0 -1 1077944384 19932 13354 0 0 394 4 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294923680368 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8465] ppid=8399 vsize=10846964 memory=5866036802484135528 CPUtime=3.41 cores=1,3,5,7
/proc/8402/task/8465/stat : 8465 (java) S 8399 8402 5064 0 -1 1077944384 14428 13354 0 0 330 4 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294922627568 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8466] ppid=8399 vsize=10846964 memory=7519151465465014373 CPUtime=3.16 cores=1,3,5,7
/proc/8402/task/8466/stat : 8466 (java) S 8399 8402 5064 0 -1 1077944384 17047 13354 0 0 303 6 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294921575280 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8467] ppid=8399 vsize=10846964 memory=864 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8467/stat : 8467 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140293893344224 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8468] ppid=8399 vsize=10846964 memory=1448 CPUtime=0.09 cores=1,3,5,7
/proc/8402/task/8468/stat : 8468 (java) S 8399 8402 5064 0 -1 1077944384 526 13354 0 0 0 2 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294920522160 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
Current children cumulated CPU time: 58.66 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 777824 KiB

[startup+49.4007 s]
/proc/loadavg: 1.46 1.49 1.45 3/228 8471
/proc/meminfo: memFree=30158408/32770624 swapFree=66916160/67108860
[pid=8402] ppid=8399 vsize=10846964 memory=777824 CPUtime=59.46 cores=1,3,5,7
/proc/8402/stat : 8402 (java) S 8399 8402 5064 0 -1 1077944320 88250 13354 0 0 5893 46 5 2 20 0 15 0 405146899 11107291136 194456 33554432000 4194304 4196468 140730631786480 140730631769024 140295398174455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
/proc/8402/statm: 2711741 194456 3621 1 0 2673805 0
[pid=8402/tid=8455] ppid=8399 vsize=10846964 memory=11464 CPUtime=48.45 cores=1,3,5,7
/proc/8402/task/8455/stat : 8455 (java) R 8399 8402 5064 0 -1 4202560 25965 13354 0 0 4821 17 5 2 20 0 15 0 405146908 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295370009888 140295005960945 0 4 0 16800975 0 0 0 -1 5 0 0 67 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8456] ppid=8399 vsize=10846964 memory=3364 CPUtime=0.16 cores=1,3,5,7
/proc/8402/task/8456/stat : 8456 (java) S 8399 8402 5064 0 -1 1077944384 3143 13354 0 0 7 2 5 2 20 0 15 0 405146977 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295402417040 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8457] ppid=8399 vsize=10846964 memory=2828 CPUtime=0.17 cores=1,3,5,7
/proc/8402/task/8457/stat : 8457 (java) S 8399 8402 5064 0 -1 1077944384 418 13354 0 0 7 3 5 2 20 0 15 0 405146977 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295317236496 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8458] ppid=8399 vsize=10846964 memory=1000 CPUtime=0.16 cores=1,3,5,7
/proc/8402/task/8458/stat : 8458 (java) S 8399 8402 5064 0 -1 1077944384 1510 13354 0 0 7 2 5 2 20 0 15 0 405146977 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295316184208 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8459] ppid=8399 vsize=10846964 memory=1560 CPUtime=0.17 cores=1,3,5,7
/proc/8402/task/8459/stat : 8459 (java) S 8399 8402 5064 0 -1 1077944384 1425 13354 0 0 7 3 5 2 20 0 15 0 405146977 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295315131408 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8460] ppid=8399 vsize=10846964 memory=777828 CPUtime=0.16 cores=1,3,5,7
/proc/8402/task/8460/stat : 8460 (java) S 8399 8402 5064 0 -1 1077944384 1618 13354 0 0 8 1 5 2 20 0 15 0 405146978 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294924732528 140295398185602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8461] ppid=8399 vsize=10846964 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8461/stat : 8461 (java) S 8399 8402 5064 0 -1 1077944384 14 13354 0 0 0 0 5 2 20 0 15 0 405146979 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294838281056 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8462] ppid=8399 vsize=10846964 memory=6668 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8462/stat : 8462 (java) S 8399 8402 5064 0 -1 1077944384 7 13354 0 0 0 0 5 2 20 0 15 0 405146979 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294234301568 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8463] ppid=8399 vsize=10846964 memory=528 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8463/stat : 8463 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140293926901840 140295398193051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8464] ppid=8399 vsize=10846964 memory=1560 CPUtime=4.05 cores=1,3,5,7
/proc/8402/task/8464/stat : 8464 (java) S 8399 8402 5064 0 -1 1077944384 19932 13354 0 0 394 4 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294923680368 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8465] ppid=8399 vsize=10846964 memory=932 CPUtime=3.41 cores=1,3,5,7
/proc/8402/task/8465/stat : 8465 (java) S 8399 8402 5064 0 -1 1077944384 14428 13354 0 0 330 4 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294922627568 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8466] ppid=8399 vsize=10846964 memory=1492 CPUtime=3.16 cores=1,3,5,7
/proc/8402/task/8466/stat : 8466 (java) S 8399 8402 5064 0 -1 1077944384 17047 13354 0 0 303 6 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294921575280 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8467] ppid=8399 vsize=10846964 memory=864 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8467/stat : 8467 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140293893344224 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8468] ppid=8399 vsize=10846964 memory=1448 CPUtime=0.09 cores=1,3,5,7
/proc/8402/task/8468/stat : 8468 (java) S 8399 8402 5064 0 -1 1077944384 526 13354 0 0 0 2 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294920522160 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
Current children cumulated CPU time: 59.46 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 777824 KiB

[startup+49.6007 s]*
/proc/loadavg: 1.46 1.49 1.45 3/228 8471
/proc/meminfo: memFree=30158768/32770624 swapFree=66916160/67108860
[pid=8402] ppid=8399 vsize=10846964 memory=777824 CPUtime=59.66 cores=1,3,5,7
/proc/8402/stat : 8402 (java) S 8399 8402 5064 0 -1 1077944320 88250 13354 0 0 5913 46 5 2 20 0 15 0 405146899 11107291136 194456 33554432000 4194304 4196468 140730631786480 140730631769024 140295398174455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
/proc/8402/statm: 2711741 194456 3621 1 0 2673805 0
[pid=8402/tid=8455] ppid=8399 vsize=10846964 memory=8317482817917895235 CPUtime=48.66 cores=1,3,5,7
/proc/8402/task/8455/stat : 8455 (java) R 8399 8402 5064 0 -1 4202560 25965 13354 0 0 4842 17 5 2 20 0 15 0 405146908 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295370009888 140295002151184 0 4 0 16800975 0 0 0 -1 5 0 0 67 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8456] ppid=8399 vsize=10846964 memory=4126316290023845779 CPUtime=0.16 cores=1,3,5,7
/proc/8402/task/8456/stat : 8456 (java) S 8399 8402 5064 0 -1 1077944384 3143 13354 0 0 7 2 5 2 20 0 15 0 405146977 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295402417040 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8457] ppid=8399 vsize=10846964 memory=7100839878645619564 CPUtime=0.17 cores=1,3,5,7
/proc/8402/task/8457/stat : 8457 (java) S 8399 8402 5064 0 -1 1077944384 418 13354 0 0 7 3 5 2 20 0 15 0 405146977 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295317236496 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8458] ppid=8399 vsize=10846964 memory=7897517683652307531 CPUtime=0.16 cores=1,3,5,7
/proc/8402/task/8458/stat : 8458 (java) S 8399 8402 5064 0 -1 1077944384 1510 13354 0 0 7 2 5 2 20 0 15 0 405146977 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295316184208 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8459] ppid=8399 vsize=10846964 memory=8514726395715349656 CPUtime=0.17 cores=1,3,5,7
/proc/8402/task/8459/stat : 8459 (java) S 8399 8402 5064 0 -1 1077944384 1425 13354 0 0 7 3 5 2 20 0 15 0 405146977 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295315131408 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8460] ppid=8399 vsize=10846964 memory=7822038051842261661 CPUtime=0.16 cores=1,3,5,7
/proc/8402/task/8460/stat : 8460 (java) S 8399 8402 5064 0 -1 1077944384 1618 13354 0 0 8 1 5 2 20 0 15 0 405146978 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294924732528 140295398185602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8461] ppid=8399 vsize=10846964 memory=-8253362762722141311 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8461/stat : 8461 (java) S 8399 8402 5064 0 -1 1077944384 14 13354 0 0 0 0 5 2 20 0 15 0 405146979 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294838281056 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8462] ppid=8399 vsize=10846964 memory=4427205132082312746 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8462/stat : 8462 (java) S 8399 8402 5064 0 -1 1077944384 7 13354 0 0 0 0 5 2 20 0 15 0 405146979 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294234301568 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8463] ppid=8399 vsize=10846964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8463/stat : 8463 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140293926901840 140295398193051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8464] ppid=8399 vsize=10846964 memory=0 CPUtime=4.05 cores=1,3,5,7
/proc/8402/task/8464/stat : 8464 (java) S 8399 8402 5064 0 -1 1077944384 19932 13354 0 0 394 4 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294923680368 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8465] ppid=8399 vsize=10846964 memory=0 CPUtime=3.41 cores=1,3,5,7
/proc/8402/task/8465/stat : 8465 (java) S 8399 8402 5064 0 -1 1077944384 14428 13354 0 0 330 4 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294922627568 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8466] ppid=8399 vsize=10846964 memory=0 CPUtime=3.16 cores=1,3,5,7
/proc/8402/task/8466/stat : 8466 (java) S 8399 8402 5064 0 -1 1077944384 17047 13354 0 0 303 6 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294921575280 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8467] ppid=8399 vsize=10846964 memory=2319969758887295288 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8467/stat : 8467 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140293893344224 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8468] ppid=8399 vsize=10846964 memory=3690875823389403126 CPUtime=0.09 cores=1,3,5,7
/proc/8402/task/8468/stat : 8468 (java) S 8399 8402 5064 0 -1 1077944384 526 13354 0 0 0 2 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294920522160 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
Current children cumulated CPU time: 59.66 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 777824 KiB

[startup+49.7101 s]
/proc/loadavg: 1.46 1.49 1.45 3/228 8471
/proc/meminfo: memFree=30158768/32770624 swapFree=66916160/67108860
[pid=8402] ppid=8399 vsize=10846964 memory=777824 CPUtime=59.77 cores=1,3,5,7
/proc/8402/stat : 8402 (java) S 8399 8402 5064 0 -1 1077944320 88250 13354 0 0 5924 46 5 2 20 0 15 0 405146899 11107291136 194456 33554432000 4194304 4196468 140730631786480 140730631769024 140295398174455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
/proc/8402/statm: 2711741 194456 3621 1 0 2673805 0
[pid=8402/tid=8455] ppid=8399 vsize=10846964 memory=777824 CPUtime=48.76 cores=1,3,5,7
/proc/8402/task/8455/stat : 8455 (java) R 8399 8402 5064 0 -1 4202560 25965 13354 0 0 4852 17 5 2 20 0 15 0 405146908 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295370009888 140295001917140 0 4 0 16800975 0 0 0 -1 5 0 0 67 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8456] ppid=8399 vsize=10846964 memory=777824 CPUtime=0.16 cores=1,3,5,7
/proc/8402/task/8456/stat : 8456 (java) S 8399 8402 5064 0 -1 1077944384 3143 13354 0 0 7 2 5 2 20 0 15 0 405146977 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295402417040 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8457] ppid=8399 vsize=10846964 memory=3931 CPUtime=0.17 cores=1,3,5,7
/proc/8402/task/8457/stat : 8457 (java) S 8399 8402 5064 0 -1 1077944384 418 13354 0 0 7 3 5 2 20 0 15 0 405146977 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295317236496 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8458] ppid=8399 vsize=10846964 memory=737240 CPUtime=0.16 cores=1,3,5,7
/proc/8402/task/8458/stat : 8458 (java) S 8399 8402 5064 0 -1 1077944384 1510 13354 0 0 7 2 5 2 20 0 15 0 405146977 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295316184208 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8459] ppid=8399 vsize=10846964 memory=3616 CPUtime=0.17 cores=1,3,5,7
/proc/8402/task/8459/stat : 8459 (java) S 8399 8402 5064 0 -1 1077944384 1425 13354 0 0 7 3 5 2 20 0 15 0 405146977 11107291136 194456 33554432000 4194304 4196468 140730631786480 140295315131408 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8460] ppid=8399 vsize=10846964 memory=164 CPUtime=0.16 cores=1,3,5,7
/proc/8402/task/8460/stat : 8460 (java) S 8399 8402 5064 0 -1 1077944384 1618 13354 0 0 8 1 5 2 20 0 15 0 405146978 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294924732528 140295398185602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8461] ppid=8399 vsize=10846964 memory=11483700577 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8461/stat : 8461 (java) S 8399 8402 5064 0 -1 1077944384 14 13354 0 0 0 0 5 2 20 0 15 0 405146979 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294838281056 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8462] ppid=8399 vsize=10846964 memory=779364 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8462/stat : 8462 (java) S 8399 8402 5064 0 -1 1077944384 7 13354 0 0 0 0 5 2 20 0 15 0 405146979 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294234301568 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8463] ppid=8399 vsize=10846964 memory=1172 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8463/stat : 8463 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140293926901840 140295398193051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8464] ppid=8399 vsize=10846964 memory=17276 CPUtime=4.05 cores=1,3,5,7
/proc/8402/task/8464/stat : 8464 (java) S 8399 8402 5064 0 -1 1077944384 19932 13354 0 0 394 4 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294923680368 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8465] ppid=8399 vsize=10846964 memory=988 CPUtime=3.41 cores=1,3,5,7
/proc/8402/task/8465/stat : 8465 (java) S 8399 8402 5064 0 -1 1077944384 14428 13354 0 0 330 4 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294922627568 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8466] ppid=8399 vsize=10846964 memory=779364 CPUtime=3.16 cores=1,3,5,7
/proc/8402/task/8466/stat : 8466 (java) S 8399 8402 5064 0 -1 1077944384 17047 13354 0 0 303 6 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294921575280 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8467] ppid=8399 vsize=10846964 memory=779364 CPUtime=0.07 cores=1,3,5,7
/proc/8402/task/8467/stat : 8467 (java) S 8399 8402 5064 0 -1 1077944384 3 13354 0 0 0 0 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140293893344224 140295398184661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
[pid=8402/tid=8468] ppid=8399 vsize=10846964 memory=777824 CPUtime=0.09 cores=1,3,5,7
/proc/8402/task/8468/stat : 8468 (java) S 8399 8402 5064 0 -1 1077944384 526 13354 0 0 0 2 5 2 20 0 15 0 405146982 11107291136 194456 33554432000 4194304 4196468 140730631786480 140294920522160 140295398185602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26796032 140730631793398 140730631795909 140730631795909 140730631798735 0
Current children cumulated CPU time: 59.77 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 777824 KiB

Child status: 0
Real time (s): 49.7426
CPU time (s): 59.8263
CPU user time (s): 59.3175
CPU system time (s): 0.508818
CPU usage (%): 120.272
Max. virtual memory (cumulated for all children) (KiB): 10849612
Max. memory (cumulated for all children) (KiB): 779364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.3175
system time used= 0.508818
maximum resident set size= 779904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102961
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16508
involuntary context switches= 157


# summary of solver processes directly reported to runsolver:
#   pid: 8402
#   total CPU time (s): 59.8263
#   total CPU user time (s): 59.3175
#   total CPU system time (s): 0.508818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.317459 second user time and 0.507389 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-12 14:40:48
IDJOB=4387139
IDBENCH=126224
IDSOLVER=2823
FILE ID=node141/4387139-1568292090
RUNJOBID= node141-1568285927-6017
PBS_JOBID= 21701068
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-10-a3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387139-1568292090/watcher-4387139-1568292090 -o /tmp/evaluation-result-4387139-1568292090/solver-4387139-1568292090 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=216713678 HOME/instance-4387139-1568292090.xml

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

MD5SUM BENCH= 1a91370fd3edda64a19224a97cd9d854
RANDOM SEED=216713678

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30927704 kB
MemAvailable:   31113656 kB
Buffers:           94960 kB
Cached:           390876 kB
SwapCached:        82116 kB
Active:          1015804 kB
Inactive:         299824 kB
Active(anon):     754848 kB
Inactive(anon):   104084 kB
Active(file):     260956 kB
Inactive(file):   195740 kB
Unevictable:      110408 kB
Mlocked:          110408 kB
SwapTotal:      67108860 kB
SwapFree:       66916160 kB
Dirty:             35052 kB
Writeback:             0 kB
AnonPages:        858160 kB
Mapped:            45052 kB
Shmem:             20692 kB
Slab:             119056 kB
SReclaimable:      90180 kB
SUnreclaim:        28876 kB
KernelStack:        3728 kB
PageTables:         7232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1998188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    671744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 53744 MiB
End job on node141 at 2019-09-12 14:41:38